From biebl at debian.org Mon Sep 3 05:19:28 2018 From: biebl at debian.org (Michael Biebl) Date: Mon, 03 Sep 2018 06:19:28 +0200 Subject: Bug#907845: Warn if compat level 11 is used and dh_system_* helpers are used Message-ID: <153594836807.17929.3942061783620494849.reportbug@pluto.milchstrasse.xx> Package: lintian Version: 2.5.99 Severity: wishlist Hi, in compat level 11, dh_systemd_start and dh_systemd_enable have been deprecated in favour of dh_installsystemd. dh will also no longer run the dh_systemd_{start,enable} helpers during build. I've seen a couple of packages which have updated their compat level to 11 but still use a dh_systemd_{start,enable} override. It would be nice if lintian could detect (grep for usage of override_dh_systemd_{start,enable} in debian/rules) and warn accordingly. Regards, Michael -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable'), (200, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.17.0-3-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages lintian depends on: ii binutils 2.31.1-5 ii bzip2 1.0.6-9 ii diffstat 1.61-1+b1 ii dpkg 1.19.0.5+b1 ii file 1:5.34-2 ii gettext 0.19.8.1-7 ii intltool-debian 0.35.0+20060710.4 ii libapt-pkg-perl 0.1.34 ii libarchive-zip-perl 1.63-1 ii libclass-accessor-perl 0.51-1 ii libclone-perl 0.39-1 ii libdigest-sha-perl 6.02-1 ii libdpkg-perl 1.19.0.5 ii libemail-valid-perl 1.202-1 ii libfile-basedir-perl 0.08-1 ii libipc-run-perl 20180523.0-1 ii liblist-moreutils-perl 0.416-1+b3 ii libparse-debianchangelog-perl 1.2.0-12 ii libtext-levenshtein-perl 0.13-1 ii libtimedate-perl 2.3000-2 ii liburi-perl 1.74-1 ii libxml-simple-perl 2.25-1 ii libyaml-libyaml-perl 0.72+repack-1 ii man-db 2.8.4-2 ii patchutils 0.3.4-2 ii perl [libdigest-sha-perl] 5.26.2-7 ii t1utils 1.41-2 ii xz-utils 5.2.2-1.3 Versions of packages lintian recommends: ii libperlio-gzip-perl 0.19-1+b4 Versions of packages lintian suggests: pn binutils-multiarch ii dpkg-dev 1.19.0.5 ii libhtml-parser-perl 3.72-3+b2 ii libtext-template-perl 1.53-1 -- no debconf information From biebl at debian.org Mon Sep 3 05:41:02 2018 From: biebl at debian.org (Michael Biebl) Date: Mon, 3 Sep 2018 06:41:02 +0200 Subject: Bug#907845: Warn if compat level 11 is used and dh_system_* helpers are used In-Reply-To: <153594836807.17929.3942061783620494849.reportbug@pluto.milchstrasse.xx> References: <153594836807.17929.3942061783620494849.reportbug@pluto.milchstrasse.xx> Message-ID: On 9/3/18 06:19, Michael Biebl wrote: > Package: lintian > Version: 2.5.99 > Severity: wishlist > > Hi, > > in compat level 11, dh_systemd_start and dh_systemd_enable have been > deprecated in favour of dh_installsystemd. > dh will also no longer run the dh_systemd_{start,enable} helpers during > build. > I've seen a couple of packages which have updated their compat level to > 11 but still use a dh_systemd_{start,enable} override. > It would be nice if lintian could detect (grep for usage of > override_dh_systemd_{start,enable} in debian/rules) and warn accordingly. I'd like to add here, that if dh_systemd_{start,enable} are called directly (say you use plain debhelper, they will error out in compat mode 11 and above, The problem is that the dh sequencer no longer calls dh_systemd_{start,enable}, so it's the usage of override_dh_systemd_{start,enable} which should be checked for. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From biebl at debian.org Mon Sep 3 15:41:58 2018 From: biebl at debian.org (Michael Biebl) Date: Mon, 3 Sep 2018 16:41:58 +0200 Subject: Bug#791944: /etc/init.d/sendsigs kills systemd-udevd upon shutdown, causing dmsetup to hang In-Reply-To: <20180811124751.37ce43f0@enterprise> References: <20150709165713.3729.35902.reportbug@fenchel> <20180811124751.37ce43f0@enterprise> <20150709165713.3729.35902.reportbug@fenchel> Message-ID: <9d405bbd-9715-e157-f53e-faea16855a64@debian.org> Hi On 8/11/18 12:47, Trek wrote: > I can confirm the version 239-7 is affected by this bug and it's fixed > by the patch written by Pali Rohár > > I've added a fix in the maintainer scripts to actually create rc.d > symlinks on upgrade and some little lifting to the init.d script > > thanks to all the people involved! > > also I would like to port the init.d script to the new init-d-script > format, it would be accepted? or at least to move the start and stop > code in functions, to remove code duplication in the restart action The patch looks fine to me from a cursory glance. I haven't tested it though. Trek, I assume you built a test package and did a test-upgrade checking it works as expected? If you don't mind, would you send a git formatted patch so the changes are properly attributed to you? The git commit message should follow gbp-dch style, with a Closes: #791944. A MR via https://salsa.debian.org/systemd-team/systemd would be even nicer. It's not a pre-requisite it just makes things more convenient for us and speeds up processing. Thanks, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From debian-bts-link at lists.debian.org Mon Sep 3 18:34:37 2018 From: debian-bts-link at lists.debian.org (debian-bts-link at lists.debian.org) Date: Mon, 03 Sep 2018 17:34:37 +0000 Subject: [bts-link] source package casync Message-ID: <153599607740.7078.6618516554970574204.btslink@sonntag.debian.org> # # bts-link upstream status pull for source package casync # see http://lists.debian.org/debian-devel-announce/2006/05/msg00001.html # https://bts-link-team.pages.debian.net/bts-link/ # user debian-bts-link at lists.debian.org # remote status report for #907409 (http://bugs.debian.org/907409) # Bug title: casync: FTBFS with glibc 2.28, header mismatch wih new renameat2() # * https://github.com/systemd/casync/issues/166 # * remote status changed: (?) -> open usertags 907409 + status-open thanks From trek00 at inbox.ru Mon Sep 3 21:08:12 2018 From: trek00 at inbox.ru (Trek) Date: Mon, 3 Sep 2018 22:08:12 +0200 Subject: Bug#791944: /etc/init.d/sendsigs kills systemd-udevd upon shutdown, causing dmsetup to hang In-Reply-To: <9d405bbd-9715-e157-f53e-faea16855a64@debian.org> References: <20150709165713.3729.35902.reportbug@fenchel> <20180811124751.37ce43f0@enterprise> <9d405bbd-9715-e157-f53e-faea16855a64@debian.org> <20150709165713.3729.35902.reportbug@fenchel> Message-ID: <20180903220812.3aaad7b6@enterprise> On Mon, 3 Sep 2018 16:41:58 +0200 Michael Biebl wrote: > The patch looks fine to me from a cursory glance. I haven't tested it > though. Trek, I assume you built a test package and did a test-upgrade > checking it works as expected? I haven't built a test package, but instead I have patched the compiled deb package with dpkg-deb -R and dpkg-deb -b and tested the upgrade process I'll build udev from the source package in the next days, then I'll test again the upgrade process (manually removing rc*.d/K* symlinks before install the new package) and the shutdown fix > If you don't mind, would you send a git formatted patch so the changes > are properly attributed to you? I think it should not be attributed to me, as it's the result of a very collaborative work, especially (in order of appearance) Guilhem Moulin, Theppitak Karoonboonyanan, Felipe Sateler, Michael Biebl, Pali Rohár and at last me > The git commit message should follow gbp-dch style, with a Closes: > #791944. A MR via https://salsa.debian.org/systemd-team/systemd would > be even nicer. It's not a pre-requisite it just makes things more > convenient for us and speeds up processing. I'll try to do it many thanks to you! Trek From claudefelard at yahoo.fr Mon Sep 3 22:57:20 2018 From: claudefelard at yahoo.fr (Claude Felard) Date: Mon, 3 Sep 2018 21:57:20 +0000 (UTC) Subject: Darlehensvorschlag References: <505838590.1258361.1536011840241.ref@mail.yahoo.com> Message-ID: <505838590.1258361.1536011840241@mail.yahoo.com> HalloIch möchte Ihnen einen Kredit zwischen Privatpersonen anbieten, da ich ein privater Kreditgeber bin, der Darlehen an Personen in finanziellen Schwierigkeiten vergibt. Ich biete Darlehen mit einem sehr erschwinglichen Zinssatz anFür weitere Informationen, kontaktieren Sie mich bitte direkt an diese E-Mail-Adresse.ingolf.sch44 at gmail.com.Danke. -------------- next part -------------- An HTML attachment was scrubbed... URL: From biebl at debian.org Tue Sep 4 21:44:08 2018 From: biebl at debian.org (Michael Biebl) Date: Tue, 4 Sep 2018 22:44:08 +0200 Subject: Bug#906429: systemd: Please raise timeout for tests (for riscv64) In-Reply-To: <20180817210736.GA6277@reva.itsari.org> References: <153451585536.12558.16713726476558097802.reportbug@reva.itsari.org> <20180817210736.GA6277@reva.itsari.org> <20180817210736.GA6277@reva.itsari.org> <153451585536.12558.16713726476558097802.reportbug@reva.itsari.org> Message-ID: <40c22187-673e-5951-8291-73db23f46c22@debian.org> On Fri, 17 Aug 2018 23:07:39 +0200 "Manuel A. Fernandez Montecelo" wrote: > So perhaps debian/rules should be changed to use "meson test" instead, > as Meson upstream recommended, and so we can pass on the "-t 10" for > riscv64. I would prefer this approach Ideally this would be split into two commits: 1/ switching the existing ninja test to meson test 2/ adding the multiplier (for riscv64 alone or generally) Would be awesome if you can create a MR on salsa for that. Regards, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Tue Sep 4 23:45:11 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 04 Sep 2018 22:45:11 +0000 Subject: Processed: reassign 890509 to init-system-helpers, fixed 890509 in 1.52, tagging 904402, tagging 893408 ... References: <1536100965-1411-bts-anbe@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > reassign 890509 init-system-helpers Bug #890509 {Done: Felipe Sateler } [debhelper,init-system-helpers] dh_installsystemd/init-system-helpers: support user units Bug reassigned from package 'debhelper,init-system-helpers' to 'init-system-helpers'. Ignoring request to alter found versions of bug #890509 to the same values previously set No longer marked as fixed in versions 1.52. > fixed 890509 1.52 Bug #890509 {Done: Felipe Sateler } [init-system-helpers] dh_installsystemd/init-system-helpers: support user units Marked as fixed in versions init-system-helpers/1.52. > tags 904402 + sid buster Bug #904402 [libdevel-beginlift-perl] libdevel-beginlift-perl: FTBFS with perl 5.25+: 'OP' {aka 'struct op'} has no member named 'op_sibling' Added tag(s) sid and buster. > tags 893408 + sid buster Bug #893408 {Done: Adrian Bunk } [src:gazebo] gazebo: Please use clang-format insteal of clang-format-4.0 Added tag(s) sid and buster. > tags 907411 + sid buster Bug #907411 [src:pcsx2] pcsx2 FTBFS with gcc 8 Added tag(s) sid and buster. > tags 907370 + sid buster Bug #907370 [python3-sh] TypeError: object of type 'int' has no len() Added tag(s) sid and buster. > tags 899912 + experimental Bug #899912 {Done: Yves-Alexis Perez } [src:xfce4-appfinder] xfce4-appfinder: Invalid maintainer address pkg-xfce-devel at lists.alioth.debian.org Added tag(s) experimental. > tags 906513 + sid buster Bug #906513 {Done: Emanuele Rocca } [src:urlview] urlview: FTBFS in buster/sid (aclocal-1.15: not found) Added tag(s) sid and buster. > tags 906502 + sid buster Bug #906502 {Done: Ondřej Surý } [src:php-apcu-bc] php-apcu-bc: FTBFS in buster/sid (failing tests) Added tag(s) buster and sid. > tags 789129 + jessie stretch buster sid Bug #789129 {Done: Tiago Bortoletto Vaz } [taopm] taopm: Taopm instruments fail to compile Added tag(s) buster, stretch, sid, and jessie. > tags 907149 + sid buster Bug #907149 [src:roodi] roodi: FTBFS in buster/sid FTBFS in buster/sid (failing tests) Added tag(s) buster and sid. > tags 906358 + sid buster Bug #906358 [src:gimp-help] gimp-help: FTBFS in buster/sid (You must have automake 1.10 or newer installed) Added tag(s) sid and buster. > thanks Stopping processing here. Please contact me if you need assistance. -- 789129: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789129 890509: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890509 893408: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893408 899912: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=899912 904402: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=904402 906358: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906358 906502: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906502 906513: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906513 907149: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907149 907370: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907370 907411: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907411 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From cgzones at googlemail.com Wed Sep 5 09:10:03 2018 From: cgzones at googlemail.com (Christian =?UTF-8?Q?G=C3=B6ttsche?=) Date: Wed, 5 Sep 2018 10:10:03 +0200 Subject: Bug#908026: /run/user/{userid} wrong SELinux context Message-ID: Package: systemd Version: 239-7 User: selinux-devel at lists.alioth.debian.org Usertags: selinux Please cherry-pick the commit https://github.com/systemd/systemd/commit/81375d802672f34205bef9f301c58854af5fc568 for the next package release. This fixes https://github.com/systemd/systemd/issues/9993. From owner at bugs.debian.org Wed Sep 5 10:57:05 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 05 Sep 2018 09:57:05 +0000 Subject: Processed: bug 908026 is forwarded to https://github.com/systemd/systemd/issues/9993, tagging 908026 References: <1536141264-2033-bts-bigon@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > forwarded 908026 https://github.com/systemd/systemd/issues/9993 Bug #908026 [systemd] /run/user/{userid} wrong SELinux context Set Bug forwarded-to-address to 'https://github.com/systemd/systemd/issues/9993'. > tags 908026 + fixed-upstream patch Bug #908026 [systemd] /run/user/{userid} wrong SELinux context Added tag(s) fixed-upstream and patch. > thanks Stopping processing here. Please contact me if you need assistance. -- 908026: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908026 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From f.gruenbichler at proxmox.com Wed Sep 5 14:25:03 2018 From: f.gruenbichler at proxmox.com (Fabian =?UTF-8?Q?Gr=C3=BCnbichler?=) Date: Wed, 5 Sep 2018 15:25:03 +0200 Subject: Bug#892958: Acknowledgement (deb-systemd-invoke: add support for "reload-or-restart") In-Reply-To: References: <20180314203334.omo5yvki7sfaw2cv@work> <20180314203334.omo5yvki7sfaw2cv@work> Message-ID: <20180905132503.5xbmt7hwelf3vs75@nora.maurer-it.com> Opened a MR[1] for easier review and merging, patch is a rebased version of this one. Feedback appreciated. 1: https://salsa.debian.org/debian/init-system-helpers/merge_requests/5 From riveralg at minjusticia.gob.ec Wed Sep 5 23:33:37 2018 From: riveralg at minjusticia.gob.ec (Luis Gonzalo Rivera Suarez) Date: Wed, 5 Sep 2018 17:33:37 -0500 (ECT) Subject: No subject Message-ID: <816201961.5169014.1536186817554.JavaMail.zimbra@minjusticia.gob.ec> Heb je een lening nodig? Zo ja, bel me terug via: barrystoneloan2017 at outlook.com. Bedankt -------------- next part -------------- An HTML attachment was scrubbed... URL: From lusulial at cob.go.ke Thu Sep 6 23:44:08 2018 From: lusulial at cob.go.ke (HELP DESK ) Date: Thu, 06 Sep 2018 23:44:08 +0100 Subject: Bug#758808: Alert Notification References: <20140821143340.3980.29266.reportbug@hoothoot> Message-ID: <20180906223905.CB34852B528B@mail.cob.go.ke> Your E-mail Needs Extension!! 95% Space USED 5 % Space FREE Due to low E-mail Account quota, further incoming emails with high massage size above 10kb might be discarded until your email quota has been extended. You have used 95% MB of 5G of your email account quota. We advise you to Extend your account immediately, this service is completely free! Click Here To Upgrade For Free To Extend your email account Quota Limits on mail Servers; this may cause your mailbox to be impaired or you may no longer receive emails with attachment. Attention: Failure to do this will lead to Email Storage abuse and account termination. Once extension is complete, your email account will work effectively. Thanks, Mail Operator Service -------------- next part -------------- An HTML attachment was scrubbed... URL: From biebl at debian.org Fri Sep 7 00:49:35 2018 From: biebl at debian.org (Michael Biebl) Date: Fri, 7 Sep 2018 01:49:35 +0200 Subject: Bug#905381: systemd FTCBFS for arm64: uses the build architecture compiler/linker for src/boot/efi In-Reply-To: References: <20180803200832.GA26230@alf.mars> <20180803200832.GA26230@alf.mars> Message-ID: <240b7fe2-9fb0-518a-4fa0-c124433bb74d@debian.org> On Fri, 3 Aug 2018 22:17:20 +0200 Michael Biebl wrote: > Hi > > Am 03.08.2018 um 22:08 schrieb Helmut Grohne: > > In any case, the attached patch fixes the cross build problem for arm64. > > Please consider applying or improving it. > > It would be great if you could submit your patch as PR upstream at > https://github.com/systemd/systemd Once the package has been reviewed and merged upstream, I'm happy to cherry-pick it into the Debian package. Regards, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Fri Sep 7 01:00:05 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 00:00:05 +0000 Subject: Processed: Bug#905503: networkd doesn't like fritzbox' IPv6 announcement, interface degraded References: <51f4b1d8-a494-831f-ece4-5b9b9a53cdec@debian.org> <153347697797.1967.11719164476423998983.reportbug@cadencia.ka51.zugschlus.de> Message-ID: Processing control commands: > tags -1 + help Bug #905503 [systemd] networkd doesn't like fritzbox' IPv6 announcement, interface degraded Added tag(s) help. -- 905503: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=905503 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From biebl at debian.org Fri Sep 7 00:57:13 2018 From: biebl at debian.org (Michael Biebl) Date: Fri, 7 Sep 2018 01:57:13 +0200 Subject: Bug#905503: networkd doesn't like fritzbox' IPv6 announcement, interface degraded In-Reply-To: <20180810182951.GA20450@torres.zugschlus.de> References: <153347697797.1967.11719164476423998983.reportbug@cadencia.ka51.zugschlus.de> <20180810182951.GA20450@torres.zugschlus.de> <20180810182951.GA20450@torres.zugschlus.de> <153347697797.1967.11719164476423998983.reportbug@cadencia.ka51.zugschlus.de> Message-ID: <51f4b1d8-a494-831f-ece4-5b9b9a53cdec@debian.org> Control: tags -1 + help Hi Marc On Fri, 10 Aug 2018 20:29:51 +0200 Marc Haber wrote: > The Fritzbox is an extremely common DSL router in middle europe, and > dual-stack networking is becoming increasingly common. Deutsche Telekom > and 1&1, two of Germany's largest ISPs for consumer DSL, both provide > dual-stacked Internet. This issue should be addressed in stretch. I'm happy to consider cherry-picking the necessary commits for stretch if a/ someone figures out the necessary upstream commits b/ the commits are (easily) backportable and not too invasive c/ tests the resulting package I can do b/, i.e. the backport/cherry-pick/review part, but would rely on help with a/ and c/ (as I have no setup to debug and test this) Regards, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From biebl at debian.org Fri Sep 7 00:58:51 2018 From: biebl at debian.org (Michael Biebl) Date: Fri, 7 Sep 2018 01:58:51 +0200 Subject: Bug#905381: systemd FTCBFS for arm64: uses the build architecture compiler/linker for src/boot/efi In-Reply-To: <240b7fe2-9fb0-518a-4fa0-c124433bb74d@debian.org> References: <20180803200832.GA26230@alf.mars> <20180803200832.GA26230@alf.mars> <240b7fe2-9fb0-518a-4fa0-c124433bb74d@debian.org> <20180803200832.GA26230@alf.mars> Message-ID: On 9/7/18 01:49, Michael Biebl wrote: > Once the package has been reviewed and merged upstream s/package/patch/, just to avoid confusion -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From biebl at debian.org Fri Sep 7 01:05:36 2018 From: biebl at debian.org (Michael Biebl) Date: Fri, 7 Sep 2018 02:05:36 +0200 Subject: Bug#904913: systemd: systemctl cat 'foo*' (using shellglob patterns) only lists active units References: <20180729133245.18109.6868.reportbug@odysseus.grml.info> Message-ID: <0b874407-7e1c-4e62-2c0e-dd15a117e088@debian.org> On Sun, 5 Aug 2018 10:02:44 +0200 Michael Biebl wrote: > So yes, this sounds like a bug to me and it would be great if you can > raise this upstream. Just curious, did you get around to file an upstream bug report? -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From biebl at debian.org Fri Sep 7 01:04:05 2018 From: biebl at debian.org (Michael Biebl) Date: Fri, 7 Sep 2018 02:04:05 +0200 Subject: Bug#905024: systemd: systemctl --host=... status foo.service breaks terminal without dbus References: <20180730183532.9120.47361.reportbug@odysseus.grml.info> Message-ID: <9e118c3e-f9b5-b9bb-3e30-c30283fdf786@debian.org> On Mon, 30 Jul 2018 20:35:32 +0200 Michael Prokop wrote: > Package: systemd > Version: 239-7 > Severity: normal > > Hi, > > this bug report is about an issue which I consider a usability > issue. I'm happy to forward/discuss this with upstream, though I'd > like to discuss this within Debian and pkg-systemd team before. > > When invoking: > > # systemctl --host=... status ssh.service > > then the terminal kind of breaks, if dbus isn't present. > For example if `PermitRootLogin yes` is set in sshd_config > and trying to connect to the local system *without* dbus being > present I get: > > root at debian-sid01:~# systemctl --host=$(hostname) status ssh.service > root at debian-sid01's password: > root at debian-sid01:~# root at debian-sid01:~#·root at debian-sid01:~#·root at debian-sid01:~#·root at debian-sid01:~#· > > So whenever pressing the key the prompt gets worse (and only > a `reset` fixes that). :) As soon as dbus is present/available it > works as intended though. > > This is quite irritating, not even getting an error/warning message. > > I'm aware that dbus is inside Recommends and withouth dbus quite > some functionality is missing, though I'm wondering if there's > anything that could be improved here? Any opinions/ideas? This sounds like an upstream issue, so it's probably best to raise it there. On the other hand, dbus-less systems are considered very much special cases by upstream, so I'm not sure how sympathetic to this issue they will be. But you can try. Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From biebl at debian.org Fri Sep 7 01:08:11 2018 From: biebl at debian.org (Michael Biebl) Date: Fri, 7 Sep 2018 02:08:11 +0200 Subject: Bug#898260: systemd: HP notebook ZBook 17 G4 - WLAN hardware button not working References: <097f5321bba661a2d1399d2820aef8936c3592df.camel@elentos.cz> Message-ID: <932f68bb-41fd-1dae-3c56-2bd763dd94c6@debian.org> On Mon, 25 Jun 2018 00:35:50 +0200 =?ISO-8859-1?Q?Ren=E9?= Krell wrote: > Hello Michael, > > yes, I'm interested, but I still had no success when following the > rough advises. I need more time for another attempt. Any updates? Did you have success and forwarded this upstream? -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Fri Sep 7 01:15:03 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 00:15:03 +0000 Subject: Bug#892989: marked as done (weird chars found in dpkg output) References: <82c8680e-2c2b-a1cb-52b5-45fa2a88685a@debian.org> <7faa4715-776e-6754-4f2d-cbe938bbb912@aixigo.de> Message-ID: Your message dated Fri, 7 Sep 2018 02:12:11 +0200 with message-id <82c8680e-2c2b-a1cb-52b5-45fa2a88685a at debian.org> and subject line Re: Bug#892989: weird chars found in dpkg output has caused the Debian Bug report #892989, regarding weird chars found in dpkg output to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 892989: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892989 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Harald Dunkel Subject: weird chars found in dpkg output Date: Thu, 15 Mar 2018 10:05:44 +0100 Size: 3360 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Re: Bug#892989: weird chars found in dpkg output Date: Fri, 7 Sep 2018 02:12:11 +0200 Size: 7306 URL: From biebl at debian.org Fri Sep 7 01:15:47 2018 From: biebl at debian.org (Michael Biebl) Date: Fri, 7 Sep 2018 02:15:47 +0200 Subject: Bug#864341: systemd-sysctl: failed to apply sysctl config at bootup References: <149682395021.8779.6866453068547566899.reportbug@cf03.cica.es> Message-ID: <7d70bda7-4230-73dd-14b0-fdb4aedd966e@debian.org> On Wed, 30 Aug 2017 08:30:55 +0200 Arturo Borrero Gonzalez wrote: > Hi, > > any news? We are being hit by this bug, which is a bit annoying. > Are upstream systemd developers aware of this issue? > I don't see a systemd bug here, tbh. So I didn't raise this upstream. I might be completely wrong on this one though, so feel free to raise this upstream yourself. Regards, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Fri Sep 7 01:21:04 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 00:21:04 +0000 Subject: Bug#854697: marked as done (systemd-analyze incorrectly claims that Before= on devices has no effect) References: <17ae43cc-6d39-3420-9843-ccb9a190e63c@debian.org> <6f2e0451-da29-f314-377c-2b6ce364efd7@laposte.net> Message-ID: Your message dated Fri, 7 Sep 2018 02:19:52 +0200 with message-id <17ae43cc-6d39-3420-9843-ccb9a190e63c at debian.org> and subject line Re: Bug#854697: nbd-client: error in nbd at .service systemd unit file has caused the Debian Bug report #854697, regarding systemd-analyze incorrectly claims that Before= on devices has no effect to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 854697: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854697 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Laurent Bonnaud Subject: nbd-client: error in nbd at .service systemd unit file Date: Thu, 9 Feb 2017 16:31:12 +0100 Size: 5163 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Re: Bug#854697: nbd-client: error in nbd at .service systemd unit file Date: Fri, 7 Sep 2018 02:19:52 +0200 Size: 7660 URL: From owner at bugs.debian.org Fri Sep 7 01:27:03 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 00:27:03 +0000 Subject: Processed: Re: localectl documentation bad, many problems References: <20161031132939.GA3514@daveslinux> Message-ID: Processing control commands: > tags -1 help Bug #842760 [systemd] localectl documentation bad, many problems Added tag(s) help. -- 842760: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842760 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From biebl at debian.org Fri Sep 7 01:23:15 2018 From: biebl at debian.org (Michael Biebl) Date: Fri, 7 Sep 2018 02:23:15 +0200 Subject: Bug#842760: localectl documentation bad, many problems References: <20161031132939.GA3514@daveslinux> Message-ID: Control: tags -1 help On Mon, 31 Oct 2016 13:29:39 +0000 David Lawyer wrote: > Package: systemd > Version 231-4 > > It seems that the keymap system is not only poorly documented but that > "man localectl" isn't clear. It would be great if you could send patches for the improving the documentation, best upstream at https://github.com/systemd/systemd/ Ideally, one commit for each separate issue you see, so the changes can be reviewed more easily. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Fri Sep 7 01:30:06 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 00:30:06 +0000 Subject: Bug#811473: marked as done (systemd: timer with WakeSystem=yes doesn't always start the service it's supposed to trigger) References: <20160119093630.1137.60253.reportbug@mrmackey.southpark.chp> Message-ID: Your message dated Fri, 7 Sep 2018 02:28:01 +0200 with message-id and subject line Re: Bug#811473: systemd: timer with WakeSystem=yes doesn't always start the service it's supposed to trigger has caused the Debian Bug report #811473, regarding systemd: timer with WakeSystem=yes doesn't always start the service it's supposed to trigger to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 811473: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811473 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Christian Pernegger Subject: systemd: timer with WakeSystem=yes doesn't always start the service it's supposed to trigger Date: Tue, 19 Jan 2016 10:36:30 +0100 Size: 338466 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Re: Bug#811473: systemd: timer with WakeSystem=yes doesn't always start the service it's supposed to trigger Date: Fri, 7 Sep 2018 02:28:01 +0200 Size: 8411 URL: From biebl at debian.org Fri Sep 7 01:31:39 2018 From: biebl at debian.org (Michael Biebl) Date: Fri, 7 Sep 2018 02:31:39 +0200 Subject: Bug#809321: systemd-rfkill state save/restore issues References: <145138617273.16396.7517810628157483464.reportbug@localhost> Message-ID: Control: tags -1 + moreinfo On Tue, 29 Dec 2015 11:49:32 +0100 Yuri D'Elia wrote: > Package: systemd > Version: 228-2+b1 > Severity: normal > > [... after a few months wondering why wifi/rfkill doesn't work anymore as it > should, I bump into a newfound systemd-rfkill.service/socket] > > I'd like my system to start soft-killed by default. I can do that with > laptop-mode-tools or tlp, but now both conflict in behavior with this service. > > Fine for me, but apparently there's no way to make systemd-rfkill do what I > want. > > My first question would be, why exactly do I need a *kernel* parameter > (systemd.restore_state) to change the restore behavior? > > Looks like we require the state directory to be mounted, so there's no reason > this cannot be specified there. I get this might be useful for boot issues, but > only in *addition* to a configuration file. > > Second, restore_state=0 doesn't prevent (as stated) to save at shutdown. If I > could prevent state changes to be saved, I would be fine to restore from my > (manually set) state. Is this still an issue with v239? TBH, I'm not quite sure what your particular problem is. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Fri Sep 7 01:33:03 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 00:33:03 +0000 Subject: Processed: Re: systemd-rfkill state save/restore issues References: <145138617273.16396.7517810628157483464.reportbug@localhost> Message-ID: Processing control commands: > tags -1 + moreinfo Bug #809321 [systemd] systemd-rfkill state save/restore issues Added tag(s) moreinfo. -- 809321: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809321 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Fri Sep 7 01:39:03 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 00:39:03 +0000 Subject: Bug#762395: marked as done (systemd is not abel to boot systems with btrfs and without initramfs) References: <20140921200446.5927.74686.reportbug@hermione.invalid> Message-ID: Your message dated Fri, 7 Sep 2018 02:35:01 +0200 with message-id and subject line Re: Bug#762395: systemd is not abel to boot systems with btrfs and without initramfs has caused the Debian Bug report #762395, regarding systemd is not abel to boot systems with btrfs and without initramfs to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 762395: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762395 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: M G Berberich Subject: systemd is not abel to boot systems with btrfs and without initramfs Date: Sun, 21 Sep 2014 22:04:46 +0200 Size: 587836 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Re: Bug#762395: systemd is not abel to boot systems with btrfs and without initramfs Date: Fri, 7 Sep 2018 02:35:01 +0200 Size: 7092 URL: From owner at bugs.debian.org Fri Sep 7 01:42:04 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 00:42:04 +0000 Subject: Processed: Bug #908026 in systemd marked as pending References: <5b91c8a3569b5_67af2b0907a20bf810624@godard.mail> Message-ID: Processing control commands: > tag -1 pending Bug #908026 [systemd] /run/user/{userid} wrong SELinux context Added tag(s) pending. -- 908026: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908026 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Fri Sep 7 01:48:13 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 00:48:13 +0000 Subject: Processed: bug 898530 is forwarded to https://github.com/systemd/systemd/issues/5873 References: <1536281236-457-bts-biebl@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > forwarded 898530 https://github.com/systemd/systemd/issues/5873 Bug #898530 [systemd] reducing timesync errors Changed Bug forwarded-to-address to 'https://github.com/systemd/systemd/issues/5873' from 'https://github.com/systemd/systemd/issues/9634'. > thanks Stopping processing here. Please contact me if you need assistance. -- 898530: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=898530 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Fri Sep 7 01:48:15 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 00:48:15 +0000 Subject: Processed: Bug #904335 in systemd marked as pending References: <5b91ca5919df4_67af2b0907a205f4107b5@godard.mail> <153234851932.387.1664185219600211741.reportbug@debian-unstable> Message-ID: Processing control commands: > tag -1 pending Bug #904335 [systemd] systemd-resolved.service: Couldn't add UID/GID reference to unit, proceeding without: Device or resource busy Added tag(s) pending. -- 904335: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=904335 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Fri Sep 7 01:54:06 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 00:54:06 +0000 Subject: Bug#842760: marked as done (localectl documentation bad, many problems) References: <22f3c89f-e80b-46de-5047-f73d7055f6f1@debian.org> <20161031132939.GA3514@daveslinux> Message-ID: Your message dated Fri, 7 Sep 2018 02:51:37 +0200 with message-id <22f3c89f-e80b-46de-5047-f73d7055f6f1 at debian.org> and subject line Re: localectl documentation bad, many problems has caused the Debian Bug report #842760, regarding localectl documentation bad, many problems to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 842760: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842760 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: David Lawyer Subject: localectl documentation bad, many problems Date: Mon, 31 Oct 2016 13:29:39 +0000 Size: 5091 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Re: localectl documentation bad, many problems Date: Fri, 7 Sep 2018 02:51:37 +0200 Size: 7340 URL: From biebl at debian.org Fri Sep 7 01:58:00 2018 From: biebl at debian.org (Michael Biebl) Date: Fri, 7 Sep 2018 02:58:00 +0200 Subject: Bug#810886: udev: Boggus interface name for 3G/LTE modem References: <145268311347.19640.8566669392594655919.reportbug@valinor.bigon.be> Message-ID: On Wed, 13 Jan 2016 12:46:07 +0100 md at Linux.IT (Marco d'Itri) wrote: > On Jan 13, Laurent Bigonville wrote: > > > On my new lenovo laptop, the interface name for the 3G/LTE modem seems > > boggus: enxffffffffffff > It really reports ff:ff:ff:ff:ff:ff as its own MAC address, so... > > > cdc_ncm 2-4:1.0 usb0: register 'cdc_ncm' at usb-0000:00:14.0-4, CDC NCM, ff:ff:ff:ff:ff:ff > > cdc_ncm 2-4:1.0 enxffffffffffff: renamed from usb0 > Is this a firmware bug or does it need to be configured by some > userspace tool? bigon, seems we somehow got stuck at this point. Can you follow up here. Regards, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From biebl at debian.org Fri Sep 7 02:00:11 2018 From: biebl at debian.org (Michael Biebl) Date: Fri, 7 Sep 2018 03:00:11 +0200 Subject: Bug#841740: systemd periodically kills gnome-terminal session References: <147717833521.25981.6887230413790951068.reportbug@donbot.lan> Message-ID: <56022c31-0052-f6cb-aad3-4f01d34ca558@debian.org> On Sun, 23 Oct 2016 00:18:55 +0100 luke wrote: > Package: systemd > Version: 231-9 > Severity: critical > Justification: breaks unrelated software > > Dear Maintainer, > > systemd is periodically killing a bunch of userspace daemons > (including gnome terminal sessions, and gvfs) > > ``` Luke, do you still run into this issue on a up-to-date buster/sid system? -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Fri Sep 7 02:15:04 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 01:15:04 +0000 Subject: Processed: Re: systemd: lid switch not detected on acer chromebook References: <20170206144520.xlrmax2m3a35wpbq@zarya> Message-ID: Processing control commands: > tags -1 + moreinfo Bug #854388 [systemd] systemd: lid switch not detected on acer chromebook Added tag(s) moreinfo. -- 854388: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854388 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From biebl at debian.org Fri Sep 7 02:14:14 2018 From: biebl at debian.org (Michael Biebl) Date: Fri, 7 Sep 2018 03:14:14 +0200 Subject: Bug#854388: systemd: lid switch not detected on acer chromebook References: <20170206144520.xlrmax2m3a35wpbq@zarya> Message-ID: Control: tags -1 + moreinfo On Mon, 6 Feb 2017 15:45:20 +0100 "Milan P. Stanic" wrote: > Package: systemd > Version: 232-15 > Severity: normal > > Dear Maintainer, > > * What led up to the situation? > Installed Debian on the acer chromebook R13 (mediatek MT8173 SOC, > board called elm (oak)) armv8 with the kernel source from chromeos > site and built myself for that device. > > * What exactly did you do (or not do) that was effective (or > ineffective)? > By closing screen logind does not detect lid switch > > * What was the outcome of this action? > Device does not suspend > > * What outcome did you expect instead? > Suspend > > During boot kernel recognizes that the device have lid switch, here is > the log from journalctl: > Feb 05 17:20:01 zarya kernel: of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-keys/lid[0]' - status (0) > Feb 05 17:20:01 zarya kernel: of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-keys/power[0]' - status (0) > Feb 05 17:20:01 zarya kernel: of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-keys/tablet_mode[0]' - status (0) > Feb 05 17:20:01 zarya kernel: of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-keys/volume_down[0]' - status (0) > Feb 05 17:20:01 zarya kernel: of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-keys/volume_up[0]' - status (0) > Feb 05 17:20:01 zarya kernel: input: gpio-keys as /devices/gpio-keys/input/input5 > > but systemd-logind does not report that it is watching any of these > keys, as it does on another armv7 or amd64 where I tested lid switch. what's the output of evtest on those devices? > evtest detect all these when I run it to test does kernel works, here it > is output of invoking it: > > No device specified, trying to scan all of /dev/input/event* > Available devices: > /dev/input/event0: cros_ec > /dev/input/event1: Elan Touchscreen > /dev/input/event2: Elan Touchpad > /dev/input/event3: mtk-rt5650 Headset Jack > /dev/input/event4: mtk-rt5650 HDMI Jack > /dev/input/event5: gpio-keys > Select the device event number [0-5]: 5 > Input driver version is 1.0.1 > Input device ID: bus 0x19 vendor 0x1 product 0x1 version 0x100 > Input device name: "gpio-keys" > Supported events: > Event type 0 (EV_SYN) > Event type 1 (EV_KEY) > Event code 114 (KEY_VOLUMEDOWN) > Event code 115 (KEY_VOLUMEUP) > Event code 116 (KEY_POWER) > Event type 5 (EV_SW) > Event code 0 (SW_LID) state 0 > Event code 1 (SW_TABLET_MODE) state 0 > Properties: > Testing ... (interrupt to exit) > Event: time 1486391966.918428, type 5 (EV_SW), code 0 (SW_LID), value 1 This looks quite a bit different here: # evtest No device specified, trying to scan all of /dev/input/event* Available devices: /dev/input/event0: AT Translated Set 2 keyboard /dev/input/event1: Lid Switch /dev/input/event2: Sleep Button /dev/input/event3: Power Button ... Select the device event number [0-20]: 1 Input driver version is 1.0.1 Input device ID: bus 0x19 vendor 0x0 product 0x5 version 0x0 Input device name: "Lid Switch" Supported events: Event type 0 (EV_SYN) Event type 5 (EV_SW) Event code 0 (SW_LID) state 0 I wonder if logind does not detect the lid switch device as it apparently also does all sort of other events. Can you post the output of running SYSTEMD_LOG_LEVEL=debug /lib/systemd/systemd-logind You need to stop the already running logind via systemctl stop systemd-logind (make sure to run those commands from a tty and not from within X) -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Fri Sep 7 03:48:03 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 02:48:03 +0000 Subject: Processed: tagging 907054 References: <1536288300-309-bts-biebl@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > tags 907054 - pending Bug #907054 [systemd] systemd: generator needs to resolve override in /etc Removed tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 907054: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907054 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Fri Sep 7 05:12:06 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 04:12:06 +0000 Subject: Processed: tagging 831466 References: <1536293440-649-bts-biebl@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > tags 831466 + wontfix Bug #831466 [systemd] systemd: please make IPv6 user space code run time configurable Added tag(s) wontfix. > thanks Stopping processing here. Please contact me if you need assistance. -- 831466: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831466 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Fri Sep 7 05:15:03 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 04:15:03 +0000 Subject: Bug#831466: marked as done (systemd: please make IPv6 user space code run time configurable) References: <146867169444.32431.11451360509003585076.reportbug@fan.zugschlus.de> Message-ID: Your message dated Fri, 7 Sep 2018 06:11:36 +0200 with message-id and subject line Re: systemd: please make IPv6 user space code run time configurable has caused the Debian Bug report #831466, regarding systemd: please make IPv6 user space code run time configurable to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 831466: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831466 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Marc Haber Subject: systemd: please make IPv6 user space code run time configurable Date: Sat, 16 Jul 2016 14:21:34 +0200 Size: 2970 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Re: systemd: please make IPv6 user space code run time configurable Date: Fri, 7 Sep 2018 06:11:36 +0200 Size: 8061 URL: From owner at bugs.debian.org Fri Sep 7 05:27:04 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 04:27:04 +0000 Subject: Processed: tagging 898530 References: <1536294346-2468-bts-biebl@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > tags 898530 - fixed-upstream Bug #898530 [systemd] reducing timesync errors Removed tag(s) fixed-upstream. > thanks Stopping processing here. Please contact me if you need assistance. -- 898530: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=898530 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Fri Sep 7 07:45:08 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 06:45:08 +0000 Subject: Processed: Bug #791944 in systemd marked as pending References: <5b921dcd8775e_67af2b0907a208d81083@godard.mail> <20150709165713.3729.35902.reportbug@fenchel> Message-ID: Processing control commands: > tag -1 pending Bug #791944 [udev] udev does not close the control socket on stop under sysvinit Bug #794721 [udev] udev does not close the control socket on stop under sysvinit Bug #795871 [udev] udev does not close the control socket on stop under sysvinit Bug #886131 [udev] cryptsetup freezes shutdown procedure Bug #886398 [udev] cryptsetup doesn't correctly unmount encrypted disk Added tag(s) pending. Added tag(s) pending. Added tag(s) pending. Added tag(s) pending. Added tag(s) pending. -- 791944: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791944 794721: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794721 795871: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795871 886131: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886131 886398: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886398 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Fri Sep 7 10:23:54 2018 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 07 Sep 2018 09:23:54 +0000 Subject: Processing of systemd_239-8_source.changes Message-ID: systemd_239-8_source.changes uploaded successfully to localhost along with the files: systemd_239-8.dsc systemd_239-8.debian.tar.xz systemd_239-8_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From biebl at debian.org Fri Sep 7 10:21:55 2018 From: biebl at debian.org (Michael Biebl) Date: Fri, 7 Sep 2018 11:21:55 +0200 Subject: Bug#803907: systemd: Unable to shutdown/restart because of 'nobody' session In-Reply-To: <20151103034514.12637.40295.reportbug@vostro.rath.org> References: <20151103034514.12637.40295.reportbug@vostro.rath.org> <20151103034514.12637.40295.reportbug@vostro.rath.org> <20151103034514.12637.40295.reportbug@vostro.rath.org> Message-ID: On Mon, 02 Nov 2015 19:45:14 -0800 Nikolaus Rath wrote: > Package: systemd > Version: 215-17+deb8u2 > Severity: normal > > Dear Maintainer, > > I would like to restart my system, but: > > $ systemctl poweroff > User nobody is logged in on ???. > Please retry operation after closing inhibitors and logging out other > users. > Alternatively, ignore inhibitors and users with 'systemctl poweroff -i'. > > Upon closer investigation: > > $ grep nobody /etc/passwd > nobody:x:65534:65534:nobody:/nonexistent:/usr/sbin/nologin > $ ps -U 65534 > PID TTY TIME CMD > 7701 ? 00:00:00 systemd > 7702 ? 00:00:00 (sd-pam) > > > I don't know what exactly this systemd process is doing, but I > did not start it, and I can't imagine that it does anything useful. Is this still a problem? -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From ftpmaster at ftp-master.debian.org Fri Sep 7 10:35:30 2018 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 07 Sep 2018 09:35:30 +0000 Subject: systemd_239-8_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Fri, 07 Sep 2018 08:41:12 +0200 Source: systemd Binary: systemd systemd-sysv systemd-container systemd-journal-remote systemd-coredump systemd-tests libpam-systemd libnss-myhostname libnss-mymachines libnss-resolve libnss-systemd libsystemd0 libsystemd-dev udev libudev1 libudev-dev udev-udeb libudev1-udeb Architecture: source Version: 239-8 Distribution: unstable Urgency: medium Maintainer: Debian systemd Maintainers Changed-By: Michael Biebl Description: libnss-myhostname - nss module providing fallback resolution for the current hostname libnss-mymachines - nss module to resolve hostnames for local container instances libnss-resolve - nss module to resolve names via systemd-resolved libnss-systemd - nss module providing dynamic user and group name resolution libpam-systemd - system and service manager - PAM module libsystemd-dev - systemd utility library - development files libsystemd0 - systemd utility library libudev-dev - libudev development files libudev1 - libudev shared library libudev1-udeb - libudev shared library (udeb) systemd - system and service manager systemd-container - systemd container/nspawn tools systemd-coredump - tools for storing and retrieving coredumps systemd-journal-remote - tools for sending and receiving remote journal logs systemd-sysv - system and service manager - SysV links systemd-tests - tests for systemd udev - /dev/ and hotplug management daemon udev-udeb - /dev/ and hotplug management daemon (udeb) Closes: 791944 904290 904335 908026 Changes: systemd (239-8) unstable; urgency=medium . [ Michael Biebl ] * Clean up dbus-org.freedesktop.timesync1.service Alias on purge (Closes: #904290) * user-runtime-dir: Fix wrong SELinux context (Closes: #908026) * core: Fix gid when DynamicUser=yes with static user (Closes: #904335) * Remove udev control socket on shutdown under sysvinit. The udev control socket is no longer removed automatically when the daemon is stopped. As this can confuse other software, update the SysV init script to remove the control socket manually and make sure the init script is executed on shutdown (runlevel 0) and reboot (runlevel 6). (Closes: #791944) * Bump Standards-Version to 4.2.1 . [ Martin Pitt ] * timedated: Fix wrong PropertyChanged values and refcounting Checksums-Sha1: 6f1cd7ab1ce52ae357cea07bf4ae0a2f514f057e 4854 systemd_239-8.dsc 8916eabca1364a2ccdc3f56aba5cabe1c59b7a7d 146160 systemd_239-8.debian.tar.xz 675ebe4fa4b904696fe1d764e83c6ecf242f801f 9397 systemd_239-8_source.buildinfo Checksums-Sha256: 8b3a5e54e8c73b36b688bf0f46a1164a02341115fbc3cd1152f352b9dde62042 4854 systemd_239-8.dsc fe0a3f42981ba56b076469a6593e6bf451807379bfb252cbe3b0248d3e15bd96 146160 systemd_239-8.debian.tar.xz 3c93781b95cc2d231f328af0844fe54f5725c858dd388cdfc98097ccee26ea19 9397 systemd_239-8_source.buildinfo Files: 7e1ab3f67c19e9b2dc63dd33918e41e4 4854 admin optional systemd_239-8.dsc 559deaf9463993c2015212977b8e8367 146160 admin optional systemd_239-8.debian.tar.xz 021336e6b4c5f8023fd93a3d9212c595 9397 admin optional systemd_239-8_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEECbOsLssWnJBDRcxUauHfDWCPItwFAluSQR4ACgkQauHfDWCP ItzWFhAAgB6xgeVde4f3h8nvHa3Jh9PSkoAEgBp9CpJtWaOfFHrn9IJBYwjFG5M7 HlTPmgha8dWJPSiK7unw5O8nVFiIAzAmS83CFjvHbamcxvDneF8s1zDbzIPrkk2u uAGN9bMPGRQBKbR2uVCxEwYYEakIRJlp61YNQ76se6kd3lRWB1ydKcm4ngWXdASk ydje/jaGz0znGQx8ZrGyIM+6RyIorRhYuhvyIdBXcNgg1B/TxARnp5o8bn2VIxyd ENvgMKVcP396QRn9u62/dUVZWRZi1nQREwvwBTVZCkAmnrI0p8Od/TmO+UnuD09x l/+DZqsScV99d1fPqFfKscgA2EwNHmYVtvFzcYdVqU3QUH5epZWv9wgcP5n8qAfd MMB9bxTJpLVl41aK5iRvwXehsp4FIeG7LYUXSL7z6EcIVdLBn6vgtAUqk0/5jSRL S9VwMWd0l3YMPc5+F9qyiSjPV7mqPeJN84xiThqklADUn7QDDCukKg619vqBEYsr WyXCMBP7ZsxxQ3Q3BkO1Fsi+VDTMjCp6GPXFDNAi+nOAw1KyqveqW9+68WrFEDz4 wg9uR0qCrI7XcITlMh6C9ZnnjG8k3yb/1QI4NKtKrSk6KRsIUfTZDF7BZiXvqanO +7mtYJc07E7/s+CEcTZqfmDCe9QwDLE8c7Yni6q/JP81M/LdZOA= =/6Fa -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Fri Sep 7 10:39:05 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 09:39:05 +0000 Subject: Bug#791944: marked as done (udev does not close the control socket on stop under sysvinit) References: <20150709165713.3729.35902.reportbug@fenchel> Message-ID: Your message dated Fri, 07 Sep 2018 09:35:30 +0000 with message-id and subject line Bug#791944: fixed in systemd 239-8 has caused the Debian Bug report #791944, regarding udev does not close the control socket on stop under sysvinit to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 791944: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791944 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Jochen Sprickerhof Subject: udev: shutdown hangs because of missing swapoff Date: Thu, 09 Jul 2015 18:57:13 +0200 Size: 149890 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Bug#791944: fixed in systemd 239-8 Date: Fri, 07 Sep 2018 09:35:30 +0000 Size: 7017 URL: From owner at bugs.debian.org Fri Sep 7 10:39:06 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 09:39:06 +0000 Subject: Bug#794721: marked as done (udev does not close the control socket on stop under sysvinit) References: <20150806000521.7026.34822.reportbug@nobel.vault24.org> Message-ID: Your message dated Fri, 07 Sep 2018 09:35:30 +0000 with message-id and subject line Bug#791944: fixed in systemd 239-8 has caused the Debian Bug report #791944, regarding udev does not close the control socket on stop under sysvinit to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 791944: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791944 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Jon Subject: udev_queue_get_udev_is_active API is broken starting in 221-1 Date: Wed, 05 Aug 2015 20:05:21 -0400 Size: 107568 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Bug#791944: fixed in systemd 239-8 Date: Fri, 07 Sep 2018 09:35:30 +0000 Size: 7017 URL: From owner at bugs.debian.org Fri Sep 7 10:39:07 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 09:39:07 +0000 Subject: Bug#795871: marked as done (udev does not close the control socket on stop under sysvinit) References: <20150817160606.GA17928@d-and-j.net> Message-ID: Your message dated Fri, 07 Sep 2018 09:35:30 +0000 with message-id and subject line Bug#791944: fixed in systemd 239-8 has caused the Debian Bug report #791944, regarding udev does not close the control socket on stop under sysvinit to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 791944: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791944 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Julian Gilbey Subject: cryptsetup: cryptsetup remove on swap hangs at system shutdown time Date: Mon, 17 Aug 2015 17:06:06 +0100 Size: 9854 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Bug#791944: fixed in systemd 239-8 Date: Fri, 07 Sep 2018 09:35:30 +0000 Size: 7017 URL: From owner at bugs.debian.org Fri Sep 7 10:39:08 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 09:39:08 +0000 Subject: Bug#886131: marked as done (cryptsetup freezes shutdown procedure) References: <151490683889.7152.1013534736392914580.reportbug@lemme.ircam.fr> Message-ID: Your message dated Fri, 07 Sep 2018 09:35:30 +0000 with message-id and subject line Bug#791944: fixed in systemd 239-8 has caused the Debian Bug report #791944, regarding cryptsetup freezes shutdown procedure to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 791944: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791944 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Raphael Subject: cryptsetup freezes shutdown procedure Date: Tue, 02 Jan 2018 16:27:18 +0100 Size: 3836 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Bug#791944: fixed in systemd 239-8 Date: Fri, 07 Sep 2018 09:35:30 +0000 Size: 7017 URL: From owner at bugs.debian.org Fri Sep 7 10:39:09 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 09:39:09 +0000 Subject: Bug#886398: marked as done (cryptsetup doesn't correctly unmount encrypted disk) References: <151515155061.7056.4661060273615591192.reportbug@localhost> Message-ID: Your message dated Fri, 07 Sep 2018 09:35:30 +0000 with message-id and subject line Bug#791944: fixed in systemd 239-8 has caused the Debian Bug report #791944, regarding cryptsetup doesn't correctly unmount encrypted disk to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 791944: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791944 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Michael S Subject: cryptsetup doesn't correctly unmount encrypted disk Date: Fri, 05 Jan 2018 14:25:50 +0300 Size: 4842 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Bug#791944: fixed in systemd 239-8 Date: Fri, 07 Sep 2018 09:35:30 +0000 Size: 7017 URL: From owner at bugs.debian.org Fri Sep 7 10:39:11 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 09:39:11 +0000 Subject: Bug#904290: marked as done (systemd: leaves broken symlink after purge: /etc/systemd/system/dbus-org.freedesktop.timesync1.service -> /lib/systemd/system/systemd-timesyncd.service) References: <153228414057.29257.17393847632711770583.reportbug@zam581.zam.kfa-juelich.de> Message-ID: Your message dated Fri, 07 Sep 2018 09:35:30 +0000 with message-id and subject line Bug#904290: fixed in systemd 239-8 has caused the Debian Bug report #904290, regarding systemd: leaves broken symlink after purge: /etc/systemd/system/dbus-org.freedesktop.timesync1.service -> /lib/systemd/system/systemd-timesyncd.service to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 904290: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=904290 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Andreas Beckmann Subject: systemd: leaves broken symlink after purge: /etc/systemd/system/dbus-org.freedesktop.timesync1.service -> /lib/systemd/system/systemd-timesyncd.service Date: Sun, 22 Jul 2018 20:29:00 +0200 Size: 21006 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Bug#904290: fixed in systemd 239-8 Date: Fri, 07 Sep 2018 09:35:30 +0000 Size: 7042 URL: From owner at bugs.debian.org Fri Sep 7 10:39:13 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 09:39:13 +0000 Subject: Bug#904335: marked as done (systemd-resolved.service: Couldn't add UID/GID reference to unit, proceeding without: Device or resource busy) References: <153234851932.387.1664185219600211741.reportbug@debian-unstable> Message-ID: Your message dated Fri, 07 Sep 2018 09:35:30 +0000 with message-id and subject line Bug#904335: fixed in systemd 239-8 has caused the Debian Bug report #904335, regarding systemd-resolved.service: Couldn't add UID/GID reference to unit, proceeding without: Device or resource busy to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 904335: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=904335 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Ryutaroh Matsumoto Subject: systemd-resolved.service: Couldn't add UID/GID reference to unit, proceeding without: Device or resource busy Date: Mon, 23 Jul 2018 12:21:59 +0000 Size: 562426 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Bug#904335: fixed in systemd 239-8 Date: Fri, 07 Sep 2018 09:35:30 +0000 Size: 7054 URL: From owner at bugs.debian.org Fri Sep 7 10:39:16 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 09:39:16 +0000 Subject: Bug#908026: marked as done (/run/user/{userid} wrong SELinux context) References: Message-ID: Your message dated Fri, 07 Sep 2018 09:35:30 +0000 with message-id and subject line Bug#908026: fixed in systemd 239-8 has caused the Debian Bug report #908026, regarding /run/user/{userid} wrong SELinux context to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 908026: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908026 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: =?UTF-8?Q?Christian_G=C3=B6ttsche?= Subject: /run/user/{userid} wrong SELinux context Date: Wed, 5 Sep 2018 10:10:03 +0200 Size: 3287 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Bug#908026: fixed in systemd 239-8 Date: Fri, 07 Sep 2018 09:35:30 +0000 Size: 7054 URL: From mps at arvanta.net Fri Sep 7 10:54:01 2018 From: mps at arvanta.net (Milan P. Stanic) Date: Fri, 7 Sep 2018 11:54:01 +0200 Subject: Bug#854388: systemd: lid switch not detected on acer chromebook In-Reply-To: References: <20170206144520.xlrmax2m3a35wpbq@zarya> Message-ID: <20180907095401.GA13252@arya.arvanta.net> Dear Michael, I gave that acer chromebook to another person before more than one and a half year, so I can't check how it works now regarding that systemd problem. I have another chromebook (samsung one plus) but it works under Alpine Linux and openrc so I cannot test Debian systemd on it. Best regards On Fri, 2018-09-07 at 03:14, Michael Biebl wrote: > Control: tags -1 + moreinfo > > On Mon, 6 Feb 2017 15:45:20 +0100 "Milan P. Stanic" wrote: > > Package: systemd > > Version: 232-15 > > Severity: normal > > > > Dear Maintainer, > > > > * What led up to the situation? > > Installed Debian on the acer chromebook R13 (mediatek MT8173 SOC, > > board called elm (oak)) armv8 with the kernel source from chromeos > > site and built myself for that device. > > > > * What exactly did you do (or not do) that was effective (or > > ineffective)? > > By closing screen logind does not detect lid switch > > > > * What was the outcome of this action? > > Device does not suspend > > > > * What outcome did you expect instead? > > Suspend > > > > During boot kernel recognizes that the device have lid switch, here is > > the log from journalctl: > > Feb 05 17:20:01 zarya kernel: of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-keys/lid[0]' - status (0) > > Feb 05 17:20:01 zarya kernel: of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-keys/power[0]' - status (0) > > Feb 05 17:20:01 zarya kernel: of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-keys/tablet_mode[0]' - status (0) > > Feb 05 17:20:01 zarya kernel: of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-keys/volume_down[0]' - status (0) > > Feb 05 17:20:01 zarya kernel: of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-keys/volume_up[0]' - status (0) > > Feb 05 17:20:01 zarya kernel: input: gpio-keys as /devices/gpio-keys/input/input5 > > > > but systemd-logind does not report that it is watching any of these > > keys, as it does on another armv7 or amd64 where I tested lid switch. > > what's the output of evtest on those devices? > > > evtest detect all these when I run it to test does kernel works, here it > > is output of invoking it: > > > > No device specified, trying to scan all of /dev/input/event* > > Available devices: > > /dev/input/event0: cros_ec > > /dev/input/event1: Elan Touchscreen > > /dev/input/event2: Elan Touchpad > > /dev/input/event3: mtk-rt5650 Headset Jack > > /dev/input/event4: mtk-rt5650 HDMI Jack > > /dev/input/event5: gpio-keys > > Select the device event number [0-5]: 5 > > Input driver version is 1.0.1 > > Input device ID: bus 0x19 vendor 0x1 product 0x1 version 0x100 > > Input device name: "gpio-keys" > > Supported events: > > Event type 0 (EV_SYN) > > Event type 1 (EV_KEY) > > Event code 114 (KEY_VOLUMEDOWN) > > Event code 115 (KEY_VOLUMEUP) > > Event code 116 (KEY_POWER) > > Event type 5 (EV_SW) > > Event code 0 (SW_LID) state 0 > > Event code 1 (SW_TABLET_MODE) state 0 > > Properties: > > Testing ... (interrupt to exit) > > Event: time 1486391966.918428, type 5 (EV_SW), code 0 (SW_LID), value 1 > > > This looks quite a bit different here: > > # evtest > No device specified, trying to scan all of /dev/input/event* > Available devices: > /dev/input/event0: AT Translated Set 2 keyboard > /dev/input/event1: Lid Switch > /dev/input/event2: Sleep Button > /dev/input/event3: Power Button > ... > Select the device event number [0-20]: 1 > Input driver version is 1.0.1 > Input device ID: bus 0x19 vendor 0x0 product 0x5 version 0x0 > Input device name: "Lid Switch" > Supported events: > Event type 0 (EV_SYN) > Event type 5 (EV_SW) > Event code 0 (SW_LID) state 0 > > > I wonder if logind does not detect the lid switch device as it > apparently also does all sort of other events. > > Can you post the output of running > SYSTEMD_LOG_LEVEL=debug /lib/systemd/systemd-logind > > You need to stop the already running logind via > systemctl stop systemd-logind (make sure to run those commands from a > tty and not from within X) > > > > > -- > Why is it that all of the instruments seeking intelligent life in the > universe are pointed away from Earth? > From harald.dunkel at aixigo.de Fri Sep 7 12:20:20 2018 From: harald.dunkel at aixigo.de (Harald Dunkel) Date: Fri, 7 Sep 2018 13:20:20 +0200 Subject: Bug#892989: closed by Michael Biebl (Re: Bug#892989: weird chars found in dpkg output) In-Reply-To: References: <82c8680e-2c2b-a1cb-52b5-45fa2a88685a@debian.org> <7faa4715-776e-6754-4f2d-cbe938bbb912@aixigo.de> <7faa4715-776e-6754-4f2d-cbe938bbb912@aixigo.de> Message-ID: <123666d1-6d1f-a294-e172-5e979e32dff7@aixigo.de> I think you misunderstood the problem. This is not about using UTF-8, but about producing binary log files, refused by tools like less and others. Writing the log file you don't know the locale used when it is read, so the "if locale == xxx" is bad code. I am forced to *avoid* UTF-8 as a default to make sure that there are no weird side effects later. Just to replace "->"? Harri From globalsecghanaltd at gmail.com Fri Sep 7 14:16:38 2018 From: globalsecghanaltd at gmail.com (Global Security Company Ghana) Date: Fri, 7 Sep 2018 13:16:38 +0000 Subject: SIR PLEASE CONFIRM THE INFO Message-ID: Dear Sir, I have written you many times and no responds and also wanted to know if you received the document and the information i sent to you? Andrew Smith Managing Director Global security company LTD Ghana -------------- next part -------------- An HTML attachment was scrubbed... URL: From owner at bugs.debian.org Fri Sep 7 18:15:08 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 17:15:08 +0000 Subject: Bug#854388: marked as done (systemd: lid switch not detected on acer chromebook) References: <8aa70986-aba1-5e23-d5aa-f329c66b6595@debian.org> <20170206144520.xlrmax2m3a35wpbq@zarya> Message-ID: Your message dated Fri, 7 Sep 2018 19:11:51 +0200 with message-id <8aa70986-aba1-5e23-d5aa-f329c66b6595 at debian.org> and subject line Re: systemd: lid switch not detected on acer chromebook has caused the Debian Bug report #854388, regarding systemd: lid switch not detected on acer chromebook to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 854388: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854388 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: "Milan P. Stanic" Subject: systemd: lid switch not detected on acer chromebook Date: Mon, 6 Feb 2017 15:45:20 +0100 Size: 5958 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Re: systemd: lid switch not detected on acer chromebook Date: Fri, 7 Sep 2018 19:11:51 +0200 Size: 7685 URL: From biebl at debian.org Fri Sep 7 18:41:52 2018 From: biebl at debian.org (Michael Biebl) Date: Fri, 7 Sep 2018 19:41:52 +0200 Subject: Bug#791944: /etc/init.d/sendsigs kills systemd-udevd upon shutdown, causing dmsetup to hang In-Reply-To: <20180903220812.3aaad7b6@enterprise> References: <20150709165713.3729.35902.reportbug@fenchel> <20180811124751.37ce43f0@enterprise> <9d405bbd-9715-e157-f53e-faea16855a64@debian.org> <20180903220812.3aaad7b6@enterprise> <20150709165713.3729.35902.reportbug@fenchel> Message-ID: Am 03.09.18 um 22:08 schrieb Trek: > I'll try to do it I made an upload today which incorporates that patch (with a small fix as udev needs a aproper ordering on shutdown against umountroot). So it's no longer necessary that you create a MR. Just wanted to let you know to avoid unnecessary work. Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From trek00 at inbox.ru Sat Sep 8 17:10:56 2018 From: trek00 at inbox.ru (Trek) Date: Sat, 8 Sep 2018 18:10:56 +0200 Subject: Bug#791944: /etc/init.d/sendsigs kills systemd-udevd upon shutdown, causing dmsetup to hang In-Reply-To: References: <20150709165713.3729.35902.reportbug@fenchel> <20180811124751.37ce43f0@enterprise> <9d405bbd-9715-e157-f53e-faea16855a64@debian.org> <20180903220812.3aaad7b6@enterprise> <20150709165713.3729.35902.reportbug@fenchel> Message-ID: <20180908181056.3390d43e@enterprise> On Fri, 7 Sep 2018 19:41:52 +0200 Michael Biebl wrote: > I made an upload today which incorporates that patch (with a small fix > as udev needs a aproper ordering on shutdown against umountroot). I see, thank you, you was faster than me :) From dsmith69 at seznam.cz Sat Sep 8 23:51:25 2018 From: dsmith69 at seznam.cz (Dave Smith) Date: Sun, 09 Sep 2018 00:51:25 +0200 (CEST) Subject: Bug#908358: Display stays off after computer resumes from suspend Message-ID: Package: systemd Version: 239-8 When I type sudo systemctl suspend my computer goes to sleep. If I then close the lid and reopen it the computer reawakens but the display stays off. When logind.conf includes the line HandleLidSwitch=suspend my computer goes to sleep when I close the lid and the display comes back on when I reopen the lid. I think that systemctl is broken. I have the following packages installed. libc6/unstable linux-image-686/unstable systemd/unstable My computer is an IBM ThinkPad T42. Dave -------------- next part -------------- An HTML attachment was scrubbed... URL: From owner at bugs.debian.org Sun Sep 9 00:24:03 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 08 Sep 2018 23:24:03 +0000 Subject: Processed: Re: Bug#908358: Display stays off after computer resumes from suspend References: <71f8bd20-60af-cc06-4ba7-69e810d42858@debian.org> Message-ID: Processing control commands: > tags -1 + moreinfo Bug #908358 [systemd] Display stays off after computer resumes from suspend Added tag(s) moreinfo. -- 908358: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908358 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From biebl at debian.org Sun Sep 9 00:20:28 2018 From: biebl at debian.org (Michael Biebl) Date: Sun, 9 Sep 2018 01:20:28 +0200 Subject: Bug#908358: Display stays off after computer resumes from suspend In-Reply-To: References: Message-ID: <71f8bd20-60af-cc06-4ba7-69e810d42858@debian.org> Control: tags -1 + moreinfo Am 09.09.18 um 00:51 schrieb Dave Smith: > Package: systemd > Version: 239-8 > > When I type > > sudo systemctl suspend > > my computer goes to sleep. If I then close the lid and reopen it the > computer reawakens but the display stays off. When logind.conf includes > the line > > HandleLidSwitch=suspend > > my computer goes to sleep when I close the lid and the display comes > back on when I reopen the lid. I think that systemctl is broken. Is the computer still functional at that point, e.g. can you reach it via network/SSH? Have you tried switching terminals via CTRL+ALT+Fn ? > I have the following packages installed. > > libc6/unstable > linux-image-686/unstable > systemd/unstable > > My computer is an IBM ThinkPad T42. "systemctl suspend" basically just calls echo mem > /sys/power/state If you run that command (as root) and wake up from resume, does your display turn on or not? -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From dsmith69 at seznam.cz Sun Sep 9 01:06:34 2018 From: dsmith69 at seznam.cz (Dave Smith) Date: Sun, 09 Sep 2018 02:06:34 +0200 (CEST) Subject: Bug#908358: Update (Display stays off after computer resumes from suspend) References: Message-ID: After retrying, I have found that the behavior with logind.conf has changed. Now my computer does not go to sleep by itself when I close the lid. That is using HandleLidSwitch=suspend What I previously reported was observed toward the end of last month.  Dave ---------- Původní e-mail ---------- Od: Debian Bug Tracking System Komu: Dave Smith Datum: 8. 9. 2018 16:11:18 Předmět: Bug#908358: Acknowledgement (Display stays off after computer resumes from suspend) "Thank you for filing a new Bug report with Debian. You can follow progress on this Bug here: 908358: https://bugs.debian.org/ cgi-bin/bugreport.cgi?bug=908358. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): Debian systemd Maintainers If you wish to submit further information on this problem, please send it to 908358 at bugs.debian.org. Please do not send mail to owner at bugs.debian.org unless you wish to report a problem with the Bug-tracking system. -- 908358: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908358 Debian Bug Tracking System Contact owner at bugs.debian.org with problems " -------------- next part -------------- An HTML attachment was scrubbed... URL: From biebl at debian.org Sun Sep 9 01:38:35 2018 From: biebl at debian.org (Michael Biebl) Date: Sun, 9 Sep 2018 02:38:35 +0200 Subject: Bug#908358: Update (Display stays off after computer resumes from suspend) In-Reply-To: References: Message-ID: <877c5aa7-11b4-b656-67be-f9bcdd6c7276@debian.org> Am 09.09.18 um 02:06 schrieb Dave Smith: > After retrying, I have found that the behavior with logind.conf has > changed. Now my computer does not go to sleep by itself when I close the > lid. That is using > > HandleLidSwitch=suspend > > What I previously reported was observed toward the end of last month.  The behaviour of systemd has not changed in that regard since end of last month. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From biebl at debian.org Sun Sep 9 02:56:47 2018 From: biebl at debian.org (Michael Biebl) Date: Sun, 9 Sep 2018 03:56:47 +0200 Subject: Bug#908358: Display stays off after computer resumes from suspend In-Reply-To: References: Message-ID: <4c018e8f-174b-e0d4-399f-7794b56baa95@debian.org> Am 09.09.18 um 00:51 schrieb Dave Smith: > I have the following packages installed. > > libc6/unstable > linux-image-686/unstable > systemd/unstable Please attach the output of reportbug --template systemd -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From biebl at debian.org Sun Sep 9 03:53:01 2018 From: biebl at debian.org (Michael Biebl) Date: Sun, 9 Sep 2018 04:53:01 +0200 Subject: Bug#908358: Display stays off after computer resumes from suspend In-Reply-To: References: <71f8bd20-60af-cc06-4ba7-69e810d42858@debian.org> Message-ID: <1f3a78f6-3d75-e5f1-e980-eef01e0487a0@debian.org> Am 09.09.18 um 02:43 schrieb Dave Smith: > > I have the following packages installed. > > > > libc6/unstable > > linux-image-686/unstable > > systemd/unstable > > > > My computer is an IBM ThinkPad T42. > > "systemctl suspend" basically just calls > > echo mem > /sys/power/state > > If you run that command (as root) and wake up from resume, does your > display turn on or not? > >   > > It stays off. Incidentally,  Ok, then this particular issue is not caused by systemd as I expected. Most likely it's a kernel or graphics driver issue. What graphics card and graphics driver do you use? -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From noreply at release.debian.org Sun Sep 9 05:39:14 2018 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 09 Sep 2018 04:39:14 +0000 Subject: systemd 239-8 MIGRATED to testing Message-ID: FYI: The status of the systemd source package in Debian's testing distribution has changed. Previous version: 239-7 Current version: 239-8 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From biebl at debian.org Sun Sep 9 05:56:30 2018 From: biebl at debian.org (Michael Biebl) Date: Sun, 9 Sep 2018 06:56:30 +0200 Subject: Bug#890824: Container: unsets cgroup memory limit on user login References: <1d5bfc9b-1762-7f43-fa54-939ea6eb3803@saltation.com> Message-ID: <4ac0e28d-3a24-8925-66f3-6d533b741328@debian.org> Would you mind testing with systemd v239 from unstable/testing and eventually raise this upstream at https://github.com/systemd/systemd tbh, I'm not sure what the expected behaviour is in that regard and if this maybe just a configuration issue. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Sun Sep 9 06:00:05 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 09 Sep 2018 05:00:05 +0000 Subject: Processed: severity of 890824 is normal References: <1536469013-3590-bts-biebl@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > severity 890824 normal Bug #890824 [systemd] Container: unsets cgroup memory limit on user login Severity set to 'normal' from 'important' > thanks Stopping processing here. Please contact me if you need assistance. -- 890824: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890824 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From biebl at debian.org Sun Sep 9 05:59:03 2018 From: biebl at debian.org (Michael Biebl) Date: Sun, 9 Sep 2018 06:59:03 +0200 Subject: Bug#747629: systemd: boot fails w/ multi-whole-disk btrfs /home: "timed out waiting for dev-sda.device" References: <20140510141816.3271.69326.reportbug@moxana.local> Message-ID: <272bb580-44ba-2366-d408-89e6de6c7617@debian.org> Hi On Sun, 28 Jun 2015 17:04:04 +0200 John Paul Adrian Glaubitz wrote: > > Ok, so should we close the bug and reopen once you can reproduce > > it again? > > I am still running into this issue on one of our Debian sh4 buildds: > > [ 15.236000] BTRFS: device fsid 834d6bda-7796-4cdf-aa09-8695ec50c03a [ > OK ] Started Flush Journal to Persistent Storage. > devid 1 transid 58297 /dev/sda2 > [ TIME ] Timed out waiting for device dev-ttySC1.device. > [DEPEND] Dependency failed for Serial Getty[ TIME ] Timed out waiting > for device dev-di...\x2daa09\x2d8695ec50c03a.device. > [DEPEND] Dependency failed for /srv/chroots/buildd-sid. > [DEPEND] Dependency failed for /srv/chroots/buildd-sid/sys. > [DEPEND] Dependency failed for Local File Systems. > [DEPEND] Dependency failed for /srv/chroots/buildd-sid/proc. > [DEPEND] Dependency failed for /srv/chroots/buildd-sid/dev/pts. > [ TIME ] Timed out waiting for device > dev-di...\x2db405\x2d60154827bd8a.device. > [DEPEND] Dependency failed for > /dev/disk/by-...a6e-58e4-47de-b405-60154827bd8a. > > systemd is waiting for the swap device as well as a btrfs filesystem > which contains the chroot for sbuild. It also waits for the serial > console ttyS0 which is actually used to boot the board (Renesas > SH-7785LCR) as I don't use a video adapter. > > I added "nofail" to the fstab entries in question but that doesn't help. > The only working solution is commenting the fstab entries for swap > and the btrfs chroot out, then reboot the machine and mount the > partitions manually once the machine has come up. > > systemd version is 220-2, attaching my /etc/fstab. Since you reopened the bug report, would you mind testing with the latest version and report back if it's still reproducible? -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Sun Sep 9 06:15:07 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 09 Sep 2018 05:15:07 +0000 Subject: Processed: closing 732209 References: <1536469851-1459-bts-biebl@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > close 732209 Bug #732209 [libpam-systemd] unable to create file '/run/user/1000/dconf/user': Permission denied Bug #766464 [libpam-systemd] gksu pluma sets the ownership of /run/user/1000/dconf/user to root:root Bug #767173 [libpam-systemd] gnome-shell: Display freezes but mouse stays operational Bug #769889 [libpam-systemd] dconf-CRITICAL: unable to create file '/run/user/1000/dconf/user': Permission denied. dconf will not work properly. Bug #772910 [libpam-systemd] mate-settings-daemon: Massive memory leak Bug #807878 [libpam-systemd] gnome: Gnome freezes when root windows are open on user screen. Bug #818600 [libpam-systemd] mate-settings-daemon cannot create file /run/user//dconf/user and fills up the memory (24 GB!) Bug #818601 [libpam-systemd] mate-settings-daemon cannot create file /run/user//dconf/user and fills up the memory (24 GB!) Bug #824950 [libpam-systemd] systemd: pam_systemd should not use loginuid (at least not when used by su) Marked Bug as done Marked Bug as done Marked Bug as done Marked Bug as done Marked Bug as done Marked Bug as done Marked Bug as done Marked Bug as done Marked Bug as done > thanks Stopping processing here. Please contact me if you need assistance. -- 732209: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732209 766464: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766464 767173: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767173 769889: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769889 772910: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772910 807878: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807878 818600: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=818600 818601: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=818601 824950: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824950 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From glaubitz at physik.fu-berlin.de Sun Sep 9 07:12:20 2018 From: glaubitz at physik.fu-berlin.de (John Paul Adrian Glaubitz) Date: Sun, 9 Sep 2018 08:12:20 +0200 Subject: Bug#747629: systemd: boot fails w/ multi-whole-disk btrfs /home: "timed out waiting for dev-sda.device" In-Reply-To: <272bb580-44ba-2366-d408-89e6de6c7617@debian.org> References: <272bb580-44ba-2366-d408-89e6de6c7617@debian.org> <20140510141816.3271.69326.reportbug@moxana.local> Message-ID: <0771a32c-0bcf-fc38-218a-f9e25341c450@physik.fu-berlin.de> On 9/9/18 6:59 AM, Michael Biebl wrote: >> systemd version is 220-2, attaching my /etc/fstab. > > Since you reopened the bug report, would you mind testing with the > latest version and report back if it's still reproducible? I haven't run into this issue for a while anymore. While I don't use btrfs anymore, the machine still has a swap partition and that one gets activated without any problems. Feel free to close this bug report. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaubitz at debian.org `. `' Freie Universitaet Berlin - glaubitz at physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913 From owner at bugs.debian.org Sun Sep 9 07:24:05 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 09 Sep 2018 06:24:05 +0000 Subject: Bug#747629: marked as done (systemd: boot fails w/ multi-whole-disk btrfs /home: "timed out waiting for dev-sda.device") References: <900f5ed6-de4e-3f0b-b322-c0d23b88e512@debian.org> <20140510141816.3271.69326.reportbug@moxana.local> Message-ID: Your message dated Sun, 9 Sep 2018 08:21:08 +0200 with message-id <900f5ed6-de4e-3f0b-b322-c0d23b88e512 at debian.org> and subject line Re: Bug#747629: systemd: boot fails w/ multi-whole-disk btrfs /home: "timed out waiting for dev-sda.device" has caused the Debian Bug report #747629, regarding systemd: boot fails w/ multi-whole-disk btrfs /home: "timed out waiting for dev-sda.device" to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 747629: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747629 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Zack Weinberg Subject: systemd: boot fails w/ multi-whole-disk btrfs /home: "timed out waiting for dev-sda.device" Date: Sat, 10 May 2014 10:18:16 -0400 Size: 15780 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Re: Bug#747629: systemd: boot fails w/ multi-whole-disk btrfs /home: "timed out waiting for dev-sda.device" Date: Sun, 9 Sep 2018 08:21:08 +0200 Size: 7710 URL: From owner at bugs.debian.org Sun Sep 9 07:24:06 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 09 Sep 2018 06:24:06 +0000 Subject: Bug#803531: marked as done (systemd: timeout mounting /home (btrfs) at boot) References: <900f5ed6-de4e-3f0b-b322-c0d23b88e512@debian.org> <20151031025551.15079.74512.reportbug@prune.linuxpenguins.xyz> Message-ID: Your message dated Sun, 9 Sep 2018 08:21:08 +0200 with message-id <900f5ed6-de4e-3f0b-b322-c0d23b88e512 at debian.org> and subject line Re: Bug#747629: systemd: boot fails w/ multi-whole-disk btrfs /home: "timed out waiting for dev-sda.device" has caused the Debian Bug report #747629, regarding systemd: timeout mounting /home (btrfs) at boot to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 747629: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747629 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Brian May Subject: systemd: timeout mounting /home (btrfs) at boot Date: Sat, 31 Oct 2015 13:55:51 +1100 Size: 1875 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Re: Bug#747629: systemd: boot fails w/ multi-whole-disk btrfs /home: "timed out waiting for dev-sda.device" Date: Sun, 9 Sep 2018 08:21:08 +0200 Size: 7710 URL: From biebl at debian.org Sun Sep 9 07:28:14 2018 From: biebl at debian.org (Michael Biebl) Date: Sun, 09 Sep 2018 08:28:14 +0200 Subject: Bug#908365: Package fails to build reproducibly Message-ID: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> Source: systemd Version: 239-8 Severity: wishlist User: reproducible-builds at lists.alioth.debian.org Usertags: buildpath I notice that systemd fails to build reproducibly [1]. Given the importance of the package I think it would be great if we could fix that. Talking about that on #debian-systemd, h01ger mentioned that this might not be too hard. I've CCed the reproducible build team in hope to get help with this. Regards, Michael [1] https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/systemd.html -- Package-specific info: -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable'), (200, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.18.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages systemd is related to: pn dracut ii initramfs-tools 0.132 ii udev 239-8 -- no debconf information From biebl at debian.org Sun Sep 9 07:56:23 2018 From: biebl at debian.org (Michael Biebl) Date: Sun, 9 Sep 2018 08:56:23 +0200 Subject: Bug#824898: Failed to start Load/Save Screen Backlight Brightness of backlight In-Reply-To: <573FA3CF.2070209@gmx.de> References: <573FA3CF.2070209@gmx.de> <573FA3CF.2070209@gmx.de> <573FA3CF.2070209@gmx.de> Message-ID: <65159295-c757-4445-69bc-cae3f23da2f1@debian.org> Control: tags -1 + moreinfo On Sat, 21 May 2016 01:54:55 +0200 Mark wrote: > Package: systemd > Version: 229-5 > > Right after start I saw on tty1: > > [FAILED] Failed to start Load/Save Screen Backlight Brightness of > backlight:acpi_video0. > See 'systemctl status systemd-backlight at backlight:acpi_video0.service' > for details. > > So let us see the output of the aforementioned command: > > ● systemd-backlight at backlight:acpi_video0.service - Load/Save Screen > Backlight Brightness of backlight:acpi_video0 > Loaded: loaded (/lib/systemd/system/systemd-backlight at .service; > static; vendor preset: enabled) > Active: failed (Result: exit-code) since Sa 2016-05-21 01:35:26 > CEST; 1min 24s ago > Docs: man:systemd-backlight at .service(8) > Process: 1688 ExecStart=/lib/systemd/systemd-backlight load %i > (code=exited, status=1/FAILURE) > Main PID: 1688 (code=exited, status=1/FAILURE) > > Mai 21 01:35:26 examplehost systemd[1]: Starting Load/Save Screen > Backlight Brightness of backlight:acpi_video0... > Mai 21 01:35:26 examplehost systemd[1]: > systemd-backlight at backlight:acpi_video0.service: Main process exited, > code=exited, status=1/FAILURE > Mai 21 01:35:26 examplehost systemd[1]: Failed to start Load/Save Screen > Backlight Brightness of backlight:acpi_video0. > Mai 21 01:35:26 examplehost systemd[1]: > systemd-backlight at backlight:acpi_video0.service: Unit entered failed state. > Mai 21 01:35:26 examplehost systemd[1]: > systemd-backlight at backlight:acpi_video0.service: Failed with result > 'exit-code'. > > The dmesg is attached. Let us look at the files: > $ ls -la /lib/systemd/system/systemd-backlight at .service > -rw-r--r-- 1 root root 724 Apr 25 11:32 > /lib/systemd/system/systemd-backlight at .service > $ ls -la /lib/systemd/systemd-backlight > -rwxr-xr-x 1 root root 92752 Apr 25 11:32 /lib/systemd/systemd-backlight > > Any bug fix? Is this bug still reproducible on an up-to-date sid/buster system? -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Sun Sep 9 07:57:03 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 09 Sep 2018 06:57:03 +0000 Subject: Processed: Re: Failed to start Load/Save Screen Backlight Brightness of backlight References: <65159295-c757-4445-69bc-cae3f23da2f1@debian.org> <573FA3CF.2070209@gmx.de> Message-ID: Processing control commands: > tags -1 + moreinfo Bug #824898 [systemd] Failed to start Load/Save Screen Backlight Brightness of backlight Added tag(s) moreinfo. -- 824898: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824898 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From biebl at debian.org Sun Sep 9 08:09:59 2018 From: biebl at debian.org (Michael Biebl) Date: Sun, 9 Sep 2018 09:09:59 +0200 Subject: Bug#902942: systemd: please ship man/*.xml files In-Reply-To: <153061889636.23772.10168857266303582200.reportbug@localhost> References: <153061889636.23772.10168857266303582200.reportbug@localhost> <153061889636.23772.10168857266303582200.reportbug@localhost> <153061889636.23772.10168857266303582200.reportbug@localhost> Message-ID: <6aa6427f-ade2-c3cd-5fb7-e0d860ea80a7@debian.org> On Tue, 03 Jul 2018 13:54:56 +0200 Dominique Dumont wrote: > The latter should be done using xml files shipped as binary package, > either in systemd package (along the man pages) or in a systemd-source > package. Neither of the two options seem very compelling. Shipping the *.xml files in the systemd binary package means it will be installed on basically every system out there. The man/ directory is weighing about 3.7M, that is simply too much to be installed on everyones system when it's only needed for a very special case. Introducing yet another binary package, systemd-src, only for libconfig-model-systemd-perl feels like a lot of overhead. So I'm not sure what to do about this. Shipping the files as part of systemd is certainly a no-go, though. Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Sun Sep 9 08:15:04 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 09 Sep 2018 07:15:04 +0000 Subject: Processed: tagging 749832 References: <1536477250-794-bts-biebl@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > tags 749832 + fixed-upstream Bug #749832 [systemd] systemd: ignores /run/do-not-hibernate, hibernates after kernel update Added tag(s) fixed-upstream. > thanks Stopping processing here. Please contact me if you need assistance. -- 749832: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749832 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Sun Sep 9 08:15:05 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 09 Sep 2018 07:15:05 +0000 Subject: Processed: notfound 749832 in 240-1 References: <1536477264-3605-bts-biebl@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > notfound 749832 240-1 Bug #749832 [systemd] systemd: ignores /run/do-not-hibernate, hibernates after kernel update There is no source info for the package 'systemd' at version '240-1' with architecture '' Unable to make a source version for version '240-1' Ignoring request to alter found versions of bug #749832 to the same values previously set > thanks Stopping processing here. Please contact me if you need assistance. -- 749832: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749832 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Sun Sep 9 08:30:03 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 09 Sep 2018 07:30:03 +0000 Subject: Bug#824898: marked as done (Failed to start Load/Save Screen Backlight Brightness of backlight) References: <16e29f4e-f5c8-497d-e3c0-21b56e213390@debian.org> <573FA3CF.2070209@gmx.de> Message-ID: Your message dated Sun, 9 Sep 2018 09:24:20 +0200 with message-id <16e29f4e-f5c8-497d-e3c0-21b56e213390 at debian.org> and subject line Re: Undelivered Mail Returned to Sender has caused the Debian Bug report #824898, regarding Failed to start Load/Save Screen Backlight Brightness of backlight to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 824898: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824898 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Mark Subject: Failed to start Load/Save Screen Backlight Brightness of backlight Date: Sat, 21 May 2016 01:54:55 +0200 Size: 76354 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Re: Undelivered Mail Returned to Sender Date: Sun, 9 Sep 2018 09:24:20 +0200 Size: 7194 URL: From lamby at debian.org Sun Sep 9 10:49:43 2018 From: lamby at debian.org (Chris Lamb) Date: Sun, 09 Sep 2018 10:49:43 +0100 Subject: Bug#908365: Package fails to build reproducibly In-Reply-To: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> References: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> Message-ID: <1536486583.84646.1501769304.0A007916@webmail.messagingengine.com> Hi Michael, > Talking about that on #debian-systemd, h01ger mentioned that this might > not be too hard. Ah, interesting; did Holger have any first steps that would suggest this? A very quick glance at the diffoscope output and the build logs (you appear to obey our extra reproducibility related GCC flags) does not make anything stand out for me. Best wishes, -- ,''`. : :' : Chris Lamb `. `'` lamby at debian.org / chris-lamb.co.uk `- From biebl at debian.org Sun Sep 9 15:55:30 2018 From: biebl at debian.org (Michael Biebl) Date: Sun, 9 Sep 2018 16:55:30 +0200 Subject: Bug#908365: Package fails to build reproducibly In-Reply-To: <1536486583.84646.1501769304.0A007916@webmail.messagingengine.com> References: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536486583.84646.1501769304.0A007916@webmail.messagingengine.com> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> Message-ID: <09866774-a4d9-01b3-cdbc-6a094e5cb0f4@debian.org> Am 09.09.18 um 11:49 schrieb Chris Lamb: > Hi Michael, > >> Talking about that on #debian-systemd, h01ger mentioned that this might >> not be too hard. > > Ah, interesting; did Holger have any first steps that would suggest > this? A very quick glance at the diffoscope output and the build logs > (you appear to obey our extra reproducibility related GCC flags) does > not make anything stand out for me. I hope I didn't misquote Holger: > * h01ger checks > ok, FTBR with build path variation.. so the workaround is easy, but still > from a quick look why, no idea :( > but it also doesnt seem to affect many areas > mbiebl: maybe file a (minor|normal severity) bug to get this sorted out, while using BTS (conversation) tracking features? > 01:18 > IOW: no clue, but i'm happy you care and this doesnt look hard... > this smells like a simple thing coming from some toolchain -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From fsateler at debian.org Sun Sep 9 15:56:31 2018 From: fsateler at debian.org (Felipe Sateler) Date: Sun, 9 Sep 2018 11:56:31 -0300 Subject: Bug#902942: systemd: please ship man/*.xml files In-Reply-To: <6aa6427f-ade2-c3cd-5fb7-e0d860ea80a7@debian.org> References: <153061889636.23772.10168857266303582200.reportbug@localhost> <6aa6427f-ade2-c3cd-5fb7-e0d860ea80a7@debian.org> <153061889636.23772.10168857266303582200.reportbug@localhost> Message-ID: On Sun, Sep 9, 2018, 04:12 Michael Biebl wrote: > On Tue, 03 Jul 2018 13:54:56 +0200 Dominique Dumont > wrote: > > > The latter should be done using xml files shipped as binary package, > > either in systemd package (along the man pages) or in a systemd-source > > package. > > > Neither of the two options seem very compelling. > Shipping the *.xml files in the systemd binary package means it will be > installed on basically every system out there. The man/ directory is > weighing about 3.7M, that is simply too much to be installed on > everyones system when it's only needed for a very special case. > > Introducing yet another binary package, systemd-src, only for > libconfig-model-systemd-perl feels like a lot of overhead. > We have had this reaction a number of times. Shipping systemd.pc in a separate package comes to mind. Perhaps we have a number of such "extra" files that could be bundled into this extra package? > So I'm not sure what to do about this. Shipping the files as part of > systemd is certainly a no-go, though. > Agreed. Saludos -------------- next part -------------- An HTML attachment was scrubbed... URL: From owner at bugs.debian.org Sun Sep 9 16:45:04 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 09 Sep 2018 15:45:04 +0000 Subject: Processed: tagging 803907 References: <1536507859-945-bts-biebl@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > tags 803907 + moreinfo Bug #803907 [systemd] systemd: Unable to shutdown/restart because of 'nobody' session Added tag(s) moreinfo. > thanks Stopping processing here. Please contact me if you need assistance. -- 803907: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=803907 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From lamby at debian.org Sun Sep 9 17:52:15 2018 From: lamby at debian.org (Chris Lamb) Date: Sun, 09 Sep 2018 17:52:15 +0100 Subject: Bug#908365: Package fails to build reproducibly In-Reply-To: <09866774-a4d9-01b3-cdbc-6a094e5cb0f4@debian.org> References: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536486583.84646.1501769304.0A007916@webmail.messagingengine.com> <09866774-a4d9-01b3-cdbc-6a094e5cb0f4@debian.org> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> Message-ID: <1536511935.172369.1501984616.2B2DEB7E@webmail.messagingengine.com> Dear Michael et al., > > ok, FTBR with build path variation.. so the workaround is easy ^^^^^^^^^^^^^^^^^^ > > this smells like a simple thing coming from some toolchain ^^^^^^^^^^^^ Ah, I see. Well, given that the -ffile-prefix-map appears to be passed to GCC correctly, modulo the aforementioned importance of this package this is regrettably "just another unreproducible package with unknown cause". (Sorry to be a downer but I wouldn't want to give the impression this was so "easily" remedied. Alas.) Best wishes, -- ,''`. : :' : Chris Lamb `. `'` lamby at debian.org / chris-lamb.co.uk `- From lamby at debian.org Sun Sep 9 20:31:24 2018 From: lamby at debian.org (Chris Lamb) Date: Sun, 09 Sep 2018 20:31:24 +0100 Subject: Bug#908365: Package fails to build reproducibly In-Reply-To: <1536511935.172369.1501984616.2B2DEB7E@webmail.messagingengine.com> References: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536486583.84646.1501769304.0A007916@webmail.messagingengine.com> <09866774-a4d9-01b3-cdbc-6a094e5cb0f4@debian.org> <1536511935.172369.1501984616.2B2DEB7E@webmail.messagingengine.com> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> Message-ID: <1536521484.204434.1502081120.4BB00F0C@webmail.messagingengine.com> Chris Lamb wrote: > (Sorry to be a downer but I wouldn't want to give the impression this > was so "easily" remedied. Alas.) Spent a couple moments on this. The first thing that can be addressed is the absolute CATALOG_DIR which ends up in the /usr/lib/systemd/ tests/test-catalog binary in the systemd-tests package. This dir is currently "useless" in that it will fail on (almost) all end- user systems as it points into the original build path, eg, /tmp/ buildd. Can this variable be provided on the command line? If so, you will need to also ship the actual catalogs too. Alternatively, you could do something dumb like: --- a/debian/rules 2018-09-09 17:51:44.321868919 +0100 --- b/debian/rules 2018-09-09 20:28:31.894763652 +0100 @@ -255,6 +255,9 @@ install --mode=755 debian/extra/set-cpufreq debian/systemd/lib/systemd/ endif + # Unreproducible? + rm -f debian/systemd-tests/usr/lib/systemd/tests/test-catalog + override_dh_missing: dh_missing --sourcedir debian/install/deb $(DH_MISSING) I haven't tested this specifcally, nor checked whether this makes the entire package reproducible but this is the most obvious thing atm. Enjoy... Regards, -- ,''`. : :' : Chris Lamb `. `'` lamby at debian.org / chris-lamb.co.uk `- From biebl at debian.org Mon Sep 10 03:28:47 2018 From: biebl at debian.org (Michael Biebl) Date: Mon, 10 Sep 2018 04:28:47 +0200 Subject: Bug#908365: Package fails to build reproducibly In-Reply-To: <1536521484.204434.1502081120.4BB00F0C@webmail.messagingengine.com> References: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536486583.84646.1501769304.0A007916@webmail.messagingengine.com> <09866774-a4d9-01b3-cdbc-6a094e5cb0f4@debian.org> <1536511935.172369.1501984616.2B2DEB7E@webmail.messagingengine.com> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536521484.204434.1502081120.4BB00F0C@webmail.messagingengine.com> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> Message-ID: <719c2b75-0bf8-6c63-1334-764f45d15bf6@debian.org> Thanks Chris Am 09.09.18 um 21:31 schrieb Chris Lamb: > Spent a couple moments on this. The first thing that can be addressed > is the absolute CATALOG_DIR which ends up in the /usr/lib/systemd/ > tests/test-catalog binary in the systemd-tests package. > > This dir is currently "useless" in that it will fail on (almost) all > end- user systems as it points into the original build path, eg, /tmp/ > buildd. test-catalog is an odd one indeed. We already special-case it in our autopkgtests: https://salsa.debian.org/systemd-team/systemd/blob/master/debian/tests/root-unittests#L6 I've filed https://github.com/systemd/systemd/issues/10045, maybe we can find a proper solution for this or stop installing the test binary. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From biebl at debian.org Mon Sep 10 04:59:42 2018 From: biebl at debian.org (Michael Biebl) Date: Mon, 10 Sep 2018 05:59:42 +0200 Subject: Bug#908358: Display stays off after computer resumes from suspend In-Reply-To: References: <71f8bd20-60af-cc06-4ba7-69e810d42858@debian.org> <1f3a78f6-3d75-e5f1-e980-eef01e0487a0@debian.org> Message-ID: Am 09.09.18 um 18:37 schrieb Dave Smith: >  ATI Mobility Radeon 9600 and radeon. You are still missing the information from reportbug --template systemd I need that to properly reassign this issue to the kernel image. Otherwise I'll just have to close this bug report. Regards, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From holger at layer-acht.org Mon Sep 10 14:07:10 2018 From: holger at layer-acht.org (Holger Levsen) Date: Mon, 10 Sep 2018 13:07:10 +0000 Subject: Bug#908365: Package fails to build reproducibly In-Reply-To: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> References: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> Message-ID: <20180910130710.rlyiaxehoof6ay53@layer-acht.org> control: severity -1 minor thanks On Sun, Sep 09, 2018 at 08:28:14AM +0200, Michael Biebl wrote: > Severity: wishlist I've upgraded to minor because a.) it's a violation of a "should" directive in policy (thus wishlist is too low) and b.) systemd is only unreproducible with variation of the build path, while it can be rebuild reproducible using the same build path as the "original" build. (which is what we recommend for buster.) > Talking about that on #debian-systemd, h01ger mentioned that this might > not be too hard. well... it 'just' seems to be something with debug symbols and nothing else, so _probably_ 'just' one cause to fix, not several. -- cheers, Holger ------------------------------------------------------------------------------- holger@(debian|reproducible-builds|layer-acht).org PGP fingerprint: B8BF 5413 7B09 D35C F026 FE9D 091A B856 069A AA1C -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: From owner at bugs.debian.org Mon Sep 10 14:09:05 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 10 Sep 2018 13:09:05 +0000 Subject: Processed: Re: Bug#908365: Package fails to build reproducibly References: <20180910130710.rlyiaxehoof6ay53@layer-acht.org> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> Message-ID: Processing control commands: > severity -1 minor Bug #908365 [src:systemd] Package fails to build reproducibly Severity set to 'minor' from 'wishlist' -- 908365: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908365 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From biebl at debian.org Mon Sep 10 15:51:49 2018 From: biebl at debian.org (Michael Biebl) Date: Mon, 10 Sep 2018 16:51:49 +0200 Subject: Bug#908365: Package fails to build reproducibly In-Reply-To: <719c2b75-0bf8-6c63-1334-764f45d15bf6@debian.org> References: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536486583.84646.1501769304.0A007916@webmail.messagingengine.com> <09866774-a4d9-01b3-cdbc-6a094e5cb0f4@debian.org> <1536511935.172369.1501984616.2B2DEB7E@webmail.messagingengine.com> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536521484.204434.1502081120.4BB00F0C@webmail.messagingengine.com> <719c2b75-0bf8-6c63-1334-764f45d15bf6@debian.org> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> Message-ID: Am 10.09.18 um 04:28 schrieb Michael Biebl: > Thanks Chris > > Am 09.09.18 um 21:31 schrieb Chris Lamb: >> Spent a couple moments on this. The first thing that can be addressed >> is the absolute CATALOG_DIR which ends up in the /usr/lib/systemd/ >> tests/test-catalog binary in the systemd-tests package. >> >> This dir is currently "useless" in that it will fail on (almost) all >> end- user systems as it points into the original build path, eg, /tmp/ >> buildd. > > test-catalog is an odd one indeed. We already special-case it in our > autopkgtests: > https://salsa.debian.org/systemd-team/systemd/blob/master/debian/tests/root-unittests#L6 > > I've filed https://github.com/systemd/systemd/issues/10045, maybe we can > find a proper solution for this or stop installing the test binary. So, upstream has proposed a fix to make test-catalog work as installed test [1]. It still encodes the absolute build dir in the binary though. While looking at it more closely, I noticed that test-catalog is not the only test using ABS_BUILD_DIR. get_testdata_dir() from src/shared/tests.c [2] also uses it. I'm a bit uncertain about this. Those (installed) tests are bit special. They are supposed to work during "ninja test", i.e. we run them as part of the build process. But we also install them in the systemd-tests binary package so we can run them via autopkgtest later on. Now, I could try and convince upstream to not embed ABS_BUILD_DIR into the binary and maybe let the build system pass the build dir as env var. This would make those test-binaries a bit more cumbersome to use though, because you'd have to manually set the env var if you directly execute the test by hand. Since the "systemd-tests" package is a bit special, could we somehow exclude that (basically all binaries from /usr/lib/systemd/tests) from the reproducibility checks so the binaries which are shipped in that package don't make the whole src:systemd package fail? [1] https://github.com/systemd/systemd/pull/10046 [2] https://salsa.debian.org/systemd-team/systemd/blob/master/src/shared/tests.c#L40 -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From lamby at debian.org Mon Sep 10 18:22:09 2018 From: lamby at debian.org (Chris Lamb) Date: Mon, 10 Sep 2018 18:22:09 +0100 Subject: Bug#908365: Package fails to build reproducibly In-Reply-To: References: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536486583.84646.1501769304.0A007916@webmail.messagingengine.com> <09866774-a4d9-01b3-cdbc-6a094e5cb0f4@debian.org> <1536511935.172369.1501984616.2B2DEB7E@webmail.messagingengine.com> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536521484.204434.1502081120.4BB00F0C@webmail.messagingengine.com> <719c2b75-0bf8-6c63-1334-764f45d15bf6@debian.org> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> Message-ID: <1536600129.1514324.1503169048.679F91FD@webmail.messagingengine.com> Hi Michael, > Now, I could try and convince upstream to not embed ABS_BUILD_DIR into > the binary and maybe let the build system pass the build dir as env var. > This would make those test-binaries a bit more cumbersome to use though, > because you'd have to manually set the env var if you directly execute > the test by hand. Hm, could you not install the test data to /usr/systemd/private/path/ whatever and then make the tests default to this, overiddable by the said env var? That would avoid the ugly requirement to set it manually at the very least. > Since the "systemd-tests" package is a bit special, could we somehow > exclude that (basically all binaries from /usr/lib/systemd/tests) from > the reproducibility checks Alas not, and moreover we deliberately and by policy have no concept of "partial" reproducibility or anything that requires a tool (beyond cmp or sha1sum, etc). Best wishes, -- ,''`. : :' : Chris Lamb `. `'` lamby at debian.org / chris-lamb.co.uk `- From debian-bts-link at lists.debian.org Mon Sep 10 18:14:58 2018 From: debian-bts-link at lists.debian.org (debian-bts-link at lists.debian.org) Date: Mon, 10 Sep 2018 17:14:58 +0000 Subject: [bts-link] source package systemd Message-ID: <153659969857.25528.10899966921581436472.btslink@sonntag.debian.org> # # bts-link upstream status pull for source package systemd # see http://lists.debian.org/debian-devel-announce/2006/05/msg00001.html # https://bts-link-team.pages.debian.net/bts-link/ # user debian-bts-link at lists.debian.org # remote status report for #898530 (http://bugs.debian.org/898530) # Bug title: reducing timesync errors # * https://github.com/systemd/systemd/issues/5873 # * remote status changed: closed -> open usertags 898530 - status-closed usertags 898530 + status-open thanks From biebl at debian.org Tue Sep 11 02:42:20 2018 From: biebl at debian.org (Michael Biebl) Date: Tue, 11 Sep 2018 03:42:20 +0200 Subject: Bug#908365: Package fails to build reproducibly In-Reply-To: <1536600129.1514324.1503169048.679F91FD@webmail.messagingengine.com> References: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536486583.84646.1501769304.0A007916@webmail.messagingengine.com> <09866774-a4d9-01b3-cdbc-6a094e5cb0f4@debian.org> <1536511935.172369.1501984616.2B2DEB7E@webmail.messagingengine.com> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536521484.204434.1502081120.4BB00F0C@webmail.messagingengine.com> <719c2b75-0bf8-6c63-1334-764f45d15bf6@debian.org> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536600129.1514324.1503169048.679F91FD@webmail.messagingengine.com> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> Message-ID: Am 10.09.18 um 19:22 schrieb Chris Lamb: > Hi Michael, > >> Now, I could try and convince upstream to not embed ABS_BUILD_DIR into >> the binary and maybe let the build system pass the build dir as env var. >> This would make those test-binaries a bit more cumbersome to use though, >> because you'd have to manually set the env var if you directly execute >> the test by hand. > > Hm, could you not install the test data to /usr/systemd/private/path> whatever and then make the tests default to this, The binaries have a builtin check, which tests if they are executed from the build directory, and if so, use the data files from the build directory. Otherwise they use the datafiles from /usr/lib/systemd/tests/testdata/ overiddable by the > said env var? That would avoid the ugly requirement to set it manually > at the very least. If you run the test directly from the build directory, it's reasonable to assume that you actually want to use the data files from the build directory as well and not the ones from the installed system. Atm the binaries auto-detect that by encoding the build directory into the binary. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Tue Sep 11 21:42:05 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 11 Sep 2018 20:42:05 +0000 Subject: Processed: retitle 806291 to systemctl status output incomplete for short lived processes ... References: <1536698364-3463-bts-biebl@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > retitle 806291 systemctl status output incomplete for short lived processes Bug #806291 [systemd] systemd: systemctl status ignores -n argument Changed Bug title to 'systemctl status output incomplete for short lived processes' from 'systemd: systemctl status ignores -n argument'. > forwarded 806291 https://github.com/systemd/systemd/issues/2913 Bug #806291 [systemd] systemctl status output incomplete for short lived processes Set Bug forwarded-to-address to 'https://github.com/systemd/systemd/issues/2913'. > thanks Stopping processing here. Please contact me if you need assistance. -- 806291: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806291 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From yitanhsbl at protonmail.com Tue Sep 11 23:01:12 2018 From: yitanhsbl at protonmail.com (Yi Tan) Date: Wed, 12 Sep 2018 00:01:12 +0200 (CEST) Subject: Investment opportunity Message-ID: <5427164.147724.1536703272617.JavaMail.javamailuser@localhost> Greetings, I am contacting you for a proffer to invest in any profitable business in your country. We offer a quick loan at low interest rate. E-mail: yitanhsbl at gmail.com Sincerely: Yi Tan ---------------------------------------------------- This email was sent by the shareware version of Postman Professional. From kochtopf at gmail.com Wed Sep 12 10:52:33 2018 From: kochtopf at gmail.com (kochtopf) Date: Wed, 12 Sep 2018 11:52:33 +0200 Subject: Bug#908658: systemd: apt-get upgrade from 239-7 to 239-8 failed Message-ID: <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> Package: systemd Version: 239-7 Severity: normal Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? apt-get dist-upgrade * What exactly did you do (or not do) that was effective (or ineffective)? * What was the outcome of this action? Setting up udev (239-8) ... Installing new version of config file /etc/init.d/udev ... Job for systemd-udevd.service failed because the control process exited with error code. See "systemctl status systemd-udevd.service" and "journalctl -xe" for details. invoke-rc.d: initscript udev, action "restart" failed. ● systemd-udevd.service - udev Kernel Device Manager Loaded: loaded (/lib/systemd/system/systemd-udevd.service; static; vendor preset: enabled) Active: activating (start) since Tue 2018-09-11 13:56:27 CEST; 53ms ago Docs: man:systemd-udevd.service(8) man:udev(7) Main PID: 19098 (systemd-udevd) CGroup: /system.slice/systemd-udevd.service └─19098 [systemd-udevd] dpkg: error processing package udev (--configure): installed udev package post-installation script subprocess returned error exit status 1 * What outcome did you expect instead? start udev as normal *** End of the template - remove these template lines *** -- Package-specific info: -- System Information: Distributor ID: Raspbian Description: Raspbian GNU/Linux testing (buster) Release: testing Codename: buster Architecture: armv7l Kernel: Linux 4.14.69-v7+ (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages systemd depends on: ii adduser 3.117 ii libacl1 2.2.52-3 ii libapparmor1 2.13-8 ii libaudit1 1:2.8.4-2 ii libblkid1 2.32.1-0.1 ii libc6 2.27-5+rpi1 ii libcap2 1:2.25-1.2 ii libcryptsetup12 2:2.0.4-2 ii libgcrypt20 1.8.3-1 ii libgnutls30 3.5.19-1 ii libgpg-error0 1.32-1 ii libidn11 1.33-2.2 ii libip4tc0 1.6.2-1.1 ii libkmod2 25-1 ii liblz4-1 1.8.2-1+rpi1 ii liblzma5 5.2.2-1.3 ii libmount1 2.32.1-0.1 ii libpam0g 1.1.8-3.8 ii libseccomp2 2.3.3-3 ii libselinux1 2.8-1 pn libsystemd0 ii mount 2.32.1-0.1 ii procps 2:3.3.15-2 ii util-linux 2.32.1-0.1 Versions of packages systemd recommends: ii dbus 1.12.10-1 pn libpam-systemd Versions of packages systemd suggests: ii policykit-1 0.105-21 pn systemd-container Versions of packages systemd is related to: pn dracut pn initramfs-tools pn udev -- no debconf information -------------- next part -------------- [MASKED] /etc/systemd/system/samba-ad-dc.service -> /lib/systemd/system/samba-ad-dc.service [EXTENDED] /lib/systemd/system/rc-local.service -> /lib/systemd/system/rc-local.service.d/debian.conf [EXTENDED] /lib/systemd/system/rsync.service -> /etc/systemd/system/rsync.service.d/override.conf [EXTENDED] /lib/systemd/system/systemd-resolved.service -> /lib/systemd/system/systemd-resolved.service.d/resolvconf.conf 4 overridden configuration files found. -------------- next part -------------- Timestamp kernel: Thu 1970-01-01 01:00:00 CET Timestamp userspace: Thu 1970-01-01 01:00:08 CET Timestamp finish: Tue 2018-09-11 15:49:28 CEST Timestamp security-start: Thu 1970-01-01 01:00:08 CET Timestamp security-finish: Thu 1970-01-01 01:00:08 CET Timestamp generators-start: Fri 2018-06-22 13:11:49 CEST Timestamp generators-finish: Fri 2018-06-22 13:11:50 CEST Timestamp units-load-start: Fri 2018-06-22 13:11:50 CEST Timestamp units-load-finish: Fri 2018-06-22 13:11:51 CEST -> Unit spamassassin.service: Description: spamassassin.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: spamassassin.service Before: exim4.service (destination-file) ReferencedBy: exim4.service (destination-file) -> Unit systemd-udevd-kernel.socket: Description: udev Kernel Socket Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-udevd-kernel.socket CGroup realized: no CGroup own mask: memory pids Name: systemd-udevd-kernel.socket Invocation ID: 5f41117334624218b70ab1b2264b2a48 Documentation: man:systemd-udevd.service(8) Documentation: man:udev(7) Fragment Path: /lib/systemd/system/systemd-udevd-kernel.socket ConditionPathIsReadWrite: /sys succeeded Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: system.slice (origin-file) WantedBy: systemd-udevd.service (destination-file) WantedBy: sockets.target (destination-file) Before: systemd-udev-trigger.service (destination-file) Before: systemd-udevd.service (origin-implicit destination-file) Before: sockets.target (origin-file) After: system.slice (origin-file) Triggers: systemd-udevd.service (origin-implicit destination-file) References: system.slice (origin-file) References: sockets.target (origin-file) References: systemd-udevd.service (origin-implicit) ReferencedBy: systemd-udev-trigger.service (destination-file) ReferencedBy: systemd-udevd.service (destination-file) ReferencedBy: sockets.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: running Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0666 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: yes PassSecurity: no TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: systemd-udevd-kernel.socket SELinuxContextFromNet: no ReceiveBuffer: 134217728 ListenNetlink: kobject-uevent 1 TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit apt-daily.service: Description: Daily apt download activities Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: Wed 2018-09-12 09:07:42 CEST Inactive Exit Timestamp: Wed 2018-09-12 09:07:36 CEST Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: Wed 2018-09-12 09:07:42 CEST May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: apt-daily.service Invocation ID: 6fbc7b6a1e834e4aa01f897d6837ca61 Documentation: man:apt(8) Fragment Path: /lib/systemd/system/apt-daily.service ConditionACPower: true succeeded Condition Timestamp: Wed 2018-09-12 09:07:36 CEST Condition Result: yes Assert Timestamp: Wed 2018-09-12 09:07:36 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: apt-daily-upgrade.service (destination-file) After: NetworkManager.service (origin-file) After: sysinit.target (origin-default) After: system.slice (origin-file) After: systemd-networkd.service (origin-file) After: apt-daily.timer (destination-implicit) After: connman.service (origin-file) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: network-online.target (origin-file) After: network.target (origin-file) TriggeredBy: apt-daily.timer (destination-implicit) References: NetworkManager.service (origin-file) References: shutdown.target (origin-default) References: sysinit.target (origin-default) References: system.slice (origin-file) References: systemd-networkd.service (origin-file) References: connman.service (origin-file) References: systemd-journald.socket (origin-file) References: basic.target (origin-default) References: network-online.target (origin-file) References: network.target (origin-file) ReferencedBy: apt-daily.timer (destination-implicit) ReferencedBy: apt-daily-upgrade.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStartPre: Command Line: /usr/lib/apt/apt-helper wait-online PID: 581 Start Timestamp: Wed 2018-09-12 09:07:36 CEST Exit Timestamp: Wed 2018-09-12 09:07:37 CEST Exit Code: exited Exit Status: 0 -> ExecStart: Command Line: /usr/lib/apt/apt.systemd.daily update PID: 586 Start Timestamp: Wed 2018-09-12 09:07:37 CEST Exit Timestamp: Wed 2018-09-12 09:07:42 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit systemd-journald-dev-log.socket: Description: Journal Socket (/dev/log) Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:56 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-journald-dev-log.socket CGroup realized: no CGroup own mask: memory pids Name: systemd-journald-dev-log.socket Invocation ID: 9004d76bba8745f3af4c7f7dd6cdad2e Documentation: man:systemd-journald.service(8) Documentation: man:journald.conf(5) Fragment Path: /lib/systemd/system/systemd-journald-dev-log.socket Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: system.slice (origin-file) WantedBy: systemd-journald.service (destination-file) WantedBy: sockets.target (destination-file) Before: systemd-journald.service (origin-implicit destination-file) Before: sockets.target (origin-file) After: -.mount (origin-file) After: system.slice (origin-file) Triggers: systemd-journald.service (origin-implicit destination-file) References: sockets.target (origin-file) References: system.slice (origin-file) References: -.mount (origin-file) References: systemd-journald.service (origin-implicit) ReferencedBy: systemd-journald.service (destination-file) ReferencedBy: sockets.target (destination-file) RequiresMountsFor: /run/systemd/journal/dev-log (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Socket State: running Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0666 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: yes PassSecurity: yes TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: systemd-journald-dev-log.socket SELinuxContextFromNet: no ReceiveBuffer: 8388608 SendBuffer: 8388608 ListenDatagram: /run/systemd/journal/dev-log TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip Symlinks: /dev/log TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0.device: Description: ST2000LM003_HN-M201RAD Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0.device Invocation ID: 83e9b78dffb54c1988529e3ce11427b7 Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627.device Following Set Member: dev-sda.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda Found: found-udev -> Unit system-systemd\x2dfsck.slice: Description: system-systemd\x2dfsck.slice Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Fri 2018-06-22 13:11:51 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/system-systemd\x2dfsck.slice CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids CGroup members mask: memory pids Name: system-systemd\x2dfsck.slice Invocation ID: 69aff73eb69e44e896a71561e265f1d7 Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: system.slice (origin-implicit) RequiredBy: systemd-fsck at dev-mmcblk0p1.service (destination-file) RequiredBy: systemd-fsck at dev-sda3.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: systemd-fsck at dev-mmcblk0p1.service (destination-file) Before: systemd-fsck at dev-sda3.service (destination-file) After: system.slice (origin-implicit) References: shutdown.target (origin-default) References: system.slice (origin-implicit) ReferencedBy: systemd-fsck at dev-mmcblk0p1.service (destination-file) ReferencedBy: systemd-fsck at dev-sda3.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: active CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no -> Unit systemd-timesyncd.service: Description: Network Time Synchronization Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:09 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:08 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-timesyncd.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory devices pids Name: systemd-timesyncd.service Invocation ID: f82c108d185c437c8fb3b577de8606ab Documentation: man:systemd-timesyncd.service(8) Fragment Path: /lib/systemd/system/systemd-timesyncd.service ConditionVirtualization: !container succeeded ConditionCapability: CAP_SYS_TIME succeeded Condition Timestamp: Tue 2018-09-11 15:49:08 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:08 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: tmp.mount (origin-file) Requires: system.slice (origin-file) Wants: time-sync.target (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) Before: time-sync.target (origin-file) Before: sysinit.target (origin-file) After: systemd-tmpfiles-setup.service (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) After: -.mount (origin-file) After: systemd-remount-fs.service (origin-file) After: tmp.mount (origin-file) References: systemd-tmpfiles-setup.service (origin-file) References: tmp.mount (origin-file) References: shutdown.target (origin-file) References: -.mount (origin-file) References: systemd-remount-fs.service (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: time-sync.target (origin-file) References: sysinit.target (origin-file) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /var/lib/systemd/timesync (origin-file) RequiresMountsFor: /var/tmp (origin-file) RequiresMountsFor: /tmp (origin-file) RequiresMountsFor: /run/systemd/timesync (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: always NotifyAccess: main NotifyState: ready Main PID: 191 Main PID Known: yes Main PID Alien: no RestartSec: 0 TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 3min KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: yes PrivateDevices: yes ProtectKernelTunables: yes ProtectKernelModules: yes ProtectControlGroups: yes PrivateNetwork: no PrivateUsers: no ProtectHome: yes ProtectSystem: strict MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: yes RestrictRealtime: yes KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 RuntimeDirectory: systemd/timesync StateDirectoryMode: 0755 StateDirectory: systemd/timesync CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info CapabilityBoundingSet: cap_sys_time AmbientCapabilities: cap_sys_time User: systemd-timesync Group: systemd-timesync DynamicUser: yes LockPersonality: yes SystemCallFilter: msgget sendmsg arch_prctl process_vm_writev getuid32 io_setup mknod setreuid write setsockopt adjtimex epoll_ctl getpgid sched_setaffinity getrusage getdents getgroups ioctl getegid setfsuid truncate pselect6 mknodat removexattr fallocate keyctl waitpid sched_get_priority_min flistxattr ftruncate64 alarm ioprio_get io_getevents connect setregid statfs64 inotify_init send setxattr setregid32 semget sendto clock_settime msgsnd sendmmsg setgid kill uname tgkill rt_sigaction times shutdown tkill prlimit64 restart_syscall fremovexattr mlockall setuid readlink memfd_create pause pread64 setns eventfd2 preadv epoll_wait_old read sched_yield capget readlinkat msgrcv ppoll dup2 add_key get_thread_area sched_getaffinity dup sysinfo epoll_create lstat move_pages pipe open mkdir lsetxattr sigaltstack getcpu chmod faccessat settimeofday fadvise64_64 unlink mq_open copy_file_range stime epoll_ctl_old sched_setparam clone getppid mprotect clock_adjtime fchdir getxattr mincore fstat64 accept kcmp llistxattr vmsplice recvmsg sync setfsuid32 truncate64 rt_sigsuspend fstatfs64 get_robust_list _newselect ipc preadv2 shmctl mlock semtimedop getdents64 pwrite64 fchmodat renameat2 recvfrom set_mempolicy fchmod lseek pwritev2 set_robust_list statfs fdatasync fgetxattr signalfd set_tid_address setresuid ugetrlimit rt_sigpending listxattr gettid userfaultfd ftruncate membarrier nice readdir sigpending geteuid geteuid32 getcwd sched_getattr epoll_wait inotify_add_watch capset io_cancel symlinkat accept4 recvmmsg getpid statx getitimer execve olduname sched_get_priority_max rt_tgsigqueueinfo wait4 getsid waitid stat64 fstat time process_vm_readv dup3 setfsgid32 getrlimit sigsuspend epoll_create1 ioprio_set poll clock_nanosleep mq_timedsend eventfd mq_timedreceive rmdir personality getresuid getsockname io_destroy futex timer_delete getegid32 fsetxattr brk chdir mkdirat fstatfs prctl getresuid32 sched_setscheduler setpriority fchownat utimensat readv semop nanosleep symlink inotify_rm_watch setuid32 mremap tee stat getuid lchown32 setgid32 munmap io_submit futimesat sched_setattr getresgid32 newfstatat request_key socketcall shmget exit_group rt_sigreturn remap_file_pages fcntl _llseek rename setreuid32 shmat getpeername set_tls unshare mmap2 rt_sigtimedwait semctl utimes mq_unlink mbind syncfs signal linkat msync link shmdt oldlstat lgetxattr select oldfstat epoll_pwait lremovexattr sigaction sendfile setresuid32 getgid32 rt_sigprocmask socket sync_file_range sched_getscheduler access clock_getres fstatat64 munlock timer_create signalfd4 sendfile64 setgroups32 mq_notify getresgid sigprocmask lchown splice setresgid32 timerfd_gettime get_mempolicy listen getgroups32 fadvise64 munlockall pipe2 lstat64 sigreturn close socketpair migrate_pages bind exit mq_getsetattr gettimeofday umask clock_gettime timer_settime getrandom timerfd_create chown mlock2 oldolduname sched_getparam set_thread_area madvise openat inotify_init1 pwritev rt_sigqueueinfo setsid timerfd_settime getpriority fsync renameat sched_rr_get_interval unlinkat setrlimit msgctl setitimer setfsgid getpgrp fchown32 mmap recv oldstat fcntl64 setpgid writev execveat getsockopt timer_getoverrun setresgid name_to_handle_at chown32 getgid flock timer_gettime fchown setgroups fork readahead utime creat vfork SystemCallArchitectures: native RestrictNamespaces: SystemCallErrorNumber: EPERM -> ExecStart: Command Line: /lib/systemd/systemd-timesyncd PID: 191 Start Timestamp: Tue 2018-09-11 15:49:08 CEST Status Text: Synchronized to time server [2001:720:1014:a202::2]:123 (2.debian.pool.ntp.org). CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=closed Delegate=no -> Unit media-webdav-raspi.mount: Description: webdav raspi Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: media-webdav-raspi.mount Fragment Path: /etc/systemd/system/media-webdav-raspi.mount Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) Wants: network-online.target (origin-file) Conflicts: umount.target (origin-file) Before: umount.target (origin-file) After: network-online.target (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) After: -.mount (origin-implicit) After: local-fs-pre.target (origin-file) After: media-webdav-raspi.automount (destination-implicit) TriggeredBy: media-webdav-raspi.automount (destination-implicit) References: network-online.target (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: umount.target (origin-file) References: -.mount (origin-implicit) References: local-fs-pre.target (origin-file) ReferencedBy: media-webdav-raspi.automount (destination-implicit) RequiresMountsFor: /media/webdav (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: dead Result: success Where: /media/webdav/raspi What: https://intra.kochtopf.me/webdav File System Type: davfs Options: users,file_mode=0777,dir_mode=0777 From /proc/self/mountinfo: no From fragment: yes Extrinsic: no DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sys-subsystem-net-devices-sit0.device: Description: /sys/subsystem/net/devices/sit0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:13 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:13 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-subsystem-net-devices-sit0.device Invocation ID: e742e50b95b04736b3f22ee0e3da5f38 Following Set Member: sys-devices-virtual-net-sit0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/net/sit0 Found: found-udev -> Unit display-manager.service: Description: display-manager.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: display-manager.service WantedBy: graphical.target (destination-file) Before: graphical.target (destination-file) ReferencedBy: graphical.target (destination-file) -> Unit nmbd.service: Description: Samba NMB Daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:21 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:21 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/nmbd.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: nmbd.service Invocation ID: c2a91e115abc4a46b99c5a27046f2de6 Documentation: man:nmbd(8) Documentation: man:samba(7) Documentation: man:smb.conf(5) Fragment Path: /lib/systemd/system/nmbd.service Condition Timestamp: Tue 2018-09-11 15:49:13 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:13 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) Wants: network-online.target (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: smbd.service (destination-file) Before: multi-user.target (destination-default) Before: shutdown.target (origin-default) Before: winbind.service (destination-file) After: system.slice (origin-file) After: sysinit.target (origin-default) After: network-online.target (origin-file) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: network.target (origin-file) References: basic.target (origin-default) References: systemd-journald.socket (origin-file) References: network-online.target (origin-file) References: network.target (origin-file) References: sysinit.target (origin-default) References: system.slice (origin-file) References: shutdown.target (origin-default) ReferencedBy: smbd.service (destination-file) ReferencedBy: multi-user.target (destination-file destination-default) ReferencedBy: winbind.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: no NotifyAccess: all NotifyState: ready Main PID: 395 Main PID Known: yes Main PID Alien: no PIDFile: /var/run/samba/nmbd.pid RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/samba RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit CORE: 18446744073709551615 Limit CORESoft: 18446744073709551615 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/nmbd --foreground --no-process-group $NMBDOPTIONS PID: 395 Start Timestamp: Tue 2018-09-11 15:49:13 CEST -> ExecReload: Command Line: /bin/kill -HUP $MAINPID Status Text: nmbd: ready to serve connections... CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit smbd.service: Description: Samba SMB Daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:23 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:22 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:23 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/smbd.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: smbd.service Invocation ID: ddbb25afc0d443d4b107c9686e0b57f9 Documentation: man:smbd(8) Documentation: man:samba(7) Documentation: man:smb.conf(5) Fragment Path: /lib/systemd/system/smbd.service Condition Timestamp: Tue 2018-09-11 15:49:22 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:22 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) Wants: network-online.target (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: network-online.target (origin-file) After: basic.target (origin-default) After: winbind.service (origin-file) After: system.slice (origin-file) After: network.target (origin-file) After: nmbd.service (origin-file) After: systemd-journald.socket (origin-file) After: sysinit.target (origin-default) References: network-online.target (origin-file) References: basic.target (origin-default) References: winbind.service (origin-file) References: shutdown.target (origin-default) References: system.slice (origin-file) References: network.target (origin-file) References: nmbd.service (origin-file) References: systemd-journald.socket (origin-file) References: sysinit.target (origin-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: no NotifyAccess: all NotifyState: ready Main PID: 457 Main PID Known: yes Main PID Alien: no PIDFile: /var/run/samba/smbd.pid RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/samba RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit CORE: 18446744073709551615 Limit CORESoft: 18446744073709551615 Limit NOFILE: 16384 Limit NOFILESoft: 16384 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/smbd --foreground --no-process-group $SMBDOPTIONS PID: 457 Start Timestamp: Tue 2018-09-11 15:49:22 CEST -> ExecReload: Command Line: /bin/kill -HUP $MAINPID Status Text: smbd: ready to serve connections... CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2dpartuuid-311b5f75\x2d01.device: Description: /dev/disk/by-partuuid/311b5f75-01 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpartuuid-311b5f75\x2d01.device Invocation ID: c69717563fd4461bbb6755ace6fb6d71 Following: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device Following Set Member: dev-disk-by\x2dlabel-boot.device Following Set Member: dev-mmcblk0p1.device Following Set Member: dev-disk-by\x2duuid-0211\x2d20AB.device Following Set Member: dev-disk-by\x2did-mmc\x2dSU08G_0x20e49f90\x2dpart1.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f202000.mmc\x2dpart1.device Following Set Member: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f202000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0/mmcblk0p1 Found: found-udev -> Unit rescue.service: Description: Rescue Shell Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: rescue.service Documentation: man:sulogin(8) Fragment Path: /lib/systemd/system/rescue.service Requires: -.mount (origin-file) Requires: system.slice (origin-file) RequiredBy: rescue.target (destination-file) Conflicts: shutdown.target (origin-file) ConflictedBy: multi-user.target (destination-file) ConflictedBy: getty at tty1.service (destination-file) ConflictedBy: serial-getty at ttyAMA0.service (destination-file) ConflictedBy: graphical.target (destination-file) ConflictedBy: emergency.service (destination-file) Before: rescue.target (destination-file) Before: graphical.target (destination-file) Before: multi-user.target (destination-file) Before: shutdown.target (origin-file) After: -.mount (origin-file) After: sysinit.target (origin-file) After: serial-getty at ttyAMA0.service (destination-file) After: plymouth-start.service (origin-file) After: emergency.service (destination-file) After: system.slice (origin-file) After: getty at tty1.service (destination-file) References: -.mount (origin-file) References: sysinit.target (origin-file) References: plymouth-start.service (origin-file) References: system.slice (origin-file) References: shutdown.target (origin-file) ReferencedBy: emergency.service (destination-file) ReferencedBy: rescue.target (destination-file) ReferencedBy: getty at tty1.service (destination-file) ReferencedBy: serial-getty at ttyAMA0.service (destination-file) ReferencedBy: multi-user.target (destination-file) ReferencedBy: graphical.target (destination-file) RequiresMountsFor: /root (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: idle Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: yes UMask: 0022 WorkingDirectory: /root RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private Environment: HOME=/root RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: tty-force StandardOutput: inherit StandardError: inherit DynamicUser: no LockPersonality: no -> ExecStartPre: Command Line: /bin/plymouth --wait quit -> ExecStart: Command Line: /lib/systemd/systemd-sulogin-shell rescue CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda2.device: Description: ST2000LM003_HN-M201RAD 2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda2.device Invocation ID: 60ffa3ddb122429fad1a0211949c61bb Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart2.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart2.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d02.device Following Set Member: dev-disk-by\x2duuid-f55adb7f\x2d6d96\x2d4e27\x2da51d\x2da274dfa58214.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device Following Set Member: dev-sda2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda2 Found: found-udev -> Unit exim4.service: Description: LSB: exim Mail Transport Agent Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:28 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:26 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:28 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/exim4.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: exim4.service Invocation ID: 00c4125a0b9a4642b10e173e0392d57c Documentation: man:systemd-sysv-generator(8) Fragment Path: /run/systemd/generator.late/exim4.service Source Path: /etc/init.d/exim4 Condition Timestamp: Tue 2018-09-11 15:49:26 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:26 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) Wants: network-online.target (origin-file) WantedBy: graphical.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: graphical.target (origin-file destination-default) Before: shutdown.target (origin-default) Before: multi-user.target (origin-file destination-default) After: postgresql.service (origin-file) After: greylist.service (origin-file) After: network-online.target (origin-file) After: sysinit.target (origin-default) After: clamav-daemon.service (origin-file) After: nss-lookup.target (origin-file) After: systemd-journald.socket (origin-file) After: remote-fs.target (origin-file) After: mysql.service (origin-file) After: basic.target (origin-default) After: time-sync.target (origin-file) After: system.slice (origin-file) After: spamassassin.service (origin-file) References: shutdown.target (origin-default) References: postgresql.service (origin-file) References: sysinit.target (origin-default) References: mysql.service (origin-file) References: greylist.service (origin-file) References: systemd-journald.socket (origin-file) References: basic.target (origin-default) References: time-sync.target (origin-file) References: graphical.target (origin-file) References: network-online.target (origin-file) References: remote-fs.target (origin-file) References: multi-user.target (origin-file) References: system.slice (origin-file) References: spamassassin.service (origin-file) References: nss-lookup.target (origin-file) References: clamav-daemon.service (origin-file) ReferencedBy: graphical.target (destination-file destination-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: no Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 5min TimeoutStopSec: 5min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/init.d/exim4 start PID: 487 Start Timestamp: Tue 2018-09-11 15:49:26 CEST Exit Timestamp: Tue 2018-09-11 15:49:28 CEST Exit Code: exited Exit Status: 0 -> ExecReload: Command Line: /etc/init.d/exim4 reload -> ExecStop: Command Line: /etc/init.d/exim4 stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sys-fs-fuse-connections.mount: Description: FUSE Control File System Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:20 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:20 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:20 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/sys-fs-fuse-connections.mount CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: sys-fs-fuse-connections.mount Invocation ID: c180e67d51d04637aa31324892edbd96 Documentation: https://www.kernel.org/doc/Documentation/filesystems/fuse.txt Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/sys-fs-fuse-connections.mount ConditionVirtualization: !private-users succeeded ConditionCapability: CAP_SYS_ADMIN succeeded ConditionPathExists: /sys/fs/fuse/connections succeeded Condition Timestamp: Tue 2018-09-11 15:49:20 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:20 CEST Assert Result: yes Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) WantedBy: sys-module-fuse.device (destination-udev) WantedBy: sysinit.target (destination-file) Before: sysinit.target (origin-file) After: systemd-modules-load.service (origin-file) After: systemd-journald.socket (origin-file) After: -.mount (origin-implicit) After: system.slice (origin-file) References: systemd-modules-load.service (origin-file) References: systemd-journald.socket (origin-file) References: sysinit.target (origin-file) References: -.mount (origin-implicit) References: system.slice (origin-file) ReferencedBy: sys-module-fuse.device (destination-udev) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /sys/fs/fuse (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /sys/fs/fuse/connections What: fusectl File System Type: fusectl Options: rw,relatime From /proc/self/mountinfo: yes From fragment: yes Extrinsic: yes DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit systemd-tmpfiles-clean.timer: Description: Daily Cleanup of Temporary Directories Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 16:06:36 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: systemd-tmpfiles-clean.timer Invocation ID: 7e7c11dca2324048a81e943dd7036fbb Documentation: man:tmpfiles.d(5) Documentation: man:systemd-tmpfiles(8) Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.timer Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Requires: sysinit.target (origin-default) WantedBy: timers.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: systemd-tmpfiles-clean.service (origin-implicit) Before: timers.target (origin-default) After: sysinit.target (origin-default) Triggers: systemd-tmpfiles-clean.service (origin-implicit) References: shutdown.target (origin-default) References: systemd-tmpfiles-clean.service (origin-implicit) References: sysinit.target (origin-default) References: timers.target (origin-default) ReferencedBy: timers.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Timer State: waiting Result: success Unit: systemd-tmpfiles-clean.service Persistent: no WakeSystem: no Accuracy: 1min RemainAfterElapse: yes OnUnitActiveSec: 1d OnBootSec: 15min -> Unit dev-ram11.device: Description: /dev/ram11 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram11.device Invocation ID: 9d64786c09bf4effb33eaa4443fb139a Following: sys-devices-virtual-block-ram11.device Following Set Member: sys-devices-virtual-block-ram11.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram11 Found: found-udev -> Unit winbind.service: Description: Samba Winbind Daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:22 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:21 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:22 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/winbind.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: winbind.service Invocation ID: ced9c28d677d4f3f9482cfce804c2521 Documentation: man:winbindd(8) Documentation: man:samba(7) Documentation: man:smb.conf(5) Fragment Path: /lib/systemd/system/winbind.service Condition Timestamp: Tue 2018-09-11 15:49:21 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:21 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: smbd.service (destination-file) Before: multi-user.target (destination-default) After: network.target (origin-file) After: nmbd.service (origin-file) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: system.slice (origin-file) After: sysinit.target (origin-default) References: network.target (origin-file) References: nmbd.service (origin-file) References: systemd-journald.socket (origin-file) References: basic.target (origin-default) References: system.slice (origin-file) References: sysinit.target (origin-default) References: shutdown.target (origin-default) ReferencedBy: multi-user.target (destination-file destination-default) ReferencedBy: smbd.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: no NotifyAccess: all NotifyState: ready Main PID: 454 Main PID Known: yes Main PID Alien: no PIDFile: /var/run/samba/winbindd.pid RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/samba RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit CORE: 18446744073709551615 Limit CORESoft: 18446744073709551615 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/winbindd --foreground --no-process-group $WINBINDOPTIONS PID: 454 Start Timestamp: Tue 2018-09-11 15:49:21 CEST -> ExecReload: Command Line: /bin/kill -HUP $MAINPID Status Text: winbindd: ready to serve connections... CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit getty-pre.target: Description: Login Prompts (Pre) Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: getty-pre.target Documentation: man:systemd.special(7) Documentation: man:systemd-getty-generator(8) Documentation: http://0pointer.de/blog/projects/serial-console.html Fragment Path: /lib/systemd/system/getty-pre.target Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: serial-getty at ttyAMA0.service (destination-file) Before: getty at tty1.service (destination-file) References: shutdown.target (origin-default) ReferencedBy: serial-getty at ttyAMA0.service (destination-file) ReferencedBy: getty at tty1.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: dead -> Unit media-webdav-namecheap.automount: Description: Automount webdav namecheap Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 16:02:09 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:13 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: media-webdav-namecheap.automount Invocation ID: 20fe1c8c06ff475797026daab0c8ef8f Fragment Path: /etc/systemd/system/media-webdav-namecheap.automount Condition Timestamp: Tue 2018-09-11 15:49:13 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:13 CEST Assert Result: yes Requires: -.mount (origin-implicit) Wants: network-online.target (origin-file) WantedBy: remote-fs.target (destination-file) Conflicts: umount.target (origin-default) Before: media-webdav-namecheap.mount (origin-implicit) Before: umount.target (origin-default) After: network-online.target (origin-file) After: -.mount (origin-implicit) Triggers: media-webdav-namecheap.mount (origin-implicit) References: -.mount (origin-implicit) References: media-webdav-namecheap.mount (origin-implicit) References: umount.target (origin-default) References: network-online.target (origin-file) ReferencedBy: remote-fs.target (destination-file) RequiresMountsFor: /media/webdav (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Automount State: waiting Result: success Where: /media/webdav/namecheap DirectoryMode: 0755 TimeoutIdleUSec: 10min -> Unit multi-user.target: Description: Multi-User System Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:28 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:28 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:28 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: runlevel2.target Name: runlevel3.target Name: multi-user.target Name: runlevel4.target Invocation ID: 880f33ee0f1c4d638748307060888f2f Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/multi-user.target Condition Timestamp: Tue 2018-09-11 15:49:28 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:28 CEST Assert Result: yes Requires: basic.target (origin-file) Wants: remote-fs.target (origin-file) Wants: smartd.service (origin-file) Wants: smbd.service (origin-file) Wants: nginx.service (origin-file) Wants: rsync.service (origin-file) Wants: winbind.service (origin-file) Wants: systemd-update-utmp-runlevel.service (origin-file) Wants: systemd-ask-password-wall.path (origin-file) Wants: cups.path (origin-file) Wants: nzbget.service (origin-file) Wants: nmbd.service (origin-file) Wants: exim4.service (origin-file) Wants: mysql.service (origin-file) Wants: systemd-user-sessions.service (origin-file) Wants: cpufrequtils.service (origin-file) Wants: anacron.service (origin-file) Wants: networking.service (origin-file) Wants: loadcpufreq.service (origin-file) Wants: getty.target (origin-file) Wants: dbus.service (origin-file) Wants: rsyslog.service (origin-file) Wants: systemd-logind.service (origin-file) Wants: rc-local.service (origin-file) Wants: ssh.service (origin-file) Wants: cron.service (origin-file) Wants: php7.4-fpm.service (origin-file) RequiredBy: graphical.target (destination-file) Conflicts: shutdown.target (origin-default) Conflicts: rescue.target (origin-file) Conflicts: rescue.service (origin-file) Before: shutdown.target (origin-default) Before: systemd-update-utmp-runlevel.service (destination-file) Before: graphical.target (destination-file destination-default) After: systemd-networkd.service (destination-file) After: ssh.service (origin-default) After: systemd-logind.service (origin-default) After: loadcpufreq.service (origin-default destination-file) After: smbd.service (origin-default) After: nginx.service (origin-default) After: nmbd.service (origin-default) After: rc-local.service (origin-default) After: exim4.service (origin-default destination-file) After: systemd-user-sessions.service (origin-default) After: mysql.service (origin-default) After: cpufrequtils.service (origin-default destination-file) After: cron.service (origin-default) After: dbus.service (origin-default) After: basic.target (origin-file origin-default) After: rsyslog.service (origin-default) After: smartd.service (origin-default) After: anacron.service (origin-default) After: rsync.service (origin-default) After: rescue.target (origin-file) After: winbind.service (origin-default) After: cups.path (origin-default) After: rescue.service (origin-file) After: nzbget.service (origin-default) After: php7.4-fpm.service (origin-default) After: getty.target (origin-default) References: php7.4-fpm.service (origin-file origin-default) References: anacron.service (origin-file origin-default) References: cron.service (origin-file origin-default) References: systemd-logind.service (origin-file origin-default) References: systemd-update-utmp-runlevel.service (origin-file) References: rescue.target (origin-file) References: nmbd.service (origin-file origin-default) References: shutdown.target (origin-default) References: cpufrequtils.service (origin-file origin-default) References: rescue.service (origin-file) References: mysql.service (origin-file origin-default) References: smbd.service (origin-file origin-default) References: loadcpufreq.service (origin-file origin-default) References: networking.service (origin-file) References: rsync.service (origin-file origin-default) References: winbind.service (origin-file origin-default) References: dbus.service (origin-file origin-default) References: smartd.service (origin-file origin-default) References: rc-local.service (origin-file origin-default) References: nzbget.service (origin-file origin-default) References: rsyslog.service (origin-file origin-default) References: systemd-user-sessions.service (origin-file origin-default) References: cups.path (origin-file origin-default) References: nginx.service (origin-file origin-default) References: basic.target (origin-file origin-default) References: getty.target (origin-file origin-default) References: exim4.service (origin-file origin-default) References: remote-fs.target (origin-file) References: systemd-ask-password-wall.path (origin-file) References: ssh.service (origin-file origin-default) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: loadcpufreq.service (destination-file) ReferencedBy: exim4.service (destination-file) ReferencedBy: systemd-update-utmp-runlevel.service (destination-file) ReferencedBy: graphical.target (destination-file destination-default) ReferencedBy: cpufrequtils.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit sys-devices-virtual-block-ram4.device: Description: /sys/devices/virtual/block/ram4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram4.device Invocation ID: 57d214f55ed34bca96cc9e080fcdc9be Following Set Member: dev-ram4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram4 Found: found-udev -> Unit dev-sda2.device: Description: ST2000LM003_HN-M201RAD 2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sda2.device Invocation ID: 9bd11709ed6c440d8df04e4c541f6959 Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda2.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart2.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart2.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d02.device Following Set Member: dev-disk-by\x2duuid-f55adb7f\x2d6d96\x2d4e27\x2da51d\x2da274dfa58214.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda2 Found: found-udev,found-mount -> Unit mysql.service: Description: MySQL Community Server Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:26 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:26 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/mysql.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: mysql.service Invocation ID: 30c36781befe4544ab9f5fad8bebb116 Fragment Path: /lib/systemd/system/mysql.service Condition Timestamp: Tue 2018-09-11 15:49:13 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:13 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: exim4.service (destination-file) Before: multi-user.target (destination-default) After: sysinit.target (origin-default) After: basic.target (origin-default) After: network.target (origin-file) After: -.mount (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: sysinit.target (origin-default) References: basic.target (origin-default) References: network.target (origin-file) References: shutdown.target (origin-default) References: -.mount (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) ReferencedBy: multi-user.target (destination-file destination-default) ReferencedBy: exim4.service (destination-file) RequiresMountsFor: /run/mysqld (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: yes RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: on-failure NotifyAccess: none NotifyState: unknown Main PID: 434 Main PID Known: yes Main PID Alien: no PIDFile: /run/mysqld/mysqld.pid RestartSec: 100ms TimeoutStartSec: 10min TimeoutStopSec: 10min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 RuntimeDirectory: mysqld StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 5000 Limit NOFILESoft: 5000 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info User: mysql Group: mysql DynamicUser: no LockPersonality: no -> ExecStartPre: Command Line: /usr/share/mysql/mysql-systemd-start pre PID: 394 Start Timestamp: Tue 2018-09-11 15:49:13 CEST Exit Timestamp: Tue 2018-09-11 15:49:19 CEST Exit Code: exited Exit Status: 0 -> ExecStart: Command Line: /usr/sbin/mysqld --daemonize --pid-file=/run/mysqld/mysqld.pid PID: 432 Start Timestamp: Tue 2018-09-11 15:49:19 CEST Exit Timestamp: Tue 2018-09-11 15:49:26 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit systemd-hwdb-update.service: Description: Rebuild Hardware Database Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-hwdb-update.service Documentation: man:hwdb(7) Documentation: man:systemd-hwdb(8) Fragment Path: /lib/systemd/system/systemd-hwdb-update.service ConditionDirectoryNotEmpty: |/etc/udev/hwdb.d failed ConditionPathExists: |/etc/udev/hwdb.bin failed ConditionPathExists: |!/lib/udev/hwdb.bin failed ConditionNeedsUpdate: /etc succeeded Condition Timestamp: Tue 2018-09-11 15:48:58 CEST Condition Result: no Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) Before: systemd-udevd.service (destination-file) Before: sysinit.target (origin-file) Before: systemd-update-done.service (origin-file) After: system.slice (origin-file) After: systemd-remount-fs.service (origin-file) After: systemd-journald.socket (origin-file) References: shutdown.target (origin-file) References: systemd-remount-fs.service (origin-file) References: sysinit.target (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: systemd-update-done.service (origin-file) ReferencedBy: systemd-udevd.service (destination-file) ReferencedBy: sysinit.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/systemd-hwdb update CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sys-module-fuse.device: Description: /sys/module/fuse Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:20 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:20 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:20 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-module-fuse.device Invocation ID: c36509a70e2f44d2b21205663d775752 Wants: sys-fs-fuse-connections.mount (origin-udev) References: sys-fs-fuse-connections.mount (origin-udev) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/module/fuse Found: found-udev udev SYSTEMD_WANTS: sys-fs-fuse-connections.mount -> Unit local-fs.target: Description: Local File Systems Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:08 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:08 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:08 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: local-fs.target Invocation ID: fa65ab23d6e943edaa5995fa2b5c07e8 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/local-fs.target Condition Timestamp: Tue 2018-09-11 15:49:08 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:08 CEST Assert Result: yes Requires: tmp.mount (origin-file) Requires: boot.mount (origin-file) Requires: -.mount (origin-file) Requires: mnt-part3data.mount (origin-file) Wants: systemd-fsck-root.service (origin-file) Wants: systemd-remount-fs.service (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: systemd-machine-id-commit.service (destination-file) Before: systemd-tmpfiles-clean.service (destination-file) Before: systemd-tmpfiles-setup.service (destination-file) Before: sysinit.target (destination-file) Before: networking.service (destination-file) After: local-fs-pre.target (origin-file) After: systemd-remount-fs.service (destination-file) After: mnt-part3data.mount (destination-file) After: run-user-1000.mount (destination-mountinfo-implicit) After: -.mount (destination-file) After: boot.mount (destination-file) After: systemd-fsck-root.service (destination-file) After: tmp.mount (destination-file) OnFailure: emergency.target (origin-file) References: mnt-part3data.mount (origin-file) References: systemd-remount-fs.service (origin-file) References: shutdown.target (origin-file) References: emergency.target (origin-file) References: tmp.mount (origin-file) References: boot.mount (origin-file) References: local-fs-pre.target (origin-file) References: systemd-fsck-root.service (origin-file) References: -.mount (origin-file) ReferencedBy: mnt-part3data.mount (destination-file) ReferencedBy: systemd-machine-id-commit.service (destination-file) ReferencedBy: systemd-tmpfiles-clean.service (destination-file) ReferencedBy: boot.mount (destination-file) ReferencedBy: systemd-fsck-root.service (destination-file) ReferencedBy: tmp.mount (destination-file) ReferencedBy: run-user-1000.mount (destination-mountinfo-implicit) ReferencedBy: systemd-tmpfiles-setup.service (destination-file) ReferencedBy: sysinit.target (destination-file) ReferencedBy: networking.service (destination-file) ReferencedBy: -.mount (destination-file) ReferencedBy: systemd-remount-fs.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace-irreversibly IgnoreOnIsolate: no Target State: active -> Unit sys-devices-virtual-block-ram15.device: Description: /sys/devices/virtual/block/ram15 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram15.device Invocation ID: 87d2b532b4a9443e9961110b520f948e Following Set Member: dev-ram15.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram15 Found: found-udev -> Unit dbus.socket: Description: D-Bus System Message Bus Socket Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:09 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/dbus.socket CGroup realized: no CGroup own mask: memory pids Name: dbus.socket Invocation ID: 4e1e17ab2f9c4fedaafb89fa19eca6c6 Fragment Path: /lib/systemd/system/dbus.socket Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) RequiredBy: dbus.service (destination-file) RequiredBy: systemd-logind.service (destination-file) WantedBy: systemd-logind.service (destination-file) WantedBy: sockets.target (destination-file) Conflicts: shutdown.target (origin-default) Before: dbus.service (origin-implicit) Before: shutdown.target (origin-default) Before: systemd-logind.service (destination-file) Before: sockets.target (origin-default destination-default) After: system.slice (origin-file) After: -.mount (origin-file) After: sysinit.target (origin-default) Triggers: dbus.service (origin-implicit) References: dbus.service (origin-implicit) References: shutdown.target (origin-default) References: system.slice (origin-file) References: sockets.target (origin-default) References: sysinit.target (origin-default) References: -.mount (origin-file) ReferencedBy: dbus.service (destination-file) ReferencedBy: systemd-logind.service (destination-file) ReferencedBy: sockets.target (destination-file destination-default) RequiresMountsFor: /var/run/dbus/system_bus_socket (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: running Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0666 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: no PassSecurity: no TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: dbus.socket SELinuxContextFromNet: no ListenStream: /var/run/dbus/system_bus_socket TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit umount.target: Description: Unmount All Filesystems Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: umount.target Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/umount.target ConflictedBy: mnt-part3data-homestation.mount (destination-file) ConflictedBy: mnt-part3data.mount (destination-file) ConflictedBy: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap (destination-default) ConflictedBy: media-webdav-raspi.automount (destination-default) ConflictedBy: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap (destination-default) ConflictedBy: media-webdav-namecheap.automount (destination-default) ConflictedBy: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (destination-default) ConflictedBy: boot.mount (destination-file) ConflictedBy: mnt-part3data-homestation.automount (destination-default) ConflictedBy: media-webdav-raspi.mount (destination-file) ConflictedBy: mnt-part3data-ex2.automount (destination-default) ConflictedBy: media-webdav-box.automount (destination-default) ConflictedBy: media-webdav-box.mount (destination-file) ConflictedBy: mnt-part3data-ex2.mount (destination-file) ConflictedBy: dev-sda1.swap (destination-default) ConflictedBy: run-user-1000.mount (destination-mountinfo-implicit destination-mountinfo-default) ConflictedBy: media-webdav-namecheap.mount (destination-file) ConflictedBy: tmp.mount (destination-file) ConflictedBy: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap (destination-default) After: media-webdav-box.automount (destination-default) After: tmp.mount (destination-file) After: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap (destination-default) After: media-webdav-namecheap.automount (destination-default) After: media-webdav-raspi.mount (destination-file) After: mnt-part3data-homestation.automount (destination-default) After: boot.mount (destination-file) After: media-webdav-namecheap.mount (destination-file) After: dev-sda1.swap (destination-default) After: media-webdav-box.mount (destination-file) After: media-webdav-raspi.automount (destination-default) After: mnt-part3data-homestation.mount (destination-file) After: mnt-part3data-ex2.mount (destination-file) After: run-user-1000.mount (destination-mountinfo-default) After: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap (destination-default) After: mnt-part3data.mount (destination-file) After: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap (destination-default) After: mnt-part3data-ex2.automount (destination-default) After: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (destination-default) ReferencedBy: mnt-part3data-ex2.automount (destination-default) ReferencedBy: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (destination-default) ReferencedBy: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap (destination-default) ReferencedBy: dev-sda1.swap (destination-default) ReferencedBy: media-webdav-box.mount (destination-file) ReferencedBy: media-webdav-raspi.mount (destination-file) ReferencedBy: boot.mount (destination-file) ReferencedBy: media-webdav-box.automount (destination-default) ReferencedBy: mnt-part3data-homestation.mount (destination-file) ReferencedBy: mnt-part3data-homestation.automount (destination-default) ReferencedBy: media-webdav-namecheap.mount (destination-file) ReferencedBy: mnt-part3data.mount (destination-file) ReferencedBy: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap (destination-default) ReferencedBy: media-webdav-namecheap.automount (destination-default) ReferencedBy: tmp.mount (destination-file) ReferencedBy: run-user-1000.mount (destination-mountinfo-implicit destination-mountinfo-default) ReferencedBy: mnt-part3data-ex2.mount (destination-file) ReferencedBy: media-webdav-raspi.automount (destination-default) ReferencedBy: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap (destination-default) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Target State: dead -> Unit paths.target: Description: Paths Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:09 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: paths.target Invocation ID: 55fe9821973e40ca813af2c0eab3ef32 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/paths.target Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes WantedBy: basic.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: basic.target (destination-file destination-default) After: systemd-ask-password-wall.path (destination-file) After: cups.path (destination-default) After: systemd-ask-password-console.path (destination-file) References: shutdown.target (origin-default) ReferencedBy: cups.path (destination-default) ReferencedBy: systemd-ask-password-wall.path (destination-file) ReferencedBy: systemd-ask-password-console.path (destination-file) ReferencedBy: basic.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap: Description: /dev/disk/by-uuid/669183c7-beb4-4714-9d02-87ec7cfe5d3f Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:59 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:59 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap Invocation ID: 79486ff6997e4ae68096a1714a7fb637 Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap Following Set Member: dev-sda1.swap Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap Fragment Path: /run/systemd/generator/dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap Source Path: /etc/fstab Condition Timestamp: Tue 2018-09-11 15:48:58 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:48:58 CEST Assert Result: yes Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) BindsTo: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.device (origin-file) RequiredBy: swap.target (destination-file) WantedBy: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.device (destination-file) Conflicts: umount.target (origin-default) Before: umount.target (origin-default) Before: swap.target (origin-default destination-default) After: system.slice (origin-file) After: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.device (origin-file) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) References: swap.target (origin-default) References: systemd-journald.socket (origin-file) References: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.device (origin-file) References: system.slice (origin-file) References: umount.target (origin-default) References: -.mount (origin-implicit) ReferencedBy: swap.target (destination-file destination-default) RequiresMountsFor: /dev/disk/by-uuid/669183c7-beb4-4714-9d02-87ec7cfe5d3f (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Swap State: active Result: success What: /dev/disk/by-uuid/669183c7-beb4-4714-9d02-87ec7cfe5d3f From /proc/swaps: yes From fragment: yes Device Node: /dev/sda1 Priority: -2 Options: TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-block-ram12.device: Description: /sys/devices/virtual/block/ram12 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram12.device Invocation ID: 663105237faa44faac11f0b80a3d65cc Following Set Member: dev-ram12.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram12 Found: found-udev -> Unit sys-subsystem-net-devices-eth0.device: Description: SMSC9512/9514 Fast Ethernet Adapter Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-subsystem-net-devices-eth0.device Invocation ID: e4531d2128924f77928fc9811a1678d3 Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.1-1\x2d1.1:1.0-net-eth0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1:1.0/net/eth0 Found: found-udev -> Unit plymouth-quit-wait.service: Description: plymouth-quit-wait.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: plymouth-quit-wait.service Before: serial-getty at ttyAMA0.service (destination-file) Before: getty at tty1.service (destination-file) ReferencedBy: serial-getty at ttyAMA0.service (destination-file) ReferencedBy: getty at tty1.service (destination-file) -> Unit systemd-udev-trigger.service: Description: udev Coldplug all Devices Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:56 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:56 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-udev-trigger.service Invocation ID: 54181b8d5d7f4b2394e841a3a84904aa Documentation: man:udev(7) Documentation: man:systemd-udevd.service(8) Fragment Path: /lib/systemd/system/systemd-udev-trigger.service ConditionPathIsReadWrite: /sys succeeded Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: system.slice (origin-file) Wants: systemd-udevd.service (origin-file) WantedBy: sysinit.target (destination-file) Before: sysinit.target (origin-file) After: systemd-journald.socket (origin-file) After: systemd-udevd-kernel.socket (origin-file) After: system.slice (origin-file) After: systemd-udevd-control.socket (origin-file) References: systemd-udevd.service (origin-file) References: systemd-journald.socket (origin-file) References: systemd-udevd-kernel.socket (origin-file) References: sysinit.target (origin-file) References: system.slice (origin-file) References: systemd-udevd-control.socket (origin-file) ReferencedBy: sysinit.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/udevadm trigger --type=subsystems --action=add PID: 97 Start Timestamp: Fri 2018-06-22 13:11:51 CEST Exit Timestamp: Fri 2018-06-22 13:11:52 CEST Exit Code: exited Exit Status: 0 Command Line: /bin/udevadm trigger --type=devices --action=add PID: 105 Start Timestamp: Fri 2018-06-22 13:11:52 CEST Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device: Description: /sys/devices/platform/soc/3f202000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0/mmcblk0p1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device Invocation ID: c781adf5c0af4fada50a923f40a8a537 Following Set Member: dev-mmcblk0p1.device Following Set Member: dev-disk-by\x2dlabel-boot.device Following Set Member: dev-disk-by\x2duuid-0211\x2d20AB.device Following Set Member: dev-disk-by\x2did-mmc\x2dSU08G_0x20e49f90\x2dpart1.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f202000.mmc\x2dpart1.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d01.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f202000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0/mmcblk0p1 Found: found-udev -> Unit sockets.target: Description: Sockets Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:09 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sockets.target Invocation ID: aa4d3a1defaf4648801876168a587100 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/sockets.target Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Wants: systemd-journald-dev-log.socket (origin-file) Wants: systemd-udevd-kernel.socket (origin-file) Wants: systemd-initctl.socket (origin-file) Wants: systemd-journald-audit.socket (origin-file) Wants: dbus.socket (origin-file) Wants: systemd-journald.socket (origin-file) Wants: systemd-udevd-control.socket (origin-file) Wants: cups.socket (origin-file) WantedBy: basic.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: basic.target (destination-file destination-default) After: systemd-initctl.socket (destination-file) After: dbus.socket (origin-default destination-default) After: systemd-udevd-kernel.socket (destination-file) After: systemd-udevd-control.socket (destination-file) After: systemd-journald.socket (destination-file) After: syslog.socket (destination-file) After: cups.socket (origin-default destination-default) After: systemd-journald-audit.socket (destination-file) After: systemd-journald-dev-log.socket (destination-file) References: systemd-journald-dev-log.socket (origin-file) References: systemd-udevd-kernel.socket (origin-file) References: shutdown.target (origin-default) References: systemd-initctl.socket (origin-file) References: systemd-journald-audit.socket (origin-file) References: dbus.socket (origin-file origin-default) References: systemd-journald.socket (origin-file) References: systemd-udevd-control.socket (origin-file) References: cups.socket (origin-file origin-default) ReferencedBy: systemd-udevd-kernel.socket (destination-file) ReferencedBy: systemd-journald-dev-log.socket (destination-file) ReferencedBy: dbus.socket (destination-default) ReferencedBy: basic.target (destination-file destination-default) ReferencedBy: systemd-initctl.socket (destination-file) ReferencedBy: syslog.socket (destination-file) ReferencedBy: cups.socket (destination-default) ReferencedBy: systemd-udevd-control.socket (destination-file) ReferencedBy: systemd-journald-audit.socket (destination-file) ReferencedBy: systemd-journald.socket (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit systemd-fsck-root.service: Description: File System Check on Root Device Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:56 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:56 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-fsck-root.service Invocation ID: b0aca022669f4e99a8028ca57bb85a2d Documentation: man:systemd-fsck-root.service(8) Fragment Path: /lib/systemd/system/systemd-fsck-root.service ConditionPathExists: !/run/initramfs/fsck-root succeeded ConditionPathIsReadWrite: !/ succeeded Condition Timestamp: Tue 2018-09-11 15:48:56 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:48:56 CEST Assert Result: yes Requires: system.slice (origin-file) Wants: systemd-fsckd.socket (origin-file) WantedBy: local-fs.target (destination-file) Before: shutdown.target (origin-file) Before: systemd-remount-fs.service (destination-file) Before: systemd-fsck at dev-sda3.service (destination-file) Before: local-fs.target (origin-file) Before: systemd-fsck at dev-mmcblk0p1.service (destination-file) After: systemd-journald.socket (origin-file) After: systemd-fsckd.socket (origin-file) After: system.slice (origin-file) After: fake-hwclock.service (destination-file) References: shutdown.target (origin-file) References: local-fs.target (origin-file) References: systemd-journald.socket (origin-file) References: systemd-fsckd.socket (origin-file) References: system.slice (origin-file) ReferencedBy: systemd-remount-fs.service (destination-file) ReferencedBy: systemd-fsck at dev-sda3.service (destination-file) ReferencedBy: local-fs.target (destination-file) ReferencedBy: fake-hwclock.service (destination-file) ReferencedBy: systemd-fsck at dev-mmcblk0p1.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: infinity RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-fsck PID: 108 Start Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit remote-fs.target: Description: Remote File Systems Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:08 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:08 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:08 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: remote-fs.target Invocation ID: f67237bd48694a25a90245fbcab83efa Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/remote-fs.target Condition Timestamp: Tue 2018-09-11 15:49:08 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:08 CEST Assert Result: yes Requires: mnt-part3data-ex2.automount (origin-file) Requires: mnt-part3data-homestation.automount (origin-file) Wants: media-webdav-box.automount (origin-file) Wants: media-webdav-namecheap.automount (origin-file) Wants: media-webdav-namecheap.mount (origin-file) Wants: media-webdav-raspi.automount (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-file) Before: cpufrequtils.service (destination-file) Before: loadcpufreq.service (destination-file) Before: cron.service (destination-file) Before: exim4.service (destination-file) Before: systemd-user-sessions.service (destination-file) After: mnt-part3data-homestation.automount (destination-file) After: mnt-part3data-ex2.automount (destination-file) After: mnt-part3data-homestation.mount (destination-mountinfo-implicit) After: remote-fs-pre.target (origin-file) After: mnt-part3data-ex2.mount (destination-mountinfo-implicit) After: systemd-quotacheck.service (destination-file) References: shutdown.target (origin-file) References: mnt-part3data-homestation.automount (origin-file) References: media-webdav-box.automount (origin-file) References: media-webdav-namecheap.automount (origin-file) References: media-webdav-namecheap.mount (origin-file) References: mnt-part3data-ex2.automount (origin-file) References: media-webdav-raspi.automount (origin-file) References: remote-fs-pre.target (origin-file) ReferencedBy: mnt-part3data-ex2.mount (destination-mountinfo-implicit) ReferencedBy: mnt-part3data-homestation.mount (destination-mountinfo-implicit) ReferencedBy: systemd-quotacheck.service (destination-file) ReferencedBy: cpufrequtils.service (destination-file) ReferencedBy: cron.service (destination-file) ReferencedBy: mnt-part3data-homestation.automount (destination-file) ReferencedBy: mnt-part3data-ex2.automount (destination-file) ReferencedBy: multi-user.target (destination-file) ReferencedBy: exim4.service (destination-file) ReferencedBy: systemd-user-sessions.service (destination-file) ReferencedBy: loadcpufreq.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit network-pre.target: Description: Network (Pre) Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: network-pre.target Documentation: man:systemd.special(7) Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget Fragment Path: /lib/systemd/system/network-pre.target Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: systemd-networkd.service (destination-file) Before: network.target (destination-file) Before: networking.service (destination-file) References: shutdown.target (origin-default) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: networking.service (destination-file) ReferencedBy: network.target (destination-file) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: dead -> Unit systemd-journald-audit.socket: Description: Journal Audit Socket Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-journald-audit.socket Documentation: man:systemd-journald.service(8) Documentation: man:journald.conf(5) Fragment Path: /lib/systemd/system/systemd-journald-audit.socket ConditionCapability: CAP_AUDIT_READ succeeded ConditionSecurity: audit failed Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: no Requires: system.slice (origin-file) WantedBy: systemd-journald.service (destination-file) WantedBy: sockets.target (destination-file) Before: systemd-journald.service (origin-implicit destination-file) Before: sockets.target (origin-file) After: system.slice (origin-file) Triggers: systemd-journald.service (origin-implicit destination-file) References: systemd-journald.service (origin-implicit) References: sockets.target (origin-file) References: system.slice (origin-file) ReferencedBy: systemd-journald.service (destination-file) ReferencedBy: sockets.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: dead Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0666 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: yes PassSecurity: no TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: systemd-journald-audit.socket SELinuxContextFromNet: no ReceiveBuffer: 134217728 ListenNetlink: audit 1 TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sys-devices-platform-soc-soc:audio-bcm2835_alsa-sound-card0.device: Description: /sys/devices/platform/soc/soc:audio/bcm2835_alsa/sound/card0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-platform-soc-soc:audio-bcm2835_alsa-sound-card0.device Invocation ID: a4e8c4117a3f4903b3e4a00ccbba5244 Wants: sound.target (origin-udev) References: sound.target (origin-udev) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/soc:audio/bcm2835_alsa/sound/card0 Found: found-udev udev SYSTEMD_WANTS: sound.target -> Unit systemd-update-utmp-runlevel.service: Description: Update UTMP about System Runlevel Changes Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: Tue 2018-09-11 15:49:28 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:28 CEST Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: Tue 2018-09-11 15:49:28 CEST May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-update-utmp-runlevel.service Invocation ID: 2a083f46d3d54e98a87110e5e0edcf1b Documentation: man:systemd-update-utmp.service(8) Documentation: man:utmp(5) Fragment Path: /lib/systemd/system/systemd-update-utmp-runlevel.service Condition Timestamp: Tue 2018-09-11 15:49:28 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:28 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: system.slice (origin-file) Requisite: systemd-update-utmp.service (origin-file) WantedBy: graphical.target (destination-file) WantedBy: rescue.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) After: rescue.target (origin-file) After: -.mount (origin-file) After: systemd-update-utmp.service (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) After: multi-user.target (origin-file) After: graphical.target (origin-file) References: rescue.target (origin-file) References: -.mount (origin-file) References: systemd-update-utmp.service (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: multi-user.target (origin-file) References: shutdown.target (origin-file) References: graphical.target (origin-file) ReferencedBy: graphical.target (destination-file) ReferencedBy: rescue.target (destination-file) ReferencedBy: multi-user.target (destination-file) RequiresMountsFor: /var/log/wtmp (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-update-utmp runlevel PID: 738 Start Timestamp: Tue 2018-09-11 15:49:28 CEST Exit Timestamp: Tue 2018-09-11 15:49:28 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sys-devices-platform-soc-3f201000.serial-tty-ttyAMA0.device: Description: /sys/devices/platform/soc/3f201000.serial/tty/ttyAMA0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-platform-soc-3f201000.serial-tty-ttyAMA0.device Invocation ID: 22d1ced4a6084a33868f6e10e87bdaed Following Set Member: dev-ttyAMA0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f201000.serial/tty/ttyAMA0 Found: found-udev -> Unit systemd-tmpfiles-setup-dev.service: Description: Create Static Device Nodes in /dev Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:56 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:56 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-tmpfiles-setup-dev.service Invocation ID: 9f4bb5fd66b74a4d96611732c197af23 Documentation: man:tmpfiles.d(5) Documentation: man:systemd-tmpfiles(8) Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup-dev.service ConditionCapability: CAP_SYS_MODULE succeeded Condition Timestamp: Tue 2018-09-11 15:48:56 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:48:56 CEST Assert Result: yes Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: systemd-udevd.service (origin-file) Before: shutdown.target (origin-file) Before: sysinit.target (origin-file) Before: local-fs-pre.target (origin-file) After: systemd-sysusers.service (origin-file) After: kmod-static-nodes.service (destination-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) References: systemd-udevd.service (origin-file) References: systemd-sysusers.service (origin-file) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-file) References: sysinit.target (origin-file) References: system.slice (origin-file) References: local-fs-pre.target (origin-file) ReferencedBy: kmod-static-nodes.service (destination-file) ReferencedBy: sysinit.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/systemd-tmpfiles --prefix=/dev --create --boot PID: 122 Start Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-ttyAMA0.device: Description: /dev/ttyAMA0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyAMA0.device Invocation ID: 744c38896d6a4492a74a083862fa3554 Following: sys-devices-platform-soc-3f201000.serial-tty-ttyAMA0.device Following Set Member: sys-devices-platform-soc-3f201000.serial-tty-ttyAMA0.device Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes BoundBy: serial-getty at ttyAMA0.service (destination-file) Before: serial-getty at ttyAMA0.service (destination-file) ReferencedBy: serial-getty at ttyAMA0.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f201000.serial/tty/ttyAMA0 Found: found-udev -> Unit dev-ram0.device: Description: /dev/ram0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram0.device Invocation ID: 4d9ff388e34a40d9bb2866ad5c432825 Following: sys-devices-virtual-block-ram0.device Following Set Member: sys-devices-virtual-block-ram0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram0 Found: found-udev -> Unit init.scope: Description: System and Service Manager Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Fri 2018-06-22 13:11:51 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: yes Perpetual: yes Garbage Collection Mode: inactive Slice: -.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: init.scope Documentation: man:systemd(1) Requires: -.slice (origin-file) After: -.slice (origin-file) References: -.slice (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Scope State: running Result: success CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no -> Unit dev-sda1.device: Description: ST2000LM003_HN-M201RAD 1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sda1.device Invocation ID: 04669094fef14a7e9d83d71fb490ed26 Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda1.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda1.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.device Following Set Member: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda1 Found: found-udev,found-swap -> Unit greylist.service: Description: greylist.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: greylist.service Before: exim4.service (destination-file) ReferencedBy: exim4.service (destination-file) -> Unit system-user\x2druntime\x2ddir.slice: Description: system-user\x2druntime\x2ddir.slice Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:34 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:34 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:34 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/system-user\x2druntime\x2ddir.slice CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids CGroup members mask: memory pids Name: system-user\x2druntime\x2ddir.slice Invocation ID: 4f27f2d300404837a746b97af73f6649 Condition Timestamp: Tue 2018-09-11 15:49:34 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:34 CEST Assert Result: yes Requires: system.slice (origin-implicit) RequiredBy: user-runtime-dir at 1000.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: user-runtime-dir at 1000.service (destination-file) After: system.slice (origin-implicit) References: shutdown.target (origin-default) References: system.slice (origin-implicit) ReferencedBy: user-runtime-dir at 1000.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: active CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-block-ram7.device: Description: /sys/devices/virtual/block/ram7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram7.device Invocation ID: 51b3941f3e6c4ae39393f45289485953 Following Set Member: dev-ram7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram7 Found: found-udev -> Unit dev-ram13.device: Description: /dev/ram13 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram13.device Invocation ID: 80ada7e5172f47339c2cc0fa70ffd86b Following: sys-devices-virtual-block-ram13.device Following Set Member: sys-devices-virtual-block-ram13.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram13 Found: found-udev -> Unit serial-getty at ttyAMA0.service: Description: Serial Getty on ttyAMA0 Instance: ttyAMA0 Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:14 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:14 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:14 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-serial\x2dgetty.slice CGroup: /system.slice/system-serial\x2dgetty.slice/serial-getty at ttyAMA0.service CGroup realized: yes CGroup own mask: memory pids Name: serial-getty at ttyAMA0.service Invocation ID: 390b0852383f4e2db2f2a659d32bcae7 Documentation: man:agetty(8) Documentation: man:systemd-getty-generator(8) Documentation: http://0pointer.de/blog/projects/serial-console.html Fragment Path: /lib/systemd/system/serial-getty at .service Condition Timestamp: Tue 2018-09-11 15:49:14 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:14 CEST Assert Result: yes Requires: system-serial\x2dgetty.slice (origin-file) Requires: sysinit.target (origin-default) BindsTo: dev-ttyAMA0.device (origin-file) WantedBy: getty.target (destination-file) Conflicts: shutdown.target (origin-default) Conflicts: rescue.service (origin-file) Before: shutdown.target (origin-default) Before: rescue.service (origin-file) Before: getty.target (origin-file destination-default) After: plymouth-quit-wait.service (origin-file) After: sysinit.target (origin-default) After: basic.target (origin-default) After: getty-pre.target (origin-file) After: rc-local.service (origin-file) After: system-serial\x2dgetty.slice (origin-file) After: systemd-journald.socket (origin-file) After: systemd-user-sessions.service (origin-file) After: dev-ttyAMA0.device (origin-file) References: getty.target (origin-file) References: basic.target (origin-default) References: sysinit.target (origin-default) References: getty-pre.target (origin-file) References: rc-local.service (origin-file) References: system-serial\x2dgetty.slice (origin-file) References: shutdown.target (origin-default) References: systemd-user-sessions.service (origin-file) References: plymouth-quit-wait.service (origin-file) References: systemd-journald.socket (origin-file) References: dev-ttyAMA0.device (origin-file) References: rescue.service (origin-file) ReferencedBy: getty.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: idle Restart: always NotifyAccess: none NotifyState: unknown Main PID: 408 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: yes UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit TTYPath: /dev/ttyAMA0 TTYReset: yes TTYVHangup: yes TTYVTDisallocate: no SyslogFacility: daemon SyslogLevel: info DynamicUser: no UtmpIdentifier: ttyAMA0 LockPersonality: no -> ExecStart: Command Line: /sbin/agetty -o '-p -- \u' --keep-baud 115200,38400,9600 ttyAMA0 $TERM PID: 408 Start Timestamp: Tue 2018-09-11 15:49:14 CEST CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-block-ram1.device: Description: /sys/devices/virtual/block/ram1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram1.device Invocation ID: 62a58c3ebcba40fc9d0320ae7f9626a1 Following Set Member: dev-ram1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram1 Found: found-udev -> Unit getty-static.service: Description: getty on tty2-tty6 if dbus and logind are not available Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: getty-static.service Fragment Path: /lib/systemd/system/getty-static.service ConditionPathExists: !/lib/systemd/system/dbus.service failed ConditionPathExists: /dev/tty0 untested Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: no Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) WantedBy: getty.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: getty.target (destination-default) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: system.slice (origin-file) References: shutdown.target (origin-default) References: sysinit.target (origin-default) References: systemd-journald.socket (origin-file) References: basic.target (origin-default) References: system.slice (origin-file) ReferencedBy: getty.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/systemctl --no-block start getty at tty2.service getty at tty3.service getty at tty4.service getty at tty5.service getty at tty6.service CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit system-getty.slice: Description: system-getty.slice Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Fri 2018-06-22 13:11:51 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/system-getty.slice CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids CGroup members mask: memory pids Name: system-getty.slice Invocation ID: cb967a0ec404437399aef8ed53f9d98c Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: system.slice (origin-implicit) RequiredBy: getty at tty1.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: getty at tty1.service (destination-file) After: system.slice (origin-implicit) References: shutdown.target (origin-default) References: system.slice (origin-implicit) ReferencedBy: getty at tty1.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: active CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no -> Unit sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0.device: Description: /sys/devices/platform/soc/3f202000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0.device Invocation ID: 235cdbdad85d41e3a5b0bbf3d5baa12e Following Set Member: dev-disk-by\x2did-mmc\x2dSU08G_0x20e49f90.device Following Set Member: dev-mmcblk0.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f202000.mmc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f202000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0 Found: found-udev -> Unit sys-devices-virtual-block-ram5.device: Description: /sys/devices/virtual/block/ram5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram5.device Invocation ID: cde97767698b455e93183732590716e8 Following Set Member: dev-ram5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram5 Found: found-udev -> Unit dev-sda1.swap: Description: /dev/sda1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:59 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:59 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:59 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: dev-sda1.swap Invocation ID: b1bdd5ded39a4c06b29d1845c8ef9793 Following: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap Following Set Member: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) Conflicts: umount.target (origin-default) Before: umount.target (origin-default) Before: swap.target (origin-default) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: swap.target (origin-default) References: umount.target (origin-default) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: -.mount (origin-implicit) RequiresMountsFor: /dev/sda1 (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Swap State: active Result: success What: /dev/sda1 From /proc/swaps: yes From fragment: no Device Node: /dev/sda1 Priority: -2 Options: TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2did-mmc\x2dSU08G_0x20e49f90.device: Description: /dev/disk/by-id/mmc-SU08G_0x20e49f90 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-mmc\x2dSU08G_0x20e49f90.device Invocation ID: f78b7db8f28b4c609d39c45d4f77aab0 Following: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0.device Following Set Member: dev-mmcblk0.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f202000.mmc.device Following Set Member: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f202000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0 Found: found-udev -> Unit dev-mmcblk0.device: Description: /dev/mmcblk0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-mmcblk0.device Invocation ID: 31db084c545542deb7a48f5ff2a96864 Following: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0.device Following Set Member: dev-disk-by\x2did-mmc\x2dSU08G_0x20e49f90.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f202000.mmc.device Following Set Member: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f202000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0 Found: found-udev -> Unit systemd-ask-password-wall.service: Description: Forward Password Requests to Wall Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-ask-password-wall.service Documentation: man:systemd-ask-password-console.service(8) Fragment Path: /lib/systemd/system/systemd-ask-password-wall.service Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: basic.target (origin-default) After: systemd-user-sessions.service (origin-file) After: system.slice (origin-file) After: systemd-ask-password-wall.path (destination-implicit) After: systemd-journald.socket (origin-file) After: sysinit.target (origin-default) TriggeredBy: systemd-ask-password-wall.path (destination-implicit) References: basic.target (origin-default) References: shutdown.target (origin-default) References: systemd-user-sessions.service (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-default) References: systemd-journald.socket (origin-file) ReferencedBy: systemd-ask-password-wall.path (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no SystemCallArchitectures: native -> ExecStartPre: Command Line: /bin/systemctl stop systemd-ask-password-console.path systemd-ask-password-console.service systemd-ask-password-plymouth.path systemd-ask-password-plymouth.service -> ExecStart: Command Line: /bin/systemd-tty-ask-password-agent --wall CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit systemd-initctl.socket: Description: initctl Compatibility Named Pipe Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Fri 2018-06-22 13:11:51 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-initctl.socket CGroup realized: no CGroup own mask: memory pids Name: systemd-initctl.socket Invocation ID: c80aa05e3a2343fea6626cd30d9af52f Documentation: man:systemd-initctl.service(8) Fragment Path: /lib/systemd/system/systemd-initctl.socket Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: system.slice (origin-file) WantedBy: sockets.target (destination-file) Before: systemd-initctl.service (origin-implicit) Before: sockets.target (origin-file) After: -.mount (origin-file) After: system.slice (origin-file) Triggers: systemd-initctl.service (origin-implicit) References: sockets.target (origin-file) References: system.slice (origin-file) References: -.mount (origin-file) References: systemd-initctl.service (origin-implicit) ReferencedBy: sockets.target (destination-file) RequiresMountsFor: /run/initctl (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: listening Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0600 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: no PassSecurity: no TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: systemd-initctl.socket SELinuxContextFromNet: no ListenFIFO: /run/initctl TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip Symlinks: /dev/initctl TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit mnt-part3data-ex2.mount: Description: /mnt/part3data/ex2 Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: Wed 2018-09-12 10:11:35 CEST Inactive Exit Timestamp: Wed 2018-09-12 10:03:33 CEST Active Enter Timestamp: Wed 2018-09-12 10:03:34 CEST Active Exit Timestamp: Wed 2018-09-12 10:11:35 CEST Inactive Enter Timestamp: Wed 2018-09-12 10:11:35 CEST May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: mnt-part3data-ex2.mount Invocation ID: 760f120f0536404f9da6965162fa42ac Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Fragment Path: /run/systemd/generator/mnt-part3data-ex2.mount Source Path: /etc/fstab Condition Timestamp: Wed 2018-09-12 10:03:33 CEST Condition Result: yes Assert Timestamp: Wed 2018-09-12 10:03:33 CEST Assert Result: yes Requires: -.mount (origin-implicit) Requires: mnt-part3data.mount (origin-path) Requires: system.slice (origin-file) Wants: network-online.target (origin-file) Conflicts: umount.target (origin-file) Before: umount.target (origin-file) Before: remote-fs.target (origin-mountinfo-implicit) After: network-online.target (origin-file) After: network.target (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) After: mnt-part3data-ex2.automount (destination-implicit) After: -.mount (origin-implicit) After: remote-fs-pre.target (origin-file) After: mnt-part3data.mount (origin-path) TriggeredBy: mnt-part3data-ex2.automount (destination-implicit) References: network-online.target (origin-file) References: systemd-journald.socket (origin-file) References: network.target (origin-file) References: system.slice (origin-file) References: umount.target (origin-file) References: -.mount (origin-implicit) References: remote-fs.target (origin-mountinfo-implicit) References: remote-fs-pre.target (origin-file) References: mnt-part3data.mount (origin-path) ReferencedBy: mnt-part3data-ex2.automount (destination-implicit) RequiresMountsFor: /mnt/part3data (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: dead Result: success Where: /mnt/part3data/ex2 What: //192.168.0.2/public File System Type: cifs Options: users,guest,noperm,noauto,vers=1.0,x-systemd.automount,x-systemd.idle-timeout=6min From /proc/self/mountinfo: no From fragment: yes Extrinsic: no DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2dpath-platform\x2d3f202000.mmc.device: Description: /dev/disk/by-path/platform-3f202000.mmc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-platform\x2d3f202000.mmc.device Invocation ID: 9efbf23d2e5748328561173bc7aa92aa Following: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0.device Following Set Member: dev-disk-by\x2did-mmc\x2dSU08G_0x20e49f90.device Following Set Member: dev-mmcblk0.device Following Set Member: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f202000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0 Found: found-udev -> Unit systemd-fsckd.service: Description: File System Check Daemon to report status Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: Tue 2018-09-11 15:49:38 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:56 CEST Active Exit Timestamp: Tue 2018-09-11 15:49:38 CEST Inactive Enter Timestamp: Tue 2018-09-11 15:49:38 CEST May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-fsckd.service Invocation ID: 007baf434e10422d91a2741b17599c9b Documentation: man:systemd-fsckd.service(8) Fragment Path: /lib/systemd/system/systemd-fsckd.service Condition Timestamp: Tue 2018-09-11 15:48:56 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:48:56 CEST Assert Result: yes Requires: systemd-fsckd.socket (origin-file) Requires: system.slice (origin-file) Before: shutdown.target (origin-file) After: system.slice (origin-file) After: systemd-fsckd.socket (destination-implicit) After: systemd-journald.socket (origin-file) TriggeredBy: systemd-fsckd.socket (destination-implicit) References: shutdown.target (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: systemd-fsckd.socket (origin-file) ReferencedBy: systemd-fsckd.socket (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal+console StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-fsckd PID: 111 Start Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Timestamp: Tue 2018-09-11 15:49:38 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-block-ram10.device: Description: /sys/devices/virtual/block/ram10 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram10.device Invocation ID: 8231838b33274cb4bf92daaa78fcae17 Following Set Member: dev-ram10.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram10 Found: found-udev -> Unit sys-devices-virtual-block-ram13.device: Description: /sys/devices/virtual/block/ram13 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram13.device Invocation ID: 55500356bd844fcaa94b4f9d06071a71 Following Set Member: dev-ram13.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram13 Found: found-udev -> Unit user-1000.slice: Description: User Slice of UID 1000 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:34 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:34 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:34 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: user.slice CGroup: /user.slice/user-1000.slice CGroup realized: yes CGroup own mask: memory pids CGroup members mask: memory pids Name: user-1000.slice Invocation ID: 09af9ebcabe84e6c87c9e64c35c3a48e DropIn Path: /lib/systemd/system/user-.slice.d/10-defaults.conf Condition Timestamp: Tue 2018-09-11 15:49:34 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:34 CEST Assert Result: yes Requires: user.slice (origin-implicit) RequiredBy: session-c2.scope (destination-file) RequiredBy: session-c1.scope (destination-file) RequiredBy: user at 1000.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: user at 1000.service (destination-file) Before: session-c1.scope (destination-file) Before: session-c2.scope (destination-file) After: user.slice (origin-implicit) After: systemd-user-sessions.service (origin-file) References: shutdown.target (origin-default) References: user.slice (origin-implicit) References: systemd-user-sessions.service (origin-file) ReferencedBy: session-c2.scope (destination-file) ReferencedBy: session-c1.scope (destination-file) ReferencedBy: user at 1000.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: active CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=5109 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart3.device: Description: ST2000LM003_HN-M201RAD 3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart3.device Invocation ID: 8e24d010734040ae85158feb9065a0ef Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda3.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart3.device Following Set Member: dev-disk-by\x2duuid-d8be751c\x2d0513\x2d472d\x2daaec\x2d6f3563c467e9.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart3.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d03.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda3.device Following Set Member: dev-sda3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda3 Found: found-udev -> Unit cpufrequtils.service: Description: LSB: set CPUFreq kernel parameters Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:13 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:12 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:13 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: cpufrequtils.service Invocation ID: 9656315d9acc437aa091dbb51fcbda54 Documentation: man:systemd-sysv-generator(8) Fragment Path: /run/systemd/generator.late/cpufrequtils.service Source Path: /etc/init.d/cpufrequtils Condition Timestamp: Tue 2018-09-11 15:49:12 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:12 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) WantedBy: graphical.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: graphical.target (origin-file destination-default) Before: shutdown.target (origin-default) Before: multi-user.target (origin-file destination-default) After: remote-fs.target (origin-file) After: loadcpufreq.service (origin-file) After: system.slice (origin-file) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) References: basic.target (origin-default) References: systemd-journald.socket (origin-file) References: remote-fs.target (origin-file) References: loadcpufreq.service (origin-file) References: sysinit.target (origin-default) References: system.slice (origin-file) References: graphical.target (origin-file) References: multi-user.target (origin-file) References: shutdown.target (origin-default) ReferencedBy: graphical.target (destination-file destination-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: no Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 5min TimeoutStopSec: 5min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/init.d/cpufrequtils start PID: 320 Start Timestamp: Tue 2018-09-11 15:49:12 CEST Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Exit Code: exited Exit Status: 0 -> ExecReload: Command Line: /etc/init.d/cpufrequtils reload -> ExecStop: Command Line: /etc/init.d/cpufrequtils stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit swap.target: Description: Swap Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:59 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:59 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:59 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: swap.target Invocation ID: 292ae7b9656c440b9e28bc2722831219 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/swap.target Condition Timestamp: Tue 2018-09-11 15:48:59 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:48:59 CEST Assert Result: yes Requires: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: run-user-1000.mount (destination-mountinfo-default) Before: tmp.mount (destination-file) Before: sysinit.target (destination-file destination-default) After: dev-sda1.swap (destination-default) After: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap (destination-default) After: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap (destination-default) After: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap (destination-default) After: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (origin-default destination-default) References: shutdown.target (origin-default) References: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (origin-file origin-default) ReferencedBy: run-user-1000.mount (destination-mountinfo-default) ReferencedBy: dev-sda1.swap (destination-default) ReferencedBy: tmp.mount (destination-file) ReferencedBy: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap (destination-default) ReferencedBy: sysinit.target (destination-file destination-default) ReferencedBy: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap (destination-default) ReferencedBy: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap (destination-default) ReferencedBy: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart3.device: Description: ST2000LM003_HN-M201RAD 3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart3.device Invocation ID: 7ff67d6ebe814e94aae06b11bd6ad613 Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda3.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart3.device Following Set Member: dev-disk-by\x2duuid-d8be751c\x2d0513\x2d472d\x2daaec\x2d6f3563c467e9.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart3.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d03.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda3.device Following Set Member: dev-sda3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda3 Found: found-udev -> Unit rsyslog.service: Description: System Logging Service Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:12 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:12 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/rsyslog.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: rsyslog.service Name: syslog.service Invocation ID: 6779c6b893e3470bb46bce113136904e Documentation: man:rsyslogd(8) Documentation: http://www.rsyslog.com/doc/ Fragment Path: /lib/systemd/system/rsyslog.service Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) Requires: syslog.socket (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: system.slice (origin-file) After: syslog.socket (destination-implicit) After: basic.target (origin-default) After: sysinit.target (origin-default) TriggeredBy: syslog.socket (destination-implicit) References: system.slice (origin-file) References: sysinit.target (origin-default) References: syslog.socket (origin-file) References: basic.target (origin-default) References: shutdown.target (origin-default) ReferencedBy: multi-user.target (destination-file destination-default) ReferencedBy: syslog.socket (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: on-failure NotifyAccess: main NotifyState: ready Main PID: 209 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 16384 Limit NOFILESoft: 16384 StandardInput: null StandardOutput: null StandardError: inherit DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/rsyslogd -n -iNONE PID: 209 Start Timestamp: Tue 2018-09-11 15:49:09 CEST CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-ram9.device: Description: /dev/ram9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram9.device Invocation ID: 1c2b5884633d4ff2bb89ad38803589f1 Following: sys-devices-virtual-block-ram9.device Following Set Member: sys-devices-virtual-block-ram9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram9 Found: found-udev -> Unit sysinit.target: Description: System Initialization Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:09 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sysinit.target Invocation ID: 2a9d78cdcb374d6790141bcd322e62bf Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/sysinit.target Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Wants: systemd-update-utmp.service (origin-file) Wants: fake-hwclock.service (origin-file) Wants: sys-kernel-debug.mount (origin-file) Wants: systemd-random-seed.service (origin-file) Wants: sys-fs-fuse-connections.mount (origin-file) Wants: swap.target (origin-file) Wants: systemd-hwdb-update.service (origin-file) Wants: systemd-sysusers.service (origin-file) Wants: systemd-udev-trigger.service (origin-file) Wants: cryptsetup.target (origin-file) Wants: systemd-ask-password-console.path (origin-file) Wants: systemd-journal-flush.service (origin-file) Wants: systemd-tmpfiles-setup.service (origin-file) Wants: dev-hugepages.mount (origin-file) Wants: kmod-static-nodes.service (origin-file) Wants: systemd-tmpfiles-setup-dev.service (origin-file) Wants: systemd-journald.service (origin-file) Wants: systemd-binfmt.service (origin-file) Wants: proc-sys-fs-binfmt_misc.automount (origin-file) Wants: systemd-udevd.service (origin-file) Wants: dev-mqueue.mount (origin-file) Wants: systemd-timesyncd.service (origin-file) Wants: local-fs.target (origin-file) Wants: systemd-sysctl.service (origin-file) Wants: sys-kernel-config.mount (origin-file) Wants: systemd-modules-load.service (origin-file) Wants: systemd-machine-id-commit.service (origin-file) RequiredBy: basic.target (destination-file) RequiredBy: apt-daily.timer (destination-default) RequiredBy: rescue.target (destination-file) RequiredBy: logrotate.timer (destination-default) RequiredBy: apt-daily.service (destination-default) RequiredBy: logrotate.service (destination-default) RequiredBy: ssh.service (destination-default) RequiredBy: php7.4-fpm.service (destination-default) RequiredBy: systemd-logind.service (destination-default) RequiredBy: alsa-restore.service (destination-default) RequiredBy: systemd-ask-password-wall.service (destination-default) RequiredBy: nginx.service (destination-default) RequiredBy: loadcpufreq.service (destination-default) RequiredBy: dbus.service (destination-default) RequiredBy: cups.service (destination-default) RequiredBy: apt-daily-upgrade.service (destination-default) RequiredBy: rsyslog.service (destination-default) RequiredBy: cpufrequtils.service (destination-default) RequiredBy: exim4.service (destination-default) RequiredBy: smbd.service (destination-default) RequiredBy: user at 1000.service (destination-default) RequiredBy: user-runtime-dir at 1000.service (destination-default) RequiredBy: rsync.service (destination-default) RequiredBy: getty-static.service (destination-default) RequiredBy: winbind.service (destination-default) RequiredBy: cups.socket (destination-default) RequiredBy: nmbd.service (destination-default) RequiredBy: alsa-state.service (destination-default) RequiredBy: systemd-tmpfiles-clean.timer (destination-default) RequiredBy: nzbget.service (destination-default) RequiredBy: serial-getty at ttyAMA0.service (destination-default) RequiredBy: mysql.service (destination-default) RequiredBy: phpsessionclean.timer (destination-default) RequiredBy: dbus.socket (destination-default) RequiredBy: cron.service (destination-default) RequiredBy: anacron.service (destination-default) RequiredBy: anacron.timer (destination-default) RequiredBy: systemd-user-sessions.service (destination-default) RequiredBy: getty at tty1.service (destination-default) RequiredBy: rc-local.service (destination-default) RequiredBy: smartd.service (destination-default) RequiredBy: apt-daily-upgrade.timer (destination-default) RequiredBy: cups.path (destination-default) RequiredBy: phpsessionclean.service (destination-default) Conflicts: emergency.target (origin-file) Conflicts: shutdown.target (origin-default) Conflicts: emergency.service (origin-file) Before: anacron.timer (destination-default) Before: ssh.service (destination-default) Before: systemd-logind.service (destination-default) Before: getty-static.service (destination-default) Before: systemd-user-sessions.service (destination-default) Before: anacron.service (destination-default) Before: cron.service (destination-default) Before: nmbd.service (destination-default) Before: shutdown.target (origin-default) Before: mysql.service (destination-default) Before: phpsessionclean.timer (destination-default) Before: nginx.service (destination-default) Before: user-runtime-dir at 1000.service (destination-default) Before: apt-daily.timer (destination-default) Before: basic.target (destination-file destination-default) Before: loadcpufreq.service (destination-default) Before: systemd-ask-password-wall.service (destination-default) Before: nzbget.service (destination-default) Before: serial-getty at ttyAMA0.service (destination-default) Before: smartd.service (destination-default) Before: getty at tty1.service (destination-default) Before: rsyslog.service (destination-default) Before: logrotate.service (destination-default) Before: apt-daily-upgrade.timer (destination-default) Before: logrotate.timer (destination-default) Before: rsync.service (destination-default) Before: cpufrequtils.service (destination-default) Before: user at 1000.service (destination-default) Before: dbus.socket (destination-default) Before: rc-local.service (destination-default) Before: apt-daily.service (destination-default) Before: smbd.service (destination-default) Before: cups.service (destination-default) Before: phpsessionclean.service (destination-default) Before: cups.path (destination-default) Before: winbind.service (destination-default) Before: dbus.service (destination-default) Before: php7.4-fpm.service (destination-default) Before: exim4.service (destination-default) Before: apt-daily-upgrade.service (destination-default) Before: alsa-restore.service (destination-default) Before: rescue.target (destination-file destination-default) Before: systemd-tmpfiles-clean.timer (destination-default) Before: alsa-state.service (destination-default) Before: cups.socket (destination-default) Before: rescue.service (destination-file) After: systemd-udev-trigger.service (destination-file) After: emergency.service (origin-file) After: systemd-journald.service (destination-file) After: fake-hwclock.service (destination-file) After: systemd-tmpfiles-setup.service (destination-file) After: dev-hugepages.mount (destination-file) After: systemd-hwdb-update.service (destination-file) After: emergency.target (origin-file) After: systemd-modules-load.service (destination-file) After: sys-kernel-debug.mount (destination-file) After: systemd-update-utmp.service (destination-file) After: kmod-static-nodes.service (destination-file) After: local-fs.target (origin-file) After: swap.target (origin-file origin-default) After: systemd-tmpfiles-setup-dev.service (destination-file) After: systemd-binfmt.service (destination-file) After: sys-fs-fuse-connections.mount (destination-file) After: dev-mqueue.mount (destination-file) After: systemd-timesyncd.service (destination-file) After: systemd-udevd.service (destination-file) After: systemd-machine-id-commit.service (destination-file) After: proc-sys-fs-binfmt_misc.automount (destination-file) After: systemd-sysctl.service (destination-file) After: systemd-sysusers.service (destination-file) After: systemd-random-seed.service (destination-file) After: cryptsetup.target (origin-default) After: sys-kernel-config.mount (destination-file) References: systemd-tmpfiles-setup-dev.service (origin-file) References: cryptsetup.target (origin-file origin-default) References: sys-fs-fuse-connections.mount (origin-file) References: fake-hwclock.service (origin-file) References: local-fs.target (origin-file) References: systemd-timesyncd.service (origin-file) References: systemd-journald.service (origin-file) References: systemd-ask-password-console.path (origin-file) References: shutdown.target (origin-default) References: sys-kernel-config.mount (origin-file) References: systemd-sysctl.service (origin-file) References: sys-kernel-debug.mount (origin-file) References: systemd-tmpfiles-setup.service (origin-file) References: systemd-machine-id-commit.service (origin-file) References: systemd-sysusers.service (origin-file) References: systemd-udev-trigger.service (origin-file) References: systemd-udevd.service (origin-file) References: systemd-modules-load.service (origin-file) References: dev-hugepages.mount (origin-file) References: swap.target (origin-file origin-default) References: systemd-hwdb-update.service (origin-file) References: dev-mqueue.mount (origin-file) References: emergency.service (origin-file) References: systemd-journal-flush.service (origin-file) References: systemd-update-utmp.service (origin-file) References: systemd-random-seed.service (origin-file) References: emergency.target (origin-file) References: systemd-binfmt.service (origin-file) References: kmod-static-nodes.service (origin-file) References: proc-sys-fs-binfmt_misc.automount (origin-file) ReferencedBy: systemd-update-utmp.service (destination-file) ReferencedBy: systemd-journald.service (destination-file) ReferencedBy: sys-kernel-config.mount (destination-file) ReferencedBy: systemd-udev-trigger.service (destination-file) ReferencedBy: alsa-state.service (destination-default) ReferencedBy: serial-getty at ttyAMA0.service (destination-default) ReferencedBy: systemd-ask-password-wall.service (destination-default) ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file) ReferencedBy: basic.target (destination-file destination-default) ReferencedBy: systemd-sysusers.service (destination-file) ReferencedBy: phpsessionclean.service (destination-default) ReferencedBy: mysql.service (destination-default) ReferencedBy: anacron.timer (destination-default) ReferencedBy: cups.socket (destination-default) ReferencedBy: smartd.service (destination-default) ReferencedBy: rescue.service (destination-file) ReferencedBy: apt-daily.service (destination-default) ReferencedBy: nzbget.service (destination-default) ReferencedBy: systemd-modules-load.service (destination-file) ReferencedBy: apt-daily-upgrade.service (destination-default) ReferencedBy: rc-local.service (destination-default) ReferencedBy: cron.service (destination-default) ReferencedBy: systemd-udevd.service (destination-file) ReferencedBy: dev-mqueue.mount (destination-file) ReferencedBy: dbus.service (destination-default) ReferencedBy: nginx.service (destination-default) ReferencedBy: systemd-binfmt.service (destination-file) ReferencedBy: user at 1000.service (destination-default) ReferencedBy: anacron.service (destination-default) ReferencedBy: rsync.service (destination-default) ReferencedBy: logrotate.timer (destination-default) ReferencedBy: alsa-restore.service (destination-default) ReferencedBy: apt-daily.timer (destination-default) ReferencedBy: fake-hwclock.service (destination-file) ReferencedBy: user-runtime-dir at 1000.service (destination-default) ReferencedBy: systemd-timesyncd.service (destination-file) ReferencedBy: apt-daily-upgrade.timer (destination-default) ReferencedBy: rsyslog.service (destination-default) ReferencedBy: ssh.service (destination-default) ReferencedBy: rescue.target (destination-file destination-default) ReferencedBy: systemd-random-seed.service (destination-file) ReferencedBy: sys-fs-fuse-connections.mount (destination-file) ReferencedBy: dbus.socket (destination-default) ReferencedBy: systemd-user-sessions.service (destination-default) ReferencedBy: php7.4-fpm.service (destination-default) ReferencedBy: systemd-tmpfiles-clean.timer (destination-default) ReferencedBy: cups.service (destination-default) ReferencedBy: dev-hugepages.mount (destination-file) ReferencedBy: cups.path (destination-default) ReferencedBy: logrotate.service (destination-default) ReferencedBy: smbd.service (destination-default) ReferencedBy: getty at tty1.service (destination-default) ReferencedBy: kmod-static-nodes.service (destination-file) ReferencedBy: systemd-machine-id-commit.service (destination-file) ReferencedBy: cpufrequtils.service (destination-default) ReferencedBy: exim4.service (destination-default) ReferencedBy: systemd-hwdb-update.service (destination-file) ReferencedBy: phpsessionclean.timer (destination-default) ReferencedBy: systemd-logind.service (destination-default) ReferencedBy: sys-kernel-debug.mount (destination-file) ReferencedBy: systemd-sysctl.service (destination-file) ReferencedBy: nmbd.service (destination-default) ReferencedBy: systemd-tmpfiles-setup.service (destination-file) ReferencedBy: winbind.service (destination-default) ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-file) ReferencedBy: loadcpufreq.service (destination-default) ReferencedBy: getty-static.service (destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap: Description: /dev/disk/by-id/ata-ST2000LM003_HN-M201RAD_S34RJ9EFC58627-part1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:59 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:59 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:59 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap Invocation ID: bac1a7d7e8574e43be9ff68604ba9e60 Following: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap Following Set Member: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap Following Set Member: dev-sda1.swap Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) Conflicts: umount.target (origin-default) Before: umount.target (origin-default) Before: swap.target (origin-default) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: system.slice (origin-file) References: umount.target (origin-default) References: swap.target (origin-default) References: -.mount (origin-implicit) References: systemd-journald.socket (origin-file) RequiresMountsFor: /dev/disk/by-id/ata-ST2000LM003_HN-M201RAD_S34RJ9EFC58627-part1 (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Swap State: active Result: success What: /dev/disk/by-id/ata-ST2000LM003_HN-M201RAD_S34RJ9EFC58627-part1 From /proc/swaps: yes From fragment: no Device Node: /dev/sda1 Priority: -2 Options: TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit syslog.socket: Description: Syslog Socket Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:12 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/syslog.socket CGroup realized: no CGroup own mask: memory pids Name: syslog.socket Invocation ID: 99edfeeadd41429bbc2bd0875851bab8 Documentation: man:systemd.special(7) Documentation: https://www.freedesktop.org/wiki/Software/systemd/syslog Fragment Path: /lib/systemd/system/syslog.socket Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: system.slice (origin-file) RequiredBy: rsyslog.service (destination-file) Conflicts: shutdown.target (origin-file) Conflicts: emergency.service (origin-file) Before: rsyslog.service (origin-implicit) Before: systemd-journald.service (destination-file) Before: shutdown.target (origin-file) Before: sockets.target (origin-file) Before: emergency.service (origin-file) After: -.mount (origin-file) After: system.slice (origin-file) Triggers: rsyslog.service (origin-implicit) References: -.mount (origin-file) References: system.slice (origin-file) References: rsyslog.service (origin-implicit) References: shutdown.target (origin-file) References: sockets.target (origin-file) References: emergency.service (origin-file) ReferencedBy: systemd-journald.service (destination-file) ReferencedBy: rsyslog.service (destination-file) RequiresMountsFor: /run/systemd/journal/syslog (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: running Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0666 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: yes PassSecurity: yes TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: syslog.socket SELinuxContextFromNet: no ReceiveBuffer: 8388608 ListenDatagram: /run/systemd/journal/syslog TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2duuid-0211\x2d20AB.device: Description: /dev/disk/by-uuid/0211-20AB Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2duuid-0211\x2d20AB.device Invocation ID: baa96b0ad06f45a88b578038d3a34c93 Following: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device Following Set Member: dev-disk-by\x2dlabel-boot.device Following Set Member: dev-mmcblk0p1.device Following Set Member: dev-disk-by\x2did-mmc\x2dSU08G_0x20e49f90\x2dpart1.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f202000.mmc\x2dpart1.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d01.device Following Set Member: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f202000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0/mmcblk0p1 Found: found-udev -> Unit systemd-update-utmp.service: Description: Update UTMP about System Boot/Shutdown Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:08 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:08 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:08 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-update-utmp.service Invocation ID: f19e33e936ff4e769ea13a462e0afd34 Documentation: man:systemd-update-utmp.service(8) Documentation: man:utmp(5) Fragment Path: /lib/systemd/system/systemd-update-utmp.service Condition Timestamp: Tue 2018-09-11 15:49:08 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:08 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: system.slice (origin-file) RequisiteOf: systemd-update-utmp-runlevel.service (destination-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) Before: systemd-update-utmp-runlevel.service (destination-file) Before: sysinit.target (origin-file) After: systemd-tmpfiles-setup.service (origin-file) After: systemd-journald.socket (origin-file) After: auditd.service (origin-file) After: -.mount (origin-file) After: system.slice (origin-file) After: systemd-remount-fs.service (origin-file) References: systemd-tmpfiles-setup.service (origin-file) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-file) References: auditd.service (origin-file) References: -.mount (origin-file) References: sysinit.target (origin-file) References: system.slice (origin-file) References: systemd-remount-fs.service (origin-file) ReferencedBy: systemd-update-utmp-runlevel.service (destination-file) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /var/log/wtmp (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-update-utmp reboot PID: 189 Start Timestamp: Tue 2018-09-11 15:49:08 CEST Exit Timestamp: Tue 2018-09-11 15:49:08 CEST Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /lib/systemd/systemd-update-utmp shutdown CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-block-ram2.device: Description: /sys/devices/virtual/block/ram2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram2.device Invocation ID: da89173f1b1848ca9786ee804135081d Following Set Member: dev-ram2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram2 Found: found-udev -> Unit dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device: Description: ST2000LM003_HN-M201RAD 1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device Invocation ID: 42614c8088604a378a93b0df10be67d9 Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda1.device Following Set Member: dev-sda1.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda1.device Following Set Member: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda1 Found: found-udev -> Unit sys-subsystem-net-devices-he\x2dipv6.device: Description: /sys/subsystem/net/devices/he-ipv6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:13 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:13 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-subsystem-net-devices-he\x2dipv6.device Invocation ID: 6a45e8157d264595afae7920c4529408 Following Set Member: sys-devices-virtual-net-he\x2dipv6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/net/he-ipv6 Found: found-udev -> Unit systemd-journal-flush.service: Description: Flush Journal to Persistent Storage Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:56 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:56 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-journal-flush.service Invocation ID: 22f7860675ad418fabe9e9374254606c Documentation: man:systemd-journald.service(8) Documentation: man:journald.conf(5) Fragment Path: /lib/systemd/system/systemd-journal-flush.service Condition Timestamp: Tue 2018-09-11 15:48:56 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:48:56 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: systemd-journald.service (origin-file) Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Before: systemd-user-sessions.service (origin-file) Before: systemd-tmpfiles-setup.service (origin-file) After: system.slice (origin-file) After: systemd-remount-fs.service (origin-file) After: systemd-journald.service (origin-file) After: systemd-journald.socket (origin-file) After: -.mount (origin-file) References: systemd-journald.service (origin-file) References: systemd-tmpfiles-setup.service (origin-file) References: systemd-remount-fs.service (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: -.mount (origin-file) References: systemd-user-sessions.service (origin-file) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /var/log/journal (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/journalctl --flush PID: 119 Start Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-ram10.device: Description: /dev/ram10 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram10.device Invocation ID: 27be795882054d0a8d864f6424ca4137 Following: sys-devices-virtual-block-ram10.device Following Set Member: sys-devices-virtual-block-ram10.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram10 Found: found-udev -> Unit systemd-user-sessions.service: Description: Permit User Sessions Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:13 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:13 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-user-sessions.service Invocation ID: d2d99c347ecd40f1a00b1e58c178dcf5 Documentation: man:systemd-user-sessions.service(8) Fragment Path: /lib/systemd/system/systemd-user-sessions.service Condition Timestamp: Tue 2018-09-11 15:49:13 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:13 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: systemd-ask-password-wall.service (destination-file) Before: user-1000.slice (destination-file) Before: session-c1.scope (destination-file) Before: getty at tty1.service (destination-file) Before: shutdown.target (origin-default) Before: session-c2.scope (destination-file) Before: serial-getty at ttyAMA0.service (destination-file) Before: user at 1000.service (destination-file) Before: multi-user.target (destination-default) After: sysinit.target (origin-default) After: system.slice (origin-file) After: basic.target (origin-default) After: systemd-journal-flush.service (destination-file) After: network.target (origin-file) After: nss-user-lookup.target (origin-file) After: remote-fs.target (origin-file) After: systemd-journald.socket (origin-file) References: sysinit.target (origin-default) References: system.slice (origin-file) References: shutdown.target (origin-default) References: basic.target (origin-default) References: network.target (origin-file) References: nss-user-lookup.target (origin-file) References: remote-fs.target (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: systemd-ask-password-wall.service (destination-file) ReferencedBy: systemd-journal-flush.service (destination-file) ReferencedBy: user-1000.slice (destination-file) ReferencedBy: session-c1.scope (destination-file) ReferencedBy: getty at tty1.service (destination-file) ReferencedBy: session-c2.scope (destination-file) ReferencedBy: serial-getty at ttyAMA0.service (destination-file) ReferencedBy: user at 1000.service (destination-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-user-sessions start PID: 389 Start Timestamp: Tue 2018-09-11 15:49:13 CEST Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /lib/systemd/systemd-user-sessions stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit phpsessionclean.timer: Description: Clean PHP session files every 30 mins Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Wed 2018-09-12 11:39:02 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: phpsessionclean.timer Invocation ID: f4c1074fa0484708bfbd3670a8f3bb97 Fragment Path: /lib/systemd/system/phpsessionclean.timer Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) WantedBy: timers.target (destination-file) Conflicts: shutdown.target (origin-default) Before: timers.target (origin-default) Before: shutdown.target (origin-default) Before: phpsessionclean.service (origin-implicit) After: -.mount (origin-file) After: time-sync.target (origin-default) After: sysinit.target (origin-default) Triggers: phpsessionclean.service (origin-implicit) References: time-sync.target (origin-default) References: shutdown.target (origin-default) References: phpsessionclean.service (origin-implicit) References: timers.target (origin-default) References: sysinit.target (origin-default) References: -.mount (origin-file) ReferencedBy: timers.target (destination-file) RequiresMountsFor: /var/lib/systemd/timers (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Timer State: waiting Result: success Unit: phpsessionclean.service Persistent: yes WakeSystem: no Accuracy: 1min RemainAfterElapse: yes OnCalendar: *-*-* *:09,39:00 -> Unit dev-disk-by\x2dpartuuid-311b5f75\x2d03.device: Description: ST2000LM003_HN-M201RAD 3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpartuuid-311b5f75\x2d03.device Invocation ID: 987de1c3d14b4999b67e3411157bcc8d Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda3.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart3.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart3.device Following Set Member: dev-disk-by\x2duuid-d8be751c\x2d0513\x2d472d\x2daaec\x2d6f3563c467e9.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart3.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda3.device Following Set Member: dev-sda3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda3 Found: found-udev -> Unit systemd-fsckd.socket: Description: fsck to fsckd communication Socket Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:38 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-fsckd.socket CGroup realized: no CGroup own mask: memory pids Name: systemd-fsckd.socket Invocation ID: cff4a5a562a24cafb4517d37adefe789 Documentation: man:systemd-fsckd.service(8) Documentation: man:systemd-fsck at .service(8) Documentation: man:systemd-fsck-root.service(8) Fragment Path: /lib/systemd/system/systemd-fsckd.socket Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: system.slice (origin-file) RequiredBy: systemd-fsckd.service (destination-file) WantedBy: systemd-fsck at dev-mmcblk0p1.service (destination-file) WantedBy: systemd-fsck-root.service (destination-file) WantedBy: systemd-fsck at dev-sda3.service (destination-file) Before: systemd-fsck at dev-sda3.service (destination-file) Before: systemd-fsck at dev-mmcblk0p1.service (destination-file) Before: systemd-fsck-root.service (destination-file) Before: systemd-fsckd.service (origin-implicit) After: -.mount (origin-file) After: system.slice (origin-file) Triggers: systemd-fsckd.service (origin-implicit) References: system.slice (origin-file) References: -.mount (origin-file) References: systemd-fsckd.service (origin-implicit) ReferencedBy: systemd-fsckd.service (destination-file) ReferencedBy: systemd-fsck at dev-sda3.service (destination-file) ReferencedBy: systemd-fsck at dev-mmcblk0p1.service (destination-file) ReferencedBy: systemd-fsck-root.service (destination-file) RequiresMountsFor: /run/systemd/fsck.progress (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: listening Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0600 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: no PassSecurity: no TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: systemd-fsckd.socket SELinuxContextFromNet: no ListenStream: /run/systemd/fsck.progress TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit php7.4-fpm.service: Description: The PHP 7.4 FastCGI Process Manager Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 16:28:55 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:22 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/php7.4-fpm.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: php7.4-fpm.service Invocation ID: 557b0a3f34a9444d87fe1360e4d67c22 Documentation: man:php-fpm7.4(8) Fragment Path: /lib/systemd/system/php7.4-fpm.service Condition Timestamp: Tue 2018-09-11 15:49:13 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:13 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: system.slice (origin-file) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: network.target (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-default) References: systemd-journald.socket (origin-file) References: basic.target (origin-default) References: network.target (origin-file) References: shutdown.target (origin-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: no NotifyAccess: main NotifyState: ready Main PID: 407 Main PID Known: yes Main PID Alien: no PIDFile: /var/run/php/php7.4-fpm.pid RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStartPre: Command Line: /bin/mkdir /var/run/php PID: 393 Start Timestamp: Tue 2018-09-11 15:49:13 CEST Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Exit Code: exited Exit Status: 0 Command Line: /bin/chown -R www-data: /var/run/php PID: 405 Start Timestamp: Tue 2018-09-11 15:49:13 CEST Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Exit Code: exited Exit Status: 0 -> ExecStart: Command Line: /usr/sbin/php-fpm7.4 --nodaemonize --fpm-config /etc/php/7.4/php-fpm.conf PID: 407 Start Timestamp: Tue 2018-09-11 15:49:13 CEST -> ExecReload: Command Line: /bin/kill -USR2 $MAINPID PID: 3397 Start Timestamp: Tue 2018-09-11 16:28:55 CEST Exit Timestamp: Tue 2018-09-11 16:28:55 CEST Exit Code: exited Exit Status: 0 Status Text: Processes active: 0, idle: 0, Requests: 2074, slow: 0, Traffic: 0req/sec CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyprintk.device: Description: /sys/devices/virtual/tty/ttyprintk Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyprintk.device Invocation ID: b33ba8551d8e49edafd66c1c4f851477 Following Set Member: dev-ttyprintk.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyprintk Found: found-udev -> Unit -.mount: Description: Root Mount Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:56 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: yes Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: -.mount Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Fragment Path: /run/systemd/generator/-.mount Source Path: /etc/fstab Requires: system.slice (origin-file) RequiredBy: ssh.service (destination-file) RequiredBy: systemd-journald.socket (destination-file) RequiredBy: mnt-part3data-ex2.automount (destination-implicit) RequiredBy: systemd-update-utmp.service (destination-file) RequiredBy: systemd-timesyncd.service (destination-file) RequiredBy: mnt-part3data-homestation.automount (destination-implicit) RequiredBy: media-webdav-namecheap.mount (destination-implicit) RequiredBy: systemd-initctl.socket (destination-file) RequiredBy: mysql.service (destination-file) RequiredBy: systemd-journal-flush.service (destination-file) RequiredBy: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap (destination-implicit) RequiredBy: cups.path (destination-file) RequiredBy: logrotate.timer (destination-file) RequiredBy: mnt-part3data-homestation.mount (destination-implicit) RequiredBy: phpsessionclean.timer (destination-file) RequiredBy: apt-daily-upgrade.timer (destination-file) RequiredBy: mnt-part3data-ex2.mount (destination-implicit) RequiredBy: systemd-fsckd.socket (destination-file) RequiredBy: media-webdav-raspi.mount (destination-implicit) RequiredBy: basic.target (destination-file) RequiredBy: dev-sda1.swap (destination-implicit) RequiredBy: rescue.service (destination-file) RequiredBy: dbus.socket (destination-file) RequiredBy: systemd-random-seed.service (destination-file) RequiredBy: sys-kernel-config.mount (destination-implicit) RequiredBy: media-webdav-box.automount (destination-implicit) RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-implicit) RequiredBy: systemd-networkd.service (destination-file) RequiredBy: sys-kernel-debug.mount (destination-implicit) RequiredBy: emergency.service (destination-file) RequiredBy: logrotate.service (destination-file) RequiredBy: cups.socket (destination-file) RequiredBy: tmp.mount (destination-implicit) RequiredBy: media-webdav-raspi.automount (destination-implicit) RequiredBy: apt-daily.timer (destination-file) RequiredBy: dev-mqueue.mount (destination-implicit) RequiredBy: run-user-1000.mount (destination-implicit) RequiredBy: systemd-update-utmp-runlevel.service (destination-file) RequiredBy: sys-fs-fuse-connections.mount (destination-implicit) RequiredBy: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (destination-implicit) RequiredBy: systemd-journald-dev-log.socket (destination-file) RequiredBy: boot.mount (destination-file destination-implicit) RequiredBy: media-webdav-namecheap.automount (destination-implicit) RequiredBy: phpsessionclean.service (destination-file) RequiredBy: anacron.timer (destination-file) RequiredBy: mnt-part3data.mount (destination-file destination-implicit) RequiredBy: media-webdav-box.mount (destination-implicit) RequiredBy: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap (destination-implicit) RequiredBy: local-fs.target (destination-file) RequiredBy: systemd-ask-password-wall.path (destination-file) RequiredBy: syslog.socket (destination-file) RequiredBy: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap (destination-implicit) RequiredBy: dev-hugepages.mount (destination-implicit) RequiredBy: systemd-ask-password-console.path (destination-file) RequiredBy: systemd-udevd-control.socket (destination-file) RequiredBy: proc-sys-fs-binfmt_misc.automount (destination-implicit) Before: mnt-part3data-ex2.mount (destination-implicit) Before: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap (destination-implicit) Before: phpsessionclean.service (destination-file) Before: mnt-part3data-homestation.automount (destination-implicit) Before: proc-sys-fs-binfmt_misc.automount (destination-implicit) Before: systemd-initctl.socket (destination-file) Before: systemd-random-seed.service (destination-file) Before: systemd-ask-password-console.path (destination-file) Before: dbus.socket (destination-file) Before: logrotate.timer (destination-file) Before: dev-sda1.swap (destination-implicit) Before: systemd-timesyncd.service (destination-file) Before: media-webdav-raspi.mount (destination-implicit) Before: systemd-journald-dev-log.socket (destination-file) Before: syslog.socket (destination-file) Before: sys-fs-fuse-connections.mount (destination-implicit) Before: media-webdav-namecheap.automount (destination-implicit) Before: local-fs.target (origin-file) Before: tmp.mount (destination-implicit) Before: proc-sys-fs-binfmt_misc.mount (destination-implicit) Before: apt-daily.timer (destination-file) Before: systemd-ask-password-wall.path (destination-file) Before: run-user-1000.mount (destination-implicit) Before: sys-kernel-config.mount (destination-implicit) Before: mnt-part3data.mount (destination-file destination-implicit) Before: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (destination-implicit) Before: rescue.service (destination-file) Before: dev-mqueue.mount (destination-implicit) Before: apt-daily-upgrade.timer (destination-file) Before: emergency.service (destination-file) Before: dev-hugepages.mount (destination-implicit) Before: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap (destination-implicit) Before: cups.path (destination-file) Before: systemd-journald.socket (destination-file) Before: cups.socket (destination-file) Before: media-webdav-raspi.automount (destination-implicit) Before: systemd-journal-flush.service (destination-file) Before: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap (destination-implicit) Before: basic.target (destination-file) Before: systemd-networkd.service (destination-file) Before: systemd-update-utmp-runlevel.service (destination-file) Before: ssh.service (destination-file) Before: logrotate.service (destination-file) Before: boot.mount (destination-file destination-implicit) Before: media-webdav-box.mount (destination-implicit) Before: systemd-udevd-control.socket (destination-file) Before: sys-kernel-debug.mount (destination-implicit) Before: mnt-part3data-homestation.mount (destination-implicit) Before: mysql.service (destination-file) Before: phpsessionclean.timer (destination-file) Before: media-webdav-namecheap.mount (destination-implicit) Before: systemd-update-utmp.service (destination-file) Before: media-webdav-box.automount (destination-implicit) Before: systemd-fsckd.socket (destination-file) Before: mnt-part3data-ex2.automount (destination-implicit) Before: anacron.timer (destination-file) After: system.slice (origin-file) References: system.slice (origin-file) References: local-fs.target (origin-file) ReferencedBy: dev-sda1.swap (destination-implicit) ReferencedBy: sys-kernel-debug.mount (destination-implicit) ReferencedBy: basic.target (destination-file) ReferencedBy: mnt-part3data-homestation.mount (destination-implicit) ReferencedBy: logrotate.timer (destination-file) ReferencedBy: media-webdav-namecheap.automount (destination-implicit) ReferencedBy: systemd-journal-flush.service (destination-file) ReferencedBy: mysql.service (destination-file) ReferencedBy: syslog.socket (destination-file) ReferencedBy: cups.path (destination-file) ReferencedBy: systemd-update-utmp-runlevel.service (destination-file) ReferencedBy: systemd-timesyncd.service (destination-file) ReferencedBy: media-webdav-box.mount (destination-implicit) ReferencedBy: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap (destination-implicit) ReferencedBy: logrotate.service (destination-file) ReferencedBy: cups.socket (destination-file) ReferencedBy: mnt-part3data-homestation.automount (destination-implicit) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: media-webdav-raspi.automount (destination-implicit) ReferencedBy: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (destination-implicit) ReferencedBy: systemd-fsckd.socket (destination-file) ReferencedBy: media-webdav-raspi.mount (destination-implicit) ReferencedBy: emergency.service (destination-file) ReferencedBy: apt-daily-upgrade.timer (destination-file) ReferencedBy: media-webdav-namecheap.mount (destination-implicit) ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-implicit) ReferencedBy: boot.mount (destination-file destination-implicit) ReferencedBy: apt-daily.timer (destination-file) ReferencedBy: run-user-1000.mount (destination-implicit) ReferencedBy: phpsessionclean.service (destination-file) ReferencedBy: systemd-ask-password-console.path (destination-file) ReferencedBy: systemd-ask-password-wall.path (destination-file) ReferencedBy: media-webdav-box.automount (destination-implicit) ReferencedBy: systemd-journald-dev-log.socket (destination-file) ReferencedBy: dev-mqueue.mount (destination-implicit) ReferencedBy: systemd-udevd-control.socket (destination-file) ReferencedBy: mnt-part3data.mount (destination-file destination-implicit) ReferencedBy: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap (destination-implicit) ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-implicit) ReferencedBy: phpsessionclean.timer (destination-file) ReferencedBy: tmp.mount (destination-implicit) ReferencedBy: systemd-random-seed.service (destination-file) ReferencedBy: anacron.timer (destination-file) ReferencedBy: systemd-initctl.socket (destination-file) ReferencedBy: sys-fs-fuse-connections.mount (destination-implicit) ReferencedBy: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap (destination-implicit) ReferencedBy: ssh.service (destination-file) ReferencedBy: local-fs.target (destination-file) ReferencedBy: mnt-part3data-ex2.mount (destination-implicit) ReferencedBy: dbus.socket (destination-file) ReferencedBy: systemd-update-utmp.service (destination-file) ReferencedBy: systemd-journald.socket (destination-file) ReferencedBy: dev-hugepages.mount (destination-implicit) ReferencedBy: sys-kernel-config.mount (destination-implicit) ReferencedBy: mnt-part3data-ex2.automount (destination-implicit) ReferencedBy: rescue.service (destination-file) RequiresMountsFor: /dev/sda2 (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: / What: /dev/sda2 File System Type: ext4 Options: rw,noatime,errors=remount-ro,commit=120,data=ordered From /proc/self/mountinfo: yes From fragment: yes Extrinsic: yes DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: null StandardError: inherit DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit system-serial\x2dgetty.slice: Description: system-serial\x2dgetty.slice Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Fri 2018-06-22 13:11:51 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/system-serial\x2dgetty.slice CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids CGroup members mask: memory pids Name: system-serial\x2dgetty.slice Invocation ID: 635fa325786a402b8a64d7d320865a9e Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: system.slice (origin-implicit) RequiredBy: serial-getty at ttyAMA0.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: serial-getty at ttyAMA0.service (destination-file) After: system.slice (origin-implicit) References: shutdown.target (origin-default) References: system.slice (origin-implicit) ReferencedBy: serial-getty at ttyAMA0.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: active CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2duuid-f55adb7f\x2d6d96\x2d4e27\x2da51d\x2da274dfa58214.device: Description: ST2000LM003_HN-M201RAD 2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2duuid-f55adb7f\x2d6d96\x2d4e27\x2da51d\x2da274dfa58214.device Invocation ID: 57f933b5afca48939cc8a5d33432c26e Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda2.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda2.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d02.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart2.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device Following Set Member: dev-sda2.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda2 Found: found-udev -> Unit systemd-journald.service: Description: Journal Service Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:56 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:56 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-journald.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: systemd-journald.service Invocation ID: 49b6c70bb09d4ea596761fc88e6283fc Documentation: man:systemd-journald.service(8) Documentation: man:journald.conf(5) Fragment Path: /lib/systemd/system/systemd-journald.service Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: systemd-journald.socket (origin-file) Requires: system.slice (origin-file) Wants: systemd-journald-audit.socket (origin-file) Wants: systemd-journald.socket (origin-file) Wants: systemd-journald-dev-log.socket (origin-file) RequiredBy: systemd-journal-flush.service (destination-file) WantedBy: sysinit.target (destination-file) Before: systemd-journal-flush.service (destination-file) Before: sysinit.target (origin-file) After: systemd-journald-audit.socket (origin-file destination-implicit) After: systemd-journald-dev-log.socket (origin-file destination-implicit) After: system.slice (origin-file) After: systemd-journald.socket (origin-file destination-implicit) After: syslog.socket (origin-file) TriggeredBy: systemd-journald-audit.socket (origin-file destination-implicit) TriggeredBy: systemd-journald.socket (origin-file destination-implicit) TriggeredBy: systemd-journald-dev-log.socket (origin-file destination-implicit) References: systemd-journald-audit.socket (origin-file) References: systemd-journald-dev-log.socket (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: syslog.socket (origin-file) References: sysinit.target (origin-file) ReferencedBy: systemd-journald-audit.socket (destination-implicit) ReferencedBy: systemd-journal-flush.service (destination-file) ReferencedBy: sysinit.target (destination-file) ReferencedBy: systemd-journald.socket (destination-implicit) ReferencedBy: systemd-journald-dev-log.socket (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: always NotifyAccess: main NotifyState: ready Main PID: 96 Main PID Known: yes Main PID Alien: no RestartSec: 0 TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 3min KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: yes RestrictRealtime: yes KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 16384 Limit NOFILESoft: 16384 StandardInput: null StandardOutput: null StandardError: inherit CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_setgid cap_setuid cap_sys_ptrace cap_sys_admin cap_audit_control cap_mac_override cap_syslog DynamicUser: no LockPersonality: yes SystemCallFilter: shutdown bind statfs64 kill olduname lchown sigsuspend getppid fadvise64_64 setreuid32 memfd_create mmap mq_timedsend prctl msync mremap exit rt_sigprocmask fsetxattr waitpid signalfd4 setrlimit dup3 sigpending sigprocmask futex clock_getres mprotect readv clone process_vm_readv setfsgid32 oldfstat tkill geteuid fgetxattr llistxattr shmdt gettid sched_get_priority_min umask pread64 setresuid32 nice chdir ipc add_key fchdir utime getresuid utimes pause mknod mq_getsetattr getcpu getegid setresgid32 fdatasync fchmodat personality signalfd lstat64 timer_gettime lsetxattr symlink sync mknodat rt_tgsigqueueinfo nanosleep ftruncate64 semctl set_tls flistxattr mq_open readahead fremovexattr setfsgid socket readdir waitid statfs chown epoll_wait_old getpid getrlimit send setfsuid32 alarm shmget connect readlink membarrier sched_getparam capget rmdir tgkill fsync ioprio_get timer_delete getegid32 rt_sigtimedwait access gettimeofday name_to_handle_at sigaction oldolduname unlinkat setsockopt renameat getgid setregid sendmsg fadvise64 sched_get_priority_max getpgid getresuid32 read madvise timer_create fchownat timerfd_settime recvfrom io_cancel fcntl truncate64 fstat64 clock_nanosleep sendmmsg pipe getcwd semget get_thread_area splice process_vm_writev inotify_init1 epoll_create1 pwritev getsockname uname recvmsg epoll_pwait rt_sigqueueinfo chown32 getresgid32 getsockopt unshare sync_file_range getresgid mmap2 getgroups getuid32 mlock socketcall pselect6 setresgid close inotify_init tee eventfd2 get_robust_list dup2 time keyctl fork setresuid setgid listxattr ioctl set_thread_area fchmod vmsplice fstatfs64 oldstat setsid migrate_pages recvmmsg shmat pwrite64 mlockall remap_file_pages sched_setaffinity lseek set_robust_list setgroups32 recv oldlstat sched_yield geteuid32 ppoll socketpair sched_getscheduler msgsnd getpgrp set_mempolicy lgetxattr fchown32 rt_sigaction prlimit64 syncfs copy_file_range flock lstat io_setup mq_notify setgroups userfaultfd getdents64 setpriority io_submit msgctl exit_group getrusage stat fstatat64 stat64 semtimedop wait4 msgrcv execveat sched_setparam rt_sigreturn openat io_destroy accept4 faccessat epoll_ctl_old mbind _newselect writev truncate fcntl64 ftruncate shmctl eventfd dup mincore signal poll epoll_create clock_gettime epoll_wait getgid32 setfsuid getdents munmap timer_getoverrun getgroups32 timerfd_gettime statx fstat mkdirat sched_getattr sigaltstack sendto semop msgget ioprio_set getpeername creat setitimer request_key capset timer_settime munlock getitimer removexattr setuid32 sched_setattr getrandom move_pages getpriority preadv _llseek vfork rt_sigpending setreuid setpgid inotify_rm_watch getuid epoll_ctl get_mempolicy munlockall pipe2 write lremovexattr futimesat setregid32 fallocate set_tid_address sched_getaffinity open setuid sched_rr_get_interval linkat restart_syscall fchown sysinfo timerfd_create symlinkat ugetrlimit mkdir unlink setgid32 fstatfs kcmp accept io_getevents times sendfile64 inotify_add_watch sendfile sched_setscheduler getsid rt_sigsuspend sigreturn setns arch_prctl lchown32 renameat2 getxattr select utimensat newfstatat execve link readlinkat chmod brk pwritev2 mq_unlink mq_timedreceive listen setxattr mlock2 rename preadv2 SystemCallArchitectures: native RestrictNamespaces: SystemCallErrorNumber: EPERM -> ExecStart: Command Line: /lib/systemd/systemd-journald PID: 96 Start Timestamp: Fri 2018-06-22 13:11:51 CEST Status Text: Processing requests... File Descriptor Store Max: 4224 File Descriptor Store Current: 9 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no IPAddressDeny=0.0.0.0/0 IPAddressDeny=::/0 -> Unit sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda1.device: Description: ST2000LM003_HN-M201RAD 1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda1.device Invocation ID: 343684327996442c8caa0c9af2fc88ef Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.device Following Set Member: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device Following Set Member: dev-sda1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda1 Found: found-udev -> Unit dev-mmcblk0p1.device: Description: /dev/mmcblk0p1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-mmcblk0p1.device Invocation ID: 28aa1ea25abc4f8490342c0818be9c7a Following: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device Following Set Member: dev-disk-by\x2dlabel-boot.device Following Set Member: dev-disk-by\x2duuid-0211\x2d20AB.device Following Set Member: dev-disk-by\x2did-mmc\x2dSU08G_0x20e49f90\x2dpart1.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f202000.mmc\x2dpart1.device Following Set Member: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d01.device Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Wants: boot.mount (origin-file) BoundBy: systemd-fsck at dev-mmcblk0p1.service (destination-file) BoundBy: boot.mount (destination-file) Before: systemd-fsck at dev-mmcblk0p1.service (destination-file) Before: boot.mount (destination-file) ReferencedBy: systemd-fsck at dev-mmcblk0p1.service (destination-file) ReferencedBy: boot.mount (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f202000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0/mmcblk0p1 Found: found-udev,found-mount -> Unit anacron.timer: Description: Trigger anacron every hour Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Wed 2018-09-12 11:02:43 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: anacron.timer Invocation ID: 0728689180c2459885745322bf89ecb8 Fragment Path: /lib/systemd/system/anacron.timer Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) WantedBy: timers.target (destination-file) Conflicts: shutdown.target (origin-default) Before: timers.target (origin-default) Before: shutdown.target (origin-default) Before: anacron.service (origin-implicit) After: -.mount (origin-file) After: time-sync.target (origin-default) After: sysinit.target (origin-default) Triggers: anacron.service (origin-implicit) References: sysinit.target (origin-default) References: shutdown.target (origin-default) References: -.mount (origin-file) References: time-sync.target (origin-default) References: anacron.service (origin-implicit) References: timers.target (origin-default) ReferencedBy: timers.target (destination-file) RequiresMountsFor: /var/lib/systemd/timers (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Timer State: waiting Result: success Unit: anacron.service Persistent: yes WakeSystem: no Accuracy: 1min RemainAfterElapse: yes OnCalendar: *-*-* *:00:00 -> Unit shutdown.target: Description: Shutdown Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: shutdown.target Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/shutdown.target ConflictedBy: system-getty.slice (destination-default) ConflictedBy: user-1000.slice (destination-default) ConflictedBy: systemd-update-utmp.service (destination-file) ConflictedBy: dbus.service (destination-default) ConflictedBy: smbd.service (destination-default) ConflictedBy: systemd-update-utmp-runlevel.service (destination-file) ConflictedBy: network-pre.target (destination-default) ConflictedBy: graphical.target (destination-default) ConflictedBy: systemd-timesyncd.service (destination-file) ConflictedBy: rescue.target (destination-default) ConflictedBy: apt-daily.service (destination-default) ConflictedBy: local-fs-pre.target (destination-default) ConflictedBy: systemd-random-seed.service (destination-file) ConflictedBy: multi-user.target (destination-default) ConflictedBy: nss-lookup.target (destination-default) ConflictedBy: getty-static.service (destination-default) ConflictedBy: apt-daily-upgrade.timer (destination-default) ConflictedBy: smartd.service (destination-default) ConflictedBy: basic.target (destination-default) ConflictedBy: remote-fs-pre.target (destination-default) ConflictedBy: local-fs.target (destination-file) ConflictedBy: systemd-hwdb-update.service (destination-file) ConflictedBy: cron.service (destination-default) ConflictedBy: rescue.service (destination-file) ConflictedBy: mysql.service (destination-default) ConflictedBy: winbind.service (destination-default) ConflictedBy: systemd-sysusers.service (destination-file) ConflictedBy: cryptsetup.target (destination-default) ConflictedBy: remote-fs.target (destination-file) ConflictedBy: cups.path (destination-default) ConflictedBy: emergency.target (destination-default) ConflictedBy: systemd-sysctl.service (destination-file) ConflictedBy: phpsessionclean.service (destination-default) ConflictedBy: fake-hwclock.service (destination-file) ConflictedBy: alsa-state.service (destination-default) ConflictedBy: time-sync.target (destination-default) ConflictedBy: rc-local.service (destination-default) ConflictedBy: emergency.service (destination-file) ConflictedBy: session-c2.scope (destination-default) ConflictedBy: paths.target (destination-default) ConflictedBy: network-online.target (destination-default) ConflictedBy: rsync.service (destination-default) ConflictedBy: anacron.timer (destination-default) ConflictedBy: session-c1.scope (destination-default) ConflictedBy: systemd-modules-load.service (destination-file) ConflictedBy: systemd-tmpfiles-clean.timer (destination-default) ConflictedBy: systemd-ask-password-wall.path (destination-file) ConflictedBy: anacron.service (destination-default) ConflictedBy: sockets.target (destination-default) ConflictedBy: phpsessionclean.timer (destination-default) ConflictedBy: syslog.socket (destination-file) ConflictedBy: apt-daily.timer (destination-default) ConflictedBy: networking.service (destination-file) ConflictedBy: dbus.socket (destination-default) ConflictedBy: system-user\x2druntime\x2ddir.slice (destination-default) ConflictedBy: logrotate.timer (destination-default) ConflictedBy: getty-pre.target (destination-default) ConflictedBy: exim4.service (destination-default) ConflictedBy: php7.4-fpm.service (destination-default) ConflictedBy: systemd-tmpfiles-setup-dev.service (destination-file) ConflictedBy: nmbd.service (destination-default) ConflictedBy: timers.target (destination-file) ConflictedBy: apt-daily-upgrade.service (destination-default) ConflictedBy: systemd-user-sessions.service (destination-default) ConflictedBy: getty.target (destination-default) ConflictedBy: systemd-machine-id-commit.service (destination-file) ConflictedBy: system-serial\x2dgetty.slice (destination-default) ConflictedBy: rsyslog.service (destination-default) ConflictedBy: swap.target (destination-default) ConflictedBy: nginx.service (destination-default) ConflictedBy: cpufrequtils.service (destination-default) ConflictedBy: loadcpufreq.service (destination-default) ConflictedBy: systemd-tmpfiles-setup.service (destination-file) ConflictedBy: serial-getty at ttyAMA0.service (destination-default) ConflictedBy: sound.target (destination-default) ConflictedBy: user-runtime-dir at 1000.service (destination-default) ConflictedBy: logrotate.service (destination-default) ConflictedBy: user at 1000.service (destination-default) ConflictedBy: network.target (destination-default) ConflictedBy: systemd-ask-password-wall.service (destination-default) ConflictedBy: systemd-binfmt.service (destination-file) ConflictedBy: systemd-networkd.service (destination-file) ConflictedBy: alsa-restore.service (destination-default) ConflictedBy: systemd-tmpfiles-clean.service (destination-file) ConflictedBy: sysinit.target (destination-default) ConflictedBy: user.slice (destination-default) ConflictedBy: ssh.service (destination-default) ConflictedBy: systemd-logind.service (destination-default) ConflictedBy: getty at tty1.service (destination-default) ConflictedBy: slices.target (destination-default) ConflictedBy: nzbget.service (destination-default) ConflictedBy: systemd-ask-password-console.path (destination-file) ConflictedBy: cups.service (destination-default) ConflictedBy: systemd-remount-fs.service (destination-file) ConflictedBy: systemd-ask-password-console.service (destination-file) ConflictedBy: nss-user-lookup.target (destination-default) ConflictedBy: system-systemd\x2dfsck.slice (destination-default) ConflictedBy: cups.socket (destination-default) After: systemd-hwdb-update.service (destination-file) After: rc-local.service (destination-default) After: systemd-logind.service (destination-default) After: systemd-tmpfiles-clean.service (destination-file) After: getty-static.service (destination-default) After: getty.target (destination-default) After: time-sync.target (destination-default) After: system-getty.slice (destination-default) After: cups.path (destination-default) After: nss-lookup.target (destination-default) After: systemd-machine-id-commit.service (destination-file) After: systemd-networkd.service (destination-file) After: user.slice (destination-default) After: systemd-ask-password-wall.path (destination-file) After: apt-daily-upgrade.service (destination-default) After: nzbget.service (destination-default) After: cryptsetup.target (destination-default) After: systemd-fsck at dev-sda3.service (destination-file) After: winbind.service (destination-default) After: php7.4-fpm.service (destination-default) After: systemd-ask-password-console.path (destination-file) After: systemd-update-utmp.service (destination-file) After: systemd-modules-load.service (destination-file) After: phpsessionclean.timer (destination-default) After: emergency.service (destination-file) After: network.target (destination-default) After: sockets.target (destination-default) After: system-user\x2druntime\x2ddir.slice (destination-default) After: rescue.target (destination-default) After: cups.service (destination-default) After: loadcpufreq.service (destination-default) After: apt-daily.service (destination-default) After: rescue.service (destination-file) After: network-pre.target (destination-default) After: systemd-ask-password-console.service (destination-file) After: local-fs-pre.target (destination-default) After: dbus.service (destination-default) After: dbus.socket (destination-default) After: session-c2.scope (destination-default) After: ssh.service (destination-default) After: rsyslog.service (destination-default) After: rsync.service (destination-default) After: nginx.service (destination-default) After: systemd-user-sessions.service (destination-default) After: session-c1.scope (destination-default) After: systemd-sysusers.service (destination-file) After: systemd-binfmt.service (destination-file) After: basic.target (destination-default) After: user-1000.slice (destination-default) After: systemd-tmpfiles-clean.timer (destination-default) After: user-runtime-dir at 1000.service (destination-default) After: systemd-tmpfiles-setup-dev.service (destination-file) After: systemd-update-utmp-runlevel.service (destination-file) After: systemd-random-seed.service (destination-file) After: alsa-state.service (destination-default) After: serial-getty at ttyAMA0.service (destination-default) After: networking.service (destination-file) After: phpsessionclean.service (destination-default) After: systemd-timesyncd.service (destination-file) After: systemd-fsck-root.service (destination-file) After: anacron.timer (destination-default) After: apt-daily.timer (destination-default) After: nss-user-lookup.target (destination-default) After: systemd-remount-fs.service (destination-file) After: getty at tty1.service (destination-default) After: sound.target (destination-default) After: smbd.service (destination-default) After: remote-fs-pre.target (destination-default) After: multi-user.target (destination-default) After: system-systemd\x2dfsck.slice (destination-default) After: apt-daily-upgrade.timer (destination-default) After: systemd-fsck at dev-mmcblk0p1.service (destination-file) After: graphical.target (destination-default) After: system-serial\x2dgetty.slice (destination-default) After: systemd-fsckd.service (destination-file) After: nmbd.service (destination-default) After: anacron.service (destination-default) After: syslog.socket (destination-file) After: logrotate.timer (destination-default) After: network-online.target (destination-default) After: exim4.service (destination-default) After: systemd-ask-password-wall.service (destination-default) After: paths.target (destination-default) After: slices.target (destination-default) After: systemd-sysctl.service (destination-file) After: alsa-restore.service (destination-default) After: emergency.target (destination-default) After: systemd-quotacheck.service (destination-file) After: cups.socket (destination-default) After: sysinit.target (destination-default) After: smartd.service (destination-default) After: swap.target (destination-default) After: user at 1000.service (destination-default) After: cron.service (destination-default) After: cpufrequtils.service (destination-default) After: logrotate.service (destination-default) After: systemd-tmpfiles-setup.service (destination-file) After: mysql.service (destination-default) After: getty-pre.target (destination-default) ReferencedBy: exim4.service (destination-default) ReferencedBy: remote-fs.target (destination-file) ReferencedBy: systemd-binfmt.service (destination-file) ReferencedBy: rsyslog.service (destination-default) ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file) ReferencedBy: logrotate.service (destination-default) ReferencedBy: session-c1.scope (destination-default) ReferencedBy: smbd.service (destination-default) ReferencedBy: nginx.service (destination-default) ReferencedBy: user-1000.slice (destination-default) ReferencedBy: logrotate.timer (destination-default) ReferencedBy: rsync.service (destination-default) ReferencedBy: fake-hwclock.service (destination-file) ReferencedBy: alsa-restore.service (destination-default) ReferencedBy: systemd-fsck at dev-mmcblk0p1.service (destination-file) ReferencedBy: getty-pre.target (destination-default) ReferencedBy: systemd-remount-fs.service (destination-file) ReferencedBy: session-c2.scope (destination-default) ReferencedBy: apt-daily-upgrade.service (destination-default) ReferencedBy: systemd-fsck-root.service (destination-file) ReferencedBy: getty-static.service (destination-default) ReferencedBy: ssh.service (destination-default) ReferencedBy: basic.target (destination-default) ReferencedBy: nss-lookup.target (destination-default) ReferencedBy: paths.target (destination-default) ReferencedBy: systemd-quotacheck.service (destination-file) ReferencedBy: timers.target (destination-file) ReferencedBy: systemd-machine-id-commit.service (destination-file) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: systemd-ask-password-console.service (destination-file) ReferencedBy: systemd-fsckd.service (destination-file) ReferencedBy: systemd-hwdb-update.service (destination-file) ReferencedBy: apt-daily.service (destination-default) ReferencedBy: systemd-timesyncd.service (destination-file) ReferencedBy: networking.service (destination-file) ReferencedBy: smartd.service (destination-default) ReferencedBy: sockets.target (destination-default) ReferencedBy: nzbget.service (destination-default) ReferencedBy: loadcpufreq.service (destination-default) ReferencedBy: cups.path (destination-default) ReferencedBy: graphical.target (destination-default) ReferencedBy: user at 1000.service (destination-default) ReferencedBy: sysinit.target (destination-default) ReferencedBy: systemd-fsck at dev-sda3.service (destination-file) ReferencedBy: system-systemd\x2dfsck.slice (destination-default) ReferencedBy: emergency.service (destination-file) ReferencedBy: user-runtime-dir at 1000.service (destination-default) ReferencedBy: systemd-tmpfiles-clean.service (destination-file) ReferencedBy: systemd-tmpfiles-setup.service (destination-file) ReferencedBy: phpsessionclean.service (destination-default) ReferencedBy: mysql.service (destination-default) ReferencedBy: syslog.socket (destination-file) ReferencedBy: nss-user-lookup.target (destination-default) ReferencedBy: dbus.socket (destination-default) ReferencedBy: systemd-update-utmp.service (destination-file) ReferencedBy: getty at tty1.service (destination-default) ReferencedBy: rescue.service (destination-file) ReferencedBy: systemd-user-sessions.service (destination-default) ReferencedBy: cups.service (destination-default) ReferencedBy: phpsessionclean.timer (destination-default) ReferencedBy: getty.target (destination-default) ReferencedBy: anacron.service (destination-default) ReferencedBy: sound.target (destination-default) ReferencedBy: systemd-ask-password-console.path (destination-file) ReferencedBy: cryptsetup.target (destination-default) ReferencedBy: swap.target (destination-default) ReferencedBy: dbus.service (destination-default) ReferencedBy: systemd-modules-load.service (destination-file) ReferencedBy: cpufrequtils.service (destination-default) ReferencedBy: local-fs.target (destination-file) ReferencedBy: network.target (destination-default) ReferencedBy: system-serial\x2dgetty.slice (destination-default) ReferencedBy: systemd-ask-password-wall.path (destination-file) ReferencedBy: network-pre.target (destination-default) ReferencedBy: systemd-ask-password-wall.service (destination-default) ReferencedBy: cron.service (destination-default) ReferencedBy: multi-user.target (destination-default) ReferencedBy: apt-daily-upgrade.timer (destination-default) ReferencedBy: system-getty.slice (destination-default) ReferencedBy: slices.target (destination-default) ReferencedBy: systemd-sysusers.service (destination-file) ReferencedBy: systemd-sysctl.service (destination-file) ReferencedBy: rc-local.service (destination-default) ReferencedBy: emergency.target (destination-default) ReferencedBy: system-user\x2druntime\x2ddir.slice (destination-default) ReferencedBy: remote-fs-pre.target (destination-default) ReferencedBy: user.slice (destination-default) ReferencedBy: time-sync.target (destination-default) ReferencedBy: php7.4-fpm.service (destination-default) ReferencedBy: rescue.target (destination-default) ReferencedBy: nmbd.service (destination-default) ReferencedBy: systemd-update-utmp-runlevel.service (destination-file) ReferencedBy: anacron.timer (destination-default) ReferencedBy: systemd-tmpfiles-clean.timer (destination-default) ReferencedBy: local-fs-pre.target (destination-default) ReferencedBy: apt-daily.timer (destination-default) ReferencedBy: systemd-random-seed.service (destination-file) ReferencedBy: alsa-state.service (destination-default) ReferencedBy: winbind.service (destination-default) ReferencedBy: serial-getty at ttyAMA0.service (destination-default) ReferencedBy: cups.socket (destination-default) ReferencedBy: network-online.target (destination-default) ReferencedBy: systemd-logind.service (destination-default) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Target State: dead -> Unit dev-ram8.device: Description: /dev/ram8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram8.device Invocation ID: e4e172fdad0e4d4dac5d4ccabac601a9 Following: sys-devices-virtual-block-ram8.device Following Set Member: sys-devices-virtual-block-ram8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram8 Found: found-udev -> Unit sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.1-1\x2d1.1:1.0-net-eth0.device: Description: SMSC9512/9514 Fast Ethernet Adapter Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.1-1\x2d1.1:1.0-net-eth0.device Invocation ID: 21fd85c1c0424479b880d32f632c475f Following Set Member: sys-subsystem-net-devices-eth0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1:1.0/net/eth0 Found: found-udev -> Unit ifupdown-wait-online.service: Description: Wait for network to be configured by ifupdown Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:13 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:13 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: ifupdown-wait-online.service Invocation ID: e4039a472ec647d1b1b96acdc62b0920 Fragment Path: /lib/systemd/system/ifupdown-wait-online.service ConditionFileIsExecutable: /sbin/ifup succeeded Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: system.slice (origin-file) WantedBy: network-online.target (destination-file) Before: network-online.target (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: network-online.target (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) ReferencedBy: network-online.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/ifupdown/wait-online.sh PID: 89 Start Timestamp: Fri 2018-06-22 13:11:51 CEST Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit ssh.service: Description: OpenBSD Secure Shell server Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:15 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:15 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/ssh.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: ssh.service Invocation ID: 9ecc6fb6447f47ecbf51aa13810e5033 Documentation: man:sshd(8) Documentation: man:sshd_config(5) Fragment Path: /lib/systemd/system/ssh.service ConditionPathExists: !/etc/ssh/sshd_not_to_be_run succeeded Condition Timestamp: Tue 2018-09-11 15:49:13 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:13 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: basic.target (origin-default) After: auditd.service (origin-file) After: system.slice (origin-file) After: network.target (origin-file) After: systemd-journald.socket (origin-file) After: sysinit.target (origin-default) After: -.mount (origin-file) References: basic.target (origin-default) References: shutdown.target (origin-default) References: auditd.service (origin-file) References: system.slice (origin-file) References: network.target (origin-file) References: systemd-journald.socket (origin-file) References: sysinit.target (origin-default) References: -.mount (origin-file) ReferencedBy: multi-user.target (destination-file destination-default) RequiresMountsFor: /run/sshd (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: on-failure NotifyAccess: main NotifyState: ready Main PID: 417 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/ssh RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 RuntimeDirectory: sshd StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStartPre: Command Line: /usr/sbin/sshd -t PID: 388 Start Timestamp: Tue 2018-09-11 15:49:13 CEST Exit Timestamp: Tue 2018-09-11 15:49:15 CEST Exit Code: exited Exit Status: 0 -> ExecStart: Command Line: /usr/sbin/sshd -D $SSHD_OPTS PID: 417 Start Timestamp: Tue 2018-09-11 15:49:15 CEST -> ExecReload: Command Line: /usr/sbin/sshd -t Command Line: /bin/kill -HUP $MAINPID CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dbus.service: Description: D-Bus System Message Bus Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:09 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/dbus.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: dbus.service Invocation ID: 55e9d875728e4db5a22896f685e90e61 Documentation: man:dbus-daemon(1) Fragment Path: /lib/systemd/system/dbus.service Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: dbus.socket (origin-file) Requires: sysinit.target (origin-default) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) After: sysinit.target (origin-default) After: dbus.socket (destination-implicit) After: basic.target (origin-default) TriggeredBy: dbus.socket (destination-implicit) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-default) References: dbus.socket (origin-file) References: shutdown.target (origin-default) References: basic.target (origin-default) ReferencedBy: multi-user.target (destination-file destination-default) ReferencedBy: dbus.socket (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown Main PID: 216 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 OOMScoreAdjust: -900 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only PID: 216 Start Timestamp: Tue 2018-09-11 15:49:09 CEST -> ExecReload: Command Line: /usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit mnt-part3data-homestation.mount: Description: /mnt/part3data/homestation Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: Wed 2018-09-12 01:34:26 CEST Inactive Exit Timestamp: Wed 2018-09-12 01:21:04 CEST Active Enter Timestamp: Wed 2018-09-12 01:21:05 CEST Active Exit Timestamp: Wed 2018-09-12 01:34:26 CEST Inactive Enter Timestamp: Wed 2018-09-12 01:34:26 CEST May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: mnt-part3data-homestation.mount Invocation ID: f59680206b394ff08e62c17f6e8dda02 Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Fragment Path: /run/systemd/generator/mnt-part3data-homestation.mount Source Path: /etc/fstab Condition Timestamp: Wed 2018-09-12 01:21:04 CEST Condition Result: yes Assert Timestamp: Wed 2018-09-12 01:21:04 CEST Assert Result: yes Requires: -.mount (origin-implicit) Requires: mnt-part3data.mount (origin-path) Requires: system.slice (origin-file) Wants: network-online.target (origin-file) Conflicts: umount.target (origin-file) Before: umount.target (origin-file) Before: remote-fs.target (origin-mountinfo-implicit) After: network-online.target (origin-file) After: mnt-part3data-homestation.automount (destination-implicit) After: systemd-journald.socket (origin-file) After: network.target (origin-file) After: system.slice (origin-file) After: -.mount (origin-implicit) After: remote-fs-pre.target (origin-file) After: mnt-part3data.mount (origin-path) TriggeredBy: mnt-part3data-homestation.automount (destination-implicit) References: network-online.target (origin-file) References: systemd-journald.socket (origin-file) References: network.target (origin-file) References: system.slice (origin-file) References: umount.target (origin-file) References: -.mount (origin-implicit) References: remote-fs.target (origin-mountinfo-implicit) References: remote-fs-pre.target (origin-file) References: mnt-part3data.mount (origin-path) ReferencedBy: mnt-part3data-homestation.automount (destination-implicit) RequiresMountsFor: /mnt/part3data (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: dead Result: success Where: /mnt/part3data/homestation What: //192.168.0.1/usb1_1 File System Type: cifs Options: users,guest,noperm,noauto,vers=1.0,x-systemd.automount,x-systemd.idle-timeout=10min From /proc/self/mountinfo: no From fragment: yes Extrinsic: no DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-ram14.device: Description: /dev/ram14 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram14.device Invocation ID: 1735276755f1445cb7fede1c83eba197 Following: sys-devices-virtual-block-ram14.device Following Set Member: sys-devices-virtual-block-ram14.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram14 Found: found-udev -> Unit getty.target: Description: Login Prompts Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:14 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:14 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:14 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: getty.target Invocation ID: b63ee0f1068344fa8640436fc6e93b94 Documentation: man:systemd.special(7) Documentation: man:systemd-getty-generator(8) Documentation: http://0pointer.de/blog/projects/serial-console.html Fragment Path: /lib/systemd/system/getty.target Condition Timestamp: Tue 2018-09-11 15:49:14 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:14 CEST Assert Result: yes Wants: getty at tty1.service (origin-file) Wants: serial-getty at ttyAMA0.service (origin-file) Wants: getty-static.service (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: getty-static.service (origin-default) After: serial-getty at ttyAMA0.service (origin-default destination-file) After: getty at tty1.service (origin-default destination-file) References: getty at tty1.service (origin-file origin-default) References: shutdown.target (origin-default) References: serial-getty at ttyAMA0.service (origin-file origin-default) References: getty-static.service (origin-file origin-default) ReferencedBy: getty at tty1.service (destination-file) ReferencedBy: multi-user.target (destination-file destination-default) ReferencedBy: serial-getty at ttyAMA0.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit basic.target: Description: Basic System Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:09 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: basic.target Invocation ID: e77718c254e7491297aec7c355978b0e Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/basic.target Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: sysinit.target (origin-file) Wants: timers.target (origin-file) Wants: slices.target (origin-file) Wants: paths.target (origin-file) Wants: tmp.mount (origin-file) Wants: sockets.target (origin-file) RequiredBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: serial-getty at ttyAMA0.service (destination-default) Before: cups.service (destination-default) Before: rc-local.service (destination-default) Before: shutdown.target (origin-default) Before: dbus.service (destination-default) Before: cpufrequtils.service (destination-default) Before: php7.4-fpm.service (destination-default) Before: winbind.service (destination-default) Before: user-runtime-dir at 1000.service (destination-default) Before: apt-daily.service (destination-default) Before: logrotate.service (destination-default) Before: apt-daily-upgrade.service (destination-default) Before: anacron.service (destination-default) Before: systemd-logind.service (destination-default) Before: smbd.service (destination-default) Before: exim4.service (destination-default) Before: nmbd.service (destination-default) Before: rsync.service (destination-default) Before: systemd-user-sessions.service (destination-default) Before: systemd-ask-password-wall.service (destination-default) Before: cron.service (destination-default) Before: mysql.service (destination-default) Before: alsa-restore.service (destination-default) Before: smartd.service (destination-default) Before: rsyslog.service (destination-default) Before: multi-user.target (destination-file destination-default) Before: getty-static.service (destination-default) Before: loadcpufreq.service (destination-default) Before: nginx.service (destination-default) Before: ssh.service (destination-default) Before: alsa-state.service (destination-default) Before: user at 1000.service (destination-default) Before: nzbget.service (destination-default) Before: phpsessionclean.service (destination-default) Before: getty at tty1.service (destination-default) After: slices.target (origin-file origin-default) After: paths.target (origin-file origin-default) After: tmp.mount (origin-file origin-default) After: sockets.target (origin-file origin-default) After: sysinit.target (origin-file origin-default) After: -.mount (origin-file) References: timers.target (origin-file) References: slices.target (origin-file origin-default) References: paths.target (origin-file origin-default) References: tmp.mount (origin-file origin-default) References: shutdown.target (origin-default) References: sockets.target (origin-file origin-default) References: sysinit.target (origin-file origin-default) References: -.mount (origin-file) ReferencedBy: rc-local.service (destination-default) ReferencedBy: alsa-restore.service (destination-default) ReferencedBy: user at 1000.service (destination-default) ReferencedBy: winbind.service (destination-default) ReferencedBy: systemd-user-sessions.service (destination-default) ReferencedBy: nginx.service (destination-default) ReferencedBy: cron.service (destination-default) ReferencedBy: mysql.service (destination-default) ReferencedBy: rsyslog.service (destination-default) ReferencedBy: dbus.service (destination-default) ReferencedBy: nmbd.service (destination-default) ReferencedBy: getty-static.service (destination-default) ReferencedBy: rsync.service (destination-default) ReferencedBy: getty at tty1.service (destination-default) ReferencedBy: loadcpufreq.service (destination-default) ReferencedBy: ssh.service (destination-default) ReferencedBy: anacron.service (destination-default) ReferencedBy: systemd-ask-password-wall.service (destination-default) ReferencedBy: exim4.service (destination-default) ReferencedBy: systemd-logind.service (destination-default) ReferencedBy: nzbget.service (destination-default) ReferencedBy: smartd.service (destination-default) ReferencedBy: cups.service (destination-default) ReferencedBy: user-runtime-dir at 1000.service (destination-default) ReferencedBy: serial-getty at ttyAMA0.service (destination-default) ReferencedBy: apt-daily-upgrade.service (destination-default) ReferencedBy: alsa-state.service (destination-default) ReferencedBy: cpufrequtils.service (destination-default) ReferencedBy: smbd.service (destination-default) ReferencedBy: multi-user.target (destination-file destination-default) ReferencedBy: logrotate.service (destination-default) ReferencedBy: phpsessionclean.service (destination-default) ReferencedBy: apt-daily.service (destination-default) ReferencedBy: php7.4-fpm.service (destination-default) RequiresMountsFor: /var (origin-file) RequiresMountsFor: /var/tmp (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit postgresql.service: Description: postgresql.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: postgresql.service Before: exim4.service (destination-file) ReferencedBy: exim4.service (destination-file) -> Unit systemd-random-seed.service: Description: Load/Save Random Seed Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:56 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:56 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-random-seed.service Invocation ID: 675073a0d46b402284ab00e9522e1fab Documentation: man:systemd-random-seed.service(8) Documentation: man:random(4) Fragment Path: /lib/systemd/system/systemd-random-seed.service ConditionVirtualization: !container succeeded Condition Timestamp: Tue 2018-09-11 15:48:56 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:48:56 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) Before: sysinit.target (origin-file) After: -.mount (origin-file) After: systemd-remount-fs.service (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: shutdown.target (origin-file) References: sysinit.target (origin-file) References: systemd-remount-fs.service (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: -.mount (origin-file) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /var/lib/systemd/random-seed (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 30s TimeoutStopSec: 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-random-seed load PID: 117 Start Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /lib/systemd/systemd-random-seed save CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit cups.socket: Description: CUPS Scheduler Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Wed 2018-09-12 00:00:03 CEST Inactive Exit Timestamp: Wed 2018-09-12 00:00:03 CEST Active Enter Timestamp: Wed 2018-09-12 00:00:03 CEST Active Exit Timestamp: Wed 2018-09-12 00:00:02 CEST Inactive Enter Timestamp: Wed 2018-09-12 00:00:02 CEST May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/cups.socket CGroup realized: no CGroup own mask: memory pids Name: cups.socket Invocation ID: 1b81929337d34b3a83e4e883eff2567e Fragment Path: /lib/systemd/system/cups.socket Condition Timestamp: Wed 2018-09-12 00:00:02 CEST Condition Result: yes Assert Timestamp: Wed 2018-09-12 00:00:02 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) PartOf: cups.service (origin-file) WantedBy: sockets.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: sockets.target (origin-default destination-default) Before: cups.service (origin-implicit) After: system.slice (origin-file) After: -.mount (origin-file) After: sysinit.target (origin-default) Triggers: cups.service (origin-implicit) References: shutdown.target (origin-default) References: sockets.target (origin-default) References: cups.service (origin-file origin-implicit) References: system.slice (origin-file) References: -.mount (origin-file) References: sysinit.target (origin-default) ReferencedBy: sockets.target (destination-file destination-default) RequiresMountsFor: /run/cups/cups.sock (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: running Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0666 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: no PassSecurity: no TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: cups.socket SELinuxContextFromNet: no ListenStream: /run/cups/cups.sock TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit plymouth-start.service: Description: plymouth-start.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: plymouth-start.service Before: systemd-ask-password-console.service (destination-file) Before: rescue.service (destination-file) Before: systemd-ask-password-console.path (destination-file) ReferencedBy: systemd-ask-password-console.service (destination-file) ReferencedBy: rescue.service (destination-file) ReferencedBy: systemd-ask-password-console.path (destination-file) -> Unit systemd-fsck at dev-mmcblk0p1.service: Description: File System Check on /dev/mmcblk0p1 Instance: dev-mmcblk0p1 Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-systemd\x2dfsck.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-fsck at dev-mmcblk0p1.service Invocation ID: d4ba3059457546eb8bb86afe9b68a02a Documentation: man:systemd-fsck at .service(8) Fragment Path: /lib/systemd/system/systemd-fsck at .service Condition Timestamp: Tue 2018-09-11 15:48:58 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:48:58 CEST Assert Result: yes Requires: system-systemd\x2dfsck.slice (origin-file) Wants: systemd-fsckd.socket (origin-file) BindsTo: dev-mmcblk0p1.device (origin-file) RequiredBy: boot.mount (destination-file) Before: shutdown.target (origin-file) Before: boot.mount (destination-file) Before: systemd-quotacheck.service (origin-file) After: dev-mmcblk0p1.device (origin-file) After: systemd-journald.socket (origin-file) After: system-systemd\x2dfsck.slice (origin-file) After: systemd-fsckd.socket (origin-file) After: systemd-fsck-root.service (origin-file) After: local-fs-pre.target (origin-file) References: shutdown.target (origin-file) References: dev-mmcblk0p1.device (origin-file) References: systemd-journald.socket (origin-file) References: system-systemd\x2dfsck.slice (origin-file) References: systemd-fsckd.socket (origin-file) References: systemd-quotacheck.service (origin-file) References: systemd-fsck-root.service (origin-file) References: local-fs-pre.target (origin-file) ReferencedBy: boot.mount (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: infinity RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-fsck /dev/mmcblk0p1 PID: 147 Start Timestamp: Tue 2018-09-11 15:48:58 CEST Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-block-ram6.device: Description: /sys/devices/virtual/block/ram6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram6.device Invocation ID: 0c7602e7a8254651affe64102d0819fb Following Set Member: dev-ram6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram6 Found: found-udev -> Unit emergency.service: Description: Emergency Shell Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: emergency.service Documentation: man:sulogin(8) Fragment Path: /lib/systemd/system/emergency.service Requires: -.mount (origin-file) Requires: system.slice (origin-file) RequiredBy: emergency.target (destination-file) Conflicts: shutdown.target (origin-file) Conflicts: rescue.service (origin-file) ConflictedBy: syslog.socket (destination-file) ConflictedBy: sysinit.target (destination-file) Before: rescue.service (origin-file) Before: shutdown.target (origin-file) Before: sysinit.target (destination-file) Before: emergency.target (destination-file) After: -.mount (origin-file) After: syslog.socket (destination-file) After: system.slice (origin-file) References: system.slice (origin-file) References: shutdown.target (origin-file) References: rescue.service (origin-file) References: -.mount (origin-file) ReferencedBy: syslog.socket (destination-file) ReferencedBy: emergency.target (destination-file) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /root (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: idle Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: yes UMask: 0022 WorkingDirectory: /root RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private Environment: HOME=/root RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: tty-force StandardOutput: inherit StandardError: inherit DynamicUser: no LockPersonality: no -> ExecStartPre: Command Line: /bin/plymouth --wait quit -> ExecStart: Command Line: /lib/systemd/systemd-sulogin-shell emergency CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2duuid-d8be751c\x2d0513\x2d472d\x2daaec\x2d6f3563c467e9.device: Description: ST2000LM003_HN-M201RAD 3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2duuid-d8be751c\x2d0513\x2d472d\x2daaec\x2d6f3563c467e9.device Invocation ID: bec0651a5a0a4330b24cd19bd172cbe8 Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda3.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart3.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart3.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d03.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart3.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda3.device Following Set Member: dev-sda3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda3 Found: found-udev -> Unit dev-ram6.device: Description: /dev/ram6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram6.device Invocation ID: d20c4768fc92409a853a49a3d0dea376 Following: sys-devices-virtual-block-ram6.device Following Set Member: sys-devices-virtual-block-ram6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram6 Found: found-udev -> Unit dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.device: Description: ST2000LM003_HN-M201RAD 1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.device Invocation ID: a1ddbcfc716b4513a083f86808e9646d Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda1.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda1.device Following Set Member: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device Following Set Member: dev-sda1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda1 Found: found-udev -> Unit user at 1000.service: Description: User Manager for UID 1000 Instance: 1000 Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:35 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:34 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:35 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: user-1000.slice CGroup: /user.slice/user-1000.slice/user at 1000.service CGroup realized: yes CGroup own mask: memory pids Name: user at 1000.service Invocation ID: 3dec3c2bcabf4efb92088de10eb02466 Fragment Path: /lib/systemd/system/user at .service Condition Timestamp: Tue 2018-09-11 15:49:34 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:34 CEST Assert Result: yes Requires: sysinit.target (origin-default) Requires: user-runtime-dir at 1000.service (origin-file) Requires: user-1000.slice (origin-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: systemd-journald.socket (origin-file) After: systemd-user-sessions.service (origin-file) After: user-runtime-dir at 1000.service (origin-file) After: basic.target (origin-default) After: user-1000.slice (origin-file) After: sysinit.target (origin-default) References: systemd-journald.socket (origin-file) References: systemd-user-sessions.service (origin-file) References: user-runtime-dir at 1000.service (origin-file) References: basic.target (origin-default) References: user-1000.slice (origin-file) References: sysinit.target (origin-default) References: shutdown.target (origin-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: no NotifyAccess: main NotifyState: ready Main PID: 745 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 2min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: mixed KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info User: 1000 DynamicUser: no PAMName: systemd-user LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd --user PID: 745 Start Timestamp: Tue 2018-09-11 15:49:34 CEST Status Text: Startup finished in 560ms. CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=yes DelegateControllers=memory pids -> Unit time-sync.target: Description: System Time Synchronized Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:09 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: time-sync.target Invocation ID: f4bd8640fed54b419aacdddaae7808cf Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/time-sync.target Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes WantedBy: systemd-timesyncd.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: apt-daily.timer (destination-default) Before: anacron.service (destination-file) Before: phpsessionclean.timer (destination-default) Before: apt-daily-upgrade.timer (destination-default) Before: exim4.service (destination-file) Before: systemd-tmpfiles-clean.service (destination-file) Before: logrotate.timer (destination-default) Before: anacron.timer (destination-default) After: systemd-timesyncd.service (destination-file) References: shutdown.target (origin-default) ReferencedBy: apt-daily.timer (destination-default) ReferencedBy: anacron.service (destination-file) ReferencedBy: phpsessionclean.timer (destination-default) ReferencedBy: apt-daily-upgrade.timer (destination-default) ReferencedBy: exim4.service (destination-file) ReferencedBy: systemd-timesyncd.service (destination-file) ReferencedBy: systemd-tmpfiles-clean.service (destination-file) ReferencedBy: logrotate.timer (destination-default) ReferencedBy: anacron.timer (destination-default) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit session-c2.scope: Description: Session c2 of user peter Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Wed 2018-09-12 09:04:07 CEST Inactive Exit Timestamp: Wed 2018-09-12 09:04:07 CEST Active Enter Timestamp: Wed 2018-09-12 09:04:07 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: yes Perpetual: no Garbage Collection Mode: inactive Slice: user-1000.slice CGroup: /user.slice/user-1000.slice/session-c2.scope CGroup realized: yes CGroup own mask: memory pids Name: session-c2.scope Invocation ID: 4aa7d1afc47a4f57bc2558bb1fcfa11e Fragment Path: /run/systemd/transient/session-c2.scope Condition Timestamp: Wed 2018-09-12 09:04:07 CEST Condition Result: yes Assert Timestamp: Wed 2018-09-12 09:04:07 CEST Assert Result: yes Requires: user-1000.slice (origin-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: user-1000.slice (origin-file) After: systemd-logind.service (origin-file) After: systemd-user-sessions.service (origin-file) References: systemd-logind.service (origin-file) References: shutdown.target (origin-default) References: systemd-user-sessions.service (origin-file) References: user-1000.slice (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Scope State: running Result: success CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: yes -> Unit dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.device: Description: ST2000LM003_HN-M201RAD 1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.device Invocation ID: e87bf32040fc43db8031b55e6347d371 Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda1.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda1.device Following Set Member: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device Following Set Member: dev-sda1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda1 Found: found-udev -> Unit dev-sda.device: Description: ST2000LM003_HN-M201RAD Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sda.device Invocation ID: 849d8bfacbfd4fadb1be655be346ab94 Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda Found: found-udev -> Unit media-webdav-raspi.automount: Description: Automount webdav raspi Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:13 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:13 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: media-webdav-raspi.automount Invocation ID: 059eb3563cb24c1bb2c38e664df81158 Fragment Path: /etc/systemd/system/media-webdav-raspi.automount Condition Timestamp: Tue 2018-09-11 15:49:13 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:13 CEST Assert Result: yes Requires: -.mount (origin-implicit) Wants: network-online.target (origin-file) WantedBy: remote-fs.target (destination-file) Conflicts: umount.target (origin-default) Before: media-webdav-raspi.mount (origin-implicit) Before: umount.target (origin-default) After: network-online.target (origin-file) After: -.mount (origin-implicit) Triggers: media-webdav-raspi.mount (origin-implicit) References: network-online.target (origin-file) References: media-webdav-raspi.mount (origin-implicit) References: umount.target (origin-default) References: -.mount (origin-implicit) ReferencedBy: remote-fs.target (destination-file) RequiresMountsFor: /media/webdav (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Automount State: waiting Result: success Where: /media/webdav/raspi DirectoryMode: 0755 TimeoutIdleUSec: 10min -> Unit cups.service: Description: CUPS Scheduler Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Wed 2018-09-12 00:00:03 CEST Inactive Exit Timestamp: Wed 2018-09-12 00:00:03 CEST Active Enter Timestamp: Wed 2018-09-12 00:00:03 CEST Active Exit Timestamp: Wed 2018-09-12 00:00:02 CEST Inactive Enter Timestamp: Wed 2018-09-12 00:00:02 CEST May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/cups.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: cups.service Invocation ID: fe510754c5b64aa8988662a9e75fc3af Documentation: man:cupsd(8) Fragment Path: /lib/systemd/system/cups.service Condition Timestamp: Wed 2018-09-12 00:00:03 CEST Condition Result: yes Assert Timestamp: Wed 2018-09-12 00:00:03 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) ConsistsOf: cups.path (destination-file) ConsistsOf: cups.socket (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) After: sysinit.target (origin-default) After: cups.path (destination-implicit) After: cups.socket (destination-implicit) After: basic.target (origin-default) TriggeredBy: cups.path (destination-implicit) TriggeredBy: cups.socket (destination-implicit) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-default) References: shutdown.target (origin-default) References: basic.target (origin-default) ReferencedBy: cups.path (destination-file destination-implicit) ReferencedBy: cups.socket (destination-file destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: on-failure NotifyAccess: none NotifyState: unknown Main PID: 31433 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/cupsd -l PID: 31433 Start Timestamp: Wed 2018-09-12 00:00:03 CEST CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit nss-user-lookup.target: Description: User and Group Name Lookups Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: nss-user-lookup.target Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/nss-user-lookup.target Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: cron.service (destination-file) Before: systemd-user-sessions.service (destination-file) Before: systemd-logind.service (destination-file) References: shutdown.target (origin-default) ReferencedBy: cron.service (destination-file) ReferencedBy: systemd-user-sessions.service (destination-file) ReferencedBy: systemd-logind.service (destination-file) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: dead -> Unit systemd-modules-load.service: Description: Load Kernel Modules Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:56 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:56 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-modules-load.service Invocation ID: 7b82c4096d39419b95b47f0ccd3197ea Documentation: man:systemd-modules-load.service(8) Documentation: man:modules-load.d(5) Fragment Path: /lib/systemd/system/systemd-modules-load.service ConditionKernelCommandLine: |rd.modules-load failed ConditionKernelCommandLine: |modules-load failed ConditionDirectoryNotEmpty: |/run/modules-load.d failed ConditionDirectoryNotEmpty: |/etc/modules-load.d succeeded ConditionDirectoryNotEmpty: |/usr/local/lib/modules-load.d failed ConditionDirectoryNotEmpty: |/usr/lib/modules-load.d failed ConditionDirectoryNotEmpty: |/lib/modules-load.d failed ConditionCapability: CAP_SYS_MODULE succeeded Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: networking.service (destination-file) Before: sysinit.target (origin-file) Before: sys-kernel-config.mount (destination-file) Before: sys-fs-fuse-connections.mount (destination-file) Before: systemd-sysctl.service (destination-file) Before: shutdown.target (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: sysinit.target (origin-file) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-file) References: system.slice (origin-file) ReferencedBy: sys-kernel-config.mount (destination-file) ReferencedBy: sysinit.target (destination-file) ReferencedBy: systemd-sysctl.service (destination-file) ReferencedBy: networking.service (destination-file) ReferencedBy: sys-fs-fuse-connections.mount (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-modules-load PID: 95 Start Timestamp: Fri 2018-06-22 13:11:51 CEST Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap: Description: /dev/disk/by-path/platform-3f980000.usb-usb-0:1.3:1.0-scsi-0:0:0:0-part1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:59 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:59 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:59 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap Invocation ID: 847eb7ad3af04e71ad79698247a89864 Following: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap Following Set Member: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap Following Set Member: dev-sda1.swap Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) Conflicts: umount.target (origin-default) Before: umount.target (origin-default) Before: swap.target (origin-default) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: umount.target (origin-default) References: system.slice (origin-file) References: -.mount (origin-implicit) References: swap.target (origin-default) References: systemd-journald.socket (origin-file) RequiresMountsFor: /dev/disk/by-path/platform-3f980000.usb-usb-0:1.3:1.0-scsi-0:0:0:0-part1 (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Swap State: active Result: success What: /dev/disk/by-path/platform-3f980000.usb-usb-0:1.3:1.0-scsi-0:0:0:0-part1 From /proc/swaps: yes From fragment: no Device Node: /dev/sda1 Priority: -2 Options: TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-ram3.device: Description: /dev/ram3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram3.device Invocation ID: dc48f6f8dd4b4081963f2f2d4911c9ff Following: sys-devices-virtual-block-ram3.device Following Set Member: sys-devices-virtual-block-ram3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram3 Found: found-udev -> Unit dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.device: Description: ST2000LM003_HN-M201RAD 1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.device Invocation ID: 6bf722b04c28473e9f3fadda91e19bac Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda1.device Following Set Member: dev-sda1.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda1.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.device Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Wants: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (origin-file) BoundBy: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (destination-file) Before: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (destination-file) ReferencedBy: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda1 Found: found-udev -> Unit systemd-update-done.service: Description: systemd-update-done.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-update-done.service After: systemd-sysusers.service (destination-file) After: systemd-hwdb-update.service (destination-file) ReferencedBy: systemd-sysusers.service (destination-file) ReferencedBy: systemd-hwdb-update.service (destination-file) -> Unit apt-daily.timer: Description: Daily apt download activities Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Wed 2018-09-12 09:07:42 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: apt-daily.timer Invocation ID: 3f932a310e4f4c91aa61334ac4474e91 Fragment Path: /lib/systemd/system/apt-daily.timer Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) WantedBy: timers.target (destination-file) Conflicts: shutdown.target (origin-default) Before: apt-daily.service (origin-implicit) Before: apt-daily-upgrade.timer (destination-file) Before: timers.target (origin-default) Before: shutdown.target (origin-default) After: -.mount (origin-file) After: time-sync.target (origin-default) After: sysinit.target (origin-default) Triggers: apt-daily.service (origin-implicit) References: shutdown.target (origin-default) References: sysinit.target (origin-default) References: time-sync.target (origin-default) References: apt-daily.service (origin-implicit) References: timers.target (origin-default) References: -.mount (origin-file) ReferencedBy: apt-daily-upgrade.timer (destination-file) ReferencedBy: timers.target (destination-file) RequiresMountsFor: /var/lib/systemd/timers (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Timer State: waiting Result: success Unit: apt-daily.service Persistent: yes WakeSystem: no Accuracy: 1min RemainAfterElapse: yes OnCalendar: *-*-* 06,18:00:00 -> Unit remote-fs-pre.target: Description: Remote File Systems (Pre) Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: remote-fs-pre.target Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/remote-fs-pre.target Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: mnt-part3data-homestation.mount (destination-file) Before: remote-fs.target (destination-file) Before: mnt-part3data-ex2.mount (destination-file) References: shutdown.target (origin-default) ReferencedBy: remote-fs.target (destination-file) ReferencedBy: mnt-part3data-ex2.mount (destination-file) ReferencedBy: mnt-part3data-homestation.mount (destination-file) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: dead -> Unit dev-ram15.device: Description: /dev/ram15 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram15.device Invocation ID: 9fe9c76213244c05b92fd3010669a103 Following: sys-devices-virtual-block-ram15.device Following Set Member: sys-devices-virtual-block-ram15.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram15 Found: found-udev -> Unit NetworkManager.service: Description: NetworkManager.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: NetworkManager.service Before: apt-daily.service (destination-file) ReferencedBy: apt-daily.service (destination-file) -> Unit dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device: Description: ST2000LM003_HN-M201RAD 2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device Invocation ID: 6a594113f63847d99606f9795139b97f Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda2.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda2.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d02.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart2.device Following Set Member: dev-disk-by\x2duuid-f55adb7f\x2d6d96\x2d4e27\x2da51d\x2da274dfa58214.device Following Set Member: dev-sda2.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda2 Found: found-udev -> Unit cron.service: Description: Regular background program processing daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:09 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/cron.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: cron.service Invocation ID: c68f7935991a4b1aba7d55c4650377e9 Documentation: man:cron(8) Fragment Path: /lib/systemd/system/cron.service Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: remote-fs.target (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) After: sysinit.target (origin-default) After: nss-user-lookup.target (origin-file) After: basic.target (origin-default) References: remote-fs.target (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-default) References: nss-user-lookup.target (origin-file) References: shutdown.target (origin-default) References: basic.target (origin-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: on-failure NotifyAccess: none NotifyState: unknown Main PID: 212 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/cron RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/cron -f $EXTRA_OPTS PID: 212 Start Timestamp: Tue 2018-09-11 15:49:09 CEST CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit phpsessionclean.service: Description: Clean php session files Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: Wed 2018-09-12 11:39:02 CEST Inactive Exit Timestamp: Wed 2018-09-12 11:39:02 CEST Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: Wed 2018-09-12 11:39:02 CEST May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: phpsessionclean.service Invocation ID: 496d55e729424c2bad01b26c20397e43 Fragment Path: /lib/systemd/system/phpsessionclean.service Condition Timestamp: Wed 2018-09-12 11:39:02 CEST Condition Result: yes Assert Timestamp: Wed 2018-09-12 11:39:02 CEST Assert Result: yes Requires: tmp.mount (origin-file) Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) Requires: -.mount (origin-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: basic.target (origin-default) After: system.slice (origin-file) After: systemd-tmpfiles-setup.service (origin-file) After: sysinit.target (origin-default) After: -.mount (origin-file) After: phpsessionclean.timer (destination-implicit) After: systemd-journald.socket (origin-file) After: tmp.mount (origin-file) TriggeredBy: phpsessionclean.timer (destination-implicit) References: shutdown.target (origin-default) References: basic.target (origin-default) References: system.slice (origin-file) References: systemd-tmpfiles-setup.service (origin-file) References: sysinit.target (origin-default) References: -.mount (origin-file) References: systemd-journald.socket (origin-file) References: tmp.mount (origin-file) ReferencedBy: phpsessionclean.timer (destination-implicit) RequiresMountsFor: /tmp (origin-file) RequiresMountsFor: /var/tmp (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: yes PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: yes ProtectSystem: yes MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/lib/php/sessionclean PID: 10725 Start Timestamp: Wed 2018-09-12 11:39:02 CEST Exit Timestamp: Wed 2018-09-12 11:39:02 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit media-webdav-namecheap.mount: Description: webdav namecheap Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: Tue 2018-09-11 16:02:09 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:20 CEST Active Exit Timestamp: Tue 2018-09-11 16:02:06 CEST Inactive Enter Timestamp: Tue 2018-09-11 16:02:09 CEST May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: media-webdav-namecheap.mount Invocation ID: a2f5a154bdef42d9aada9e7950d40538 Fragment Path: /etc/systemd/system/media-webdav-namecheap.mount Condition Timestamp: Tue 2018-09-11 15:49:13 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:13 CEST Assert Result: yes Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) Wants: network-online.target (origin-file) WantedBy: remote-fs.target (destination-file) Conflicts: umount.target (origin-file) Before: umount.target (origin-file) After: media-webdav-namecheap.automount (destination-implicit) After: systemd-journald.socket (origin-file) After: -.mount (origin-implicit) After: network-online.target (origin-file) After: system.slice (origin-file) After: local-fs-pre.target (origin-file) TriggeredBy: media-webdav-namecheap.automount (destination-implicit) References: umount.target (origin-file) References: systemd-journald.socket (origin-file) References: -.mount (origin-implicit) References: network-online.target (origin-file) References: system.slice (origin-file) References: local-fs-pre.target (origin-file) ReferencedBy: remote-fs.target (destination-file) ReferencedBy: media-webdav-namecheap.automount (destination-implicit) RequiresMountsFor: /media/webdav (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: dead Result: success Where: /media/webdav/namecheap What: https://fernpunkt.me:2078 File System Type: davfs Options: users,file_mode=0777,dir_mode=0777 From /proc/self/mountinfo: no From fragment: yes Extrinsic: no DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit networking.service: Description: Raise network interfaces Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:13 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:08 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:13 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: networking.service Invocation ID: bb647e6160134d6db03f436f31542f87 Documentation: man:interfaces(5) Fragment Path: /lib/systemd/system/networking.service Condition Timestamp: Tue 2018-09-11 15:49:08 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:08 CEST Assert Result: yes Requires: system.slice (origin-file) Wants: network.target (origin-file) WantedBy: network-online.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) Before: network-online.target (origin-file) Before: network.target (origin-file) After: local-fs.target (origin-file) After: systemd-modules-load.service (origin-file) After: systemd-journald.socket (origin-file) After: apparmor.service (origin-file) After: network-pre.target (origin-file) After: system.slice (origin-file) After: systemd-sysctl.service (origin-file) References: local-fs.target (origin-file) References: systemd-modules-load.service (origin-file) References: systemd-journald.socket (origin-file) References: apparmor.service (origin-file) References: network-pre.target (origin-file) References: network.target (origin-file) References: network-online.target (origin-file) References: system.slice (origin-file) References: systemd-sysctl.service (origin-file) References: shutdown.target (origin-file) ReferencedBy: network-online.target (destination-file) ReferencedBy: multi-user.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 5min TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/networking RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStartPre: Command Line: /bin/sh -c 'if [ "$CONFIGURE_INTERFACES" != "no" ] && [ -n "$(ifquery --read-environment --list --exclude=lo)" ]; then udevadm settle; fi' PID: 181 Start Timestamp: Tue 2018-09-11 15:49:08 CEST Exit Timestamp: Tue 2018-09-11 15:49:08 CEST Exit Code: exited Exit Status: 0 -> ExecStart: Command Line: /sbin/ifup -a --read-environment PID: 185 Start Timestamp: Tue 2018-09-11 15:49:08 CEST Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /sbin/ifdown -a --read-environment --exclude=lo CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit smartd.service: Description: Self Monitoring and Reporting Technology (SMART) Daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:09 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/smartd.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: smartd.service Invocation ID: 261d057cb92644f7813f4719c934d390 Documentation: man:smartd(8) Documentation: man:smartd.conf(5) Fragment Path: /lib/systemd/system/smartd.service Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: system.slice (origin-file) After: basic.target (origin-default) After: systemd-journald.socket (origin-file) After: sysinit.target (origin-default) References: system.slice (origin-file) References: basic.target (origin-default) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-default) References: sysinit.target (origin-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown Main PID: 210 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/smartmontools RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: syslog StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/smartd -n $smartd_opts PID: 210 Start Timestamp: Tue 2018-09-11 15:49:09 CEST -> ExecReload: Command Line: /bin/kill -HUP $MAINPID CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit systemd-tmpfiles-setup.service: Description: Create Volatile Files and Directories Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:08 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:08 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:08 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-tmpfiles-setup.service Invocation ID: 5d70a05a26e240a7b305e9935e3af327 Documentation: man:tmpfiles.d(5) Documentation: man:systemd-tmpfiles(8) Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup.service Condition Timestamp: Tue 2018-09-11 15:49:08 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:08 CEST Assert Result: yes Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: phpsessionclean.service (destination-file) Before: systemd-timesyncd.service (destination-file) Before: logrotate.service (destination-file) Before: systemd-update-utmp.service (destination-file) Before: systemd-networkd.service (destination-file) Before: sysinit.target (origin-file) Before: shutdown.target (origin-file) After: systemd-sysusers.service (origin-file) After: systemd-journald.socket (origin-file) After: local-fs.target (origin-file) After: system.slice (origin-file) After: systemd-journal-flush.service (destination-file) References: systemd-sysusers.service (origin-file) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-file) References: local-fs.target (origin-file) References: sysinit.target (origin-file) References: system.slice (origin-file) ReferencedBy: logrotate.service (destination-file) ReferencedBy: phpsessionclean.service (destination-file) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: sysinit.target (destination-file) ReferencedBy: systemd-journal-flush.service (destination-file) ReferencedBy: systemd-timesyncd.service (destination-file) ReferencedBy: systemd-update-utmp.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: yes DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev PID: 182 Start Timestamp: Tue 2018-09-11 15:49:08 CEST Exit Timestamp: Tue 2018-09-11 15:49:08 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit nginx.service: Description: A high performance web server and a reverse proxy server Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:24 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:24 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/nginx.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: nginx.service Invocation ID: 7ac3de7c92c842e0b9bb2c9d5dd47578 Documentation: man:nginx(8) Fragment Path: /lib/systemd/system/nginx.service Condition Timestamp: Tue 2018-09-11 15:49:13 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:13 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: basic.target (origin-default) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: network.target (origin-file) After: system.slice (origin-file) References: basic.target (origin-default) References: sysinit.target (origin-default) References: systemd-journald.socket (origin-file) References: network.target (origin-file) References: system.slice (origin-file) References: shutdown.target (origin-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: on-abnormal NotifyAccess: none NotifyState: unknown Main PID: 478 Main PID Known: yes Main PID Alien: no PIDFile: /run/nginx.pid RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 5s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: mixed KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStartPre: Command Line: /usr/local/nginx/sbin/nginx -t -q -g 'daemon on; master_process on;' PID: 392 Start Timestamp: Tue 2018-09-11 15:49:13 CEST Exit Timestamp: Tue 2018-09-11 15:49:19 CEST Exit Code: exited Exit Status: 0 -> ExecStart: Command Line: /usr/local/nginx/sbin/nginx -g 'daemon on; master_process on;' PID: 431 Start Timestamp: Tue 2018-09-11 15:49:19 CEST Exit Timestamp: Tue 2018-09-11 15:49:24 CEST Exit Code: exited Exit Status: 0 -> ExecReload: Command Line: /usr/local/nginx/sbin/nginx -g 'daemon on; master_process on;' -s reload -> ExecStop: Command Line: /sbin/start-stop-daemon --quiet --stop --retry QUIT/5 --pidfile /run/nginx.pid CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit systemd-fsck at dev-sda3.service: Description: File System Check on /dev/sda3 Instance: dev-sda3 Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:08 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:08 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-systemd\x2dfsck.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-fsck at dev-sda3.service Invocation ID: e6d319f9f6274c00a164d9b0c00847db Documentation: man:systemd-fsck at .service(8) Fragment Path: /lib/systemd/system/systemd-fsck at .service Condition Timestamp: Tue 2018-09-11 15:48:58 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:48:58 CEST Assert Result: yes Requires: system-systemd\x2dfsck.slice (origin-file) Wants: systemd-fsckd.socket (origin-file) BindsTo: dev-sda3.device (origin-file) RequiredBy: mnt-part3data.mount (destination-file) Before: mnt-part3data.mount (destination-file) Before: shutdown.target (origin-file) Before: systemd-quotacheck.service (origin-file) After: dev-sda3.device (origin-file) After: systemd-journald.socket (origin-file) After: system-systemd\x2dfsck.slice (origin-file) After: systemd-fsckd.socket (origin-file) After: systemd-fsck-root.service (origin-file) After: local-fs-pre.target (origin-file) References: shutdown.target (origin-file) References: dev-sda3.device (origin-file) References: systemd-journald.socket (origin-file) References: system-systemd\x2dfsck.slice (origin-file) References: systemd-fsckd.socket (origin-file) References: systemd-quotacheck.service (origin-file) References: systemd-fsck-root.service (origin-file) References: local-fs-pre.target (origin-file) ReferencedBy: mnt-part3data.mount (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: infinity RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-fsck /dev/sda3 PID: 152 Start Timestamp: Tue 2018-09-11 15:48:58 CEST Exit Timestamp: Tue 2018-09-11 15:49:08 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit apt-daily-upgrade.service: Description: Daily apt upgrade and clean activities Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: Wed 2018-09-12 06:18:37 CEST Inactive Exit Timestamp: Wed 2018-09-12 06:18:31 CEST Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: Wed 2018-09-12 06:18:37 CEST May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: apt-daily-upgrade.service Invocation ID: e2679e30eec44462baed5113c43c19dd Documentation: man:apt(8) Fragment Path: /lib/systemd/system/apt-daily-upgrade.service ConditionACPower: true succeeded Condition Timestamp: Wed 2018-09-12 06:18:31 CEST Condition Result: yes Assert Timestamp: Wed 2018-09-12 06:18:31 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: sysinit.target (origin-default) After: basic.target (origin-default) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) After: apt-daily.service (origin-file) After: apt-daily-upgrade.timer (destination-implicit) TriggeredBy: apt-daily-upgrade.timer (destination-implicit) References: sysinit.target (origin-default) References: shutdown.target (origin-default) References: basic.target (origin-default) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: apt-daily.service (origin-file) ReferencedBy: apt-daily-upgrade.timer (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 15min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/lib/apt/apt.systemd.daily install PID: 22804 Start Timestamp: Wed 2018-09-12 06:18:31 CEST Exit Timestamp: Wed 2018-09-12 06:18:37 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit rc-local.service: Description: /etc/rc.local Compatibility Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:14 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:14 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: yes Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: rc-local.service Invocation ID: 87122c4b863d41b1b9af4d940e897ed4 Documentation: man:systemd-rc-local-generator(8) Fragment Path: /lib/systemd/system/rc-local.service DropIn Path: /lib/systemd/system/rc-local.service.d/debian.conf ConditionFileIsExecutable: /etc/rc.local succeeded Condition Timestamp: Tue 2018-09-11 15:49:13 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:13 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: multi-user.target (destination-default) Before: getty at tty1.service (destination-file) Before: serial-getty at ttyAMA0.service (destination-file) Before: shutdown.target (origin-default) After: system.slice (origin-file) After: sysinit.target (origin-default) After: network-online.target (origin-file) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: network.target (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-default) References: network-online.target (origin-file) References: systemd-journald.socket (origin-file) References: basic.target (origin-default) References: network.target (origin-file) References: shutdown.target (origin-default) ReferencedBy: getty at tty1.service (destination-file) ReferencedBy: multi-user.target (destination-file destination-default) ReferencedBy: serial-getty at ttyAMA0.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: no Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: infinity RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal+console StandardError: journal+console SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/rc.local start PID: 396 Start Timestamp: Tue 2018-09-11 15:49:13 CEST Exit Timestamp: Tue 2018-09-11 15:49:14 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit network-online.target: Description: Network is Online Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:13 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:13 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: network-online.target Invocation ID: ffb19fd56eb5405bb4c71aa8b8117f32 Documentation: man:systemd.special(7) Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget Fragment Path: /lib/systemd/system/network-online.target Condition Timestamp: Tue 2018-09-11 15:49:13 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:13 CEST Assert Result: yes Wants: networking.service (origin-file) Wants: ifupdown-wait-online.service (origin-file) WantedBy: nmbd.service (destination-file) WantedBy: media-webdav-raspi.mount (destination-file) WantedBy: media-webdav-box.mount (destination-file) WantedBy: media-webdav-box.automount (destination-file) WantedBy: media-webdav-namecheap.automount (destination-file) WantedBy: media-webdav-namecheap.mount (destination-file) WantedBy: smbd.service (destination-file) WantedBy: exim4.service (destination-file) WantedBy: media-webdav-raspi.automount (destination-file) WantedBy: mnt-part3data-homestation.mount (destination-file) WantedBy: mnt-part3data-ex2.mount (destination-file) Conflicts: shutdown.target (origin-default) Before: media-webdav-namecheap.automount (destination-file) Before: media-webdav-raspi.mount (destination-file) Before: smbd.service (destination-file) Before: mnt-part3data-homestation.mount (destination-file) Before: exim4.service (destination-file) Before: apt-daily.service (destination-file) Before: mnt-part3data-ex2.mount (destination-file) Before: media-webdav-box.automount (destination-file) Before: media-webdav-namecheap.mount (destination-file) Before: rc-local.service (destination-file) Before: shutdown.target (origin-default) Before: media-webdav-box.mount (destination-file) Before: media-webdav-raspi.automount (destination-file) Before: nmbd.service (destination-file) After: ifupdown-wait-online.service (destination-file) After: networking.service (destination-file) After: network.target (origin-file) References: ifupdown-wait-online.service (origin-file) References: network.target (origin-file) References: shutdown.target (origin-default) References: networking.service (origin-file) ReferencedBy: mnt-part3data-ex2.mount (destination-file) ReferencedBy: nmbd.service (destination-file) ReferencedBy: mnt-part3data-homestation.mount (destination-file) ReferencedBy: media-webdav-raspi.automount (destination-file) ReferencedBy: exim4.service (destination-file) ReferencedBy: networking.service (destination-file) ReferencedBy: media-webdav-namecheap.automount (destination-file) ReferencedBy: media-webdav-raspi.mount (destination-file) ReferencedBy: ifupdown-wait-online.service (destination-file) ReferencedBy: rc-local.service (destination-file) ReferencedBy: media-webdav-box.mount (destination-file) ReferencedBy: smbd.service (destination-file) ReferencedBy: apt-daily.service (destination-file) ReferencedBy: media-webdav-box.automount (destination-file) ReferencedBy: media-webdav-namecheap.mount (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-ram7.device: Description: /dev/ram7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram7.device Invocation ID: ca92019cdff441e5b3c48baf6da591b2 Following: sys-devices-virtual-block-ram7.device Following Set Member: sys-devices-virtual-block-ram7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram7 Found: found-udev -> Unit systemd-udevd.service: Description: udev Kernel Device Manager Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-udevd.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: systemd-udevd.service Invocation ID: ccc7075802cb4885b3f7c56b9a8d6812 Documentation: man:systemd-udevd.service(8) Documentation: man:udev(7) Fragment Path: /lib/systemd/system/systemd-udevd.service ConditionPathIsReadWrite: /sys succeeded Condition Timestamp: Tue 2018-09-11 15:48:56 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:48:56 CEST Assert Result: yes Requires: system.slice (origin-file) Wants: systemd-udevd-control.socket (origin-file) Wants: systemd-udevd-kernel.socket (origin-file) WantedBy: systemd-udev-trigger.service (destination-file) WantedBy: sysinit.target (destination-file) Before: systemd-networkd.service (destination-file) Before: sysinit.target (origin-file) After: systemd-tmpfiles-setup-dev.service (destination-file) After: systemd-sysusers.service (origin-file) After: systemd-journald.socket (origin-file) After: systemd-udevd-kernel.socket (origin-file destination-implicit) After: system.slice (origin-file) After: systemd-hwdb-update.service (origin-file) After: systemd-udevd-control.socket (origin-file destination-implicit) TriggeredBy: systemd-udevd-control.socket (origin-file destination-implicit) TriggeredBy: systemd-udevd-kernel.socket (origin-file destination-implicit) References: systemd-sysusers.service (origin-file) References: systemd-journald.socket (origin-file) References: sysinit.target (origin-file) References: systemd-udevd-kernel.socket (origin-file) References: system.slice (origin-file) References: systemd-hwdb-update.service (origin-file) References: systemd-udevd-control.socket (origin-file) ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file) ReferencedBy: systemd-udev-trigger.service (destination-file) ReferencedBy: systemd-udevd-kernel.socket (destination-implicit) ReferencedBy: sysinit.target (destination-file) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: systemd-udevd-control.socket (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: always NotifyAccess: main NotifyState: ready Main PID: 126 Main PID Known: yes Main PID Alien: no RestartSec: 0 TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 3min KillMode: mixed KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: yes RestrictRealtime: yes KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 OOMScoreAdjust: -1000 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: yes SystemCallArchitectures: native -> ExecStart: Command Line: /lib/systemd/systemd-udevd PID: 126 Start Timestamp: Tue 2018-09-11 15:48:57 CEST Status Text: Processing with 10 children at max CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no IPAddressDeny=0.0.0.0/0 IPAddressDeny=::/0 -> Unit slices.target: Description: Slices Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Fri 2018-06-22 13:11:51 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: slices.target Invocation ID: e3fb1337edd94386bcb275af82e228c6 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/slices.target Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Wants: -.slice (origin-file) Wants: system.slice (origin-file) WantedBy: basic.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: basic.target (destination-file destination-default) After: -.slice (origin-file) After: user.slice (destination-file) After: system.slice (origin-file) References: -.slice (origin-file) References: shutdown.target (origin-default) References: system.slice (origin-file) ReferencedBy: user.slice (destination-file) ReferencedBy: basic.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit network.target: Description: Network Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:13 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:13 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: network.target Invocation ID: 3ddc87f757574818a2dae9850ff8154a Documentation: man:systemd.special(7) Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget Fragment Path: /lib/systemd/system/network.target Condition Timestamp: Tue 2018-09-11 15:49:13 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:13 CEST Assert Result: yes WantedBy: systemd-networkd.service (destination-file) WantedBy: networking.service (destination-file) Conflicts: shutdown.target (origin-default) Before: mnt-part3data-ex2.mount (destination-file) Before: mysql.service (destination-file) Before: mnt-part3data-homestation.mount (destination-file) Before: php7.4-fpm.service (destination-file) Before: nginx.service (destination-file) Before: nmbd.service (destination-file) Before: shutdown.target (origin-default) Before: smbd.service (destination-file) Before: network-online.target (destination-file) Before: rc-local.service (destination-file) Before: nzbget.service (destination-file) Before: systemd-user-sessions.service (destination-file) Before: winbind.service (destination-file) Before: ssh.service (destination-file) Before: apt-daily.service (destination-file) Before: rsync.service (destination-file) After: systemd-networkd.service (destination-file) After: networking.service (destination-file) After: network-pre.target (origin-file) References: shutdown.target (origin-default) References: network-pre.target (origin-file) ReferencedBy: php7.4-fpm.service (destination-file) ReferencedBy: network-online.target (destination-file) ReferencedBy: smbd.service (destination-file) ReferencedBy: winbind.service (destination-file) ReferencedBy: ssh.service (destination-file) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: rc-local.service (destination-file) ReferencedBy: systemd-user-sessions.service (destination-file) ReferencedBy: nmbd.service (destination-file) ReferencedBy: nzbget.service (destination-file) ReferencedBy: networking.service (destination-file) ReferencedBy: mnt-part3data-ex2.mount (destination-file) ReferencedBy: apt-daily.service (destination-file) ReferencedBy: rsync.service (destination-file) ReferencedBy: nginx.service (destination-file) ReferencedBy: mysql.service (destination-file) ReferencedBy: mnt-part3data-homestation.mount (destination-file) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-ram2.device: Description: /dev/ram2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram2.device Invocation ID: 22ade6671c1e4442a5c7c0ea61089425 Following: sys-devices-virtual-block-ram2.device Following Set Member: sys-devices-virtual-block-ram2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram2 Found: found-udev -> Unit sys-devices-virtual-block-ram11.device: Description: /sys/devices/virtual/block/ram11 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram11.device Invocation ID: fc7f91858cfd40bdbdbf62f6c6da0d1c Following Set Member: dev-ram11.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram11 Found: found-udev -> Unit fake-hwclock.service: Description: Restore / save the current clock Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:56 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:56 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: fake-hwclock.service Invocation ID: e027b51dcc2b448bb38467cc6e1bc16b Documentation: man:fake-hwclock(8) Fragment Path: /lib/systemd/system/fake-hwclock.service Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: systemd-fsck-root.service (origin-file) Before: sysinit.target (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-file) References: systemd-fsck-root.service (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-file) ReferencedBy: sysinit.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/fake-hwclock RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /sbin/fake-hwclock load $FORCE PID: 90 Start Timestamp: Fri 2018-06-22 13:11:51 CEST Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /sbin/fake-hwclock save CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit systemd-tmpfiles-clean.service: Description: Cleanup of Temporary Directories Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: Tue 2018-09-11 16:06:36 CEST Inactive Exit Timestamp: Tue 2018-09-11 16:06:36 CEST Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: Tue 2018-09-11 16:06:36 CEST May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-tmpfiles-clean.service Invocation ID: a60bd3d163a84484b57fe9e97a26cc62 Documentation: man:tmpfiles.d(5) Documentation: man:systemd-tmpfiles(8) Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.service Condition Timestamp: Tue 2018-09-11 16:06:36 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 16:06:36 CEST Assert Result: yes Requires: system.slice (origin-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) After: time-sync.target (origin-file) After: system.slice (origin-file) After: local-fs.target (origin-file) After: systemd-tmpfiles-clean.timer (destination-implicit) After: systemd-journald.socket (origin-file) TriggeredBy: systemd-tmpfiles-clean.timer (destination-implicit) References: shutdown.target (origin-file) References: time-sync.target (origin-file) References: system.slice (origin-file) References: local-fs.target (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: systemd-tmpfiles-clean.timer (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 IOSchedulingClass: idle IOPriority: 0 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/systemd-tmpfiles --clean PID: 1965 Start Timestamp: Tue 2018-09-11 16:06:36 CEST Exit Timestamp: Tue 2018-09-11 16:06:36 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit systemd-vconsole-setup.service: Description: systemd-vconsole-setup.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-vconsole-setup.service Before: systemd-ask-password-console.service (destination-file) ReferencedBy: systemd-ask-password-console.service (destination-file) -> Unit systemd-initctl.service: Description: initctl Compatibility Daemon Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-initctl.service Documentation: man:systemd-initctl.service(8) Fragment Path: /lib/systemd/system/systemd-initctl.service Requires: system.slice (origin-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: systemd-initctl.socket (destination-implicit) TriggeredBy: systemd-initctl.socket (destination-implicit) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) ReferencedBy: systemd-initctl.socket (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: all NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no SystemCallArchitectures: native -> ExecStart: Command Line: /lib/systemd/systemd-initctl CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit logrotate.timer: Description: Daily rotation of log files Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Wed 2018-09-12 00:00:03 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: logrotate.timer Invocation ID: 663b32ea6743479b9528e688e0547d45 Documentation: man:logrotate(8) Documentation: man:logrotate.conf(5) Fragment Path: /lib/systemd/system/logrotate.timer Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) WantedBy: timers.target (destination-file) Conflicts: shutdown.target (origin-default) Before: timers.target (origin-default) Before: shutdown.target (origin-default) Before: logrotate.service (origin-implicit) After: -.mount (origin-file) After: time-sync.target (origin-default) After: sysinit.target (origin-default) Triggers: logrotate.service (origin-implicit) References: -.mount (origin-file) References: timers.target (origin-default) References: shutdown.target (origin-default) References: time-sync.target (origin-default) References: sysinit.target (origin-default) References: logrotate.service (origin-implicit) ReferencedBy: timers.target (destination-file) RequiresMountsFor: /var/lib/systemd/timers (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Timer State: waiting Result: success Unit: logrotate.service Persistent: yes WakeSystem: no Accuracy: 12h RemainAfterElapse: yes OnCalendar: *-*-* 00:00:00 -> Unit mnt-part3data-ex2.automount: Description: mnt-part3data-ex2.automount Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Wed 2018-09-12 10:11:35 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:08 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:08 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: mnt-part3data-ex2.automount Invocation ID: d143157ccf9c405581782055574dad0c Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Fragment Path: /run/systemd/generator/mnt-part3data-ex2.automount Source Path: /etc/fstab Condition Timestamp: Tue 2018-09-11 15:49:08 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:08 CEST Assert Result: yes Requires: mnt-part3data.mount (origin-path) Requires: -.mount (origin-implicit) RequiredBy: remote-fs.target (destination-file) Conflicts: umount.target (origin-default) Before: remote-fs.target (origin-file) Before: mnt-part3data-ex2.mount (origin-implicit) Before: umount.target (origin-default) After: mnt-part3data.mount (origin-path) After: -.mount (origin-implicit) Triggers: mnt-part3data-ex2.mount (origin-implicit) References: mnt-part3data.mount (origin-path) References: umount.target (origin-default) References: -.mount (origin-implicit) References: remote-fs.target (origin-file) References: mnt-part3data-ex2.mount (origin-implicit) ReferencedBy: remote-fs.target (destination-file) RequiresMountsFor: /mnt/part3data (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Automount State: waiting Result: success Where: /mnt/part3data/ex2 DirectoryMode: 0755 TimeoutIdleUSec: 6min -> Unit sys-devices-virtual-net-he\x2dipv6.device: Description: /sys/devices/virtual/net/he-ipv6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:13 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:13 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-net-he\x2dipv6.device Invocation ID: 3d3e5190fe604b1b87c167847bf8bf47 Following Set Member: sys-subsystem-net-devices-he\x2dipv6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/net/he-ipv6 Found: found-udev -> Unit sys-devices-virtual-net-sit0.device: Description: /sys/devices/virtual/net/sit0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:13 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:13 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-net-sit0.device Invocation ID: ed284e947abe4a77b2f64b69ee836a1c Following Set Member: sys-subsystem-net-devices-sit0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/net/sit0 Found: found-udev -> Unit systemd-ask-password-console.service: Description: Dispatch Password Requests to Console Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-ask-password-console.service Documentation: man:systemd-ask-password-console.service(8) Fragment Path: /lib/systemd/system/systemd-ask-password-console.service ConditionPathExists: !/run/plymouth/pid untested Requires: system.slice (origin-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) After: systemd-vconsole-setup.service (origin-file) After: plymouth-start.service (origin-file) After: systemd-ask-password-console.path (destination-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) TriggeredBy: systemd-ask-password-console.path (destination-implicit) References: shutdown.target (origin-file) References: systemd-vconsole-setup.service (origin-file) References: plymouth-start.service (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) ReferencedBy: systemd-ask-password-console.path (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no SystemCallArchitectures: native -> ExecStart: Command Line: /bin/systemd-tty-ask-password-agent --watch --console CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit systemd-ask-password-console.path: Description: Dispatch Password Requests to Console Directory Watch Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Fri 2018-06-22 13:11:51 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: systemd-ask-password-console.path Invocation ID: 3ceeb5c5bdfe4dfbaddb2817f4f7f1ae Documentation: man:systemd-ask-password-console.service(8) Fragment Path: /lib/systemd/system/systemd-ask-password-console.path ConditionPathExists: !/run/plymouth/pid succeeded Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: -.mount (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) Before: paths.target (origin-file) Before: cryptsetup.target (origin-file) Before: systemd-ask-password-console.service (origin-implicit) After: -.mount (origin-file) After: plymouth-start.service (origin-file) Triggers: systemd-ask-password-console.service (origin-implicit) References: shutdown.target (origin-file) References: plymouth-start.service (origin-file) References: paths.target (origin-file) References: cryptsetup.target (origin-file) References: systemd-ask-password-console.service (origin-implicit) References: -.mount (origin-file) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /run/systemd/ask-password (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Path State: waiting Result: success Unit: systemd-ask-password-console.service MakeDirectory: yes DirectoryMode: 0755 DirectoryNotEmpty: /run/systemd/ask-password -> Unit cups.path: Description: CUPS Scheduler Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Wed 2018-09-12 00:00:03 CEST Inactive Exit Timestamp: Wed 2018-09-12 00:00:03 CEST Active Enter Timestamp: Wed 2018-09-12 00:00:03 CEST Active Exit Timestamp: Wed 2018-09-12 00:00:03 CEST Inactive Enter Timestamp: Wed 2018-09-12 00:00:03 CEST May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: cups.path Invocation ID: 361d8033735a4b4993f122cbef899232 Fragment Path: /lib/systemd/system/cups.path Condition Timestamp: Wed 2018-09-12 00:00:03 CEST Condition Result: yes Assert Timestamp: Wed 2018-09-12 00:00:03 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) PartOf: cups.service (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: paths.target (origin-default) Before: shutdown.target (origin-default) Before: cups.service (origin-implicit) Before: multi-user.target (destination-default) After: -.mount (origin-file) After: sysinit.target (origin-default) Triggers: cups.service (origin-implicit) References: sysinit.target (origin-default) References: paths.target (origin-default) References: -.mount (origin-file) References: shutdown.target (origin-default) References: cups.service (origin-file origin-implicit) ReferencedBy: multi-user.target (destination-file destination-default) RequiresMountsFor: /var/cache/cups/org.cups.cupsd (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Path State: running Result: success Unit: cups.service MakeDirectory: no DirectoryMode: 0755 PathExists: /var/cache/cups/org.cups.cupsd -> Unit rsync.service: Description: fast remote file copy program daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:13 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:13 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: yes Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/rsync.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: rsync.service Invocation ID: 5153518c9c0445f3a322f7dafb48b1b2 Fragment Path: /lib/systemd/system/rsync.service DropIn Path: /etc/systemd/system/rsync.service.d/override.conf ConditionPathExists: /etc/rsyncd.conf succeeded Condition Timestamp: Tue 2018-09-11 15:49:13 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:13 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: system.slice (origin-file) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: network.target (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-default) References: systemd-journald.socket (origin-file) References: basic.target (origin-default) References: network.target (origin-file) References: shutdown.target (origin-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown Main PID: 387 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/bin/rsync --daemon --no-detach PID: 387 Start Timestamp: Tue 2018-09-11 15:49:13 CEST CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-ram1.device: Description: /dev/ram1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram1.device Invocation ID: 7b1e474b7d0440b9b768618b58eb9bc5 Following: sys-devices-virtual-block-ram1.device Following Set Member: sys-devices-virtual-block-ram1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram1 Found: found-udev -> Unit systemd-networkd.service: Description: Network Service Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-networkd.service Documentation: man:systemd-networkd.service(8) Fragment Path: /lib/systemd/system/systemd-networkd.service ConditionCapability: CAP_NET_ADMIN untested Requires: -.mount (origin-file) Requires: tmp.mount (origin-file) Requires: system.slice (origin-file) Wants: network.target (origin-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) Before: network.target (origin-file) Before: apt-daily.service (destination-file) Before: multi-user.target (origin-file) After: systemd-journald.socket (origin-file) After: network-pre.target (origin-file) After: systemd-tmpfiles-setup.service (origin-file) After: -.mount (origin-file) After: systemd-udevd.service (origin-file) After: system.slice (origin-file) After: systemd-sysctl.service (origin-file) After: tmp.mount (origin-file) References: tmp.mount (origin-file) References: shutdown.target (origin-file) References: system.slice (origin-file) References: systemd-sysctl.service (origin-file) References: network.target (origin-file) References: systemd-journald.socket (origin-file) References: network-pre.target (origin-file) References: -.mount (origin-file) References: multi-user.target (origin-file) References: systemd-udevd.service (origin-file) References: systemd-tmpfiles-setup.service (origin-file) ReferencedBy: apt-daily.service (destination-file) RequiresMountsFor: /var/tmp (origin-file) RequiresMountsFor: /tmp (origin-file) RequiresMountsFor: /run/systemd/netif (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: on-failure NotifyAccess: main NotifyState: unknown RestartSec: 0 TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 3min KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: yes PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: yes ProtectControlGroups: yes PrivateNetwork: no PrivateUsers: no ProtectHome: yes ProtectSystem: strict MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: yes RestrictRealtime: yes KeyringMode: private RuntimeDirectoryPreserve: yes RuntimeDirectoryMode: 0755 RuntimeDirectory: systemd/netif StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info CapabilityBoundingSet: cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw AmbientCapabilities: cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw User: systemd-network Group: systemd-network DynamicUser: yes LockPersonality: yes SystemCallFilter: gettid gettimeofday removexattr getpid alarm connect msgrcv semop signalfd epoll_create setgid kill pipe dup2 setresgid32 accept4 pselect6 timerfd_create mq_timedreceive epoll_wait_old listxattr readlinkat mmap2 rt_sigreturn dup3 timer_create openat execve read shutdown sched_setparam nice inotify_init sendmsg sigpending setsockopt rt_tgsigqueueinfo io_destroy get_robust_list set_thread_area bind sendmmsg getuid32 mkdirat io_submit utimensat stat request_key preadv2 recvmsg utime ugetrlimit io_setup clock_gettime utimes symlinkat _llseek munlockall fcntl keyctl fremovexattr remap_file_pages copy_file_range preadv signal setregid times fchown32 getresgid shmat chown prctl mprotect fadvise64_64 getresuid32 umask socket waitpid capset geteuid ioprio_set write setfsuid getpeername nanosleep capget clock_getres socketcall getpriority oldstat lremovexattr poll getdents fstat getgid32 mknod getsockopt mincore waitid ftruncate64 semctl msgsnd chmod sigprocmask restart_syscall epoll_wait sched_setscheduler shmget oldfstat rt_sigaction execveat set_mempolicy statfs open getegid mq_open mlock getgid rt_sigqueueinfo msgget time sched_rr_get_interval lchown ppoll io_cancel sigsuspend mlock2 fallocate getdents64 rmdir setresgid exit_group getitimer readdir dup setreuid32 eventfd process_vm_readv get_thread_area sched_get_priority_min vmsplice setns shmctl setuid renameat sched_getattr mq_unlink msgctl getsockname memfd_create getgroups getgroups32 unlinkat timer_delete sched_yield brk getresgid32 fadvise64 madvise getrusage setpgid arch_prctl truncate64 tee move_pages eventfd2 getresuid userfaultfd fcntl64 mknodat listen pwritev2 accept setgid32 fchdir fdatasync setrlimit unlink access rt_sigpending inotify_add_watch fchmod sigaltstack shmdt tkill epoll_create1 uname signalfd4 getpgrp epoll_ctl_old ioprio_get setreuid fchown setxattr creat faccessat readlink sched_setaffinity llistxattr name_to_handle_at timer_getoverrun setgroups timer_gettime sched_getscheduler recv readahead mlockall lseek pread64 splice sigreturn setpriority add_key syncfs futex unshare futimesat setresuid32 rt_sigtimedwait rt_sigsuspend mbind clock_nanosleep getsid inotify_rm_watch fork rt_sigprocmask msync munmap fchmodat fchownat oldlstat statx timer_settime getcwd mq_notify getrandom fstatfs tgkill setuid32 sched_getaffinity epoll_ctl renameat2 sched_setattr kcmp setitimer vfork newfstatat sendto setsid flistxattr rename process_vm_writev getpgid personality linkat semtimedop fstatat64 flock lstat64 fsync socketpair fsetxattr setfsgid truncate statfs64 getcpu ftruncate lchown32 sendfile64 semget timerfd_gettime readv prlimit64 close sched_getparam set_tid_address geteuid32 exit chdir sync getrlimit wait4 getegid32 sendfile fstat64 _newselect link set_robust_list setgroups32 setfsgid32 symlink mremap stat64 recvmmsg getxattr lstat sched_get_priority_max mq_timedsend munlock pause timerfd_settime oldolduname getuid clone setfsuid32 io_getevents setregid32 writev sync_file_range mmap migrate_pages mq_getsetattr send select pwritev fgetxattr set_tls pwrite64 recvfrom membarrier setresuid olduname pipe2 ipc fstatfs64 inotify_init1 sigaction lgetxattr mkdir get_mempolicy getppid lsetxattr ioctl sysinfo epoll_pwait chown32 SystemCallArchitectures: native RestrictNamespaces: SystemCallErrorNumber: EPERM -> ExecStart: Command Line: /lib/systemd/systemd-networkd CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sound.target: Description: Sound Card Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:09 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sound.target Invocation ID: b8827f7c9da7454989644ca0df8c5315 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/sound.target Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Wants: alsa-state.service (origin-file) Wants: alsa-restore.service (origin-file) WantedBy: sys-devices-platform-soc-soc:audio-bcm2835_alsa-sound-card0.device (destination-udev) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: alsa-state.service (origin-default) After: alsa-restore.service (origin-default) References: alsa-state.service (origin-file origin-default) References: shutdown.target (origin-default) References: alsa-restore.service (origin-file origin-default) ReferencedBy: sys-devices-platform-soc-soc:audio-bcm2835_alsa-sound-card0.device (destination-udev) StopWhenUnneeded: yes RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-disk-by\x2dpath-platform\x2d3f202000.mmc\x2dpart1.device: Description: /dev/disk/by-path/platform-3f202000.mmc-part1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-platform\x2d3f202000.mmc\x2dpart1.device Invocation ID: ca3f9e67b7504c87956798f535113d06 Following: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device Following Set Member: dev-disk-by\x2dlabel-boot.device Following Set Member: dev-mmcblk0p1.device Following Set Member: dev-disk-by\x2duuid-0211\x2d20AB.device Following Set Member: dev-disk-by\x2did-mmc\x2dSU08G_0x20e49f90\x2dpart1.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d01.device Following Set Member: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f202000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0/mmcblk0p1 Found: found-udev -> Unit dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap: Description: /dev/disk/by-id/wwn-0x50004cf20ee1bdae-part1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:59 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:59 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:59 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap Invocation ID: f0fe0037877540188ad2201816a63140 Following: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap Following Set Member: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap Following Set Member: dev-sda1.swap Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) Conflicts: umount.target (origin-default) Before: umount.target (origin-default) Before: swap.target (origin-default) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: umount.target (origin-default) References: system.slice (origin-file) References: -.mount (origin-implicit) References: swap.target (origin-default) References: systemd-journald.socket (origin-file) RequiresMountsFor: /dev/disk/by-id/wwn-0x50004cf20ee1bdae-part1 (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Swap State: active Result: success What: /dev/disk/by-id/wwn-0x50004cf20ee1bdae-part1 From /proc/swaps: yes From fragment: no Device Node: /dev/sda1 Priority: -2 Options: TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit user.slice: Description: User and Session Slice Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Fri 2018-06-22 13:11:51 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: -.slice CGroup: /user.slice CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: user.slice Invocation ID: 54b63eb6824747249347c04ccbc7e9a8 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/user.slice Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: -.slice (origin-implicit) RequiredBy: user-1000.slice (destination-implicit) WantedBy: systemd-logind.service (destination-file) Conflicts: shutdown.target (origin-default) Before: slices.target (origin-file) Before: user-1000.slice (destination-implicit) Before: systemd-logind.service (destination-file) Before: shutdown.target (origin-default) After: -.slice (origin-implicit) References: shutdown.target (origin-default) References: -.slice (origin-implicit) References: slices.target (origin-file) ReferencedBy: systemd-logind.service (destination-file) ReferencedBy: user-1000.slice (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: active CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no -> Unit run-user-1000.mount: Description: /run/user/1000 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:34 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:34 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:34 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: run-user-1000.mount Invocation ID: 0da019cbeb20436c96af55a6a23cdd88 Source Path: /proc/self/mountinfo Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) Conflicts: umount.target (origin-mountinfo-implicit origin-mountinfo-default) Before: umount.target (origin-mountinfo-default) Before: local-fs.target (origin-mountinfo-implicit) After: system.slice (origin-file) After: -.mount (origin-implicit) After: swap.target (origin-mountinfo-default) After: systemd-journald.socket (origin-file) After: local-fs-pre.target (origin-mountinfo-default) References: systemd-journald.socket (origin-file) References: local-fs-pre.target (origin-mountinfo-default) References: -.mount (origin-implicit) References: local-fs.target (origin-mountinfo-implicit) References: swap.target (origin-mountinfo-default) References: umount.target (origin-mountinfo-implicit origin-mountinfo-default) References: system.slice (origin-file) RequiresMountsFor: /run/user (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /run/user/1000 What: tmpfs File System Type: tmpfs Options: rw,nosuid,nodev,relatime,size=100016k,mode=700,uid=1000,gid=1000 From /proc/self/mountinfo: yes From fragment: no Extrinsic: no DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit cryptsetup.target: Description: Local Encrypted Volumes Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Fri 2018-06-22 13:11:51 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: cryptsetup.target Invocation ID: 55671d6fb5c7486696bf9a6ff5f1319a Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/cryptsetup.target Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: sysinit.target (destination-default) After: systemd-ask-password-console.path (destination-file) After: systemd-ask-password-wall.path (destination-file) References: shutdown.target (origin-default) ReferencedBy: systemd-ask-password-wall.path (destination-file) ReferencedBy: systemd-ask-password-console.path (destination-file) ReferencedBy: sysinit.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-hugepages.mount: Description: Huge Pages File System Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: dev-hugepages.mount Documentation: https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/dev-hugepages.mount ConditionVirtualization: !private-users succeeded ConditionCapability: CAP_SYS_ADMIN succeeded ConditionPathExists: /sys/kernel/mm/hugepages failed Condition Timestamp: Tue 2018-09-11 15:48:58 CEST Condition Result: no Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Before: sysinit.target (origin-file) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-file) References: systemd-journald.socket (origin-file) References: -.mount (origin-implicit) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /dev (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: dead Result: success Where: /dev/hugepages What: hugetlbfs File System Type: hugetlbfs Options: n/a From /proc/self/mountinfo: no From fragment: yes Extrinsic: yes DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-mqueue.mount: Description: POSIX Message Queue File System Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Fri 2018-06-22 13:11:51 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/dev-mqueue.mount CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: dev-mqueue.mount Invocation ID: 51b7fed45cce4094a035a34519eb5a22 Documentation: man:mq_overview(7) Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/dev-mqueue.mount ConditionCapability: CAP_SYS_ADMIN succeeded ConditionPathExists: /proc/sys/fs/mqueue succeeded Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Before: sysinit.target (origin-file) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-file) References: systemd-journald.socket (origin-file) References: -.mount (origin-implicit) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /dev (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /dev/mqueue What: mqueue File System Type: mqueue Options: rw,relatime From /proc/self/mountinfo: yes From fragment: yes Extrinsic: yes DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda3.device: Description: ST2000LM003_HN-M201RAD 3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda3.device Invocation ID: 319efa650e004ebcb4d364a818d1c5c2 Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart3.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart3.device Following Set Member: dev-disk-by\x2duuid-d8be751c\x2d0513\x2d472d\x2daaec\x2d6f3563c467e9.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d03.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart3.device Following Set Member: dev-sda3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda3 Found: found-udev -> Unit sys-kernel-debug.mount: Description: Kernel Debug File System Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Fri 2018-06-22 13:11:51 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/sys-kernel-debug.mount CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: sys-kernel-debug.mount Invocation ID: 4616e38855574a79912f4808fbac114a Documentation: https://www.kernel.org/doc/Documentation/filesystems/debugfs.txt Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/sys-kernel-debug.mount ConditionCapability: CAP_SYS_RAWIO succeeded ConditionPathExists: /sys/kernel/debug succeeded Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Before: sysinit.target (origin-file) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: sysinit.target (origin-file) References: -.mount (origin-implicit) References: system.slice (origin-file) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /sys/kernel (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /sys/kernel/debug What: debugfs File System Type: debugfs Options: rw,relatime From /proc/self/mountinfo: yes From fragment: yes Extrinsic: yes DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit auditd.service: Description: auditd.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: auditd.service Before: ssh.service (destination-file) Before: systemd-update-utmp.service (destination-file) ReferencedBy: ssh.service (destination-file) ReferencedBy: systemd-update-utmp.service (destination-file) -> Unit connman.service: Description: connman.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: connman.service Before: apt-daily.service (destination-file) ReferencedBy: apt-daily.service (destination-file) -> Unit alsa-state.service: Description: Manage Sound Card State (restore and store) Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: alsa-state.service Documentation: man:alsactl(1) Fragment Path: /lib/systemd/system/alsa-state.service ConditionPathExists: /etc/alsa/state-daemon.conf failed Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: no Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) WantedBy: sound.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: sound.target (destination-default) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) After: basic.target (origin-default) References: shutdown.target (origin-default) References: sysinit.target (origin-default) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: basic.target (origin-default) ReferencedBy: sound.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/alsactl -E HOME=/run/alsa -s -n 19 -c rdaemon -> ExecStop: Command Line: /usr/sbin/alsactl -E HOME=/run/alsa -s kill save_and_quit CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart2.device: Description: ST2000LM003_HN-M201RAD 2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart2.device Invocation ID: 682e8970fe0a48e9a575396661fc8edc Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda2.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda2.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart2.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d02.device Following Set Member: dev-disk-by\x2duuid-f55adb7f\x2d6d96\x2d4e27\x2da51d\x2da274dfa58214.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device Following Set Member: dev-sda2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda2 Found: found-udev -> Unit systemd-ask-password-wall.path: Description: Forward Password Requests to Wall Directory Watch Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Fri 2018-06-22 13:11:51 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: systemd-ask-password-wall.path Invocation ID: 4d5a00fe4aa5422696203d54070ab3a1 Documentation: man:systemd-ask-password-console.service(8) Fragment Path: /lib/systemd/system/systemd-ask-password-wall.path Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: -.mount (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) Before: paths.target (origin-file) Before: cryptsetup.target (origin-file) Before: systemd-ask-password-wall.service (origin-implicit) After: -.mount (origin-file) Triggers: systemd-ask-password-wall.service (origin-implicit) References: shutdown.target (origin-file) References: paths.target (origin-file) References: -.mount (origin-file) References: cryptsetup.target (origin-file) References: systemd-ask-password-wall.service (origin-implicit) ReferencedBy: multi-user.target (destination-file) RequiresMountsFor: /run/systemd/ask-password (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Path State: waiting Result: success Unit: systemd-ask-password-wall.service MakeDirectory: yes DirectoryMode: 0755 DirectoryNotEmpty: /run/systemd/ask-password -> Unit dev-sda3.device: Description: ST2000LM003_HN-M201RAD 3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:08 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sda3.device Invocation ID: 9861af92ff6b4149af27db8d0ccf38e5 Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda3.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart3.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart3.device Following Set Member: dev-disk-by\x2duuid-d8be751c\x2d0513\x2d472d\x2daaec\x2d6f3563c467e9.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d03.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart3.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda3.device Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Wants: mnt-part3data.mount (origin-file) BoundBy: mnt-part3data.mount (destination-file) BoundBy: systemd-fsck at dev-sda3.service (destination-file) Before: mnt-part3data.mount (destination-file) Before: systemd-fsck at dev-sda3.service (destination-file) ReferencedBy: mnt-part3data.mount (destination-file) ReferencedBy: systemd-fsck at dev-sda3.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda3 Found: found-udev,found-mount -> Unit systemd-sysusers.service: Description: Create System Users Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:56 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:56 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-sysusers.service Invocation ID: bd9dcf6a841d4356a94bb1a24d22d59f Documentation: man:sysusers.d(5) Documentation: man:systemd-sysusers.service(8) Fragment Path: /lib/systemd/system/systemd-sysusers.service ConditionNeedsUpdate: /etc succeeded Condition Timestamp: Tue 2018-09-11 15:48:56 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:48:56 CEST Assert Result: yes Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) Before: systemd-tmpfiles-setup.service (destination-file) Before: systemd-update-done.service (origin-file) Before: sysinit.target (origin-file) Before: systemd-tmpfiles-setup-dev.service (destination-file) Before: systemd-udevd.service (destination-file) After: system.slice (origin-file) After: systemd-remount-fs.service (origin-file) After: systemd-journald.socket (origin-file) References: shutdown.target (origin-file) References: systemd-journald.socket (origin-file) References: sysinit.target (origin-file) References: system.slice (origin-file) References: systemd-update-done.service (origin-file) References: systemd-remount-fs.service (origin-file) ReferencedBy: systemd-udevd.service (destination-file) ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file) ReferencedBy: systemd-tmpfiles-setup.service (destination-file) ReferencedBy: sysinit.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/systemd-sysusers PID: 118 Start Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit local-fs-pre.target: Description: Local File Systems (Pre) Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:56 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:56 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: local-fs-pre.target Invocation ID: 99df979b9e0b49e7a73db06c24ab2278 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/local-fs-pre.target Condition Timestamp: Tue 2018-09-11 15:48:56 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:48:56 CEST Assert Result: yes WantedBy: systemd-remount-fs.service (destination-file) Conflicts: shutdown.target (origin-default) Before: media-webdav-box.mount (destination-file) Before: mnt-part3data.mount (destination-file) Before: local-fs.target (destination-file) Before: systemd-fsck at dev-sda3.service (destination-file) Before: media-webdav-raspi.mount (destination-file) Before: boot.mount (destination-file) Before: shutdown.target (origin-default) Before: run-user-1000.mount (destination-mountinfo-default) Before: systemd-fsck at dev-mmcblk0p1.service (destination-file) Before: tmp.mount (destination-file) Before: media-webdav-namecheap.mount (destination-file) After: systemd-remount-fs.service (destination-file) After: systemd-tmpfiles-setup-dev.service (destination-file) References: shutdown.target (origin-default) ReferencedBy: media-webdav-namecheap.mount (destination-file) ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file) ReferencedBy: media-webdav-raspi.mount (destination-file) ReferencedBy: systemd-fsck at dev-sda3.service (destination-file) ReferencedBy: systemd-fsck at dev-mmcblk0p1.service (destination-file) ReferencedBy: run-user-1000.mount (destination-mountinfo-default) ReferencedBy: tmp.mount (destination-file) ReferencedBy: systemd-remount-fs.service (destination-file) ReferencedBy: media-webdav-box.mount (destination-file) ReferencedBy: mnt-part3data.mount (destination-file) ReferencedBy: boot.mount (destination-file) ReferencedBy: local-fs.target (destination-file) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit sys-devices-virtual-block-ram9.device: Description: /sys/devices/virtual/block/ram9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram9.device Invocation ID: e3653eab47144ed09c39cdccdab31db3 Following Set Member: dev-ram9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram9 Found: found-udev -> Unit systemd-logind.service: Description: Login Service Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:12 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:12 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-logind.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: systemd-logind.service Invocation ID: f2b4c40f59dd401ab8242bb311adc2a4 Documentation: man:systemd-logind.service(8) Documentation: man:logind.conf(5) Documentation: https://www.freedesktop.org/wiki/Software/systemd/logind Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat Fragment Path: /lib/systemd/system/systemd-logind.service ConditionPathExists: /lib/systemd/system/dbus.service succeeded Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: dbus.socket (origin-file) Requires: sysinit.target (origin-default) Wants: user.slice (origin-file) Wants: dbus.socket (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: session-c1.scope (destination-file) Before: multi-user.target (destination-default) Before: session-c2.scope (destination-file) After: system.slice (origin-file) After: dbus.socket (origin-file) After: basic.target (origin-default) After: sysinit.target (origin-default) After: user.slice (origin-file) After: nss-user-lookup.target (origin-file) After: systemd-journald.socket (origin-file) References: shutdown.target (origin-default) References: system.slice (origin-file) References: dbus.socket (origin-file) References: basic.target (origin-default) References: sysinit.target (origin-default) References: user.slice (origin-file) References: nss-user-lookup.target (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: multi-user.target (destination-file destination-default) ReferencedBy: session-c2.scope (destination-file) ReferencedBy: session-c1.scope (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: dbus Restart: always NotifyAccess: main NotifyState: ready Main PID: 215 Main PID Known: yes Main PID Alien: no BusName: org.freedesktop.login1 Bus Name Good: yes RestartSec: 0 TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 3min KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: yes RestrictRealtime: yes KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 16384 Limit NOFILESoft: 16384 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_kill cap_sys_admin cap_sys_tty_config cap_audit_control cap_mac_admin DynamicUser: no LockPersonality: yes SystemCallFilter: add_key listxattr accept4 sendto listen getrandom ioprio_set timerfd_gettime fsetxattr mmap2 rt_sigsuspend set_thread_area mq_notify connect pwrite64 prctl poll timer_create timer_gettime personality set_robust_list fremovexattr fdatasync utimensat mlock2 signal get_mempolicy getcpu mkdir munmap recv getegid setsid pipe setxattr fstatfs64 faccessat fcntl64 eventfd2 chown32 rt_sigpending recvfrom accept setuid request_key setregid32 set_tls mremap mincore timer_delete lstat time getrlimit link set_mempolicy getresgid32 setpgid statfs symlinkat kill unlinkat fork setgid getdents alarm dup2 capset pause getsid rt_sigaction epoll_pwait sigaction sigreturn shmctl inotify_init1 getresuid socketcall getpid epoll_create1 prlimit64 chown setfsuid memfd_create statfs64 flock rmdir mknodat geteuid32 exit unlink getpeername setresuid migrate_pages semget io_getevents stat64 setitimer readv gettimeofday readlink epoll_create shutdown clock_nanosleep clock_getres unshare dup socket arch_prctl munlock getuid sendfile newfstatat rename mlock renameat2 truncate64 send move_pages msync execveat utimes ppoll getrusage getsockopt umask fadvise64_64 inotify_init pread64 inotify_rm_watch getppid fstat setpriority sched_setattr setfsgid olduname close ftruncate64 sched_rr_get_interval getitimer rt_sigtimedwait ugetrlimit userfaultfd lstat64 mknod copy_file_range setgroups pwritev2 nice set_tid_address sched_setparam capget mkdirat mprotect open setns getdents64 mmap io_cancel readdir clone select fstat64 keyctl _llseek exit_group ftruncate fchdir access io_destroy sigpending getsockname inotify_add_watch nanosleep timer_settime shmget getgid munlockall removexattr write epoll_ctl_old oldfstat getegid32 _newselect bind fsync msgsnd syncfs vfork sched_get_priority_max sched_getaffinity io_submit chmod sched_getparam tgkill sched_getattr epoll_wait_old shmat lgetxattr epoll_wait statx setfsuid32 tkill timerfd_create get_thread_area socketpair fchmod lsetxattr setgid32 signalfd flistxattr oldlstat chdir sigprocmask eventfd symlink preadv2 waitpid msgrcv mq_unlink rt_sigreturn sync lchown32 sync_file_range creat timer_getoverrun sched_get_priority_min sendfile64 renameat getresgid getcwd mlockall recvmsg futimesat membarrier fchmodat msgget splice oldolduname geteuid getpriority signalfd4 setresgid get_robust_list execve oldstat process_vm_writev mq_getsetattr readahead semtimedop fstatfs llistxattr sendmmsg getresuid32 timerfd_settime sched_getscheduler pselect6 getxattr sched_setscheduler sigsuspend openat mq_open recvmmsg linkat brk restart_syscall setreuid32 ioprio_get setuid32 dup3 setresgid32 setresuid32 gettid getpgrp pipe2 getgroups lchown mq_timedsend mq_timedreceive setregid uname fchown32 times getgroups32 rt_tgsigqueueinfo kcmp process_vm_readv semop waitid setsockopt sendmsg getpgid shmdt pwritev preadv mbind fchownat msgctl lremovexattr read vmsplice clock_gettime sigaltstack sysinfo sched_yield remap_file_pages fstatat64 writev utime truncate fcntl getuid32 getgid32 fgetxattr ipc rt_sigqueueinfo fallocate wait4 sched_setaffinity fchown lseek name_to_handle_at readlinkat setgroups32 setfsgid32 io_setup tee epoll_ctl setreuid semctl ioctl fadvise64 futex rt_sigprocmask setrlimit madvise stat SystemCallArchitectures: native RestrictNamespaces: SystemCallErrorNumber: EPERM -> ExecStart: Command Line: /lib/systemd/systemd-logind PID: 215 Start Timestamp: Tue 2018-09-11 15:49:09 CEST Status Text: Processing requests... File Descriptor Store Max: 512 File Descriptor Store Current: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no IPAddressDeny=0.0.0.0/0 IPAddressDeny=::/0 -> Unit dev-ram12.device: Description: /dev/ram12 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram12.device Invocation ID: f995dcc4b9e348259bb88e957dbbf099 Following: sys-devices-virtual-block-ram12.device Following Set Member: sys-devices-virtual-block-ram12.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram12 Found: found-udev -> Unit dev-ram4.device: Description: /dev/ram4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram4.device Invocation ID: d94bd49eadc04922bfaf64efd2c3a0bd Following: sys-devices-virtual-block-ram4.device Following Set Member: sys-devices-virtual-block-ram4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram4 Found: found-udev -> Unit systemd-udevd-control.socket: Description: udev Control Socket Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-udevd-control.socket CGroup realized: no CGroup own mask: memory pids Name: systemd-udevd-control.socket Invocation ID: 632a657d87644dee8d9d95e89cf4b807 Documentation: man:systemd-udevd.service(8) Documentation: man:udev(7) Fragment Path: /lib/systemd/system/systemd-udevd-control.socket ConditionPathIsReadWrite: /sys succeeded Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: system.slice (origin-file) WantedBy: systemd-udevd.service (destination-file) WantedBy: sockets.target (destination-file) Before: systemd-udev-trigger.service (destination-file) Before: systemd-udevd.service (origin-implicit destination-file) Before: sockets.target (origin-file) After: -.mount (origin-file) After: system.slice (origin-file) Triggers: systemd-udevd.service (origin-implicit destination-file) References: systemd-udevd.service (origin-implicit) References: -.mount (origin-file) References: system.slice (origin-file) References: sockets.target (origin-file) ReferencedBy: systemd-udev-trigger.service (destination-file) ReferencedBy: systemd-udevd.service (destination-file) ReferencedBy: sockets.target (destination-file) RequiresMountsFor: /run/udev/control (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: running Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0600 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: yes PassSecurity: no TCPCongestion: n/a RemoveOnStop: yes Writable: no FileDescriptorName: systemd-udevd-control.socket SELinuxContextFromNet: no ListenSequentialPacket: /run/udev/control TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit system.slice: Description: System Slice Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Fri 2018-06-22 13:11:51 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: yes Garbage Collection Mode: inactive Slice: -.slice CGroup: /system.slice CGroup realized: yes CGroup realized mask: devices CGroup enabled mask: devices CGroup own mask: memory pids CGroup members mask: memory devices pids Name: system.slice Documentation: man:systemd.special(7) Requires: -.slice (origin-implicit) RequiredBy: systemd-journal-flush.service (destination-file) RequiredBy: boot.mount (destination-file) RequiredBy: systemd-initctl.service (destination-file) RequiredBy: systemd-journald-audit.socket (destination-file) RequiredBy: media-webdav-namecheap.mount (destination-file) RequiredBy: dbus.service (destination-file) RequiredBy: emergency.service (destination-file) RequiredBy: loadcpufreq.service (destination-file) RequiredBy: sys-fs-fuse-connections.mount (destination-file) RequiredBy: -.mount (destination-file) RequiredBy: systemd-tmpfiles-setup.service (destination-file) RequiredBy: systemd-update-utmp.service (destination-file) RequiredBy: apt-daily-upgrade.service (destination-file) RequiredBy: systemd-tmpfiles-clean.service (destination-file) RequiredBy: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap (destination-file) RequiredBy: systemd-initctl.socket (destination-file) RequiredBy: systemd-binfmt.service (destination-file) RequiredBy: systemd-fsckd.socket (destination-file) RequiredBy: systemd-sysctl.service (destination-file) RequiredBy: getty-static.service (destination-file) RequiredBy: nzbget.service (destination-file) RequiredBy: system-serial\x2dgetty.slice (destination-implicit) RequiredBy: systemd-random-seed.service (destination-file) RequiredBy: dev-sda1.swap (destination-file) RequiredBy: cups.service (destination-file) RequiredBy: dbus.socket (destination-file) RequiredBy: systemd-logind.service (destination-file) RequiredBy: systemd-quotacheck.service (destination-file) RequiredBy: apt-daily.service (destination-file) RequiredBy: ifupdown-wait-online.service (destination-file) RequiredBy: tmp.mount (destination-file) RequiredBy: syslog.socket (destination-file) RequiredBy: exim4.service (destination-file) RequiredBy: systemd-udevd.service (destination-file) RequiredBy: fake-hwclock.service (destination-file) RequiredBy: systemd-timesyncd.service (destination-file) RequiredBy: smbd.service (destination-file) RequiredBy: systemd-udevd-kernel.socket (destination-file) RequiredBy: mnt-part3data.mount (destination-file) RequiredBy: system-systemd\x2dfsck.slice (destination-implicit) RequiredBy: media-webdav-raspi.mount (destination-file) RequiredBy: sys-kernel-debug.mount (destination-file) RequiredBy: systemd-udev-trigger.service (destination-file) RequiredBy: rc-local.service (destination-file) RequiredBy: cron.service (destination-file) RequiredBy: systemd-udevd-control.socket (destination-file) RequiredBy: rescue.service (destination-file) RequiredBy: mnt-part3data-homestation.mount (destination-file) RequiredBy: systemd-sysusers.service (destination-file) RequiredBy: systemd-ask-password-wall.service (destination-file) RequiredBy: systemd-fsckd.service (destination-file) RequiredBy: systemd-journald.service (destination-file) RequiredBy: winbind.service (destination-file) RequiredBy: anacron.service (destination-file) RequiredBy: dev-hugepages.mount (destination-file) RequiredBy: systemd-tmpfiles-setup-dev.service (destination-file) RequiredBy: kmod-static-nodes.service (destination-file) RequiredBy: systemd-fsck-root.service (destination-file) RequiredBy: nmbd.service (destination-file) RequiredBy: alsa-restore.service (destination-file) RequiredBy: systemd-user-sessions.service (destination-file) RequiredBy: mysql.service (destination-file) RequiredBy: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap (destination-file) RequiredBy: systemd-modules-load.service (destination-file) RequiredBy: run-user-1000.mount (destination-file) RequiredBy: sys-kernel-config.mount (destination-file) RequiredBy: rsyslog.service (destination-file) RequiredBy: nginx.service (destination-file) RequiredBy: systemd-ask-password-console.service (destination-file) RequiredBy: systemd-machine-id-commit.service (destination-file) RequiredBy: systemd-networkd.service (destination-file) RequiredBy: networking.service (destination-file) RequiredBy: systemd-journald.socket (destination-file) RequiredBy: system-user\x2druntime\x2ddir.slice (destination-implicit) RequiredBy: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap (destination-file) RequiredBy: systemd-remount-fs.service (destination-file) RequiredBy: cpufrequtils.service (destination-file) RequiredBy: ssh.service (destination-file) RequiredBy: system-getty.slice (destination-implicit) RequiredBy: systemd-update-utmp-runlevel.service (destination-file) RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-file) RequiredBy: systemd-journald-dev-log.socket (destination-file) RequiredBy: dev-mqueue.mount (destination-file) RequiredBy: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (destination-file) RequiredBy: cups.socket (destination-file) RequiredBy: alsa-state.service (destination-file) RequiredBy: php7.4-fpm.service (destination-file) RequiredBy: phpsessionclean.service (destination-file) RequiredBy: rsync.service (destination-file) RequiredBy: smartd.service (destination-file) RequiredBy: systemd-hwdb-update.service (destination-file) RequiredBy: media-webdav-box.mount (destination-file) RequiredBy: logrotate.service (destination-file) RequiredBy: mnt-part3data-ex2.mount (destination-file) WantedBy: slices.target (destination-file) Before: system-getty.slice (destination-implicit) Before: -.mount (destination-file) Before: systemd-update-utmp-runlevel.service (destination-file) Before: systemd-initctl.socket (destination-file) Before: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap (destination-file) Before: ssh.service (destination-file) Before: cron.service (destination-file) Before: system-user\x2druntime\x2ddir.slice (destination-implicit) Before: mnt-part3data.mount (destination-file) Before: systemd-tmpfiles-setup.service (destination-file) Before: systemd-journald-audit.socket (destination-file) Before: exim4.service (destination-file) Before: boot.mount (destination-file) Before: systemd-sysctl.service (destination-file) Before: systemd-remount-fs.service (destination-file) Before: smartd.service (destination-file) Before: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (destination-file) Before: systemd-user-sessions.service (destination-file) Before: dev-mqueue.mount (destination-file) Before: dev-sda1.swap (destination-file) Before: systemd-random-seed.service (destination-file) Before: systemd-update-utmp.service (destination-file) Before: dev-hugepages.mount (destination-file) Before: networking.service (destination-file) Before: systemd-journald-dev-log.socket (destination-file) Before: systemd-sysusers.service (destination-file) Before: getty-static.service (destination-file) Before: systemd-logind.service (destination-file) Before: dbus.socket (destination-file) Before: systemd-networkd.service (destination-file) Before: logrotate.service (destination-file) Before: systemd-quotacheck.service (destination-file) Before: nzbget.service (destination-file) Before: cups.service (destination-file) Before: emergency.service (destination-file) Before: tmp.mount (destination-file) Before: systemd-udevd.service (destination-file) Before: php7.4-fpm.service (destination-file) Before: systemd-fsck-root.service (destination-file) Before: rescue.service (destination-file) Before: apt-daily-upgrade.service (destination-file) Before: systemd-tmpfiles-clean.service (destination-file) Before: media-webdav-raspi.mount (destination-file) Before: syslog.socket (destination-file) Before: nginx.service (destination-file) Before: systemd-udev-trigger.service (destination-file) Before: rc-local.service (destination-file) Before: phpsessionclean.service (destination-file) Before: systemd-tmpfiles-setup-dev.service (destination-file) Before: slices.target (destination-file) Before: cups.socket (destination-file) Before: system-serial\x2dgetty.slice (destination-implicit) Before: systemd-ask-password-console.service (destination-file) Before: sys-fs-fuse-connections.mount (destination-file) Before: systemd-journal-flush.service (destination-file) Before: alsa-restore.service (destination-file) Before: systemd-fsckd.socket (destination-file) Before: systemd-fsckd.service (destination-file) Before: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap (destination-file) Before: rsyslog.service (destination-file) Before: sys-kernel-config.mount (destination-file) Before: systemd-timesyncd.service (destination-file) Before: media-webdav-namecheap.mount (destination-file) Before: systemd-journald.socket (destination-file) Before: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap (destination-file) Before: sys-kernel-debug.mount (destination-file) Before: systemd-hwdb-update.service (destination-file) Before: mnt-part3data-homestation.mount (destination-file) Before: loadcpufreq.service (destination-file) Before: media-webdav-box.mount (destination-file) Before: run-user-1000.mount (destination-file) Before: nmbd.service (destination-file) Before: system-systemd\x2dfsck.slice (destination-implicit) Before: dbus.service (destination-file) Before: mysql.service (destination-file) Before: ifupdown-wait-online.service (destination-file) Before: systemd-journald.service (destination-file) Before: winbind.service (destination-file) Before: kmod-static-nodes.service (destination-file) Before: anacron.service (destination-file) Before: systemd-udevd-control.socket (destination-file) Before: fake-hwclock.service (destination-file) Before: alsa-state.service (destination-file) Before: apt-daily.service (destination-file) Before: cpufrequtils.service (destination-file) Before: rsync.service (destination-file) Before: systemd-modules-load.service (destination-file) Before: mnt-part3data-ex2.mount (destination-file) Before: systemd-binfmt.service (destination-file) Before: smbd.service (destination-file) Before: systemd-ask-password-wall.service (destination-file) Before: systemd-machine-id-commit.service (destination-file) Before: proc-sys-fs-binfmt_misc.mount (destination-file) Before: systemd-initctl.service (destination-file) Before: systemd-udevd-kernel.socket (destination-file) After: -.slice (origin-implicit) References: -.slice (origin-implicit) ReferencedBy: systemd-journald.socket (destination-file) ReferencedBy: phpsessionclean.service (destination-file) ReferencedBy: systemd-machine-id-commit.service (destination-file) ReferencedBy: systemd-journald-audit.socket (destination-file) ReferencedBy: rsync.service (destination-file) ReferencedBy: systemd-tmpfiles-clean.service (destination-file) ReferencedBy: systemd-tmpfiles-setup.service (destination-file) ReferencedBy: systemd-udevd-control.socket (destination-file) ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file) ReferencedBy: systemd-modules-load.service (destination-file) ReferencedBy: systemd-udevd-kernel.socket (destination-file) ReferencedBy: systemd-journald-dev-log.socket (destination-file) ReferencedBy: systemd-udev-trigger.service (destination-file) ReferencedBy: logrotate.service (destination-file) ReferencedBy: apt-daily.service (destination-file) ReferencedBy: apt-daily-upgrade.service (destination-file) ReferencedBy: systemd-ask-password-console.service (destination-file) ReferencedBy: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap (destination-file) ReferencedBy: loadcpufreq.service (destination-file) ReferencedBy: alsa-state.service (destination-file) ReferencedBy: systemd-timesyncd.service (destination-file) ReferencedBy: mnt-part3data-homestation.mount (destination-file) ReferencedBy: kmod-static-nodes.service (destination-file) ReferencedBy: dbus.service (destination-file) ReferencedBy: nginx.service (destination-file) ReferencedBy: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap (destination-file) ReferencedBy: tmp.mount (destination-file) ReferencedBy: systemd-sysctl.service (destination-file) ReferencedBy: sys-kernel-config.mount (destination-file) ReferencedBy: systemd-logind.service (destination-file) ReferencedBy: media-webdav-raspi.mount (destination-file) ReferencedBy: boot.mount (destination-file) ReferencedBy: syslog.socket (destination-file) ReferencedBy: systemd-fsck-root.service (destination-file) ReferencedBy: slices.target (destination-file) ReferencedBy: systemd-ask-password-wall.service (destination-file) ReferencedBy: winbind.service (destination-file) ReferencedBy: system-serial\x2dgetty.slice (destination-implicit) ReferencedBy: mnt-part3data-ex2.mount (destination-file) ReferencedBy: emergency.service (destination-file) ReferencedBy: alsa-restore.service (destination-file) ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file) ReferencedBy: smbd.service (destination-file) ReferencedBy: rescue.service (destination-file) ReferencedBy: dev-mqueue.mount (destination-file) ReferencedBy: fake-hwclock.service (destination-file) ReferencedBy: systemd-journald.service (destination-file) ReferencedBy: php7.4-fpm.service (destination-file) ReferencedBy: anacron.service (destination-file) ReferencedBy: systemd-sysusers.service (destination-file) ReferencedBy: -.mount (destination-file) ReferencedBy: systemd-user-sessions.service (destination-file) ReferencedBy: cpufrequtils.service (destination-file) ReferencedBy: sys-kernel-debug.mount (destination-file) ReferencedBy: rc-local.service (destination-file) ReferencedBy: rsyslog.service (destination-file) ReferencedBy: sys-fs-fuse-connections.mount (destination-file) ReferencedBy: systemd-fsckd.service (destination-file) ReferencedBy: ifupdown-wait-online.service (destination-file) ReferencedBy: systemd-fsckd.socket (destination-file) ReferencedBy: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (destination-file) ReferencedBy: ssh.service (destination-file) ReferencedBy: dbus.socket (destination-file) ReferencedBy: system-systemd\x2dfsck.slice (destination-implicit) ReferencedBy: systemd-journal-flush.service (destination-file) ReferencedBy: system-getty.slice (destination-implicit) ReferencedBy: systemd-udevd.service (destination-file) ReferencedBy: cups.service (destination-file) ReferencedBy: smartd.service (destination-file) ReferencedBy: systemd-quotacheck.service (destination-file) ReferencedBy: systemd-update-utmp-runlevel.service (destination-file) ReferencedBy: nmbd.service (destination-file) ReferencedBy: systemd-remount-fs.service (destination-file) ReferencedBy: getty-static.service (destination-file) ReferencedBy: networking.service (destination-file) ReferencedBy: cups.socket (destination-file) ReferencedBy: systemd-binfmt.service (destination-file) ReferencedBy: media-webdav-namecheap.mount (destination-file) ReferencedBy: mysql.service (destination-file) ReferencedBy: systemd-hwdb-update.service (destination-file) ReferencedBy: dev-hugepages.mount (destination-file) ReferencedBy: mnt-part3data.mount (destination-file) ReferencedBy: exim4.service (destination-file) ReferencedBy: system-user\x2druntime\x2ddir.slice (destination-implicit) ReferencedBy: run-user-1000.mount (destination-file) ReferencedBy: systemd-initctl.service (destination-file) ReferencedBy: systemd-update-utmp.service (destination-file) ReferencedBy: dev-sda1.swap (destination-file) ReferencedBy: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap (destination-file) ReferencedBy: media-webdav-box.mount (destination-file) ReferencedBy: cron.service (destination-file) ReferencedBy: systemd-initctl.socket (destination-file) ReferencedBy: systemd-random-seed.service (destination-file) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: nzbget.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: active CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no -> Unit systemd-sysctl.service: Description: Apply Kernel Variables Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:56 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:56 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-sysctl.service Invocation ID: 9dad2c7644484b18bac10554af842cd8 Documentation: man:systemd-sysctl.service(8) Documentation: man:sysctl.d(5) Fragment Path: /lib/systemd/system/systemd-sysctl.service ConditionPathIsReadWrite: /proc/sys/net succeeded Condition Timestamp: Tue 2018-09-11 15:48:56 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:48:56 CEST Assert Result: yes Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: networking.service (destination-file) Before: sysinit.target (origin-file) Before: systemd-networkd.service (destination-file) Before: shutdown.target (origin-file) After: systemd-modules-load.service (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: systemd-modules-load.service (origin-file) References: shutdown.target (origin-file) References: sysinit.target (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: networking.service (destination-file) ReferencedBy: sysinit.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-sysctl PID: 113 Start Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit mnt-part3data-homestation.automount: Description: mnt-part3data-homestation.automount Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Wed 2018-09-12 01:34:26 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:08 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:08 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: mnt-part3data-homestation.automount Invocation ID: 8b6c67775240446990be072575a7c88c Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Fragment Path: /run/systemd/generator/mnt-part3data-homestation.automount Source Path: /etc/fstab Condition Timestamp: Tue 2018-09-11 15:49:08 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:08 CEST Assert Result: yes Requires: mnt-part3data.mount (origin-path) Requires: -.mount (origin-implicit) RequiredBy: remote-fs.target (destination-file) Conflicts: umount.target (origin-default) Before: remote-fs.target (origin-file) Before: umount.target (origin-default) Before: mnt-part3data-homestation.mount (origin-implicit) After: mnt-part3data.mount (origin-path) After: -.mount (origin-implicit) Triggers: mnt-part3data-homestation.mount (origin-implicit) References: umount.target (origin-default) References: -.mount (origin-implicit) References: remote-fs.target (origin-file) References: mnt-part3data-homestation.mount (origin-implicit) References: mnt-part3data.mount (origin-path) ReferencedBy: remote-fs.target (destination-file) RequiresMountsFor: /mnt/part3data (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Automount State: waiting Result: success Where: /mnt/part3data/homestation DirectoryMode: 0755 TimeoutIdleUSec: 10min -> Unit sys-devices-virtual-block-ram3.device: Description: /sys/devices/virtual/block/ram3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram3.device Invocation ID: 878cc7aaacdc42f6bd20a41238ed4b7f Following Set Member: dev-ram3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram3 Found: found-udev -> Unit anacron.service: Description: Run anacron jobs Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: Wed 2018-09-12 11:02:43 CEST Inactive Exit Timestamp: Wed 2018-09-12 11:02:43 CEST Active Enter Timestamp: Wed 2018-09-12 11:02:43 CEST Active Exit Timestamp: Wed 2018-09-12 11:02:43 CEST Inactive Enter Timestamp: Wed 2018-09-12 11:02:43 CEST May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: anacron.service Invocation ID: b72aad21cbad4034aa91a9b91d14b22a Documentation: man:anacron Documentation: man:anacrontab Fragment Path: /lib/systemd/system/anacron.service ConditionACPower: true succeeded Condition Timestamp: Wed 2018-09-12 11:02:43 CEST Condition Result: yes Assert Timestamp: Wed 2018-09-12 11:02:43 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: systemd-journald.socket (origin-file) After: anacron.timer (destination-implicit) After: sysinit.target (origin-default) After: system.slice (origin-file) After: time-sync.target (origin-file) After: basic.target (origin-default) TriggeredBy: anacron.timer (destination-implicit) References: shutdown.target (origin-default) References: systemd-journald.socket (origin-file) References: sysinit.target (origin-default) References: system.slice (origin-file) References: time-sync.target (origin-file) References: basic.target (origin-default) ReferencedBy: anacron.timer (destination-implicit) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/anacron -dsq PID: 8281 Start Timestamp: Wed 2018-09-12 11:02:43 CEST Exit Timestamp: Wed 2018-09-12 11:02:43 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit systemd-journald.socket: Description: Journal Socket Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:56 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-journald.socket CGroup realized: no CGroup own mask: memory pids Name: systemd-journald.socket Invocation ID: 03562519b50c45fa9ef4ec9d260a0ab9 Documentation: man:systemd-journald.service(8) Documentation: man:journald.conf(5) Fragment Path: /lib/systemd/system/systemd-journald.socket Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: system.slice (origin-file) RequiredBy: systemd-journald.service (destination-file) WantedBy: systemd-journald.service (destination-file) WantedBy: sockets.target (destination-file) Before: smartd.service (destination-file) Before: alsa-restore.service (destination-file) Before: systemd-random-seed.service (destination-file) Before: systemd-ask-password-console.service (destination-file) Before: mnt-part3data-homestation.mount (destination-file) Before: media-webdav-namecheap.mount (destination-file) Before: media-webdav-raspi.mount (destination-file) Before: networking.service (destination-file) Before: nzbget.service (destination-file) Before: systemd-journald.service (origin-implicit destination-file) Before: loadcpufreq.service (destination-file) Before: sockets.target (origin-file) Before: systemd-networkd.service (destination-file) Before: systemd-modules-load.service (destination-file) Before: cpufrequtils.service (destination-file) Before: dev-hugepages.mount (destination-file) Before: user-runtime-dir at 1000.service (destination-file) Before: anacron.service (destination-file) Before: systemd-journal-flush.service (destination-file) Before: mysql.service (destination-file) Before: exim4.service (destination-file) Before: systemd-fsck at dev-sda3.service (destination-file) Before: ssh.service (destination-file) Before: systemd-update-utmp-runlevel.service (destination-file) Before: run-user-1000.mount (destination-file) Before: systemd-machine-id-commit.service (destination-file) Before: proc-sys-fs-binfmt_misc.mount (destination-file) Before: logrotate.service (destination-file) Before: apt-daily.service (destination-file) Before: ifupdown-wait-online.service (destination-file) Before: sys-kernel-debug.mount (destination-file) Before: systemd-timesyncd.service (destination-file) Before: nmbd.service (destination-file) Before: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap (destination-file) Before: fake-hwclock.service (destination-file) Before: rc-local.service (destination-file) Before: cups.service (destination-file) Before: dev-mqueue.mount (destination-file) Before: user at 1000.service (destination-file) Before: systemd-logind.service (destination-file) Before: cron.service (destination-file) Before: systemd-sysctl.service (destination-file) Before: dev-sda1.swap (destination-file) Before: apt-daily-upgrade.service (destination-file) Before: sys-kernel-config.mount (destination-file) Before: systemd-hwdb-update.service (destination-file) Before: winbind.service (destination-file) Before: systemd-fsckd.service (destination-file) Before: mnt-part3data.mount (destination-file) Before: systemd-tmpfiles-clean.service (destination-file) Before: getty at tty1.service (destination-file) Before: boot.mount (destination-file) Before: smbd.service (destination-file) Before: systemd-udev-trigger.service (destination-file) Before: dbus.service (destination-file) Before: systemd-fsck-root.service (destination-file) Before: systemd-tmpfiles-setup.service (destination-file) Before: systemd-quotacheck.service (destination-file) Before: systemd-udevd.service (destination-file) Before: serial-getty at ttyAMA0.service (destination-file) Before: systemd-fsck at dev-mmcblk0p1.service (destination-file) Before: getty-static.service (destination-file) Before: mnt-part3data-ex2.mount (destination-file) Before: systemd-initctl.service (destination-file) Before: sys-fs-fuse-connections.mount (destination-file) Before: systemd-update-utmp.service (destination-file) Before: systemd-remount-fs.service (destination-file) Before: alsa-state.service (destination-file) Before: php7.4-fpm.service (destination-file) Before: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (destination-file) Before: nginx.service (destination-file) Before: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap (destination-file) Before: kmod-static-nodes.service (destination-file) Before: systemd-binfmt.service (destination-file) Before: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap (destination-file) Before: tmp.mount (destination-file) Before: media-webdav-box.mount (destination-file) Before: rsync.service (destination-file) Before: systemd-sysusers.service (destination-file) Before: systemd-tmpfiles-setup-dev.service (destination-file) Before: phpsessionclean.service (destination-file) Before: systemd-ask-password-wall.service (destination-file) Before: systemd-user-sessions.service (destination-file) After: -.mount (origin-file) After: system.slice (origin-file) Triggers: systemd-journald.service (origin-implicit destination-file) References: systemd-journald.service (origin-implicit) References: sockets.target (origin-file) References: system.slice (origin-file) References: -.mount (origin-file) ReferencedBy: systemd-quotacheck.service (destination-file) ReferencedBy: apt-daily-upgrade.service (destination-file) ReferencedBy: networking.service (destination-file) ReferencedBy: sys-fs-fuse-connections.mount (destination-file) ReferencedBy: systemd-fsckd.service (destination-file) ReferencedBy: sockets.target (destination-file) ReferencedBy: systemd-fsck at dev-sda3.service (destination-file) ReferencedBy: exim4.service (destination-file) ReferencedBy: kmod-static-nodes.service (destination-file) ReferencedBy: dev-sda1.swap (destination-file) ReferencedBy: anacron.service (destination-file) ReferencedBy: systemd-remount-fs.service (destination-file) ReferencedBy: sys-kernel-debug.mount (destination-file) ReferencedBy: sys-kernel-config.mount (destination-file) ReferencedBy: systemd-update-utmp-runlevel.service (destination-file) ReferencedBy: cpufrequtils.service (destination-file) ReferencedBy: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (destination-file) ReferencedBy: cron.service (destination-file) ReferencedBy: mnt-part3data-homestation.mount (destination-file) ReferencedBy: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap (destination-file) ReferencedBy: systemd-tmpfiles-setup.service (destination-file) ReferencedBy: alsa-state.service (destination-file) ReferencedBy: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap (destination-file) ReferencedBy: systemd-logind.service (destination-file) ReferencedBy: systemd-random-seed.service (destination-file) ReferencedBy: run-user-1000.mount (destination-file) ReferencedBy: logrotate.service (destination-file) ReferencedBy: systemd-user-sessions.service (destination-file) ReferencedBy: systemd-update-utmp.service (destination-file) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap (destination-file) ReferencedBy: apt-daily.service (destination-file) ReferencedBy: nginx.service (destination-file) ReferencedBy: systemd-machine-id-commit.service (destination-file) ReferencedBy: ssh.service (destination-file) ReferencedBy: systemd-fsck at dev-mmcblk0p1.service (destination-file) ReferencedBy: alsa-restore.service (destination-file) ReferencedBy: getty-static.service (destination-file) ReferencedBy: boot.mount (destination-file) ReferencedBy: mysql.service (destination-file) ReferencedBy: systemd-ask-password-wall.service (destination-file) ReferencedBy: fake-hwclock.service (destination-file) ReferencedBy: mnt-part3data.mount (destination-file) ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file) ReferencedBy: media-webdav-box.mount (destination-file) ReferencedBy: dev-mqueue.mount (destination-file) ReferencedBy: systemd-udevd.service (destination-file) ReferencedBy: systemd-journald.service (destination-file) ReferencedBy: getty at tty1.service (destination-file) ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file) ReferencedBy: systemd-timesyncd.service (destination-file) ReferencedBy: systemd-initctl.service (destination-file) ReferencedBy: tmp.mount (destination-file) ReferencedBy: systemd-sysusers.service (destination-file) ReferencedBy: dbus.service (destination-file) ReferencedBy: media-webdav-raspi.mount (destination-file) ReferencedBy: nzbget.service (destination-file) ReferencedBy: user at 1000.service (destination-file) ReferencedBy: mnt-part3data-ex2.mount (destination-file) ReferencedBy: user-runtime-dir at 1000.service (destination-file) ReferencedBy: systemd-binfmt.service (destination-file) ReferencedBy: rsync.service (destination-file) ReferencedBy: winbind.service (destination-file) ReferencedBy: dev-hugepages.mount (destination-file) ReferencedBy: smbd.service (destination-file) ReferencedBy: rc-local.service (destination-file) ReferencedBy: systemd-tmpfiles-clean.service (destination-file) ReferencedBy: systemd-ask-password-console.service (destination-file) ReferencedBy: systemd-journal-flush.service (destination-file) ReferencedBy: phpsessionclean.service (destination-file) ReferencedBy: smartd.service (destination-file) ReferencedBy: media-webdav-namecheap.mount (destination-file) ReferencedBy: nmbd.service (destination-file) ReferencedBy: systemd-fsck-root.service (destination-file) ReferencedBy: loadcpufreq.service (destination-file) ReferencedBy: systemd-udev-trigger.service (destination-file) ReferencedBy: serial-getty at ttyAMA0.service (destination-file) ReferencedBy: systemd-modules-load.service (destination-file) ReferencedBy: php7.4-fpm.service (destination-file) ReferencedBy: cups.service (destination-file) ReferencedBy: systemd-sysctl.service (destination-file) ReferencedBy: ifupdown-wait-online.service (destination-file) ReferencedBy: systemd-hwdb-update.service (destination-file) RequiresMountsFor: /run/systemd/journal/socket (origin-file) RequiresMountsFor: /run/systemd/journal/stdout (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Socket State: running Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0666 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: yes PassSecurity: yes TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: systemd-journald.socket SELinuxContextFromNet: no ReceiveBuffer: 8388608 ListenStream: /run/systemd/journal/stdout ListenDatagram: /run/systemd/journal/socket TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-block-ram14.device: Description: /sys/devices/virtual/block/ram14 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram14.device Invocation ID: 50854040096a463fb0e774eb8b075645 Following Set Member: dev-ram14.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram14 Found: found-udev -> Unit emergency.target: Description: Emergency Mode Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: emergency.target Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/emergency.target Requires: emergency.service (origin-file) Conflicts: shutdown.target (origin-default) ConflictedBy: sysinit.target (destination-file) Before: shutdown.target (origin-default) Before: sysinit.target (destination-file) After: emergency.service (origin-file) References: shutdown.target (origin-default) References: emergency.service (origin-file) ReferencedBy: sysinit.target (destination-file) ReferencedBy: local-fs.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: dead -> Unit nzbget.service: Description: NZBGet Daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:16 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:16 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/nzbget.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: nzbget.service Invocation ID: 64f5240e07f644bca0e2734fd088ae22 Documentation: http://nzbget.net/Documentation Fragment Path: /lib/systemd/system/nzbget.service Condition Timestamp: Tue 2018-09-11 15:49:13 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:13 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: system.slice (origin-file) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: network.target (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-default) References: systemd-journald.socket (origin-file) References: basic.target (origin-default) References: network.target (origin-file) References: shutdown.target (origin-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: on-abnormal NotifyAccess: none NotifyState: unknown Main PID: 418 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info User: root Group: root DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /opt/nzbget/nzbget -D PID: 391 Start Timestamp: Tue 2018-09-11 15:49:13 CEST Exit Timestamp: Tue 2018-09-11 15:49:16 CEST Exit Code: exited Exit Status: 0 -> ExecReload: Command Line: /opt/nzbget/nzbget -O -> ExecStop: Command Line: /opt/nzbget/nzbget -Q CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit systemd-remount-fs.service: Description: Remount Root and Kernel File Systems Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:56 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:56 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-remount-fs.service Invocation ID: b3b972118dc847bf804faaebb9956ad2 Documentation: man:systemd-remount-fs.service(8) Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/systemd-remount-fs.service ConditionPathExists: /etc/fstab succeeded Condition Timestamp: Tue 2018-09-11 15:48:56 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:48:56 CEST Assert Result: yes Requires: system.slice (origin-file) Wants: local-fs-pre.target (origin-file) WantedBy: local-fs.target (destination-file) Conflicts: shutdown.target (origin-file) Before: systemd-quotacheck.service (destination-file) Before: local-fs.target (origin-file) Before: shutdown.target (origin-file) Before: systemd-journal-flush.service (destination-file) Before: systemd-sysusers.service (destination-file) Before: systemd-update-utmp.service (destination-file) Before: systemd-hwdb-update.service (destination-file) Before: local-fs-pre.target (origin-file) Before: systemd-timesyncd.service (destination-file) Before: systemd-random-seed.service (destination-file) After: systemd-fsck-root.service (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: shutdown.target (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: local-fs.target (origin-file) References: systemd-fsck-root.service (origin-file) References: local-fs-pre.target (origin-file) ReferencedBy: systemd-journal-flush.service (destination-file) ReferencedBy: systemd-quotacheck.service (destination-file) ReferencedBy: systemd-timesyncd.service (destination-file) ReferencedBy: systemd-hwdb-update.service (destination-file) ReferencedBy: local-fs.target (destination-file) ReferencedBy: systemd-update-utmp.service (destination-file) ReferencedBy: systemd-sysusers.service (destination-file) ReferencedBy: systemd-random-seed.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-remount-fs PID: 115 Start Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart3.device: Description: ST2000LM003_HN-M201RAD 3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart3.device Invocation ID: e2ae1bb60843409f8db73b2ce12e159e Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda3.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart3.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart3.device Following Set Member: dev-disk-by\x2duuid-d8be751c\x2d0513\x2d472d\x2daaec\x2d6f3563c467e9.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d03.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda3.device Following Set Member: dev-sda3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda3 Found: found-udev -> Unit dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart2.device: Description: ST2000LM003_HN-M201RAD 2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart2.device Invocation ID: 0824524882a24a2c9febcae8c948d752 Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda2.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart2.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d02.device Following Set Member: dev-disk-by\x2duuid-f55adb7f\x2d6d96\x2d4e27\x2da51d\x2da274dfa58214.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device Following Set Member: dev-sda2.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda2 Found: found-udev -> Unit apt-daily-upgrade.timer: Description: Daily apt upgrade and clean activities Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Wed 2018-09-12 06:18:37 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: apt-daily-upgrade.timer Invocation ID: 3ed8c9e8678a4b93a5e984dd1e50fddc Fragment Path: /lib/systemd/system/apt-daily-upgrade.timer Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) WantedBy: timers.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: apt-daily-upgrade.service (origin-implicit) Before: timers.target (origin-default) After: -.mount (origin-file) After: sysinit.target (origin-default) After: apt-daily.timer (origin-file) After: time-sync.target (origin-default) Triggers: apt-daily-upgrade.service (origin-implicit) References: shutdown.target (origin-default) References: -.mount (origin-file) References: sysinit.target (origin-default) References: apt-daily.timer (origin-file) References: apt-daily-upgrade.service (origin-implicit) References: timers.target (origin-default) References: time-sync.target (origin-default) ReferencedBy: timers.target (destination-file) RequiresMountsFor: /var/lib/systemd/timers (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Timer State: waiting Result: success Unit: apt-daily-upgrade.service Persistent: yes WakeSystem: no Accuracy: 1min RemainAfterElapse: yes OnCalendar: *-*-* 06:00:00 -> Unit dev-disk-by\x2dlabel-boot.device: Description: /dev/disk/by-label/boot Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dlabel-boot.device Invocation ID: c1965436ff17407ea9477dacda5ec4d0 Following: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device Following Set Member: dev-mmcblk0p1.device Following Set Member: dev-disk-by\x2duuid-0211\x2d20AB.device Following Set Member: dev-disk-by\x2did-mmc\x2dSU08G_0x20e49f90\x2dpart1.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f202000.mmc\x2dpart1.device Following Set Member: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d01.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f202000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0/mmcblk0p1 Found: found-udev -> Unit graphical.target: Description: Graphical Interface Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:28 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:28 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:28 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: runlevel5.target Name: default.target Name: graphical.target Invocation ID: a1f717249f8e451395533cda1e47388d Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/graphical.target Condition Timestamp: Tue 2018-09-11 15:49:28 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:28 CEST Assert Result: yes Requires: multi-user.target (origin-file) Wants: cpufrequtils.service (origin-file) Wants: systemd-update-utmp-runlevel.service (origin-file) Wants: loadcpufreq.service (origin-file) Wants: display-manager.service (origin-file) Wants: exim4.service (origin-file) Conflicts: shutdown.target (origin-default) Conflicts: rescue.target (origin-file) Conflicts: rescue.service (origin-file) Before: shutdown.target (origin-default) Before: systemd-update-utmp-runlevel.service (destination-file) After: cpufrequtils.service (origin-default destination-file) After: rescue.service (origin-file) After: loadcpufreq.service (origin-default destination-file) After: display-manager.service (origin-file) After: multi-user.target (origin-file origin-default) After: rescue.target (origin-file) After: exim4.service (origin-default destination-file) References: cpufrequtils.service (origin-file origin-default) References: rescue.service (origin-file) References: systemd-update-utmp-runlevel.service (origin-file) References: loadcpufreq.service (origin-file origin-default) References: shutdown.target (origin-default) References: display-manager.service (origin-file) References: multi-user.target (origin-file origin-default) References: exim4.service (origin-file origin-default) References: rescue.target (origin-file) ReferencedBy: systemd-update-utmp-runlevel.service (destination-file) ReferencedBy: cpufrequtils.service (destination-file) ReferencedBy: exim4.service (destination-file) ReferencedBy: loadcpufreq.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit clamav-daemon.service: Description: clamav-daemon.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: clamav-daemon.service Before: exim4.service (destination-file) ReferencedBy: exim4.service (destination-file) -> Unit dev-ram5.device: Description: /dev/ram5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram5.device Invocation ID: 6544d6aa41a5455c9fc67c6fd239b9e0 Following: sys-devices-virtual-block-ram5.device Following Set Member: sys-devices-virtual-block-ram5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram5 Found: found-udev -> Unit dev-disk-by\x2dpartuuid-311b5f75\x2d02.device: Description: ST2000LM003_HN-M201RAD 2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpartuuid-311b5f75\x2d02.device Invocation ID: dda19f1c1cac4282b53f8c6b39ebdcdf Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda2.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda2.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart2.device Following Set Member: dev-disk-by\x2duuid-f55adb7f\x2d6d96\x2d4e27\x2da51d\x2da274dfa58214.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device Following Set Member: dev-sda2.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda2 Found: found-udev -> Unit rescue.target: Description: Rescue Mode Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: rescue.target Name: runlevel1.target Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/rescue.target Requires: rescue.service (origin-file) Requires: sysinit.target (origin-file) Wants: systemd-update-utmp-runlevel.service (origin-file) Conflicts: shutdown.target (origin-default) ConflictedBy: graphical.target (destination-file) ConflictedBy: multi-user.target (destination-file) Before: graphical.target (destination-file) Before: systemd-update-utmp-runlevel.service (destination-file) Before: shutdown.target (origin-default) Before: multi-user.target (destination-file) After: rescue.service (origin-file) After: sysinit.target (origin-file origin-default) References: systemd-update-utmp-runlevel.service (origin-file) References: shutdown.target (origin-default) References: sysinit.target (origin-file origin-default) References: rescue.service (origin-file) ReferencedBy: graphical.target (destination-file) ReferencedBy: systemd-update-utmp-runlevel.service (destination-file) ReferencedBy: multi-user.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: dead -> Unit user-runtime-dir at 1000.service: Description: /run/user/1000 mount wrapper Instance: 1000 Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:34 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:34 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:34 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-user\x2druntime\x2ddir.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: user-runtime-dir at 1000.service Invocation ID: 4c854a55fd5c48e8a92690a489471bd8 Fragment Path: /lib/systemd/system/user-runtime-dir at .service Condition Timestamp: Tue 2018-09-11 15:49:34 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:34 CEST Assert Result: yes Requires: system-user\x2druntime\x2ddir.slice (origin-file) Requires: sysinit.target (origin-default) RequiredBy: user at 1000.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: user at 1000.service (destination-file) After: sysinit.target (origin-default) After: system-user\x2druntime\x2ddir.slice (origin-file) After: basic.target (origin-default) After: systemd-journald.socket (origin-file) References: sysinit.target (origin-default) References: system-user\x2druntime\x2ddir.slice (origin-file) References: shutdown.target (origin-default) References: basic.target (origin-default) References: systemd-journald.socket (origin-file) ReferencedBy: user at 1000.service (destination-file) StopWhenUnneeded: yes RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-user-runtime-dir start 1000 PID: 744 Start Timestamp: Tue 2018-09-11 15:49:34 CEST Exit Timestamp: Tue 2018-09-11 15:49:34 CEST Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /lib/systemd/systemd-user-runtime-dir stop 1000 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit nss-lookup.target: Description: Host and Network Name Lookups Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: nss-lookup.target Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/nss-lookup.target Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: exim4.service (destination-file) References: shutdown.target (origin-default) ReferencedBy: exim4.service (destination-file) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: dead -> Unit proc-sys-fs-binfmt_misc.automount: Description: Arbitrary Executable File Formats File System Automount Point Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Fri 2018-06-22 13:11:51 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: proc-sys-fs-binfmt_misc.automount Invocation ID: ee3cff5aed7748e5ab448c4f714a3a0f Documentation: https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/proc-sys-fs-binfmt_misc.automount ConditionPathIsReadWrite: /proc/sys succeeded ConditionPathExists: /proc/sys/fs/binfmt_misc succeeded Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: -.mount (origin-implicit) WantedBy: sysinit.target (destination-file) Before: sysinit.target (origin-file) Before: proc-sys-fs-binfmt_misc.mount (origin-implicit) Before: systemd-binfmt.service (destination-file) After: -.mount (origin-implicit) Triggers: proc-sys-fs-binfmt_misc.mount (origin-implicit) References: -.mount (origin-implicit) References: proc-sys-fs-binfmt_misc.mount (origin-implicit) References: sysinit.target (origin-file) ReferencedBy: systemd-binfmt.service (destination-file) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /proc/sys/fs (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Automount State: waiting Result: success Where: /proc/sys/fs/binfmt_misc DirectoryMode: 0755 TimeoutIdleUSec: 0 -> Unit sys-module-configfs.device: Description: /sys/module/configfs Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-module-configfs.device Invocation ID: fdcf5f39f5844c228b5b53377c4e0346 Wants: sys-kernel-config.mount (origin-udev) References: sys-kernel-config.mount (origin-udev) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/module/configfs Found: found-udev udev SYSTEMD_WANTS: sys-kernel-config.mount -> Unit proc-sys-fs-binfmt_misc.mount: Description: Arbitrary Executable File Formats File System Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: proc-sys-fs-binfmt_misc.mount Documentation: https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/proc-sys-fs-binfmt_misc.mount Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) After: -.mount (origin-implicit) After: system.slice (origin-file) After: proc-sys-fs-binfmt_misc.automount (destination-implicit) After: systemd-journald.socket (origin-file) TriggeredBy: proc-sys-fs-binfmt_misc.automount (destination-implicit) References: -.mount (origin-implicit) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-implicit) RequiresMountsFor: /proc/sys/fs (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: dead Result: success Where: /proc/sys/fs/binfmt_misc What: binfmt_misc File System Type: binfmt_misc Options: n/a From /proc/self/mountinfo: no From fragment: yes Extrinsic: yes DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627.device: Description: ST2000LM003_HN-M201RAD Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627.device Invocation ID: d53239be24cc4e589a7bce27afeb4853 Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0.device Following Set Member: dev-sda.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda Found: found-udev -> Unit sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda.device: Description: ST2000LM003_HN-M201RAD Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda.device Invocation ID: a64afee9828a4e1cb34729e4e2e2b88d Following Set Member: dev-sda.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda Found: found-udev -> Unit timers.target: Description: Timers Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:09 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: timers.target Invocation ID: a3f913ed660049e1b10eef04296f1077 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/timers.target Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Wants: systemd-tmpfiles-clean.timer (origin-file) Wants: apt-daily-upgrade.timer (origin-file) Wants: phpsessionclean.timer (origin-file) Wants: logrotate.timer (origin-file) Wants: apt-daily.timer (origin-file) Wants: anacron.timer (origin-file) WantedBy: basic.target (destination-file) Conflicts: shutdown.target (origin-file) After: systemd-tmpfiles-clean.timer (destination-default) After: apt-daily.timer (destination-default) After: anacron.timer (destination-default) After: phpsessionclean.timer (destination-default) After: apt-daily-upgrade.timer (destination-default) After: logrotate.timer (destination-default) References: systemd-tmpfiles-clean.timer (origin-file) References: shutdown.target (origin-file) References: apt-daily-upgrade.timer (origin-file) References: phpsessionclean.timer (origin-file) References: logrotate.timer (origin-file) References: apt-daily.timer (origin-file) References: anacron.timer (origin-file) ReferencedBy: apt-daily.timer (destination-default) ReferencedBy: phpsessionclean.timer (destination-default) ReferencedBy: apt-daily-upgrade.timer (destination-default) ReferencedBy: basic.target (destination-file) ReferencedBy: systemd-tmpfiles-clean.timer (destination-default) ReferencedBy: logrotate.timer (destination-default) ReferencedBy: anacron.timer (destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit boot.mount: Description: /boot Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:59 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:59 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/boot.mount CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: boot.mount Invocation ID: 2e60417e5aab483fb6de1ec16d307d22 Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Fragment Path: /run/systemd/generator/boot.mount Source Path: /etc/fstab Condition Timestamp: Tue 2018-09-11 15:48:58 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:48:58 CEST Assert Result: yes Requires: -.mount (origin-file origin-implicit) Requires: systemd-fsck at dev-mmcblk0p1.service (origin-file) Requires: system.slice (origin-file) BindsTo: dev-mmcblk0p1.device (origin-file) RequiredBy: local-fs.target (destination-file) WantedBy: dev-mmcblk0p1.device (destination-file) Conflicts: umount.target (origin-file) Before: umount.target (origin-file) Before: local-fs.target (origin-file) After: dev-mmcblk0p1.device (origin-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: -.mount (origin-file origin-implicit) After: systemd-fsck at dev-mmcblk0p1.service (origin-file) After: local-fs-pre.target (origin-file) References: dev-mmcblk0p1.device (origin-file) References: umount.target (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: -.mount (origin-file origin-implicit) References: local-fs.target (origin-file) References: systemd-fsck at dev-mmcblk0p1.service (origin-file) References: local-fs-pre.target (origin-file) ReferencedBy: local-fs.target (destination-file) RequiresMountsFor: / (origin-implicit) RequiresMountsFor: /dev/mmcblk0p1 (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /boot What: /dev/mmcblk0p1 File System Type: vfat Options: ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro From /proc/self/mountinfo: yes From fragment: yes Extrinsic: no DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-block-ram0.device: Description: /sys/devices/virtual/block/ram0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram0.device Invocation ID: 69b2f5a425c6460d8615ae36b09b4856 Following Set Member: dev-ram0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram0 Found: found-udev -> Unit dev-disk-by\x2did-mmc\x2dSU08G_0x20e49f90\x2dpart1.device: Description: /dev/disk/by-id/mmc-SU08G_0x20e49f90-part1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-mmc\x2dSU08G_0x20e49f90\x2dpart1.device Invocation ID: 16ce582fa61841cfab1015f5cb3e6672 Following: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device Following Set Member: dev-mmcblk0p1.device Following Set Member: dev-disk-by\x2dlabel-boot.device Following Set Member: dev-disk-by\x2duuid-0211\x2d20AB.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f202000.mmc\x2dpart1.device Following Set Member: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d01.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f202000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0/mmcblk0p1 Found: found-udev -> Unit systemd-machine-id-commit.service: Description: Commit a transient machine-id on disk Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-machine-id-commit.service Documentation: man:systemd-machine-id-commit.service(8) Fragment Path: /lib/systemd/system/systemd-machine-id-commit.service ConditionPathIsMountPoint: /etc/machine-id failed ConditionPathIsReadWrite: /etc untested Condition Timestamp: Tue 2018-09-11 15:49:08 CEST Condition Result: no Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) Before: sysinit.target (origin-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: local-fs.target (origin-file) References: local-fs.target (origin-file) References: sysinit.target (origin-file) References: shutdown.target (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: sysinit.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 30s TimeoutStopSec: 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/systemd-machine-id-setup --commit CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit media-webdav-box.automount: Description: Automount webdav box Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:13 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:13 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: media-webdav-box.automount Invocation ID: a4aa2b429bc64fd694cd89dbf06dddcd Fragment Path: /etc/systemd/system/media-webdav-box.automount Condition Timestamp: Tue 2018-09-11 15:49:13 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:13 CEST Assert Result: yes Requires: -.mount (origin-implicit) Wants: network-online.target (origin-file) WantedBy: remote-fs.target (destination-file) Conflicts: umount.target (origin-default) Before: umount.target (origin-default) Before: media-webdav-box.mount (origin-implicit) After: network-online.target (origin-file) After: -.mount (origin-implicit) Triggers: media-webdav-box.mount (origin-implicit) References: -.mount (origin-implicit) References: umount.target (origin-default) References: media-webdav-box.mount (origin-implicit) References: network-online.target (origin-file) ReferencedBy: remote-fs.target (destination-file) RequiresMountsFor: /media/webdav (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Automount State: waiting Result: success Where: /media/webdav/box DirectoryMode: 0755 TimeoutIdleUSec: 10min -> Unit sys-devices-virtual-block-ram8.device: Description: /sys/devices/virtual/block/ram8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram8.device Invocation ID: ed0035d574124352af6c16c8744f7a17 Following Set Member: dev-ram8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram8 Found: found-udev -> Unit logrotate.service: Description: Rotate log files Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: Wed 2018-09-12 00:00:03 CEST Inactive Exit Timestamp: Wed 2018-09-12 00:00:01 CEST Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: Wed 2018-09-12 00:00:03 CEST May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory devices pids Name: logrotate.service Invocation ID: 826ea995934341b6b54f0810c85e0f36 Documentation: man:logrotate(8) Documentation: man:logrotate.conf(5) Fragment Path: /lib/systemd/system/logrotate.service ConditionACPower: true succeeded Condition Timestamp: Wed 2018-09-12 00:00:01 CEST Condition Result: yes Assert Timestamp: Wed 2018-09-12 00:00:01 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) Requires: tmp.mount (origin-file) Requires: -.mount (origin-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: -.mount (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) After: systemd-tmpfiles-setup.service (origin-file) After: sysinit.target (origin-default) After: basic.target (origin-default) After: tmp.mount (origin-file) After: logrotate.timer (destination-implicit) TriggeredBy: logrotate.timer (destination-implicit) References: -.mount (origin-file) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-default) References: system.slice (origin-file) References: sysinit.target (origin-default) References: systemd-tmpfiles-setup.service (origin-file) References: basic.target (origin-default) References: tmp.mount (origin-file) ReferencedBy: logrotate.timer (destination-implicit) RequiresMountsFor: /tmp (origin-file) RequiresMountsFor: /var/tmp (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: yes PrivateDevices: yes ProtectKernelTunables: no ProtectKernelModules: yes ProtectControlGroups: yes PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: full MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: yes KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Nice: 19 Limit NOFILE: 4096 Limit NOFILESoft: 1024 IOSchedulingClass: best-effort IOPriority: 7 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/logrotate /etc/logrotate.conf PID: 31371 Start Timestamp: Wed 2018-09-12 00:00:01 CEST Exit Timestamp: Wed 2018-09-12 00:00:03 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=closed Delegate=no -> Unit alsa-restore.service: Description: Save/Restore Sound Card State Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:09 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: alsa-restore.service Invocation ID: e35be3d098b9495a8529a5e70bc9ac35 Documentation: man:alsactl(1) Fragment Path: /lib/systemd/system/alsa-restore.service ConditionPathExists: /var/lib/alsa/asound.state succeeded ConditionPathExistsGlob: /dev/snd/control* succeeded ConditionPathExists: !/etc/alsa/state-daemon.conf succeeded Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) WantedBy: sound.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: sound.target (destination-default) After: system.slice (origin-file) After: basic.target (origin-default) After: systemd-journald.socket (origin-file) After: sysinit.target (origin-default) References: shutdown.target (origin-default) References: sysinit.target (origin-default) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: basic.target (origin-default) ReferencedBy: sound.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/alsactl -E HOME=/run/alsa restore PID: 211 Start Timestamp: Tue 2018-09-11 15:49:09 CEST Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /usr/sbin/alsactl -E HOME=/run/alsa store CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sys-kernel-config.mount: Description: Kernel Configuration File System Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:56 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:56 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/sys-kernel-config.mount CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: sys-kernel-config.mount Invocation ID: 67cb98e1378648069fe7f19f5bf2a217 Documentation: https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/sys-kernel-config.mount ConditionCapability: CAP_SYS_RAWIO succeeded ConditionPathExists: /sys/kernel/config succeeded Condition Timestamp: Tue 2018-09-11 15:48:56 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:48:56 CEST Assert Result: yes Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) WantedBy: sys-module-configfs.device (destination-udev) WantedBy: sysinit.target (destination-file) Before: sysinit.target (origin-file) After: systemd-modules-load.service (origin-file) After: systemd-journald.socket (origin-file) After: -.mount (origin-implicit) After: system.slice (origin-file) References: systemd-modules-load.service (origin-file) References: systemd-journald.socket (origin-file) References: sysinit.target (origin-file) References: -.mount (origin-implicit) References: system.slice (origin-file) ReferencedBy: sys-module-configfs.device (destination-udev) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /sys/kernel (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /sys/kernel/config What: configfs File System Type: configfs Options: rw,relatime From /proc/self/mountinfo: yes From fragment: yes Extrinsic: yes DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit media-webdav-box.mount: Description: webdav box Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: media-webdav-box.mount Fragment Path: /etc/systemd/system/media-webdav-box.mount Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) Wants: network-online.target (origin-file) Conflicts: umount.target (origin-file) Before: umount.target (origin-file) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: media-webdav-box.automount (destination-implicit) After: local-fs-pre.target (origin-file) After: system.slice (origin-file) After: network-online.target (origin-file) TriggeredBy: media-webdav-box.automount (destination-implicit) References: systemd-journald.socket (origin-file) References: -.mount (origin-implicit) References: system.slice (origin-file) References: umount.target (origin-file) References: network-online.target (origin-file) References: local-fs-pre.target (origin-file) ReferencedBy: media-webdav-box.automount (destination-implicit) RequiresMountsFor: /media/webdav (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: dead Result: success Where: /media/webdav/box What: https://dav.box.com/dav File System Type: davfs Options: users,file_mode=0777,dir_mode=0777 From /proc/self/mountinfo: no From fragment: yes Extrinsic: no DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit loadcpufreq.service: Description: LSB: Load kernel modules needed to enable cpufreq scaling Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:12 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:12 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: loadcpufreq.service Invocation ID: 016f29b6267c40a8bdfc4a9b27127796 Documentation: man:systemd-sysv-generator(8) Fragment Path: /run/systemd/generator.late/loadcpufreq.service Source Path: /etc/init.d/loadcpufreq Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) WantedBy: graphical.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: cpufrequtils.service (destination-file) Before: graphical.target (origin-file destination-default) Before: multi-user.target (origin-file destination-default) Before: shutdown.target (origin-default) After: sysinit.target (origin-default) After: basic.target (origin-default) After: remote-fs.target (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-default) References: basic.target (origin-default) References: remote-fs.target (origin-file) References: shutdown.target (origin-default) References: multi-user.target (origin-file) References: systemd-journald.socket (origin-file) References: graphical.target (origin-file) ReferencedBy: graphical.target (destination-file destination-default) ReferencedBy: cpufrequtils.service (destination-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: no Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 5min TimeoutStopSec: 5min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/init.d/loadcpufreq start PID: 207 Start Timestamp: Tue 2018-09-11 15:49:09 CEST Exit Timestamp: Tue 2018-09-11 15:49:12 CEST Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /etc/init.d/loadcpufreq stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit mnt-part3data.mount: Description: /mnt/part3data Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:08 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:08 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:08 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/mnt-part3data.mount CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: mnt-part3data.mount Invocation ID: deff99b3a0844a48b837dbb1f021b7d0 Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Fragment Path: /run/systemd/generator/mnt-part3data.mount Source Path: /etc/fstab Condition Timestamp: Tue 2018-09-11 15:49:08 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:08 CEST Assert Result: yes Requires: -.mount (origin-file origin-implicit) Requires: systemd-fsck at dev-sda3.service (origin-file) Requires: system.slice (origin-file) BindsTo: dev-sda3.device (origin-file) RequiredBy: mnt-part3data-homestation.automount (destination-path) RequiredBy: mnt-part3data-ex2.automount (destination-path) RequiredBy: mnt-part3data-homestation.mount (destination-path) RequiredBy: mnt-part3data-ex2.mount (destination-path) RequiredBy: local-fs.target (destination-file) WantedBy: dev-sda3.device (destination-file) Conflicts: umount.target (origin-file) Before: mnt-part3data-homestation.automount (destination-path) Before: mnt-part3data-ex2.automount (destination-path) Before: umount.target (origin-file) Before: mnt-part3data-homestation.mount (destination-path) Before: mnt-part3data-ex2.mount (destination-path) Before: local-fs.target (origin-file) After: dev-sda3.device (origin-file) After: system.slice (origin-file) After: systemd-fsck at dev-sda3.service (origin-file) After: systemd-journald.socket (origin-file) After: -.mount (origin-file origin-implicit) After: local-fs-pre.target (origin-file) References: dev-sda3.device (origin-file) References: umount.target (origin-file) References: system.slice (origin-file) References: systemd-fsck at dev-sda3.service (origin-file) References: systemd-journald.socket (origin-file) References: -.mount (origin-file origin-implicit) References: local-fs.target (origin-file) References: local-fs-pre.target (origin-file) ReferencedBy: mnt-part3data-homestation.automount (destination-path) ReferencedBy: mnt-part3data-ex2.automount (destination-path) ReferencedBy: mnt-part3data-homestation.mount (destination-path) ReferencedBy: mnt-part3data-ex2.mount (destination-path) ReferencedBy: local-fs.target (destination-file) RequiresMountsFor: /mnt (origin-implicit) RequiresMountsFor: /dev/sda3 (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /mnt/part3data What: /dev/sda3 File System Type: ext4 Options: rw,noatime,data=ordered From /proc/self/mountinfo: yes From fragment: yes Extrinsic: no DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit -.slice: Description: Root Slice Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Fri 2018-06-22 13:11:51 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: yes Garbage Collection Mode: inactive Slice: n/a CGroup: CGroup realized: yes CGroup realized mask: cpu cpuacct devices CGroup enabled mask: devices CGroup own mask: cpu cpuacct memory pids CGroup members mask: memory devices pids Name: -.slice Documentation: man:systemd.special(7) RequiredBy: system.slice (destination-implicit) RequiredBy: user.slice (destination-implicit) RequiredBy: init.scope (destination-file) WantedBy: slices.target (destination-file) Before: slices.target (destination-file) Before: system.slice (destination-implicit) Before: init.scope (destination-file) Before: user.slice (destination-implicit) ReferencedBy: slices.target (destination-file) ReferencedBy: system.slice (destination-implicit) ReferencedBy: init.scope (destination-file) ReferencedBy: user.slice (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: active CPUAccounting=yes IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no -> Unit getty at tty1.service: Description: Getty on tty1 Instance: tty1 Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:14 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:14 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:14 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-getty.slice CGroup: /system.slice/system-getty.slice/getty at tty1.service CGroup realized: yes CGroup own mask: memory pids Name: getty at tty1.service Invocation ID: f275c69ff8b94a88ac7407cb8b0c143c Documentation: man:agetty(8) Documentation: man:systemd-getty-generator(8) Documentation: http://0pointer.de/blog/projects/serial-console.html Fragment Path: /lib/systemd/system/getty at .service DropIn Path: /etc/systemd/system/getty at tty1.service.d/noclear.conf ConditionPathExists: /dev/tty0 succeeded Condition Timestamp: Tue 2018-09-11 15:49:14 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:14 CEST Assert Result: yes Requires: system-getty.slice (origin-file) Requires: sysinit.target (origin-default) WantedBy: getty.target (destination-file) Conflicts: shutdown.target (origin-default) Conflicts: rescue.service (origin-file) Before: shutdown.target (origin-default) Before: rescue.service (origin-file) Before: getty.target (origin-file destination-default) After: systemd-user-sessions.service (origin-file) After: plymouth-quit-wait.service (origin-file) After: basic.target (origin-default) After: systemd-journald.socket (origin-file) After: sysinit.target (origin-default) After: getty-pre.target (origin-file) After: system-getty.slice (origin-file) After: rc-local.service (origin-file) References: rescue.service (origin-file) References: shutdown.target (origin-default) References: systemd-user-sessions.service (origin-file) References: plymouth-quit-wait.service (origin-file) References: basic.target (origin-default) References: systemd-journald.socket (origin-file) References: sysinit.target (origin-default) References: getty-pre.target (origin-file) References: system-getty.slice (origin-file) References: rc-local.service (origin-file) References: getty.target (origin-file) ReferencedBy: getty.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: idle Restart: always NotifyAccess: none NotifyState: unknown Main PID: 409 Main PID Known: yes Main PID Alien: no RestartSec: 0 TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: yes UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private UnsetEnvironment: LANG UnsetEnvironment: LANGUAGE UnsetEnvironment: LC_CTYPE UnsetEnvironment: LC_NUMERIC UnsetEnvironment: LC_TIME UnsetEnvironment: LC_COLLATE UnsetEnvironment: LC_MONETARY UnsetEnvironment: LC_MESSAGES UnsetEnvironment: LC_PAPER UnsetEnvironment: LC_NAME UnsetEnvironment: LC_ADDRESS UnsetEnvironment: LC_TELEPHONE UnsetEnvironment: LC_MEASUREMENT UnsetEnvironment: LC_IDENTIFICATION RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit TTYPath: /dev/tty1 TTYReset: yes TTYVHangup: yes TTYVTDisallocate: no SyslogFacility: daemon SyslogLevel: info DynamicUser: no UtmpIdentifier: tty1 LockPersonality: no -> ExecStart: Command Line: /sbin/agetty -o '-p -- \u' --noclear tty1 $TERM PID: 409 Start Timestamp: Tue 2018-09-11 15:49:14 CEST CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae.device: Description: ST2000LM003_HN-M201RAD Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae.device Invocation ID: dc725ed616e9444f8ac3d629222cc5da Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda.device Following Set Member: dev-sda.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda Found: found-udev -> Unit kmod-static-nodes.service: Description: Create list of required static device nodes for the current kernel Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Fri 2018-06-22 13:11:51 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: kmod-static-nodes.service Invocation ID: 7247fb328ff94cdcbb2d4aed40de8fec Fragment Path: /lib/systemd/system/kmod-static-nodes.service ConditionFileNotEmpty: /lib/modules/4.14.69-v7+/modules.devname succeeded ConditionCapability: CAP_SYS_MODULE succeeded Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Before: systemd-tmpfiles-setup-dev.service (origin-file) Before: sysinit.target (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: systemd-tmpfiles-setup-dev.service (origin-file) References: sysinit.target (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: sysinit.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf PID: 86 Start Timestamp: Fri 2018-06-22 13:11:51 CEST Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit apparmor.service: Description: apparmor.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: apparmor.service Before: networking.service (destination-file) ReferencedBy: networking.service (destination-file) -> Unit session-c1.scope: Description: Session c1 of user peter Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 22:34:16 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:34 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:34 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: yes Perpetual: no Garbage Collection Mode: inactive Slice: user-1000.slice CGroup: /user.slice/user-1000.slice/session-c1.scope CGroup realized: yes CGroup own mask: memory pids Name: session-c1.scope Invocation ID: b061734a0fe9441f8749911f6d33a70e Fragment Path: /run/systemd/transient/session-c1.scope Condition Timestamp: Tue 2018-09-11 15:49:34 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:34 CEST Assert Result: yes Requires: user-1000.slice (origin-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: user-1000.slice (origin-file) After: systemd-logind.service (origin-file) After: systemd-user-sessions.service (origin-file) References: systemd-logind.service (origin-file) References: shutdown.target (origin-default) References: systemd-user-sessions.service (origin-file) References: user-1000.slice (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Scope State: abandoned Result: success CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: yes -> Unit systemd-binfmt.service: Description: Set Up Additional Binary Formats Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-binfmt.service Documentation: man:systemd-binfmt.service(8) Documentation: man:binfmt.d(5) Documentation: https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/systemd-binfmt.service ConditionDirectoryNotEmpty: |/run/binfmt.d failed ConditionDirectoryNotEmpty: |/etc/binfmt.d failed ConditionDirectoryNotEmpty: |/usr/local/lib/binfmt.d failed ConditionDirectoryNotEmpty: |/usr/lib/binfmt.d failed ConditionDirectoryNotEmpty: |/lib/binfmt.d failed ConditionPathIsReadWrite: /proc/sys succeeded Condition Timestamp: Tue 2018-09-11 15:48:58 CEST Condition Result: no Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) Before: sysinit.target (origin-file) After: proc-sys-fs-binfmt_misc.automount (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: shutdown.target (origin-file) References: proc-sys-fs-binfmt_misc.automount (origin-file) References: sysinit.target (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: sysinit.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-binfmt CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-ttyprintk.device: Description: /dev/ttyprintk Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyprintk.device Invocation ID: 0d3a3965896f4d75ad14128791cce360 Following: sys-devices-virtual-tty-ttyprintk.device Following Set Member: sys-devices-virtual-tty-ttyprintk.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyprintk Found: found-udev -> Unit tmp.mount: Description: /tmp Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:59 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:59 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:59 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/tmp.mount CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: tmp.mount Invocation ID: 877a10eeb15543248598ba39fe01d91c Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Fragment Path: /run/systemd/generator/tmp.mount Source Path: /etc/fstab Condition Timestamp: Tue 2018-09-11 15:48:59 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:48:59 CEST Assert Result: yes Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) RequiredBy: local-fs.target (destination-file) RequiredBy: systemd-networkd.service (destination-file) RequiredBy: logrotate.service (destination-file) RequiredBy: systemd-timesyncd.service (destination-file) RequiredBy: phpsessionclean.service (destination-file) WantedBy: basic.target (destination-file) Conflicts: umount.target (origin-file) Before: logrotate.service (destination-file) Before: local-fs.target (origin-file) Before: basic.target (destination-file destination-default) Before: systemd-timesyncd.service (destination-file) Before: umount.target (origin-file) Before: phpsessionclean.service (destination-file) Before: systemd-networkd.service (destination-file) After: swap.target (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) After: local-fs-pre.target (origin-file) After: -.mount (origin-implicit) References: systemd-journald.socket (origin-file) References: swap.target (origin-file) References: system.slice (origin-file) References: local-fs.target (origin-file) References: local-fs-pre.target (origin-file) References: umount.target (origin-file) References: -.mount (origin-implicit) ReferencedBy: logrotate.service (destination-file) ReferencedBy: basic.target (destination-file destination-default) ReferencedBy: phpsessionclean.service (destination-file) ReferencedBy: local-fs.target (destination-file) ReferencedBy: systemd-timesyncd.service (destination-file) ReferencedBy: systemd-networkd.service (destination-file) RequiresMountsFor: / (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /tmp What: tmpfs File System Type: tmpfs Options: rw,nosuid,nodev,relatime From /proc/self/mountinfo: yes From fragment: yes Extrinsic: no DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit systemd-quotacheck.service: Description: File System Quota Check Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-quotacheck.service Documentation: man:systemd-quotacheck.service(8) Fragment Path: /lib/systemd/system/systemd-quotacheck.service ConditionPathExists: /sbin/quotacheck untested Requires: system.slice (origin-file) Before: remote-fs.target (origin-file) Before: shutdown.target (origin-file) After: systemd-remount-fs.service (origin-file) After: system.slice (origin-file) After: systemd-fsck at dev-sda3.service (destination-file) After: systemd-journald.socket (origin-file) After: systemd-fsck at dev-mmcblk0p1.service (destination-file) References: shutdown.target (origin-file) References: systemd-remount-fs.service (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: remote-fs.target (origin-file) ReferencedBy: systemd-fsck at dev-mmcblk0p1.service (destination-file) ReferencedBy: systemd-fsck at dev-sda3.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: infinity RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-quotacheck CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -------------- next part -------------- ==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/ssh.service /etc/systemd/system/sshd.service ==> /var/lib/systemd/deb-systemd-helper-enabled/cups.socket.dsh-also <== /etc/systemd/system/sockets.target.wants/cups.socket ==> /var/lib/systemd/deb-systemd-helper-enabled/anacron.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/anacron.service ==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.socket.dsh-also <== /etc/systemd/system/sockets.target.wants/ssh.socket ==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/cups.socket <== ==> /var/lib/systemd/deb-systemd-helper-enabled/rsync.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/rsync.service ==> /var/lib/systemd/deb-systemd-helper-enabled/printer.target.wants/cups.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/cups.service.dsh-also <== /etc/systemd/system/sockets.target.wants/cups.socket /etc/systemd/system/multi-user.target.wants/cups.path /etc/systemd/system/printer.target.wants/cups.service ==> /var/lib/systemd/deb-systemd-helper-enabled/sshd.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/winbind.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/winbind.service ==> /var/lib/systemd/deb-systemd-helper-enabled/logrotate.timer.dsh-also <== /etc/systemd/system/timers.target.wants/logrotate.timer ==> /var/lib/systemd/deb-systemd-helper-enabled/rsyslog.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/rsyslog.service /etc/systemd/system/syslog.service ==> /var/lib/systemd/deb-systemd-helper-enabled/smartd.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/smartd.service ==> /var/lib/systemd/deb-systemd-helper-enabled/phpsessionclean.timer.dsh-also <== /etc/systemd/system/timers.target.wants/phpsessionclean.timer ==> /var/lib/systemd/deb-systemd-helper-enabled/cups.path.dsh-also <== /etc/systemd/system/multi-user.target.wants/cups.path ==> /var/lib/systemd/deb-systemd-helper-enabled/fstrim.timer.dsh-also <== /etc/systemd/system/timers.target.wants/fstrim.timer ==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/fake-hwclock.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/winbind.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/mysql.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/rsyslog.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/cron.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/nmbd.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/cups.path <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/anacron.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/rsync.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/smbd.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ssh.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/networking.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/smartd.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/anacron.timer.dsh-also <== /etc/systemd/system/timers.target.wants/anacron.timer ==> /var/lib/systemd/deb-systemd-helper-enabled/cron.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/cron.service ==> /var/lib/systemd/deb-systemd-helper-enabled/ifupdown-wait-online.service.dsh-also <== /etc/systemd/system/network-online.target.wants/ifupdown-wait-online.service ==> /var/lib/systemd/deb-systemd-helper-enabled/mysql.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/mysql.service ==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/anacron.timer <== ==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/apt-daily.timer <== ==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/phpsessionclean.timer <== ==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/apt-daily-upgrade.timer <== ==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/logrotate.timer <== ==> /var/lib/systemd/deb-systemd-helper-enabled/networking.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/networking.service /etc/systemd/system/network-online.target.wants/networking.service ==> /var/lib/systemd/deb-systemd-helper-enabled/nmbd.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/nmbd.service ==> /var/lib/systemd/deb-systemd-helper-enabled/fake-hwclock.service.dsh-also <== /etc/systemd/system/sysinit.target.wants/fake-hwclock.service ==> /var/lib/systemd/deb-systemd-helper-enabled/smbd.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/smbd.service ==> /var/lib/systemd/deb-systemd-helper-enabled/syslog.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/apt-daily-upgrade.timer.dsh-also <== /etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer ==> /var/lib/systemd/deb-systemd-helper-enabled/apt-daily.timer.dsh-also <== /etc/systemd/system/timers.target.wants/apt-daily.timer ==> /var/lib/systemd/deb-systemd-helper-enabled/network-online.target.wants/ifupdown-wait-online.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/network-online.target.wants/networking.service <== -------------- next part -------------- /dev/mmcblk0p1 /boot vfat ro,noatime 0 2 #/dev/mmcblk0p2 / ext4 errors=remount-ro,noatime,commit=120 0 1 /dev/sda2 / ext4 errors=remount-ro,noatime,commit=120 0 1 /dev/sda3 /mnt/part3data ext4 defaults,noatime 0 1 tmpfs /tmp tmpfs defaults,nodev,nosuid 0 0 # UUID=669183c7-beb4-4714-9d02-87ec7cfe5d3f none swap sw # # nicht in /dev/root mounten! Konnte bei boot nicht gemountet werden schreibt ein copy /dev/root voll! //192.168.0.1/usb1_1 /mnt/part3data/homestation cifs users,guest,noperm,noauto,vers=1.0,x-systemd.automount,x-systemd.idle-timeout=10min 0 0 //192.168.0.2/public /mnt/part3data/ex2 cifs users,guest,noperm,noauto,vers=1.0,x-systemd.automount,x-systemd.idle-timeout=6min 0 0 From stefan.zimmermann at openz.de Wed Sep 12 11:10:09 2018 From: stefan.zimmermann at openz.de (Stefan Zimmermann) Date: Wed, 12 Sep 2018 10:10:09 +0000 Subject: Bug#886131: Maybe it is not Cryptsetup - Solution could be Graphics Adapter References: <151490683889.7152.1013534736392914580.reportbug@lemme.ircam.fr> Message-ID: Hi, i reported the same problem 02.01.18. Now I found the Solution for my 2 Laptops wich both had the same Problem. Both have NVIDIA Geforce Graphics GTX 1050 and GTX 850m The issue is that the XOrg stalls completely at shutdown. Some Installations fails on boot , too. Regardless if you choose Cryptsetup or not. I tried Debian testing (Fails on Shutdown) Kubuntu 16.04 (Fails on shutdown) Kubuntu 18.04 (doesn't Start) In all cases, the solution is the following: You have to install the nvidia driver from the non-free Repositiory. After that, everything works fine. Best regards Stefan Zimmermann -------------- next part -------------- An HTML attachment was scrubbed... URL: From owner at bugs.debian.org Wed Sep 12 12:51:15 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 12 Sep 2018 11:51:15 +0000 Subject: Processed: Re: Bug#908658: systemd: apt-get upgrade from 239-7 to 239-8 failed References: <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> Message-ID: Processing control commands: > tags -1 + moreinfo Bug #908658 [systemd] systemd: apt-get upgrade from 239-7 to 239-8 failed Added tag(s) moreinfo. -- 908658: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908658 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From biebl at debian.org Wed Sep 12 12:48:54 2018 From: biebl at debian.org (Michael Biebl) Date: Wed, 12 Sep 2018 13:48:54 +0200 Subject: Bug#908658: systemd: apt-get upgrade from 239-7 to 239-8 failed In-Reply-To: <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> References: <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> Message-ID: Control: tags -1 + moreinfo Am 12.09.18 um 11:52 schrieb kochtopf: > Package: systemd > Version: 239-7 I guess this should be version 239-8? > Severity: normal > > Dear Maintainer, > > *** Reporter, please consider answering these questions, where appropriate *** > > * What led up to the situation? > apt-get dist-upgrade > * What exactly did you do (or not do) that was effective (or > ineffective)? > * What was the outcome of this action? > Setting up udev (239-8) ... > Installing new version of config file /etc/init.d/udev ... > Job for systemd-udevd.service failed because the control process exited with error code. > See "systemctl status systemd-udevd.service" and "journalctl -xe" for details. > invoke-rc.d: initscript udev, action "restart" failed. > ● systemd-udevd.service - udev Kernel Device Manager > Loaded: loaded (/lib/systemd/system/systemd-udevd.service; static; vendor preset: enabled) > Active: activating (start) since Tue 2018-09-11 13:56:27 CEST; 53ms ago > Docs: man:systemd-udevd.service(8) > man:udev(7) > Main PID: 19098 (systemd-udevd) > CGroup: /system.slice/systemd-udevd.service > └─19098 [systemd-udevd] > dpkg: error processing package udev (--configure): > installed udev package post-installation script subprocess returned error exit status 1 > > * What outcome did you expect instead? > start udev as normal Can you include the output of journalctl -alb journalctl -u systemd-udevd.service systemctl status systemd-udevd.service > -- Package-specific info: > > -- System Information: > Distributor ID: Raspbian > Description: Raspbian GNU/Linux testing (buster) > Release: testing > Codename: buster > Architecture: armv7l > > Kernel: Linux 4.14.69-v7+ (SMP w/4 CPU cores) > Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) > Shell: /bin/sh linked to /bin/dash > Init: systemd (via /run/systemd/system) > > Versions of packages systemd depends on: > pn libsystemd0 > pn udev I wonder why those packages are marked as not installed -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From kochtopf at gmail.com Wed Sep 12 13:41:06 2018 From: kochtopf at gmail.com (kochtopf) Date: Wed, 12 Sep 2018 14:41:06 +0200 Subject: Bug#908658: systemd: apt-get upgrade from 239-7 to 239-8 failed References: <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> Message-ID: > I guess this should be version 239-8? Yes > Can you include the output of > journalctl -alb > journalctl -u systemd-udevd.service > systemctl status systemd-udevd.service I'm still on rsyslog. I don't use journalctl yet. I will do a propper documentation. THe problem happens only on armhf (Raspi). All Intel hw could upgrade fine. ...more log from apt-get upgrade. Preparing to unpack .../libnss-systemd_239-8_armhf.deb ... Unpacking libnss-systemd:armhf (239-8) over (239-7) ... Preparing to unpack .../libpam-systemd_239-8_armhf.deb ... Unpacking libpam-systemd:armhf (239-8) over (239-7) ... Preparing to unpack .../systemd_239-8_armhf.deb ... Unpacking systemd (239-8) over (239-7) ... Preparing to unpack .../libsystemd0_239-8_armhf.deb ... Unpacking libsystemd0:armhf (239-8) over (239-7) ... Setting up libsystemd0:armhf (239-8) ... Processing triggers for libc-bin (2.27-5+rpi1) ... Setting up systemd (239-8) ... Job for systemd-journald.service failed because the control process exited with error code. See "systemctl status systemd-journald.service" and "journalctl -xe" for details. Processing triggers for man-db (2.8.4-2) ... Processing triggers for dbus (1.12.10-1) ... Setting up libnss-systemd:armhf (239-8) ... Setting up libpam-systemd:armhf (239-8) ... Processing triggers for libc-bin (2.27-5+rpi1) ... Log ended: 2018-09-11 15:44:30 --- > I wonder why those packages are marked as not installed No idea - I'm new to reportbug. Should be all there. dpkg -l |grep -P '(systemd|udev)' hi libnss-systemd:armhf 239-7 armhf nss module providing dynamic user and group name resolution hi libpam-systemd:armhf 239-7 armhf system and service manager - PAM module hi libsystemd0:armhf 239-7 armhf systemd utility library hi libudev1:armhf 239-7 armhf libudev shared library hi systemd 239-7 armhf system and service manager hi systemd-sysv 239-7 armhf system and service manager - SysV links hi udev 239-7 armhf /dev/ and hotplug management daemon NOTE: I've downgraded to 239-7 by dpkg -i just to get a working system back. -------------- next part -------------- An HTML attachment was scrubbed... URL: From biebl at debian.org Wed Sep 12 13:47:21 2018 From: biebl at debian.org (Michael Biebl) Date: Wed, 12 Sep 2018 14:47:21 +0200 Subject: Bug#908658: systemd: apt-get upgrade from 239-7 to 239-8 failed In-Reply-To: References: <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> Message-ID: Am 12.09.18 um 14:41 schrieb kochtopf: >> I guess this should be version 239-8? > > Yes > >> Can you include the output of >> journalctl -alb >> journalctl -u systemd-udevd.service >> systemctl status systemd-udevd.service > > I'm still on rsyslog. I don't use journalctl yet. Just include the output of those commands, please. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From kochtopf at gmail.com Wed Sep 12 14:25:40 2018 From: kochtopf at gmail.com (kochtopf) Date: Wed, 12 Sep 2018 15:25:40 +0200 Subject: Bug#908658: systemd: apt-get upgrade from 239-7 to 239-8 failed References: <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> Message-ID: apt-get dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages will be upgraded: libnss-systemd libpam-systemd libsystemd0 libudev1 systemd systemd-sysv udev 7 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 1,268 kB/4,800 kB of archives. After this operation, 2,092 kB of additional disk space will be used. Do you want to continue? [Y/n] Get:2 http://raspbian.mirror.constant.com/raspbian testing/main armhf libudev1 armhf 239-8 [127 kB] Get:1 http://mirrors.syringanetworks.net/raspbian/raspbian testing/main armhf udev armhf 239-8 [1,141 kB] Fetched 1,268 kB in 5s (277 kB/s) (Reading database ... 51873 files and directories currently installed.) Preparing to unpack .../libsystemd0_239-8_armhf.deb ... Unpacking libsystemd0:armhf (239-8) over (239-7) ... Setting up libsystemd0:armhf (239-8) ... (Reading database ... 51873 files and directories currently installed.) Preparing to unpack .../libnss-systemd_239-8_armhf.deb ... Unpacking libnss-systemd:armhf (239-8) over (239-7) ... Preparing to unpack .../libpam-systemd_239-8_armhf.deb ... Unpacking libpam-systemd:armhf (239-8) over (239-7) ... Preparing to unpack .../systemd_239-8_armhf.deb ... Unpacking systemd (239-8) over (239-7) ... Preparing to unpack .../archives/udev_239-8_armhf.deb ... Unpacking udev (239-8) over (239-7) ... Preparing to unpack .../libudev1_239-8_armhf.deb ... Unpacking libudev1:armhf (239-8) over (239-7) ... Setting up libudev1:armhf (239-8) ... Setting up systemd (239-8) ... Job for systemd-journald.service failed because the control process exited with error code. See "systemctl status systemd-journald.service" and "journalctl -xe" for details. (Reading database ... 51873 files and directories currently installed.) Preparing to unpack .../systemd-sysv_239-8_armhf.deb ... Unpacking systemd-sysv (239-8) over (239-7) ... Setting up libnss-systemd:armhf (239-8) ... Setting up systemd-sysv (239-8) ... Processing triggers for libc-bin (2.27-5+rpi1) ... Setting up udev (239-8) ... Installing new version of config file /etc/init.d/udev ... Job for systemd-udevd.service failed because the control process exited with error code. See "systemctl status systemd-udevd.service" and "journalctl -xe" for details. invoke-rc.d: initscript udev, action "restart" failed. ● systemd-udevd.service - udev Kernel Device Manager Loaded: loaded (/lib/systemd/system/systemd-udevd.service; static; vendor preset: enabled) Active: activating (start) since Wed 2018-09-12 15:19:15 CEST; 29ms ago Docs: man:systemd-udevd.service(8) man:udev(7) Main PID: 1446 (systemd-udevd) CGroup: /system.slice/systemd-udevd.service └─1446 [systemd-udevd] dpkg: error processing package udev (--configure): installed udev package post-installation script subprocess returned error exit status 1 Processing triggers for man-db (2.8.4-2) ... Processing triggers for dbus (1.12.10-1) ... Setting up libpam-systemd:armhf (239-8) ... Processing triggers for systemd (239-8) ... Errors were encountered while processing: udev E: Sub-process /usr/bin/dpkg returned an error code (1) -- Logs begin at Wed 2018-09-12 15:06:28 CEST, end at Wed 2018-09-12 15:19:05 CEST. -- Sep 12 15:06:28 pi2 kernel: NOHZ: local_softirq_pending 80 Sep 12 15:06:28 pi2 kernel: NOHZ: local_softirq_pending 80 Sep 12 15:06:28 pi2 kernel: NOHZ: local_softirq_pending 80 Sep 12 15:06:28 pi2 kernel: NOHZ: local_softirq_pending 80 Sep 12 15:06:28 pi2 kernel: Core Release: 2.80a Sep 12 15:06:28 pi2 kernel: Setting default values for core params Sep 12 15:06:28 pi2 kernel: Finished setting default values for core params Sep 12 15:06:28 pi2 kernel: Using Buffer DMA mode Sep 12 15:06:28 pi2 kernel: Periodic Transfer Interrupt Enhancement - disabled Sep 12 15:06:28 pi2 kernel: Multiprocessor Interrupt Enhancement - disabled Sep 12 15:06:28 pi2 kernel: OTG VER PARAM: 0, OTG VER FLAG: 0 Sep 12 15:06:28 pi2 kernel: Dedicated Tx FIFOs mode Sep 12 15:06:28 pi2 kernel: WARN::dwc_otg_hcd_init:1046: FIQ DMA bounce buffers: virt = 0xbdd14000 dma = 0xfdd14000 len=9024 Sep 12 15:06:28 pi2 kernel: FIQ FSM acceleration enabled for : Non-periodic Split Transactions Periodic Split Transactions High-Speed Isochronous Endpoints Interrupt/Control Split Transaction hack enabled Sep 12 15:06:28 pi2 kernel: WARN::hcd_init_fiq:459: FIQ on core 1 at 0x805e9588 Sep 12 15:06:28 pi2 kernel: WARN::hcd_init_fiq:460: FIQ ASM at 0x805e98f0 length 36 Sep 12 15:06:28 pi2 kernel: WARN::hcd_init_fiq:486: MPHI regs_base at 0xf0006000 Sep 12 15:06:28 pi2 kernel: Init: Port Power? op_state=1 Sep 12 15:06:28 pi2 kernel: Init: Power Port (0) Sep 12 15:06:28 pi2 kernel: vc_vchi_sm_init: failed to open VCHI service (-1) Sep 12 15:06:28 pi2 kernel: [vc_sm_connected_init]: failed to initialize shared memory service Sep 12 15:06:28 pi2 kernel: Indeed it is in host mode hprt0 = 00021501 Sep 12 15:06:28 pi2 kernel: NOHZ: local_softirq_pending 80 Sep 12 15:06:28 pi2 kernel: NOHZ: local_softirq_pending 80 Sep 12 15:06:28 pi2 kernel: mmc0: host does not support reading read-only switch, assuming write-enable Sep 12 15:06:28 pi2 kernel: Indeed it is in host mode hprt0 = 00001101 Sep 12 15:06:28 pi2 kernel: . Sep 12 15:06:28 pi2 kernel: . Sep 12 15:06:28 pi2 kernel: ready Sep 12 15:06:28 pi2 kernel: NOHZ: local_softirq_pending 01 Sep 12 15:06:28 pi2 kernel: NOHZ: local_softirq_pending 01 Sep 12 15:06:28 pi2 kernel: NOHZ: local_softirq_pending 283 Sep 12 15:06:28 pi2 kernel: NOHZ: local_softirq_pending 283 Sep 12 15:06:28 pi2 systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling. Sep 12 15:06:28 pi2 systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.) Sep 12 15:06:28 pi2 systemd-journald[93]: Journal started Sep 12 15:06:28 pi2 systemd-journald[93]: Runtime journal (/run/log/journal/05c701e5005b4ce494b2906dc7fe9e4e) is 768.0K, max 6.0M, 5.2M free. Sep 12 15:06:28 pi2 kernel: snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. Sep 12 15:06:28 pi2 systemd-journald[93]: Runtime journal (/run/log/journal/05c701e5005b4ce494b2906dc7fe9e4e) is 768.0K, max 6.0M, 5.2M free. Sep 12 15:06:43 pi2 rsyslogd[207]: environment variable TZ is not set, auto correcting this to TZ=/etc/localtime [v8.37.0 try http://www.rsyslog.com/e/2442 ] Sep 12 15:19:03 pi2 kernel: systemd: 26 output lines suppressed due to ratelimiting Sep 12 15:19:04 pi2 systemd[1]: File /lib/systemd/system/systemd-logind.service:38 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling. Sep 12 15:19:04 pi2 systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.) Sep 12 15:19:05 pi2 systemd-journald[93]: Journal stopped -- Logs begin at Wed 2018-09-12 15:06:28 CEST, end at Wed 2018-09-12 15:19:05 CEST. -- -- No entries -- ● systemd-udevd.service - udev Kernel Device Manager Loaded: loaded (/lib/systemd/system/systemd-udevd.service; static; vendor preset: enabled) Active: failed (Result: exit-code) since Wed 2018-09-12 15:19:15 CEST; 1min 19s ago Docs: man:systemd-udevd.service(8) man:udev(7) Main PID: 1451 (code=exited, status=127) -------------- next part -------------- An HTML attachment was scrubbed... URL: From biebl at debian.org Wed Sep 12 15:14:54 2018 From: biebl at debian.org (Michael Biebl) Date: Wed, 12 Sep 2018 16:14:54 +0200 Subject: Bug#908658: systemd: apt-get upgrade from 239-7 to 239-8 failed In-Reply-To: References: <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> Message-ID: Am 12.09.18 um 15:25 schrieb kochtopf: > Sep 12 15:19:05 pi2 systemd-journald[93]: Journal stopped > -- Logs begin at Wed 2018-09-12 15:06:28 CEST, end at Wed 2018-09-12 > 15:19:05 CEST. -- > -- No entries -- > ● systemd-udevd.service - udev Kernel Device Manager >    Loaded: loaded (/lib/systemd/system/systemd-udevd.service; static; > vendor preset: enabled) >    Active: failed (Result: exit-code) since Wed 2018-09-12 15:19:15 > CEST; 1min 19s ago >      Docs: man:systemd-udevd.service(8) >            man:udev(7) >  Main PID: 1451 (code=exited, status=127) Your journal log is incomplete, journald was stopped before udevd was (re)started. I suspect that there issues with your kernel and the security features used in the .service file, given that the earlier logs e.g. complain about missing BPF support. This is something which needs to be addressed by the raspbian people. /lib/systemd/system/systemd-udevd.service uses various hardening options: PrivateMounts=yes MemoryDenyWriteExecute=yes RestrictRealtime=yes RestrictAddressFamilies=AF_UNIX AF_NETLINK AF_INET AF_INET6 SystemCallArchitectures=native LockPersonality=yes IPAddressDeny=any I would comment them out, one by one, run systemctl daemon-reload and try to restart systemd-udevd. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From ftpmaster at ftp-master.debian.org Wed Sep 12 18:22:43 2018 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 12 Sep 2018 17:22:43 +0000 Subject: Processing of systemd_239-9_source.changes Message-ID: systemd_239-9_source.changes uploaded successfully to localhost along with the files: systemd_239-9.dsc systemd_239-9.debian.tar.xz systemd_239-9_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Wed Sep 12 18:34:44 2018 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 12 Sep 2018 17:34:44 +0000 Subject: systemd_239-9_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 12 Sep 2018 19:07:38 +0200 Source: systemd Binary: systemd systemd-sysv systemd-container systemd-journal-remote systemd-coredump systemd-tests libpam-systemd libnss-myhostname libnss-mymachines libnss-resolve libnss-systemd libsystemd0 libsystemd-dev udev libudev1 libudev-dev udev-udeb libudev1-udeb Architecture: source Version: 239-9 Distribution: unstable Urgency: medium Maintainer: Debian systemd Maintainers Changed-By: Michael Biebl Description: libnss-myhostname - nss module providing fallback resolution for the current hostname libnss-mymachines - nss module to resolve hostnames for local container instances libnss-resolve - nss module to resolve names via systemd-resolved libnss-systemd - nss module providing dynamic user and group name resolution libpam-systemd - system and service manager - PAM module libsystemd-dev - systemd utility library - development files libsystemd0 - systemd utility library libudev-dev - libudev development files libudev1 - libudev shared library libudev1-udeb - libudev shared library (udeb) systemd - system and service manager systemd-container - systemd container/nspawn tools systemd-coredump - tools for storing and retrieving coredumps systemd-journal-remote - tools for sending and receiving remote journal logs systemd-sysv - system and service manager - SysV links systemd-tests - tests for systemd udev - /dev/ and hotplug management daemon udev-udeb - /dev/ and hotplug management daemon (udeb) Closes: 908365 Changes: systemd (239-9) unstable; urgency=medium . * autopkgtest: Remove needs-recommends runtime restriction. This restriction has been deprecated and there are plans to remove it altogether. The tests pass withouth needs-recommends, so it seems safe to remove. * test: Use installed catalogs when test-catalog is not located at build dir. This makes it possible to run test-catalog as installed test, so we no longer need to mark it as EXFAIL in our root-unittests autopkgtest. * test: Use "systemd-runtest.env" to set $SYSTEMD_TEST_DATA and $SYSTEMD_CATALOG_DIR. This avoids embedding ABS_{SRC,BUILD}_DIR into libsystemd-shared.so and the test binaries and should make the build reproducible. (Closes: #908365) Checksums-Sha1: 5b29b40a7efa61b18ba6de3ca482139d0573c1b8 4854 systemd_239-9.dsc 1d6213446f71647c9966639b29680761509318e8 151440 systemd_239-9.debian.tar.xz 63930d63dbd6e279c1e6e71e4a92215137d6766d 9404 systemd_239-9_source.buildinfo Checksums-Sha256: c21bb68beb4af0817074d9cb53eb0bcc45c96bdddbad78a4efa3ef9c20b4680e 4854 systemd_239-9.dsc af0c3e3137ff3c5cd0624211c03fa1433bef004fb1152d33ac2dacc09ad3ecd9 151440 systemd_239-9.debian.tar.xz 0fec67ee86f87865b96f83d19459658cc4c4bb332c3c2209f7d6a07ff772840e 9404 systemd_239-9_source.buildinfo Files: 5a9b96c7631eaba07e8c820b4435c9df 4854 admin optional systemd_239-9.dsc bc86c5b0c7602364be945744034e109a 151440 admin optional systemd_239-9.debian.tar.xz 17fabf8ca414619b09ac1fb08b724632 9404 admin optional systemd_239-9_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEECbOsLssWnJBDRcxUauHfDWCPItwFAluZSI4ACgkQauHfDWCP ItxErQ/+KhTbx6RXUSj4x2ku+COlTCanRMSJF/K5w9hqvp2a0d5ZQM/dcry/Lic1 BXmPDgRL7GxJRwpMOSGy1MEqCyZrQ5P5KFMw+D+XE2Ui7yL9hKO9GAVc/ZuEMX0d oFMgJ2TNxyRUbk5YdgZV94WhrEG3X65uJxomYwEyFi4m7BDwSOaFQ9C7i1bpiOr8 +N1pZq6kO9H3Xwjm+X4jb9mjWe1STrjc1k8FgvmEBeJMEjn9vyLBSGpLukkcf9cn 2m/YAa8egjY05tsFoe1otCzdko1aUuZDj3dhcxlj7AIsXEkAaTfMCpXNjJYJFXZ7 4HbDOzDJmwMUKAj3XMWY9g5HkqLiU/sKM8vmlL1+TajPg+ImypRoF6QDLLozkNAZ NOSCh/gkjDqf+NFyISmIYmXo5fuUAx2CtbU3E7ZJHwGRP+94uj8GmpyicXk8fSE7 ljfRKl8ZO1pZIB6cCd3cvQvQ1tc7i4F+ptnsxqrt7zFEX1kxjjbvRd4v/SIAeiH1 tayR/Lk4jHNhSvFml6F6M8giUYAgzqrxfWeYDr8ArB9doVRdCzUoIvJIpqWgOQDv Gup4GbxXypjAdH9BBq+6LX6GzGVeyhdDmBzoXXzn7dPpMNpkE96+KEffMqYPuvOq xByvP/UUzr4MiORl5dG9WuFzm3drwybKLbOZkxo/LBwWpov5GhM= =DLdP -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Wed Sep 12 18:39:04 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 12 Sep 2018 17:39:04 +0000 Subject: Bug#908365: marked as done (Package fails to build reproducibly) References: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> Message-ID: Your message dated Wed, 12 Sep 2018 17:34:44 +0000 with message-id and subject line Bug#908365: fixed in systemd 239-9 has caused the Debian Bug report #908365, regarding Package fails to build reproducibly to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 908365: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908365 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Package fails to build reproducibly Date: Sun, 09 Sep 2018 08:28:14 +0200 Size: 2909 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Bug#908365: fixed in systemd 239-9 Date: Wed, 12 Sep 2018 17:34:44 +0000 Size: 6958 URL: From biebl at debian.org Wed Sep 12 18:58:10 2018 From: biebl at debian.org (Michael Biebl) Date: Wed, 12 Sep 2018 19:58:10 +0200 Subject: Bug#902942: systemd: please ship man/*.xml files In-Reply-To: References: <153061889636.23772.10168857266303582200.reportbug@localhost> <6aa6427f-ade2-c3cd-5fb7-e0d860ea80a7@debian.org> <153061889636.23772.10168857266303582200.reportbug@localhost> <153061889636.23772.10168857266303582200.reportbug@localhost> Message-ID: <3e1a20f9-a756-fe40-3390-5b1120d5ba6c@debian.org> Am 09.09.18 um 16:56 schrieb Felipe Sateler: > We have had this reaction a number of times. Shipping systemd.pc in a > separate package comes to mind. Perhaps we have a number of such "extra" > files that could be bundled into this extra package? You mean, introducing a systemd-dev package? Hm... TBH, I can only think of systemd.pc which could be reasonably moved into this package. Did you have other files in mind? There is udev.pc inside the udev package, but moving that into a systemd-dev package would feel strange. Also, moving systemd.pc might be tricky, as we have quite a few packages build-depending on systemd, and it's likely they do that because of systemd.pc and would be broken by this move. Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From noreply at inmemory.cancercouncil.com.au Wed Sep 12 21:33:32 2018 From: noreply at inmemory.cancercouncil.com.au (halgen tooh) Date: Thu, 13 Sep 2018 06:33:32 +1000 Subject: =?utf-8?Q?=52=65=6D=61=69=6E=20=62=6C=65=73=73?= Message-ID: <5b99781ce0117@inmemory.cancercouncil.com.au> Remain blessHow are you and your family? Iam Mrs.Halgen C Tooh from Solomon Islands.I am married to Mr.Christabell Tooh who worked with our Embassy for nine years before he died, We were married for eleven years without a child. He died after a brief illness that lasted for only four days.Before his death we were both born again Christian. Since his death I decided not to remarry or get a child outside my matrimonial home which the Bible is against. When my late husband was alive he deposited the sum of $23.500.000.00 USD With a Financial Firm, Now I want you to do me a favour to receive this fund there in your country or any safer place. Base on my health condition,my Doctor told me that i only have a short period of time due to my cancer problem.Having known my condition I decided to donate this fund to a church, organization or good person that will utilize this money the way I am going to instruct herein. I want a church, organization or good person that will use this fund for orphanages, widows and other people including one of the nurses that God has used so mightly in taking care of me.And in the course of her help to my life, she has lost her job. It will be my almost desire to see even though that I did not make it, let this very young girl have a cost to fulfill her future.The Bible made us to understand that Blessed is the hand that giveth,i took this decision because I don't have any child that will inherit this money and my husband relatives are not Christians not even good at all because they are the one that are responsible for the death of my husband in other to have all my late husband properties and I don't want my husband's efforts to be used by those that conspired for his death.This is why I am taking this decision, I am not afraid of death hence I know where I am going. I know that I am going to be in the bossom of the Lord.(Exodus14vs14) says that the lord will fight my case and I shall hold my peace.I don't need any telephone communication regarding this because of my health hence the presence of my husband's relatives around me always. I don't want them to know about this development and l knows that With God all things are possible.As soon as I receive your reply,I wil give you the contact of the Financial Firm here. I will also issue a letter of authorization to the Financial Firm that will input your name as the present beneficiary of this money. I also want you,church ororganization to always pray for me because the lord is the reason we have gone this far in making.My happiness is that I lived a life of a worthy. Whoever that wants to serve the Lord must serve him in spirit and Truth. Please always be prayerful all through your life. Pls any delay in your reply will give me room in sourcing another good person, or any organization for this same purpose, I will like to let you know that i have paid for all the accumulative bills for this.Hoping to receive your response immediately.Thanks and remain blessed in the Lord.RegardsMrs.Halgen C Tooh -------------- next part -------------- An HTML attachment was scrubbed... URL: From vagrant at debian.org Wed Sep 12 22:57:48 2018 From: vagrant at debian.org (Vagrant Cascadian) Date: Wed, 12 Sep 2018 14:57:48 -0700 Subject: Bug#908365: Package fails to build reproducibly In-Reply-To: References: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536486583.84646.1501769304.0A007916@webmail.messagingengine.com> <09866774-a4d9-01b3-cdbc-6a094e5cb0f4@debian.org> <1536511935.172369.1501984616.2B2DEB7E@webmail.messagingengine.com> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536521484.204434.1502081120.4BB00F0C@webmail.messagingengine.com> <719c2b75-0bf8-6c63-1334-764f45d15bf6@debian.org> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536600129.1514324.1503169048.679F91FD@webmail.messagingengine.com> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> Message-ID: <87worq1iqr.fsf@aikidev.net> On 2018-09-10, Michael Biebl wrote: > Am 10.09.18 um 19:22 schrieb Chris Lamb: >>> Now, I could try and convince upstream to not embed ABS_BUILD_DIR into >>> the binary and maybe let the build system pass the build dir as env var. >>> This would make those test-binaries a bit more cumbersome to use though, >>> because you'd have to manually set the env var if you directly execute >>> the test by hand. >> >> Hm, could you not install the test data to /usr/systemd/private/path> >> whatever and then make the tests default to this, > > The binaries have a builtin check, which tests if they are executed from > the build directory, and if so, use the data files from the build > directory. Otherwise they use the datafiles from > /usr/lib/systemd/tests/testdata/ > >> overiddable by the >> said env var? That would avoid the ugly requirement to set it manually >> at the very least. > > If you run the test directly from the build directory, it's reasonable > to assume that you actually want to use the data files from the build > directory as well and not the ones from the installed system. > Atm the binaries auto-detect that by encoding the build directory into > the binary. Is it plausible to strip the embedded build directory information out of the test binaries with the binaries shipped in the package, since they will almost certainly not have access to the original build directory, and it interferes with the reproducibility of the test package... Alternately, run two builds of the test binaries, one during the build which contain the embedded build dir, and a second time setting the value to match the shipped package. live well, vagrant -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 227 bytes Desc: not available URL: From lamby at debian.org Thu Sep 13 08:51:50 2018 From: lamby at debian.org (Chris Lamb) Date: Thu, 13 Sep 2018 08:51:50 +0100 Subject: Bug#908365: Package fails to build reproducibly In-Reply-To: <87worq1iqr.fsf@aikidev.net> References: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536486583.84646.1501769304.0A007916@webmail.messagingengine.com> <09866774-a4d9-01b3-cdbc-6a094e5cb0f4@debian.org> <1536511935.172369.1501984616.2B2DEB7E@webmail.messagingengine.com> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536521484.204434.1502081120.4BB00F0C@webmail.messagingengine.com> <719c2b75-0bf8-6c63-1334-764f45d15bf6@debian.org> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536600129.1514324.1503169048.679F91FD@webmail.messagingengine.com> <87worq1iqr.fsf@aikidev.net> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> Message-ID: <1536825110.3695452.1506557992.4C9F2D93@webmail.messagingengine.com> Hi Vagrant, > Is it plausible to strip the embedded build directory information out of > the test binaries with the binaries shipped in the package, since they > will almost certainly not have access to the original build directory, > and it interferes with the reproducibility of the test package... But why not hardcode said path to "/usr/lib/systemd/tests/testdata" as now but then temporarily override this during the build-time tests? I believe this was suggested — although perhaps a little too clumsy — earlier in this thread/bug#. (That will mean they Just Work in autopkgtests and for users.) Regards, -- ,''`. : :' : Chris Lamb `. `'` lamby at debian.org / chris-lamb.co.uk `- From kochtopf at gmail.com Thu Sep 13 10:11:17 2018 From: kochtopf at gmail.com (kochtopf) Date: Thu, 13 Sep 2018 11:11:17 +0200 Subject: Bug#908658: systemd: apt-get upgrade from 239-7 to 239-8 failed References: <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> Message-ID: > MemoryDenyWriteExecute=yes Commenting this fixed the issue. Thank you very much for helping me out. This issue can be closed. NOTE: The same needed to be done for systemd-logind.service and systemd-journald.service too! -------------- next part -------------- An HTML attachment was scrubbed... URL: From siwakorn.ka at inet.co.th Thu Sep 13 16:15:04 2018 From: siwakorn.ka at inet.co.th (Zimbra Webmaster) Date: Thu, 13 Sep 2018 22:15:04 +0700 (ICT) Subject: =?utf-8?Q?Su_acceso_de_correo_electr=C3=B3nico_ha_sido_restringido?= Message-ID: <2031570111.103304508.1536851704162.JavaMail.zimbra@inet.co.th> Su acceso de correo electrónico ha sido restringido. Se ha intentado iniciar sesión en su cuenta desde esta IP 168.195.206.93:3389. Si no valida su cuenta dentro de las 24 horas, no podrá enviar o recibir correo nuevo hasta que vuelva a validar su casilla de correo. Antes de mantener su bandeja de entrada. HAGA CLIC AQUÍ para verificar. Un cordial saludo,Webmail Zimbra. -------------- next part -------------- An HTML attachment was scrubbed... URL: From biebl at debian.org Thu Sep 13 21:36:04 2018 From: biebl at debian.org (Michael Biebl) Date: Thu, 13 Sep 2018 22:36:04 +0200 Subject: Bug#908365: Package fails to build reproducibly In-Reply-To: <1536825110.3695452.1506557992.4C9F2D93@webmail.messagingengine.com> References: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536486583.84646.1501769304.0A007916@webmail.messagingengine.com> <09866774-a4d9-01b3-cdbc-6a094e5cb0f4@debian.org> <1536511935.172369.1501984616.2B2DEB7E@webmail.messagingengine.com> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536521484.204434.1502081120.4BB00F0C@webmail.messagingengine.com> <719c2b75-0bf8-6c63-1334-764f45d15bf6@debian.org> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536600129.1514324.1503169048.679F91FD@webmail.messagingengine.com> <87worq1iqr.fsf@aikidev.net> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536825110.3695452.1506557992.4C9F2D93@webmail.messagingengine.com> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> Message-ID: Am 13.09.18 um 09:51 schrieb Chris Lamb: > Hi Vagrant, > >> Is it plausible to strip the embedded build directory information out of >> the test binaries with the binaries shipped in the package Just curious: which tool would you use for such a case? > But why not hardcode said path to "/usr/lib/systemd/tests/testdata" as > now but then temporarily override this during the build-time tests? I > believe this was suggested — although perhaps a little too clumsy — > earlier in this thread/bug#. > > (That will mean they Just Work in autopkgtests and for users.) Thanky you all for your input. I think we found a solution upstream which works reasonably nice, so I've cherry-picked those changes and they seem to be sufficient to make the the build reproducible. At least the results at https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/systemd.html look promising. Regards, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From biebl at debian.org Thu Sep 13 22:00:55 2018 From: biebl at debian.org (Michael Biebl) Date: Thu, 13 Sep 2018 23:00:55 +0200 Subject: Bug#908658: systemd: apt-get upgrade from 239-7 to 239-8 failed In-Reply-To: References: <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> Message-ID: Am 13.09.18 um 11:11 schrieb kochtopf: >> MemoryDenyWriteExecute=yes > > Commenting this fixed the issue. Thank you very much for helping me out. > This issue can be closed. NOTE: The same needed to be done for > systemd-logind.service and systemd-journald.service too! Ah, that rings a bell. Do you by chance have libffi6 from experimental installed. Can you post the version? This is most likely a duplicate of https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/systemd.html -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From lamby at debian.org Thu Sep 13 22:22:08 2018 From: lamby at debian.org (Chris Lamb) Date: Thu, 13 Sep 2018 22:22:08 +0100 Subject: Bug#908365: Package fails to build reproducibly In-Reply-To: References: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536486583.84646.1501769304.0A007916@webmail.messagingengine.com> <09866774-a4d9-01b3-cdbc-6a094e5cb0f4@debian.org> <1536511935.172369.1501984616.2B2DEB7E@webmail.messagingengine.com> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536521484.204434.1502081120.4BB00F0C@webmail.messagingengine.com> <719c2b75-0bf8-6c63-1334-764f45d15bf6@debian.org> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536600129.1514324.1503169048.679F91FD@webmail.messagingengine.com> <87worq1iqr.fsf@aikidev.net> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536825110.3695452.1506557992.4C9F2D93@webmail.messagingengine.com> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> Message-ID: <1536873728.2122626.1507402984.5F6333BF@webmail.messagingengine.com> Hey Michael, > Thanky you all for your input. I think we found a solution upstream > which works reasonably nice, so I've cherry-picked those changes and > they seem to be sufficient to make the the build reproducible. Nice work. Is this… https://salsa.debian.org/systemd-team/systemd/commit/2e03e24734ef51cd47e1dd0ded3a701bbc936cbf https://salsa.debian.org/systemd-team/systemd/commit/242c96addb06480ec9cd75248a5660f37a17b4b9 … ? Best wishes, -- ,''`. : :' : Chris Lamb `. `'` lamby at debian.org / chris-lamb.co.uk `- From biebl at debian.org Thu Sep 13 22:31:14 2018 From: biebl at debian.org (Michael Biebl) Date: Thu, 13 Sep 2018 23:31:14 +0200 Subject: Bug#908365: Package fails to build reproducibly In-Reply-To: <1536873728.2122626.1507402984.5F6333BF@webmail.messagingengine.com> References: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536486583.84646.1501769304.0A007916@webmail.messagingengine.com> <09866774-a4d9-01b3-cdbc-6a094e5cb0f4@debian.org> <1536511935.172369.1501984616.2B2DEB7E@webmail.messagingengine.com> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536521484.204434.1502081120.4BB00F0C@webmail.messagingengine.com> <719c2b75-0bf8-6c63-1334-764f45d15bf6@debian.org> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536600129.1514324.1503169048.679F91FD@webmail.messagingengine.com> <87worq1iqr.fsf@aikidev.net> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536825110.3695452.1506557992.4C9F2D93@webmail.messagingengine.com> <1536873728.2122626.1507402984.5F6333BF@webmail.messagingengine.com> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> Message-ID: <12db649a-ef81-7158-7e3c-cf08477e073d@debian.org> Am 13.09.18 um 23:22 schrieb Chris Lamb: > Nice work. Is this… > > https://salsa.debian.org/systemd-team/systemd/commit/2e03e24734ef51cd47e1dd0ded3a701bbc936cbf Those are the changes from https://github.com/systemd/systemd/pull/10067 which drop the usage of the hard-coded ABS_{SRC,BUILD}_DIR from the binaries > https://salsa.debian.org/systemd-team/systemd/commit/242c96addb06480ec9cd75248a5660f37a17b4b9 Those are the changes from https://github.com/systemd/systemd/pull/10046 to make test-catalog work as installed test. I've cherry-picked as well, as it made cherry-picking the commit from PR #10067 easier. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From wb at k2di.net Fri Sep 14 03:02:26 2018 From: wb at k2di.net (Bill Brelsford) Date: Thu, 13 Sep 2018 19:02:26 -0700 Subject: Bug#908796: udev (with sysvinit) fails to find devices at boot Message-ID: <153689054637.8665.3142266347727864233.reportbug@w2ail> Package: udev Version: 239-9 Severity: important After upgrading udev to 239-8, most devices are no longer detected during boot (e.g. usb, network card, video, ..). The problem appears to be caused by /etc/init.d/udev now using start-stop-daemon (thanks Sven Joachim for pointing me there). With the --background argument, a race condition exists and "udevadm trigger" starts too soon. A workaround is to add a short sleep: if start-stop-daemon --start --name $NAME --user root --quiet \ --pidfile $PIDFILE --exec $DAEMON --background --make-pidfile; then sleep 2 Regards.. Bill -- Package-specific info: -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 4.18.0-1-686-pae (SMP w/2 CPU cores) Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1), LANGUAGE=en_US (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/bash Init: sysvinit (via /sbin/init) Versions of packages udev depends on: ii adduser 3.117 ii libacl1 2.2.52-3+b1 ii libblkid1 2.32.1-0.1 ii libc6 2.27-6 ii libkmod2 25-1 ii libselinux1 2.8-1+b1 ii libudev1 239-9 ii lsb-base 9.20170808 ii procps 2:3.3.15-2 ii util-linux 2.32.1-0.1 udev recommends no packages. udev suggests no packages. Versions of packages udev is related to: pn systemd -- Configuration Files: /etc/init.d/udev changed [not included] -- debconf information: udev/new_kernel_needed: false udev/sysfs_deprecated_incompatibility: udev/title/upgrade: udev/reboot_needed: -- Bill Brelsford -------------- next part -------------- P: /devices/LNXSYSTM:00 E: DEVPATH=/devices/LNXSYSTM:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXSYSTM: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=12650789 P: /devices/LNXSYSTM:00/LNXCPU:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXCPU:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXCPU: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=12678811 P: /devices/LNXSYSTM:00/LNXCPU:01 E: DEVPATH=/devices/LNXSYSTM:00/LNXCPU:01 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXCPU: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=12924018 P: /devices/LNXSYSTM:00/LNXPWRBN:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00 E: DRIVER=button E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXPWRBN: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=12924015 P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input12 E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input12 E: EV=3 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-LNXPWRBN:00 E: ID_PATH_TAG=acpi-LNXPWRBN_00 E: KEY=100000 0 0 0 E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,ramlsfw E: NAME="Power Button" E: PHYS="LNXPWRBN/button/input0" E: PRODUCT=19/0/1/0 E: PROP=0 E: SUBSYSTEM=input E: USEC_INITIALIZED=15647854 P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input12/event5 N: input/event5 E: BACKSPACE=guess E: DEVNAME=/dev/input/event5 E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input12/event5 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-LNXPWRBN:00 E: ID_PATH_TAG=acpi-LNXPWRBN_00 E: LIBINPUT_DEVICE_GROUP=19/0/1:LNXPWRBN/button E: MAJOR=13 E: MINOR=69 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=17837919 E: XKBLAYOUT=us E: XKBMODEL=pc104 E: XKBOPTIONS=terminate:ctrl_alt_bksp P: /devices/LNXSYSTM:00/LNXSYBUS:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXSYBUS: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=12924657 P: /devices/LNXSYSTM:00/LNXSYBUS:00/ATK0100:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/ATK0100:00 E: DRIVER=Asus Laptop Support E: ID_VENDOR_FROM_DATABASE=Allied Telesyn Int'l E: MODALIAS=acpi:ATK0100: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=12967738 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0A08:PNP0A03: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=12926635 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/ACPI0003:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/ACPI0003:00 E: DRIVER=ac E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:ACPI0003: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=12967880 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/ACPI0003:00/power_supply/AC0 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/ACPI0003:00/power_supply/AC0 E: POWER_SUPPLY_NAME=AC0 E: POWER_SUPPLY_ONLINE=1 E: SUBSYSTEM=power_supply P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00 E: DRIVER=video E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXVIDEO: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=12928294 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:1e E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:1e E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:1f E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:1f E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:20 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:20 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14 E: EV=3 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-LNXVIDEO:00 E: ID_PATH_TAG=acpi-LNXVIDEO_00 E: KEY=3e000b 0 0 0 0 0 0 0 E: MODALIAS=input:b0019v0000p0006e0000-e0,1,kE0,E1,E3,F1,F2,F3,F4,F5,ramlsfw E: NAME="Video Bus" E: PHYS="LNXVIDEO/video/input0" E: PRODUCT=19/0/6/0 E: PROP=0 E: SUBSYSTEM=input E: USEC_INITIALIZED=16035333 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14/event7 N: input/event7 E: BACKSPACE=guess E: DEVNAME=/dev/input/event7 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14/event7 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-LNXVIDEO:00 E: ID_PATH_TAG=acpi-LNXVIDEO_00 E: LIBINPUT_DEVICE_GROUP=19/0/6:LNXVIDEO/video E: MAJOR=13 E: MINOR=71 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=17836767 E: XKBLAYOUT=us E: XKBMODEL=pc104 E: XKBOPTIONS=terminate:ctrl_alt_bksp P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C01:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C01:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C01: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13071034 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:02 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:02 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C02: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13073282 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C0A:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C0A:00 E: DRIVER=battery E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0A: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13075528 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C0A:00/power_supply/BAT0 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C0A:00/power_supply/BAT0 E: POWER_SUPPLY_CAPACITY=0 E: POWER_SUPPLY_CAPACITY_LEVEL=Normal E: POWER_SUPPLY_CHARGE_FULL=0 E: POWER_SUPPLY_CHARGE_FULL_DESIGN=0 E: POWER_SUPPLY_CHARGE_NOW=0 E: POWER_SUPPLY_CURRENT_NOW=0 E: POWER_SUPPLY_CYCLE_COUNT=0 E: POWER_SUPPLY_MANUFACTURER=Intel E: POWER_SUPPLY_MODEL_NAME=S62E E: POWER_SUPPLY_NAME=BAT0 E: POWER_SUPPLY_PRESENT=1 E: POWER_SUPPLY_SERIAL_NUMBER= E: POWER_SUPPLY_STATUS=Unknown E: POWER_SUPPLY_TECHNOLOGY=Li-ion E: POWER_SUPPLY_VOLTAGE_MIN_DESIGN=92000 E: POWER_SUPPLY_VOLTAGE_NOW=0 E: SUBSYSTEM=power_supply P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/IFX0102:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/IFX0102:00 E: MODALIAS= E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0000:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0000:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0000: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13184149 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0100:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0100:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0100: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13186023 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0103:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0103:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0103: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13186833 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0200:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0200:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0200: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13188784 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0303:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0303:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0303:PNP030B: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13189601 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0800:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0800:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0800: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13190694 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0B00:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0B00:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0B00: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13191483 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0C02:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0C02:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C02: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13193045 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0C02:01 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0C02:01 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C02: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13193839 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0C04:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0C04:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C04: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13195169 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0C09:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0C09:00 E: DRIVER=ec E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C09: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13195966 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/SYN0A06:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/SYN0A06:00 E: ID_VENDOR_FROM_DATABASE=Synaptics Inc E: MODALIAS=acpi:SYN0A06:SYN0A00:SYN0A04:SYN0002:PNP0F13: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13197215 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/device:04 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/device:04 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/device:04/device:05 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/device:04/device:05 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/device:04/device:06 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/device:04/device:06 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/device:07 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/device:07 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/device:07/device:08 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/device:07/device:08 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/device:07/device:09 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/device:07/device:09 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/device:0b E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/device:0b E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/device:0b/device:0c E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/device:0b/device:0c E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/device:0b/device:0d E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/device:0b/device:0d E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/device:0e E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/device:0e E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/device:0e/device:0f E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/device:0e/device:0f E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/device:0e/device:10 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/device:0e/device:10 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:14 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:14 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:15 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:15 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:16 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:16 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:17 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:17 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1a E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1a E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:21 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:21 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:21/device:22 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:21/device:22 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C01:01 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C01:01 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C01: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=12926515 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00 E: DRIVER=button E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0C: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13220892 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input11 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input11 E: EV=3 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-PNP0C0C:00 E: ID_PATH_TAG=acpi-PNP0C0C_00 E: KEY=100000 0 0 0 E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,ramlsfw E: NAME="Power Button" E: PHYS="PNP0C0C/button/input0" E: PRODUCT=19/0/1/0 E: PROP=0 E: SUBSYSTEM=input E: USEC_INITIALIZED=15637848 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input11/event4 N: input/event4 E: BACKSPACE=guess E: DEVNAME=/dev/input/event4 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input11/event4 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-PNP0C0C:00 E: ID_PATH_TAG=acpi-PNP0C0C_00 E: LIBINPUT_DEVICE_GROUP=19/0/1:PNP0C0C/button E: MAJOR=13 E: MINOR=68 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=17836771 E: XKBLAYOUT=us E: XKBMODEL=pc104 E: XKBOPTIONS=terminate:ctrl_alt_bksp P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00 E: DRIVER=button E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0D: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13221563 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input9 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input9 E: EV=21 E: ID_INPUT=1 E: ID_INPUT_SWITCH=1 E: ID_PATH=acpi-PNP0C0D:00 E: ID_PATH_TAG=acpi-PNP0C0D_00 E: MODALIAS=input:b0019v0000p0005e0000-e0,5,kramlsfw0, E: NAME="Lid Switch" E: PHYS="PNP0C0D/button/input0" E: PRODUCT=19/0/5/0 E: PROP=0 E: SUBSYSTEM=input E: SW=1 E: USEC_INITIALIZED=15586176 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input9/event2 N: input/event2 E: DEVNAME=/dev/input/event2 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input9/event2 E: ID_INPUT=1 E: ID_INPUT_SWITCH=1 E: ID_PATH=acpi-PNP0C0D:00 E: ID_PATH_TAG=acpi-PNP0C0D_00 E: LIBINPUT_DEVICE_GROUP=19/0/5:PNP0C0D/button E: MAJOR=13 E: MINOR=66 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=17836358 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00 E: DRIVER=button E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0E: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13222293 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input10 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input10 E: EV=3 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-PNP0C0E:00 E: ID_PATH_TAG=acpi-PNP0C0E_00 E: KEY=4000 0 0 0 0 E: MODALIAS=input:b0019v0000p0003e0000-e0,1,k8E,ramlsfw E: NAME="Sleep Button" E: PHYS="PNP0C0E/button/input0" E: PRODUCT=19/0/3/0 E: PROP=0 E: SUBSYSTEM=input E: USEC_INITIALIZED=15586177 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input10/event3 N: input/event3 E: BACKSPACE=guess E: DEVNAME=/dev/input/event3 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input10/event3 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-PNP0C0E:00 E: ID_PATH_TAG=acpi-PNP0C0E_00 E: LIBINPUT_DEVICE_GROUP=19/0/3:PNP0C0E/button E: MAJOR=13 E: MINOR=67 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=17837557 E: XKBLAYOUT=us E: XKBMODEL=pc104 E: XKBOPTIONS=terminate:ctrl_alt_bksp P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0F: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13222930 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:01 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:01 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0F: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13223553 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:02 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:02 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0F: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13224209 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:03 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:03 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0F: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13225027 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:04 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:04 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0F: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13225647 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:05 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:05 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0F: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13226275 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:06 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:06 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0F: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13228125 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:07 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:07 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0F: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13227414 P: /devices/LNXSYSTM:00/LNXSYBUS:01 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:01 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXSYBUS: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=12924680 P: /devices/LNXSYSTM:00/LNXSYBUS:01/LNXTHERM:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:01/LNXTHERM:00 E: DRIVER=thermal E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXTHERM: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13228714 P: /devices/breakpoint E: DEVPATH=/devices/breakpoint E: SUBSYSTEM=event_source P: /devices/cpu E: DEVPATH=/devices/cpu E: SUBSYSTEM=event_source P: /devices/i915 E: DEVPATH=/devices/i915 E: SUBSYSTEM=event_source P: /devices/intel_bts E: DEVPATH=/devices/intel_bts E: SUBSYSTEM=event_source P: /devices/kprobe E: DEVPATH=/devices/kprobe E: SUBSYSTEM=event_source P: /devices/msr E: DEVPATH=/devices/msr E: SUBSYSTEM=event_source P: /devices/pci0000:00/0000:00:00.0 E: DEVPATH=/devices/pci0000:00/0000:00:00.0 E: ID_MODEL_FROM_DATABASE=Mobile PM965/GM965/GL960 Memory Controller Hub E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_SUBCLASS_FROM_DATABASE=Host bridge E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d00002A00sv00001043sd00008261bc06sc00i00 E: PCI_CLASS=60000 E: PCI_ID=8086:2A00 E: PCI_SLOT_NAME=0000:00:00.0 E: PCI_SUBSYS_ID=1043:8261 E: SUBSYSTEM=pci E: USEC_INITIALIZED=12795937 P: /devices/pci0000:00/0000:00:02.0 E: DEVPATH=/devices/pci0000:00/0000:00:02.0 E: DRIVER=i915 E: ID_MODEL_FROM_DATABASE=Mobile GM965/GL960 Integrated Graphics Controller (primary) E: ID_PCI_CLASS_FROM_DATABASE=Display controller E: ID_PCI_INTERFACE_FROM_DATABASE=VGA controller E: ID_PCI_SUBCLASS_FROM_DATABASE=VGA compatible controller E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d00002A02sv00001043sd00008265bc03sc00i00 E: PCI_CLASS=30000 E: PCI_ID=8086:2A02 E: PCI_SLOT_NAME=0000:00:02.0 E: PCI_SUBSYS_ID=1043:8265 E: SUBSYSTEM=pci E: USEC_INITIALIZED=12761410 P: /devices/pci0000:00/0000:00:02.0/drm/card0 N: dri/card0 S: dri/by-path/pci-0000:00:02.0-card E: DEVLINKS=/dev/dri/by-path/pci-0000:00:02.0-card E: DEVNAME=/dev/dri/card0 E: DEVPATH=/devices/pci0000:00/0000:00:02.0/drm/card0 E: DEVTYPE=drm_minor E: ID_PATH=pci-0000:00:02.0 E: ID_PATH_TAG=pci-0000_00_02_0 E: MAJOR=226 E: MINOR=0 E: SUBSYSTEM=drm E: USEC_INITIALIZED=16032164 P: /devices/pci0000:00/0000:00:02.0/drm/card0/card0-LVDS-1 E: DEVPATH=/devices/pci0000:00/0000:00:02.0/drm/card0/card0-LVDS-1 E: ID_PATH=pci-0000:00:02.0 E: ID_PATH_TAG=pci-0000_00_02_0 E: SUBSYSTEM=drm E: USEC_INITIALIZED=16032613 P: /devices/pci0000:00/0000:00:02.0/drm/card0/card0-LVDS-1/intel_backlight E: DEVPATH=/devices/pci0000:00/0000:00:02.0/drm/card0/card0-LVDS-1/intel_backlight E: SUBSYSTEM=backlight P: /devices/pci0000:00/0000:00:02.0/drm/card0/card0-VGA-1 E: DEVPATH=/devices/pci0000:00/0000:00:02.0/drm/card0/card0-VGA-1 E: ID_PATH=pci-0000:00:02.0 E: ID_PATH_TAG=pci-0000_00_02_0 E: SUBSYSTEM=drm E: USEC_INITIALIZED=16033964 P: /devices/pci0000:00/0000:00:02.0/drm/renderD128 N: dri/renderD128 S: dri/by-path/pci-0000:00:02.0-render E: DEVLINKS=/dev/dri/by-path/pci-0000:00:02.0-render E: DEVNAME=/dev/dri/renderD128 E: DEVPATH=/devices/pci0000:00/0000:00:02.0/drm/renderD128 E: DEVTYPE=drm_minor E: ID_PATH=pci-0000:00:02.0 E: ID_PATH_TAG=pci-0000_00_02_0 E: MAJOR=226 E: MINOR=128 E: SUBSYSTEM=drm E: USEC_INITIALIZED=16031627 P: /devices/pci0000:00/0000:00:02.0/graphics/fb0 N: fb0 E: DEVNAME=/dev/fb0 E: DEVPATH=/devices/pci0000:00/0000:00:02.0/graphics/fb0 E: MAJOR=29 E: MINOR=0 E: SUBSYSTEM=graphics P: /devices/pci0000:00/0000:00:02.0/i2c-0 E: DEVPATH=/devices/pci0000:00/0000:00:02.0/i2c-0 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:02.0/i2c-0 E: DEVPATH=/devices/pci0000:00/0000:00:02.0/i2c-0 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:02.0/i2c-1 E: DEVPATH=/devices/pci0000:00/0000:00:02.0/i2c-1 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:02.0/i2c-1 E: DEVPATH=/devices/pci0000:00/0000:00:02.0/i2c-1 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:02.0/i2c-2 E: DEVPATH=/devices/pci0000:00/0000:00:02.0/i2c-2 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:02.0/i2c-2 E: DEVPATH=/devices/pci0000:00/0000:00:02.0/i2c-2 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:02.0/i2c-3 E: DEVPATH=/devices/pci0000:00/0000:00:02.0/i2c-3 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:02.0/i2c-3 E: DEVPATH=/devices/pci0000:00/0000:00:02.0/i2c-3 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:02.0/i2c-4 E: DEVPATH=/devices/pci0000:00/0000:00:02.0/i2c-4 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:02.0/i2c-4 E: DEVPATH=/devices/pci0000:00/0000:00:02.0/i2c-4 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:02.0/i2c-5 E: DEVPATH=/devices/pci0000:00/0000:00:02.0/i2c-5 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:02.0/i2c-5 E: DEVPATH=/devices/pci0000:00/0000:00:02.0/i2c-5 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:02.1 E: DEVPATH=/devices/pci0000:00/0000:00:02.1 E: ID_MODEL_FROM_DATABASE=Mobile GM965/GL960 Integrated Graphics Controller (secondary) E: ID_PCI_CLASS_FROM_DATABASE=Display controller E: ID_PCI_SUBCLASS_FROM_DATABASE=Display controller E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d00002A03sv00001043sd00008265bc03sc80i00 E: PCI_CLASS=38000 E: PCI_ID=8086:2A03 E: PCI_SLOT_NAME=0000:00:02.1 E: PCI_SUBSYS_ID=1043:8265 E: SUBSYSTEM=pci E: USEC_INITIALIZED=12761411 P: /devices/pci0000:00/0000:00:1a.0 E: DEVPATH=/devices/pci0000:00/0000:00:1a.0 E: DRIVER=uhci_hcd E: ID_MODEL_FROM_DATABASE=82801H (ICH8 Family) USB UHCI Controller E: ID_PCI_CLASS_FROM_DATABASE=Serial bus controller E: ID_PCI_INTERFACE_FROM_DATABASE=UHCI E: ID_PCI_SUBCLASS_FROM_DATABASE=USB controller E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d00002834sv00001043sd00008263bc0Csc03i00 E: PCI_CLASS=C0300 E: PCI_ID=8086:2834 E: PCI_SLOT_NAME=0000:00:1a.0 E: PCI_SUBSYS_ID=1043:8263 E: SUBSYSTEM=pci E: USEC_INITIALIZED=12845766 P: /devices/pci0000:00/0000:00:1a.0/usb3 N: bus/usb/003/001 E: BUSNUM=003 E: DEVNAME=/dev/bus/usb/003/001 E: DEVNUM=001 E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb3 E: DEVTYPE=usb_device E: DRIVER=usb E: ID_BUS=usb E: ID_MODEL=UHCI_Host_Controller E: ID_MODEL_ENC=UHCI\x20Host\x20Controller E: ID_MODEL_FROM_DATABASE=1.1 root hub E: ID_MODEL_ID=0001 E: ID_REVISION=0418 E: ID_SERIAL=Linux_4.18.0-1-686-pae_uhci_hcd_UHCI_Host_Controller_0000:00:1a.0 E: ID_SERIAL_SHORT=0000:00:1a.0 E: ID_USB_INTERFACES=:090000: E: ID_VENDOR=Linux_4.18.0-1-686-pae_uhci_hcd E: ID_VENDOR_ENC=Linux\x204.18.0-1-686-pae\x20uhci_hcd E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: ID_VENDOR_ID=1d6b E: MAJOR=189 E: MINOR=256 E: PRODUCT=1d6b/1/418 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=16011543 P: /devices/pci0000:00/0000:00:1a.0/usb3/3-0:1.0 E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb3/3-0:1.0 E: DEVTYPE=usb_interface E: DRIVER=hub E: ID_MODEL_FROM_DATABASE=1.1 root hub E: ID_USB_CLASS_FROM_DATABASE=Hub E: ID_USB_PROTOCOL_FROM_DATABASE=Full speed (or root) hub E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: INTERFACE=9/0/0 E: MODALIAS=usb:v1D6Bp0001d0418dc09dsc00dp00ic09isc00ip00in00 E: PRODUCT=1d6b/1/418 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=16012263 P: /devices/pci0000:00/0000:00:1a.1 E: DEVPATH=/devices/pci0000:00/0000:00:1a.1 E: DRIVER=uhci_hcd E: ID_MODEL_FROM_DATABASE=82801H (ICH8 Family) USB UHCI Controller E: ID_PCI_CLASS_FROM_DATABASE=Serial bus controller E: ID_PCI_INTERFACE_FROM_DATABASE=UHCI E: ID_PCI_SUBCLASS_FROM_DATABASE=USB controller E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d00002835sv00001043sd00008263bc0Csc03i00 E: PCI_CLASS=C0300 E: PCI_ID=8086:2835 E: PCI_SLOT_NAME=0000:00:1a.1 E: PCI_SUBSYS_ID=1043:8263 E: SUBSYSTEM=pci E: USEC_INITIALIZED=12845710 P: /devices/pci0000:00/0000:00:1a.1/usb4 N: bus/usb/004/001 E: BUSNUM=004 E: DEVNAME=/dev/bus/usb/004/001 E: DEVNUM=001 E: DEVPATH=/devices/pci0000:00/0000:00:1a.1/usb4 E: DEVTYPE=usb_device E: DRIVER=usb E: ID_BUS=usb E: ID_MODEL=UHCI_Host_Controller E: ID_MODEL_ENC=UHCI\x20Host\x20Controller E: ID_MODEL_FROM_DATABASE=1.1 root hub E: ID_MODEL_ID=0001 E: ID_REVISION=0418 E: ID_SERIAL=Linux_4.18.0-1-686-pae_uhci_hcd_UHCI_Host_Controller_0000:00:1a.1 E: ID_SERIAL_SHORT=0000:00:1a.1 E: ID_USB_INTERFACES=:090000: E: ID_VENDOR=Linux_4.18.0-1-686-pae_uhci_hcd E: ID_VENDOR_ENC=Linux\x204.18.0-1-686-pae\x20uhci_hcd E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: ID_VENDOR_ID=1d6b E: MAJOR=189 E: MINOR=384 E: PRODUCT=1d6b/1/418 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=16014807 P: /devices/pci0000:00/0000:00:1a.1/usb4/4-0:1.0 E: DEVPATH=/devices/pci0000:00/0000:00:1a.1/usb4/4-0:1.0 E: DEVTYPE=usb_interface E: DRIVER=hub E: ID_MODEL_FROM_DATABASE=1.1 root hub E: ID_USB_CLASS_FROM_DATABASE=Hub E: ID_USB_PROTOCOL_FROM_DATABASE=Full speed (or root) hub E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: INTERFACE=9/0/0 E: MODALIAS=usb:v1D6Bp0001d0418dc09dsc00dp00ic09isc00ip00in00 E: PRODUCT=1d6b/1/418 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=16015480 P: /devices/pci0000:00/0000:00:1a.7 E: DEVPATH=/devices/pci0000:00/0000:00:1a.7 E: DRIVER=ehci-pci E: ID_MODEL_FROM_DATABASE=82801H (ICH8 Family) USB2 EHCI Controller E: ID_PCI_CLASS_FROM_DATABASE=Serial bus controller E: ID_PCI_INTERFACE_FROM_DATABASE=EHCI E: ID_PCI_SUBCLASS_FROM_DATABASE=USB controller E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d0000283Asv00001043sd00008263bc0Csc03i20 E: PCI_CLASS=C0320 E: PCI_ID=8086:283A E: PCI_SLOT_NAME=0000:00:1a.7 E: PCI_SUBSYS_ID=1043:8263 E: SUBSYSTEM=pci E: USEC_INITIALIZED=12846375 P: /devices/pci0000:00/0000:00:1a.7/usb1 N: bus/usb/001/001 E: BUSNUM=001 E: DEVNAME=/dev/bus/usb/001/001 E: DEVNUM=001 E: DEVPATH=/devices/pci0000:00/0000:00:1a.7/usb1 E: DEVTYPE=usb_device E: DRIVER=usb E: ID_BUS=usb E: ID_MODEL=EHCI_Host_Controller E: ID_MODEL_ENC=EHCI\x20Host\x20Controller E: ID_MODEL_FROM_DATABASE=2.0 root hub E: ID_MODEL_ID=0002 E: ID_REVISION=0418 E: ID_SERIAL=Linux_4.18.0-1-686-pae_ehci_hcd_EHCI_Host_Controller_0000:00:1a.7 E: ID_SERIAL_SHORT=0000:00:1a.7 E: ID_USB_INTERFACES=:090000: E: ID_VENDOR=Linux_4.18.0-1-686-pae_ehci_hcd E: ID_VENDOR_ENC=Linux\x204.18.0-1-686-pae\x20ehci_hcd E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: ID_VENDOR_ID=1d6b E: MAJOR=189 E: MINOR=0 E: PRODUCT=1d6b/2/418 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=16000489 P: /devices/pci0000:00/0000:00:1a.7/usb1/1-0:1.0 E: DEVPATH=/devices/pci0000:00/0000:00:1a.7/usb1/1-0:1.0 E: DEVTYPE=usb_interface E: DRIVER=hub E: ID_MODEL_FROM_DATABASE=2.0 root hub E: ID_USB_CLASS_FROM_DATABASE=Hub E: ID_USB_PROTOCOL_FROM_DATABASE=Full speed (or root) hub E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: INTERFACE=9/0/0 E: MODALIAS=usb:v1D6Bp0002d0418dc09dsc00dp00ic09isc00ip00in00 E: PRODUCT=1d6b/2/418 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=16001227 P: /devices/pci0000:00/0000:00:1b.0 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0 E: DRIVER=snd_hda_intel E: ID_MODEL_FROM_DATABASE=82801H (ICH8 Family) HD Audio Controller E: ID_PCI_CLASS_FROM_DATABASE=Multimedia controller E: ID_PCI_SUBCLASS_FROM_DATABASE=Audio device E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d0000284Bsv00001043sd00008284bc04sc03i00 E: PCI_CLASS=40300 E: PCI_ID=8086:284B E: PCI_SLOT_NAME=0000:00:1b.0 E: PCI_SUBSYS_ID=1043:8284 E: SUBSYSTEM=pci E: USEC_INITIALIZED=12865050 P: /devices/pci0000:00/0000:00:1b.0/hdaudioC0D0 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/hdaudioC0D0 E: DRIVER=snd_hda_codec_realtek E: MODALIAS=hdaudio:v10EC0883r00100002a01 E: SUBSYSTEM=hdaudio P: /devices/pci0000:00/0000:00:1b.0/hdaudioC0D1 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/hdaudioC0D1 E: DRIVER=snd_hda_codec_si3054 E: MODALIAS=hdaudio:v15433155r00100700a01 E: SUBSYSTEM=hdaudio P: /devices/pci0000:00/0000:00:1b.0/sound/card0 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0 E: ID_BUS=pci E: ID_MODEL_FROM_DATABASE=82801H (ICH8 Family) HD Audio Controller E: ID_MODEL_ID=0x284b E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: ID_PCI_CLASS_FROM_DATABASE=Multimedia controller E: ID_PCI_SUBCLASS_FROM_DATABASE=Audio device E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: ID_VENDOR_ID=0x8086 E: SOUND_FORM_FACTOR=internal E: SOUND_INITIALIZED=1 E: SUBSYSTEM=sound E: USEC_INITIALIZED=21859528 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/adsp N: adsp E: DEVNAME=/dev/adsp E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/adsp E: MAJOR=14 E: MINOR=12 E: SUBSYSTEM=sound P: /devices/pci0000:00/0000:00:1b.0/sound/card0/audio N: audio E: DEVNAME=/dev/audio E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/audio E: MAJOR=14 E: MINOR=4 E: SUBSYSTEM=sound P: /devices/pci0000:00/0000:00:1b.0/sound/card0/dsp N: dsp E: DEVNAME=/dev/dsp E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/dsp E: MAJOR=14 E: MINOR=3 E: SUBSYSTEM=sound P: /devices/pci0000:00/0000:00:1b.0/sound/card0/hwC0D0 N: snd/hwC0D0 E: DEVNAME=/dev/snd/hwC0D0 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/hwC0D0 E: MAJOR=116 E: MINOR=7 E: SUBSYSTEM=sound P: /devices/pci0000:00/0000:00:1b.0/sound/card0/hwC0D1 N: snd/hwC0D1 E: DEVNAME=/dev/snd/hwC0D1 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/hwC0D1 E: MAJOR=116 E: MINOR=8 E: SUBSYSTEM=sound P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input16 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input16 E: EV=40001 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: MODALIAS=input:b0001v10ECp0883e0001-e0,12,kramls1,2,fw E: NAME="HDA Digital PCBeep" E: PHYS="card0/codec#0/beep0" E: PRODUCT=1/10ec/883/1 E: PROP=0 E: SND=6 E: SUBSYSTEM=input E: USEC_INITIALIZED=17756125 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input16/event9 N: input/event9 E: DEVNAME=/dev/input/event9 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input16/event9 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: LIBINPUT_DEVICE_GROUP=1/10ec/883:card0/codec#0/beep0 E: MAJOR=13 E: MINOR=73 E: SUBSYSTEM=input E: USEC_INITIALIZED=17852607 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input17 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input17 E: EV=21 E: ID_INPUT=1 E: ID_INPUT_SWITCH=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw4, E: NAME="HDA Intel Mic" E: PHYS="ALSA" E: PRODUCT=0/0/0/0 E: PROP=0 E: SUBSYSTEM=input E: SW=10 E: USEC_INITIALIZED=17842698 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input17/event10 N: input/event10 E: DEVNAME=/dev/input/event10 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input17/event10 E: ID_INPUT=1 E: ID_INPUT_SWITCH=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA E: MAJOR=13 E: MINOR=74 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=17880658 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input18 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input18 E: EV=21 E: ID_INPUT=1 E: ID_INPUT_SWITCH=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw2, E: NAME="HDA Intel Headphone" E: PHYS="ALSA" E: PRODUCT=0/0/0/0 E: PROP=0 E: SUBSYSTEM=input E: SW=4 E: USEC_INITIALIZED=17841646 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input18/event11 N: input/event11 E: DEVNAME=/dev/input/event11 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input18/event11 E: ID_INPUT=1 E: ID_INPUT_SWITCH=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA E: MAJOR=13 E: MINOR=75 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=17872777 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/mixer N: mixer E: DEVNAME=/dev/mixer E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/mixer E: MAJOR=14 E: MINOR=0 E: SUBSYSTEM=sound P: /devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0c N: snd/pcmC0D0c E: DEVNAME=/dev/snd/pcmC0D0c E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0c E: MAJOR=116 E: MINOR=3 E: SUBSYSTEM=sound P: /devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0p N: snd/pcmC0D0p E: DEVNAME=/dev/snd/pcmC0D0p E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0p E: MAJOR=116 E: MINOR=2 E: SUBSYSTEM=sound P: /devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D1p N: snd/pcmC0D1p E: DEVNAME=/dev/snd/pcmC0D1p E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D1p E: MAJOR=116 E: MINOR=4 E: SUBSYSTEM=sound P: /devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D6c N: snd/pcmC0D6c E: DEVNAME=/dev/snd/pcmC0D6c E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D6c E: MAJOR=116 E: MINOR=6 E: SUBSYSTEM=sound P: /devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D6p N: snd/pcmC0D6p E: DEVNAME=/dev/snd/pcmC0D6p E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D6p E: MAJOR=116 E: MINOR=5 E: SUBSYSTEM=sound P: /devices/pci0000:00/0000:00:1b.0/sound/card0/controlC0 N: snd/controlC0 S: snd/by-path/pci-0000:00:1b.0 E: DEVLINKS=/dev/snd/by-path/pci-0000:00:1b.0 E: DEVNAME=/dev/snd/controlC0 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/controlC0 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: MAJOR=116 E: MINOR=9 E: SUBSYSTEM=sound E: USEC_INITIALIZED=17989055 P: /devices/pci0000:00/0000:00:1c.0 E: DEVPATH=/devices/pci0000:00/0000:00:1c.0 E: DRIVER=pcieport E: ID_MODEL_FROM_DATABASE=82801H (ICH8 Family) PCI Express Port 1 E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_INTERFACE_FROM_DATABASE=Normal decode E: ID_PCI_SUBCLASS_FROM_DATABASE=PCI bridge E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d0000283Fsv00001043sd00008284bc06sc04i00 E: PCI_CLASS=60400 E: PCI_ID=8086:283F E: PCI_SLOT_NAME=0000:00:1c.0 E: PCI_SUBSYS_ID=1043:8284 E: SUBSYSTEM=pci E: USEC_INITIALIZED=12846075 P: /devices/pci0000:00/0000:00:1c.0/pci_bus/0000:04 E: DEVPATH=/devices/pci0000:00/0000:00:1c.0/pci_bus/0000:04 E: SUBSYSTEM=pci_bus P: /devices/pci0000:00/0000:00:1c.1 E: DEVPATH=/devices/pci0000:00/0000:00:1c.1 E: DRIVER=pcieport E: ID_MODEL_FROM_DATABASE=82801H (ICH8 Family) PCI Express Port 2 E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_INTERFACE_FROM_DATABASE=Normal decode E: ID_PCI_SUBCLASS_FROM_DATABASE=PCI bridge E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d00002841sv00001043sd00008284bc06sc04i00 E: PCI_CLASS=60400 E: PCI_ID=8086:2841 E: PCI_SLOT_NAME=0000:00:1c.1 E: PCI_SUBSYS_ID=1043:8284 E: SUBSYSTEM=pci E: USEC_INITIALIZED=12872603 P: /devices/pci0000:00/0000:00:1c.1/0000:03:00.0 E: DEVPATH=/devices/pci0000:00/0000:00:1c.1/0000:03:00.0 E: DRIVER=iwl4965 E: ID_MODEL_FROM_DATABASE=PRO/Wireless 4965 AG or AGN [Kedron] Network Connection (Vaio VGN-SZ79SN_C) E: ID_PCI_CLASS_FROM_DATABASE=Network controller E: ID_PCI_SUBCLASS_FROM_DATABASE=Network controller E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d00004229sv00008086sd00001100bc02sc80i00 E: PCI_CLASS=28000 E: PCI_ID=8086:4229 E: PCI_SLOT_NAME=0000:03:00.0 E: PCI_SUBSYS_ID=8086:1100 E: SUBSYSTEM=pci E: USEC_INITIALIZED=13352509 P: /devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0 E: DEVPATH=/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0 E: SUBSYSTEM=ieee80211 P: /devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0/rfkill0 E: DEVPATH=/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0/rfkill0 E: RFKILL_NAME=phy0 E: RFKILL_STATE=1 E: RFKILL_TYPE=wlan E: SUBSYSTEM=rfkill P: /devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/phy0-led E: DEVPATH=/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/phy0-led E: SUBSYSTEM=leds P: /devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0 E: DEVPATH=/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0 E: DEVTYPE=wlan E: ID_BUS=pci E: ID_MODEL_FROM_DATABASE=PRO/Wireless 4965 AG or AGN [Kedron] Network Connection (Vaio VGN-SZ79SN_C) E: ID_MODEL_ID=0x4229 E: ID_NET_DRIVER=iwl4965 E: ID_NET_LINK_FILE=/lib/systemd/network/99-default.link E: ID_NET_NAME=wlp3s0 E: ID_NET_NAME_MAC=wlx001de0b9c79d E: ID_NET_NAME_PATH=wlp3s0 E: ID_OUI_FROM_DATABASE=Intel Corporate E: ID_PATH=pci-0000:03:00.0 E: ID_PATH_TAG=pci-0000_03_00_0 E: ID_PCI_CLASS_FROM_DATABASE=Network controller E: ID_PCI_SUBCLASS_FROM_DATABASE=Network controller E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: ID_VENDOR_ID=0x8086 E: IFINDEX=3 E: INTERFACE=wlan0 E: SUBSYSTEM=net E: USEC_INITIALIZED=17852640 P: /devices/pci0000:00/0000:00:1c.1/pci_bus/0000:03 E: DEVPATH=/devices/pci0000:00/0000:00:1c.1/pci_bus/0000:03 E: SUBSYSTEM=pci_bus P: /devices/pci0000:00/0000:00:1c.2 E: DEVPATH=/devices/pci0000:00/0000:00:1c.2 E: DRIVER=pcieport E: ID_MODEL_FROM_DATABASE=82801H (ICH8 Family) PCI Express Port 3 E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_INTERFACE_FROM_DATABASE=Normal decode E: ID_PCI_SUBCLASS_FROM_DATABASE=PCI bridge E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d00002843sv00001043sd00008284bc06sc04i00 E: PCI_CLASS=60400 E: PCI_ID=8086:2843 E: PCI_SLOT_NAME=0000:00:1c.2 E: PCI_SUBSYS_ID=1043:8284 E: SUBSYSTEM=pci E: USEC_INITIALIZED=12877125 P: /devices/pci0000:00/0000:00:1c.2/pci_bus/0000:01 E: DEVPATH=/devices/pci0000:00/0000:00:1c.2/pci_bus/0000:01 E: SUBSYSTEM=pci_bus P: /devices/pci0000:00/0000:00:1d.0 E: DEVPATH=/devices/pci0000:00/0000:00:1d.0 E: DRIVER=uhci_hcd E: ID_MODEL_FROM_DATABASE=82801H (ICH8 Family) USB UHCI Controller E: ID_PCI_CLASS_FROM_DATABASE=Serial bus controller E: ID_PCI_INTERFACE_FROM_DATABASE=UHCI E: ID_PCI_SUBCLASS_FROM_DATABASE=USB controller E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d00002830sv00001043sd00008263bc0Csc03i00 E: PCI_CLASS=C0300 E: PCI_ID=8086:2830 E: PCI_SLOT_NAME=0000:00:1d.0 E: PCI_SUBSYS_ID=1043:8263 E: SUBSYSTEM=pci E: USEC_INITIALIZED=12846134 P: /devices/pci0000:00/0000:00:1d.0/usb5 N: bus/usb/005/001 E: BUSNUM=005 E: DEVNAME=/dev/bus/usb/005/001 E: DEVNUM=001 E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb5 E: DEVTYPE=usb_device E: DRIVER=usb E: ID_BUS=usb E: ID_MODEL=UHCI_Host_Controller E: ID_MODEL_ENC=UHCI\x20Host\x20Controller E: ID_MODEL_FROM_DATABASE=1.1 root hub E: ID_MODEL_ID=0001 E: ID_REVISION=0418 E: ID_SERIAL=Linux_4.18.0-1-686-pae_uhci_hcd_UHCI_Host_Controller_0000:00:1d.0 E: ID_SERIAL_SHORT=0000:00:1d.0 E: ID_USB_INTERFACES=:090000: E: ID_VENDOR=Linux_4.18.0-1-686-pae_uhci_hcd E: ID_VENDOR_ENC=Linux\x204.18.0-1-686-pae\x20uhci_hcd E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: ID_VENDOR_ID=1d6b E: MAJOR=189 E: MINOR=512 E: PRODUCT=1d6b/1/418 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=16018132 P: /devices/pci0000:00/0000:00:1d.0/usb5/5-0:1.0 E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb5/5-0:1.0 E: DEVTYPE=usb_interface E: DRIVER=hub E: ID_MODEL_FROM_DATABASE=1.1 root hub E: ID_USB_CLASS_FROM_DATABASE=Hub E: ID_USB_PROTOCOL_FROM_DATABASE=Full speed (or root) hub E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: INTERFACE=9/0/0 E: MODALIAS=usb:v1D6Bp0001d0418dc09dsc00dp00ic09isc00ip00in00 E: PRODUCT=1d6b/1/418 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=16018802 P: /devices/pci0000:00/0000:00:1d.1 E: DEVPATH=/devices/pci0000:00/0000:00:1d.1 E: DRIVER=uhci_hcd E: ID_MODEL_FROM_DATABASE=82801H (ICH8 Family) USB UHCI Controller E: ID_PCI_CLASS_FROM_DATABASE=Serial bus controller E: ID_PCI_INTERFACE_FROM_DATABASE=UHCI E: ID_PCI_SUBCLASS_FROM_DATABASE=USB controller E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d00002831sv00001043sd00008263bc0Csc03i00 E: PCI_CLASS=C0300 E: PCI_ID=8086:2831 E: PCI_SLOT_NAME=0000:00:1d.1 E: PCI_SUBSYS_ID=1043:8263 E: SUBSYSTEM=pci E: USEC_INITIALIZED=13231741 P: /devices/pci0000:00/0000:00:1d.1/usb6 N: bus/usb/006/001 E: BUSNUM=006 E: DEVNAME=/dev/bus/usb/006/001 E: DEVNUM=001 E: DEVPATH=/devices/pci0000:00/0000:00:1d.1/usb6 E: DEVTYPE=usb_device E: DRIVER=usb E: ID_BUS=usb E: ID_MODEL=UHCI_Host_Controller E: ID_MODEL_ENC=UHCI\x20Host\x20Controller E: ID_MODEL_FROM_DATABASE=1.1 root hub E: ID_MODEL_ID=0001 E: ID_REVISION=0418 E: ID_SERIAL=Linux_4.18.0-1-686-pae_uhci_hcd_UHCI_Host_Controller_0000:00:1d.1 E: ID_SERIAL_SHORT=0000:00:1d.1 E: ID_USB_INTERFACES=:090000: E: ID_VENDOR=Linux_4.18.0-1-686-pae_uhci_hcd E: ID_VENDOR_ENC=Linux\x204.18.0-1-686-pae\x20uhci_hcd E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: ID_VENDOR_ID=1d6b E: MAJOR=189 E: MINOR=640 E: PRODUCT=1d6b/1/418 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=16021297 P: /devices/pci0000:00/0000:00:1d.1/usb6/6-0:1.0 E: DEVPATH=/devices/pci0000:00/0000:00:1d.1/usb6/6-0:1.0 E: DEVTYPE=usb_interface E: DRIVER=hub E: ID_MODEL_FROM_DATABASE=1.1 root hub E: ID_USB_CLASS_FROM_DATABASE=Hub E: ID_USB_PROTOCOL_FROM_DATABASE=Full speed (or root) hub E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: INTERFACE=9/0/0 E: MODALIAS=usb:v1D6Bp0001d0418dc09dsc00dp00ic09isc00ip00in00 E: PRODUCT=1d6b/1/418 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=16021970 P: /devices/pci0000:00/0000:00:1d.2 E: DEVPATH=/devices/pci0000:00/0000:00:1d.2 E: DRIVER=uhci_hcd E: ID_MODEL_FROM_DATABASE=82801H (ICH8 Family) USB UHCI Controller E: ID_PCI_CLASS_FROM_DATABASE=Serial bus controller E: ID_PCI_INTERFACE_FROM_DATABASE=UHCI E: ID_PCI_SUBCLASS_FROM_DATABASE=USB controller E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d00002832sv00001043sd00008263bc0Csc03i00 E: PCI_CLASS=C0300 E: PCI_ID=8086:2832 E: PCI_SLOT_NAME=0000:00:1d.2 E: PCI_SUBSYS_ID=1043:8263 E: SUBSYSTEM=pci E: USEC_INITIALIZED=13390041 P: /devices/pci0000:00/0000:00:1d.2/usb7 N: bus/usb/007/001 E: BUSNUM=007 E: DEVNAME=/dev/bus/usb/007/001 E: DEVNUM=001 E: DEVPATH=/devices/pci0000:00/0000:00:1d.2/usb7 E: DEVTYPE=usb_device E: DRIVER=usb E: ID_BUS=usb E: ID_MODEL=UHCI_Host_Controller E: ID_MODEL_ENC=UHCI\x20Host\x20Controller E: ID_MODEL_FROM_DATABASE=1.1 root hub E: ID_MODEL_ID=0001 E: ID_REVISION=0418 E: ID_SERIAL=Linux_4.18.0-1-686-pae_uhci_hcd_UHCI_Host_Controller_0000:00:1d.2 E: ID_SERIAL_SHORT=0000:00:1d.2 E: ID_USB_INTERFACES=:090000: E: ID_VENDOR=Linux_4.18.0-1-686-pae_uhci_hcd E: ID_VENDOR_ENC=Linux\x204.18.0-1-686-pae\x20uhci_hcd E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: ID_VENDOR_ID=1d6b E: MAJOR=189 E: MINOR=768 E: PRODUCT=1d6b/1/418 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=16024527 P: /devices/pci0000:00/0000:00:1d.2/usb7/7-0:1.0 E: DEVPATH=/devices/pci0000:00/0000:00:1d.2/usb7/7-0:1.0 E: DEVTYPE=usb_interface E: DRIVER=hub E: ID_MODEL_FROM_DATABASE=1.1 root hub E: ID_USB_CLASS_FROM_DATABASE=Hub E: ID_USB_PROTOCOL_FROM_DATABASE=Full speed (or root) hub E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: INTERFACE=9/0/0 E: MODALIAS=usb:v1D6Bp0001d0418dc09dsc00dp00ic09isc00ip00in00 E: PRODUCT=1d6b/1/418 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=16025194 P: /devices/pci0000:00/0000:00:1d.7 E: DEVPATH=/devices/pci0000:00/0000:00:1d.7 E: DRIVER=ehci-pci E: ID_MODEL_FROM_DATABASE=82801H (ICH8 Family) USB2 EHCI Controller E: ID_PCI_CLASS_FROM_DATABASE=Serial bus controller E: ID_PCI_INTERFACE_FROM_DATABASE=EHCI E: ID_PCI_SUBCLASS_FROM_DATABASE=USB controller E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d00002836sv00001043sd00008263bc0Csc03i20 E: PCI_CLASS=C0320 E: PCI_ID=8086:2836 E: PCI_SLOT_NAME=0000:00:1d.7 E: PCI_SUBSYS_ID=1043:8263 E: SUBSYSTEM=pci E: USEC_INITIALIZED=13425105 P: /devices/pci0000:00/0000:00:1d.7/usb2 N: bus/usb/002/001 E: BUSNUM=002 E: DEVNAME=/dev/bus/usb/002/001 E: DEVNUM=001 E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2 E: DEVTYPE=usb_device E: DRIVER=usb E: ID_BUS=usb E: ID_MODEL=EHCI_Host_Controller E: ID_MODEL_ENC=EHCI\x20Host\x20Controller E: ID_MODEL_FROM_DATABASE=2.0 root hub E: ID_MODEL_ID=0002 E: ID_REVISION=0418 E: ID_SERIAL=Linux_4.18.0-1-686-pae_ehci_hcd_EHCI_Host_Controller_0000:00:1d.7 E: ID_SERIAL_SHORT=0000:00:1d.7 E: ID_USB_INTERFACES=:090000: E: ID_VENDOR=Linux_4.18.0-1-686-pae_ehci_hcd E: ID_VENDOR_ENC=Linux\x204.18.0-1-686-pae\x20ehci_hcd E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: ID_VENDOR_ID=1d6b E: MAJOR=189 E: MINOR=128 E: PRODUCT=1d6b/2/418 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=16003973 P: /devices/pci0000:00/0000:00:1d.7/usb2/2-0:1.0 E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2/2-0:1.0 E: DEVTYPE=usb_interface E: DRIVER=hub E: ID_MODEL_FROM_DATABASE=2.0 root hub E: ID_USB_CLASS_FROM_DATABASE=Hub E: ID_USB_PROTOCOL_FROM_DATABASE=Full speed (or root) hub E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: INTERFACE=9/0/0 E: MODALIAS=usb:v1D6Bp0002d0418dc09dsc00dp00ic09isc00ip00in00 E: PRODUCT=1d6b/2/418 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=16004671 P: /devices/pci0000:00/0000:00:1d.7/usb2/2-5 N: bus/usb/002/002 E: BUSNUM=002 E: DEVNAME=/dev/bus/usb/002/002 E: DEVNUM=002 E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2/2-5 E: DEVTYPE=usb_device E: DRIVER=usb E: ID_BUS=usb E: ID_MODEL=USB_2.0_Camera E: ID_MODEL_ENC=USB\x202.0\x20Camera E: ID_MODEL_FROM_DATABASE=PC Camera E: ID_MODEL_ID=5a11 E: ID_REVISION=0511 E: ID_SERIAL=Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001 E: ID_SERIAL_SHORT=SN0001 E: ID_USB_INTERFACES=:0e0100:0e0200: E: ID_VENDOR=Sonix_Technology_Co.__Ltd. E: ID_VENDOR_ENC=Sonix\x20Technology\x20Co.\x2c\x20Ltd. E: ID_VENDOR_FROM_DATABASE=Syntek E: ID_VENDOR_ID=174f E: MAJOR=189 E: MINOR=129 E: PRODUCT=174f/5a11/511 E: SUBSYSTEM=usb E: TYPE=239/2/1 E: USEC_INITIALIZED=16910183 P: /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0 E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0 E: DEVTYPE=usb_interface E: DRIVER=uvcvideo E: ID_MODEL_FROM_DATABASE=PC Camera E: ID_USB_CLASS_FROM_DATABASE=Miscellaneous Device E: ID_USB_PROTOCOL_FROM_DATABASE=Interface Association E: ID_VENDOR_FROM_DATABASE=Syntek E: INTERFACE=14/1/0 E: MODALIAS=usb:v174Fp5A11d0511dcEFdsc02dp01ic0Eisc01ip00in00 E: PRODUCT=174f/5a11/511 E: SUBSYSTEM=usb E: TYPE=239/2/1 E: USEC_INITIALIZED=16911066 P: /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/input/input19 E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/input/input19 E: EV=3 E: ID_BUS=usb E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_MODEL=USB_2.0_Camera E: ID_MODEL_ENC=USB\x202.0\x20Camera E: ID_MODEL_ID=5a11 E: ID_PATH=pci-0000:00:1d.7-usb-0:5:1.0 E: ID_PATH_TAG=pci-0000_00_1d_7-usb-0_5_1_0 E: ID_REVISION=0511 E: ID_SERIAL=Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001 E: ID_SERIAL_SHORT=SN0001 E: ID_TYPE=video E: ID_USB_DRIVER=uvcvideo E: ID_USB_INTERFACES=:0e0100:0e0200: E: ID_USB_INTERFACE_NUM=00 E: ID_VENDOR=Sonix_Technology_Co.__Ltd. E: ID_VENDOR_ENC=Sonix\x20Technology\x20Co.\x2c\x20Ltd. E: ID_VENDOR_ID=174f E: KEY=100000 0 0 0 0 0 0 E: MODALIAS=input:b0003v174Fp5A11e0511-e0,1,kD4,ramlsfw E: NAME="USB 2.0 Camera: USB 2.0 Camera" E: PHYS="usb-0000:00:1d.7-5/button" E: PRODUCT=3/174f/5a11/511 E: PROP=0 E: SUBSYSTEM=input E: USEC_INITIALIZED=18079272 P: /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/input/input19/event12 N: input/event12 S: input/by-id/usb-Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001-event-if00 S: input/by-path/pci-0000:00:1d.7-usb-0:5:1.0-event E: BACKSPACE=guess E: DEVLINKS=/dev/input/by-path/pci-0000:00:1d.7-usb-0:5:1.0-event /dev/input/by-id/usb-Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001-event-if00 E: DEVNAME=/dev/input/event12 E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/input/input19/event12 E: ID_BUS=usb E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_MODEL=USB_2.0_Camera E: ID_MODEL_ENC=USB\x202.0\x20Camera E: ID_MODEL_ID=5a11 E: ID_PATH=pci-0000:00:1d.7-usb-0:5:1.0 E: ID_PATH_TAG=pci-0000_00_1d_7-usb-0_5_1_0 E: ID_REVISION=0511 E: ID_SERIAL=Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001 E: ID_SERIAL_SHORT=SN0001 E: ID_TYPE=video E: ID_USB_DRIVER=uvcvideo E: ID_USB_INTERFACES=:0e0100:0e0200: E: ID_USB_INTERFACE_NUM=00 E: ID_VENDOR=Sonix_Technology_Co.__Ltd. E: ID_VENDOR_ENC=Sonix\x20Technology\x20Co.\x2c\x20Ltd. E: ID_VENDOR_ID=174f E: LIBINPUT_DEVICE_GROUP=3/174f/5a11:usb-0000:00:1d.7-5/button E: MAJOR=13 E: MINOR=76 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=18113600 E: XKBLAYOUT=us E: XKBMODEL=pc104 E: XKBOPTIONS=terminate:ctrl_alt_bksp P: /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/media0 N: media0 E: DEVNAME=/dev/media0 E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/media0 E: MAJOR=247 E: MINOR=0 E: SUBSYSTEM=media P: /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/video4linux/video0 N: video0 S: v4l/by-id/usb-Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001-video-index0 S: v4l/by-path/pci-0000:00:1d.7-usb-0:5:1.0-video-index0 E: DEVLINKS=/dev/v4l/by-path/pci-0000:00:1d.7-usb-0:5:1.0-video-index0 /dev/v4l/by-id/usb-Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001-video-index0 E: DEVNAME=/dev/video0 E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/video4linux/video0 E: ID_BUS=usb E: ID_MODEL=USB_2.0_Camera E: ID_MODEL_ENC=USB\x202.0\x20Camera E: ID_MODEL_ID=5a11 E: ID_PATH=pci-0000:00:1d.7-usb-0:5:1.0 E: ID_PATH_TAG=pci-0000_00_1d_7-usb-0_5_1_0 E: ID_REVISION=0511 E: ID_SERIAL=Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001 E: ID_SERIAL_SHORT=SN0001 E: ID_TYPE=video E: ID_USB_DRIVER=uvcvideo E: ID_USB_INTERFACES=:0e0100:0e0200: E: ID_USB_INTERFACE_NUM=00 E: ID_V4L_CAPABILITIES=:capture: E: ID_V4L_PRODUCT=USB 2.0 Camera: USB 2.0 Camera E: ID_V4L_VERSION=2 E: ID_VENDOR=Sonix_Technology_Co.__Ltd. E: ID_VENDOR_ENC=Sonix\x20Technology\x20Co.\x2c\x20Ltd. E: ID_VENDOR_ID=174f E: MAJOR=81 E: MINOR=0 E: SUBSYSTEM=video4linux E: USEC_INITIALIZED=18167497 P: /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/video4linux/video1 N: video1 S: v4l/by-id/usb-Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001-video-index1 S: v4l/by-path/pci-0000:00:1d.7-usb-0:5:1.0-video-index1 E: DEVLINKS=/dev/v4l/by-id/usb-Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001-video-index1 /dev/v4l/by-path/pci-0000:00:1d.7-usb-0:5:1.0-video-index1 E: DEVNAME=/dev/video1 E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/video4linux/video1 E: ID_BUS=usb E: ID_MODEL=USB_2.0_Camera E: ID_MODEL_ENC=USB\x202.0\x20Camera E: ID_MODEL_ID=5a11 E: ID_PATH=pci-0000:00:1d.7-usb-0:5:1.0 E: ID_PATH_TAG=pci-0000_00_1d_7-usb-0_5_1_0 E: ID_REVISION=0511 E: ID_SERIAL=Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001 E: ID_SERIAL_SHORT=SN0001 E: ID_TYPE=video E: ID_USB_DRIVER=uvcvideo E: ID_USB_INTERFACES=:0e0100:0e0200: E: ID_USB_INTERFACE_NUM=00 E: ID_V4L_CAPABILITIES=:capture: E: ID_V4L_PRODUCT=USB 2.0 Camera: USB 2.0 Camera E: ID_V4L_VERSION=2 E: ID_VENDOR=Sonix_Technology_Co.__Ltd. E: ID_VENDOR_ENC=Sonix\x20Technology\x20Co.\x2c\x20Ltd. E: ID_VENDOR_ID=174f E: MAJOR=81 E: MINOR=1 E: SUBSYSTEM=video4linux E: USEC_INITIALIZED=18165355 P: /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.1 E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.1 E: DEVTYPE=usb_interface E: DRIVER=uvcvideo E: ID_MODEL_FROM_DATABASE=PC Camera E: ID_USB_CLASS_FROM_DATABASE=Miscellaneous Device E: ID_USB_PROTOCOL_FROM_DATABASE=Interface Association E: ID_VENDOR_FROM_DATABASE=Syntek E: INTERFACE=14/2/0 E: MODALIAS=usb:v174Fp5A11d0511dcEFdsc02dp01ic0Eisc02ip00in01 E: PRODUCT=174f/5a11/511 E: SUBSYSTEM=usb E: TYPE=239/2/1 E: USEC_INITIALIZED=16929760 P: /devices/pci0000:00/0000:00:1e.0 E: DEVPATH=/devices/pci0000:00/0000:00:1e.0 E: ID_MODEL_FROM_DATABASE=82801 Mobile PCI Bridge E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_INTERFACE_FROM_DATABASE=Subtractive decode E: ID_PCI_SUBCLASS_FROM_DATABASE=PCI bridge E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d00002448sv00001043sd00008263bc06sc04i01 E: PCI_CLASS=60401 E: PCI_ID=8086:2448 E: PCI_SLOT_NAME=0000:00:1e.0 E: PCI_SUBSYS_ID=1043:8263 E: SUBSYSTEM=pci E: USEC_INITIALIZED=13585910 P: /devices/pci0000:00/0000:00:1e.0/0000:05:01.0 E: DEVPATH=/devices/pci0000:00/0000:00:1e.0/0000:05:01.0 E: DRIVER=firewire_ohci E: ID_MODEL_FROM_DATABASE=R5C832 IEEE 1394 Controller E: ID_PCI_CLASS_FROM_DATABASE=Serial bus controller E: ID_PCI_INTERFACE_FROM_DATABASE=OHCI E: ID_PCI_SUBCLASS_FROM_DATABASE=FireWire (IEEE 1394) E: ID_VENDOR_FROM_DATABASE=Ricoh Co Ltd E: MODALIAS=pci:v00001180d00000832sv00001043sd00008264bc0Csc00i10 E: PCI_CLASS=C0010 E: PCI_ID=1180:0832 E: PCI_SLOT_NAME=0000:05:01.0 E: PCI_SUBSYS_ID=1043:8264 E: SUBSYSTEM=pci E: USEC_INITIALIZED=13791584 P: /devices/pci0000:00/0000:00:1e.0/0000:05:01.0/fw0 N: fw0 E: DEVNAME=/dev/fw0 E: DEVPATH=/devices/pci0000:00/0000:00:1e.0/0000:05:01.0/fw0 E: MAJOR=248 E: MINOR=0 E: SUBSYSTEM=firewire P: /devices/pci0000:00/0000:00:1e.0/0000:05:01.1 E: DEVPATH=/devices/pci0000:00/0000:00:1e.0/0000:05:01.1 E: DRIVER=sdhci-pci E: ID_MODEL_FROM_DATABASE=R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter E: ID_PCI_CLASS_FROM_DATABASE=Generic system peripheral E: ID_PCI_SUBCLASS_FROM_DATABASE=SD Host controller E: ID_VENDOR_FROM_DATABASE=Ricoh Co Ltd E: MODALIAS=pci:v00001180d00000822sv00001043sd00008264bc08sc05i00 E: PCI_CLASS=80500 E: PCI_ID=1180:0822 E: PCI_SLOT_NAME=0000:05:01.1 E: PCI_SUBSYS_ID=1043:8264 E: SUBSYSTEM=pci E: USEC_INITIALIZED=13791584 P: /devices/pci0000:00/0000:00:1e.0/0000:05:01.1/leds/mmc0:: E: DEVPATH=/devices/pci0000:00/0000:00:1e.0/0000:05:01.1/leds/mmc0:: E: SUBSYSTEM=leds P: /devices/pci0000:00/0000:00:1e.0/0000:05:01.1/mmc_host/mmc0 E: DEVPATH=/devices/pci0000:00/0000:00:1e.0/0000:05:01.1/mmc_host/mmc0 E: SUBSYSTEM=mmc_host P: /devices/pci0000:00/0000:00:1e.0/0000:05:01.2 E: DEVPATH=/devices/pci0000:00/0000:00:1e.0/0000:05:01.2 E: DRIVER=r592 E: ID_MODEL_FROM_DATABASE=R5C592 Memory Stick Bus Host Adapter E: ID_PCI_CLASS_FROM_DATABASE=Generic system peripheral E: ID_PCI_SUBCLASS_FROM_DATABASE=System peripheral E: ID_VENDOR_FROM_DATABASE=Ricoh Co Ltd E: MODALIAS=pci:v00001180d00000592sv00001043sd00008264bc08sc80i00 E: PCI_CLASS=88000 E: PCI_ID=1180:0592 E: PCI_SLOT_NAME=0000:05:01.2 E: PCI_SUBSYS_ID=1043:8264 E: SUBSYSTEM=pci E: USEC_INITIALIZED=14098444 P: /devices/pci0000:00/0000:00:1e.0/0000:05:01.2/memstick_host/memstick0 E: DEVPATH=/devices/pci0000:00/0000:00:1e.0/0000:05:01.2/memstick_host/memstick0 E: SUBSYSTEM=memstick_host P: /devices/pci0000:00/0000:00:1e.0/0000:05:01.3 E: DEVPATH=/devices/pci0000:00/0000:00:1e.0/0000:05:01.3 E: DRIVER=r852 E: ID_MODEL_FROM_DATABASE=xD-Picture Card Controller E: ID_PCI_CLASS_FROM_DATABASE=Generic system peripheral E: ID_PCI_SUBCLASS_FROM_DATABASE=System peripheral E: ID_VENDOR_FROM_DATABASE=Ricoh Co Ltd E: MODALIAS=pci:v00001180d00000852sv00001043sd00008264bc08sc80i00 E: PCI_CLASS=88000 E: PCI_ID=1180:0852 E: PCI_SLOT_NAME=0000:05:01.3 E: PCI_SUBSYS_ID=1043:8264 E: SUBSYSTEM=pci E: USEC_INITIALIZED=14098443 P: /devices/pci0000:00/0000:00:1e.0/0000:05:07.0 E: DEVPATH=/devices/pci0000:00/0000:00:1e.0/0000:05:07.0 E: DRIVER=r8169 E: ID_MODEL_FROM_DATABASE=RTL-8110SC/8169SC Gigabit Ethernet E: ID_PCI_CLASS_FROM_DATABASE=Network controller E: ID_PCI_SUBCLASS_FROM_DATABASE=Ethernet controller E: ID_VENDOR_FROM_DATABASE=Realtek Semiconductor Co., Ltd. E: MODALIAS=pci:v000010ECd00008167sv00001043sd00001345bc02sc00i00 E: PCI_CLASS=20000 E: PCI_ID=10EC:8167 E: PCI_SLOT_NAME=0000:05:07.0 E: PCI_SUBSYS_ID=1043:1345 E: SUBSYSTEM=pci E: USEC_INITIALIZED=14565065 P: /devices/pci0000:00/0000:00:1e.0/0000:05:07.0/net/eth0 E: DEVPATH=/devices/pci0000:00/0000:00:1e.0/0000:05:07.0/net/eth0 E: ID_BUS=pci E: ID_MODEL_FROM_DATABASE=RTL-8110SC/8169SC Gigabit Ethernet E: ID_MODEL_ID=0x8167 E: ID_NET_DRIVER=r8169 E: ID_NET_LINK_FILE=/lib/systemd/network/99-default.link E: ID_NET_NAME=enp5s7 E: ID_NET_NAME_MAC=enx001d6073b0f8 E: ID_NET_NAME_PATH=enp5s7 E: ID_OUI_FROM_DATABASE=ASUSTek COMPUTER INC. E: ID_PATH=pci-0000:05:07.0 E: ID_PATH_TAG=pci-0000_05_07_0 E: ID_PCI_CLASS_FROM_DATABASE=Network controller E: ID_PCI_SUBCLASS_FROM_DATABASE=Ethernet controller E: ID_VENDOR_FROM_DATABASE=Realtek Semiconductor Co., Ltd. E: ID_VENDOR_ID=0x10ec E: IFINDEX=2 E: INTERFACE=eth0 E: SUBSYSTEM=net E: USEC_INITIALIZED=17388783 P: /devices/pci0000:00/0000:00:1e.0/pci_bus/0000:05 E: DEVPATH=/devices/pci0000:00/0000:00:1e.0/pci_bus/0000:05 E: SUBSYSTEM=pci_bus P: /devices/pci0000:00/0000:00:1f.0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.0 E: DRIVER=lpc_ich E: ID_MODEL_FROM_DATABASE=82801HM (ICH8M) LPC Interface Controller E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_SUBCLASS_FROM_DATABASE=ISA bridge E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d00002815sv00001043sd00008263bc06sc01i00 E: PCI_CLASS=60100 E: PCI_ID=8086:2815 E: PCI_SLOT_NAME=0000:00:1f.0 E: PCI_SUBSYS_ID=1043:8263 E: SUBSYSTEM=pci E: USEC_INITIALIZED=14405056 P: /devices/pci0000:00/0000:00:1f.0/PNP0103:00 E: DEVPATH=/devices/pci0000:00/0000:00:1f.0/PNP0103:00 E: MODALIAS=acpi:PNP0103: E: SUBSYSTEM=platform P: /devices/pci0000:00/0000:00:1f.0/PNP0800:00 E: DEVPATH=/devices/pci0000:00/0000:00:1f.0/PNP0800:00 E: MODALIAS=acpi:PNP0800: E: SUBSYSTEM=platform P: /devices/pci0000:00/0000:00:1f.0/PNP0C04:00 E: DEVPATH=/devices/pci0000:00/0000:00:1f.0/PNP0C04:00 E: MODALIAS=acpi:PNP0C04: E: SUBSYSTEM=platform P: /devices/pci0000:00/0000:00:1f.0/PNP0C09:00 E: DEVPATH=/devices/pci0000:00/0000:00:1f.0/PNP0C09:00 E: MODALIAS=acpi:PNP0C09: E: SUBSYSTEM=platform P: /devices/pci0000:00/0000:00:1f.0/gpio_ich.1.auto E: DEVPATH=/devices/pci0000:00/0000:00:1f.0/gpio_ich.1.auto E: DEVTYPE=mfd_device E: MODALIAS=platform:gpio_ich E: SUBSYSTEM=platform P: /devices/pci0000:00/0000:00:1f.0/iTCO_wdt.0.auto E: DEVPATH=/devices/pci0000:00/0000:00:1f.0/iTCO_wdt.0.auto E: DEVTYPE=mfd_device E: MODALIAS=platform:iTCO_wdt E: SUBSYSTEM=platform P: /devices/pci0000:00/0000:00:1f.1 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1 E: DRIVER=ata_piix E: ID_MODEL_FROM_DATABASE=82801HM/HEM (ICH8M/ICH8M-E) IDE Controller E: ID_PCI_CLASS_FROM_DATABASE=Mass storage controller E: ID_PCI_INTERFACE_FROM_DATABASE=ISA Compatibility mode controller, supports both channels switched to PCI native mode, supports bus mastering E: ID_PCI_SUBCLASS_FROM_DATABASE=IDE interface E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d00002850sv00001043sd00008263bc01sc01i8A E: PCI_CLASS=1018A E: PCI_ID=8086:2850 E: PCI_SLOT_NAME=0000:00:1f.1 E: PCI_SUBSYS_ID=1043:8263 E: SUBSYSTEM=pci E: USEC_INITIALIZED=14403909 P: /devices/pci0000:00/0000:00:1f.1/ata4/ata_port/ata4 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata4/ata_port/ata4 E: SUBSYSTEM=ata_port P: /devices/pci0000:00/0000:00:1f.1/ata4/host3 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata4/host3 E: DEVTYPE=scsi_host E: SUBSYSTEM=scsi P: /devices/pci0000:00/0000:00:1f.1/ata4/host3/scsi_host/host3 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata4/host3/scsi_host/host3 E: SUBSYSTEM=scsi_host P: /devices/pci0000:00/0000:00:1f.1/ata4/host3/target3:0:1 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata4/host3/target3:0:1 E: DEVTYPE=scsi_target E: SUBSYSTEM=scsi P: /devices/pci0000:00/0000:00:1f.1/ata4/host3/target3:0:1/3:0:1:0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata4/host3/target3:0:1/3:0:1:0 E: DEVTYPE=scsi_device E: DRIVER=sr E: MODALIAS=scsi:t-0x05 E: SUBSYSTEM=scsi P: /devices/pci0000:00/0000:00:1f.1/ata4/host3/target3:0:1/3:0:1:0/block/sr0 N: sr0 L: -100 S: cdrom S: cdrw S: disk/by-id/ata-QSI_DVD+_-RW_SDW-085 S: disk/by-path/pci-0000:00:1f.1-ata-1 S: dvd S: dvdrw E: DEVLINKS=/dev/dvd /dev/disk/by-id/ata-QSI_DVD+_-RW_SDW-085 /dev/dvdrw /dev/cdrw /dev/cdrom /dev/disk/by-path/pci-0000:00:1f.1-ata-1 E: DEVNAME=/dev/sr0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata4/host3/target3:0:1/3:0:1:0/block/sr0 E: DEVTYPE=disk E: ID_ATA=1 E: ID_BUS=ata E: ID_CDROM=1 E: ID_CDROM_CD=1 E: ID_CDROM_CD_R=1 E: ID_CDROM_CD_RW=1 E: ID_CDROM_DVD=1 E: ID_CDROM_DVD_PLUS_R=1 E: ID_CDROM_DVD_PLUS_RW=1 E: ID_CDROM_DVD_PLUS_R_DL=1 E: ID_CDROM_DVD_R=1 E: ID_CDROM_DVD_RW=1 E: ID_CDROM_MRW=1 E: ID_CDROM_MRW_W=1 E: ID_MODEL=QSI_DVD+_-RW_SDW-085 E: ID_MODEL_ENC=QSI\x20DVD+\x2f-RW\x20SDW-085\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PATH=pci-0000:00:1f.1-ata-1 E: ID_PATH_TAG=pci-0000_00_1f_1-ata-1 E: ID_REVISION=AX03 E: ID_SERIAL=QSI_DVD+_-RW_SDW-085 E: ID_TYPE=cd E: MAJOR=11 E: MINOR=0 E: SUBSYSTEM=block E: SYSTEMD_MOUNT_DEVICE_BOUND=1 E: SYSTEMD_READY=0 E: USEC_INITIALIZED=18360049 P: /devices/pci0000:00/0000:00:1f.1/ata4/host3/target3:0:1/3:0:1:0/bsg/3:0:1:0 N: bsg/3:0:1:0 E: DEVNAME=/dev/bsg/3:0:1:0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata4/host3/target3:0:1/3:0:1:0/bsg/3:0:1:0 E: MAJOR=250 E: MINOR=1 E: SUBSYSTEM=bsg P: /devices/pci0000:00/0000:00:1f.1/ata4/host3/target3:0:1/3:0:1:0/scsi_device/3:0:1:0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata4/host3/target3:0:1/3:0:1:0/scsi_device/3:0:1:0 E: SUBSYSTEM=scsi_device P: /devices/pci0000:00/0000:00:1f.1/ata4/host3/target3:0:1/3:0:1:0/scsi_generic/sg1 N: sg1 E: DEVNAME=/dev/sg1 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata4/host3/target3:0:1/3:0:1:0/scsi_generic/sg1 E: MAJOR=21 E: MINOR=1 E: SUBSYSTEM=scsi_generic P: /devices/pci0000:00/0000:00:1f.1/ata4/link4/ata_link/link4 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata4/link4/ata_link/link4 E: SUBSYSTEM=ata_link P: /devices/pci0000:00/0000:00:1f.1/ata4/link4/dev4.0/ata_device/dev4.0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata4/link4/dev4.0/ata_device/dev4.0 E: SUBSYSTEM=ata_device P: /devices/pci0000:00/0000:00:1f.1/ata4/link4/dev4.1/ata_device/dev4.1 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata4/link4/dev4.1/ata_device/dev4.1 E: SUBSYSTEM=ata_device P: /devices/pci0000:00/0000:00:1f.1/ata5/ata_port/ata5 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata5/ata_port/ata5 E: SUBSYSTEM=ata_port P: /devices/pci0000:00/0000:00:1f.1/ata5/host4 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata5/host4 E: DEVTYPE=scsi_host E: SUBSYSTEM=scsi P: /devices/pci0000:00/0000:00:1f.1/ata5/host4/scsi_host/host4 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata5/host4/scsi_host/host4 E: SUBSYSTEM=scsi_host P: /devices/pci0000:00/0000:00:1f.1/ata5/link5/ata_link/link5 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata5/link5/ata_link/link5 E: SUBSYSTEM=ata_link P: /devices/pci0000:00/0000:00:1f.1/ata5/link5/dev5.0/ata_device/dev5.0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata5/link5/dev5.0/ata_device/dev5.0 E: SUBSYSTEM=ata_device P: /devices/pci0000:00/0000:00:1f.1/ata5/link5/dev5.1/ata_device/dev5.1 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata5/link5/dev5.1/ata_device/dev5.1 E: SUBSYSTEM=ata_device P: /devices/pci0000:00/0000:00:1f.2 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2 E: DRIVER=ahci E: ID_MODEL_FROM_DATABASE=82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [AHCI mode] E: ID_PCI_CLASS_FROM_DATABASE=Mass storage controller E: ID_PCI_INTERFACE_FROM_DATABASE=AHCI 1.0 E: ID_PCI_SUBCLASS_FROM_DATABASE=SATA controller E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d00002829sv00001043sd00008263bc01sc06i01 E: PCI_CLASS=10601 E: PCI_ID=8086:2829 E: PCI_SLOT_NAME=0000:00:1f.2 E: PCI_SUBSYS_ID=1043:8263 E: SUBSYSTEM=pci E: USEC_INITIALIZED=14404586 P: /devices/pci0000:00/0000:00:1f.2/ata1/ata_port/ata1 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/ata_port/ata1 E: SUBSYSTEM=ata_port P: /devices/pci0000:00/0000:00:1f.2/ata1/host0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0 E: DEVTYPE=scsi_host E: SUBSYSTEM=scsi P: /devices/pci0000:00/0000:00:1f.2/ata1/host0/scsi_host/host0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0/scsi_host/host0 E: SUBSYSTEM=scsi_host P: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0 E: DEVTYPE=scsi_target E: SUBSYSTEM=scsi P: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0 E: DEVTYPE=scsi_device E: DRIVER=sd E: MODALIAS=scsi:t-0x00 E: SUBSYSTEM=scsi P: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda N: sda S: disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE S: disk/by-id/wwn-0x5000cca553c768cb S: disk/by-path/pci-0000:00:1f.2-ata-1 E: DEVLINKS=/dev/disk/by-id/wwn-0x5000cca553c768cb /dev/disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE /dev/disk/by-path/pci-0000:00:1f.2-ata-1 E: DEVNAME=/dev/sda E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda E: DEVTYPE=disk E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_AAM=1 E: ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE=254 E: ID_ATA_FEATURE_SET_AAM_ENABLED=0 E: ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE=128 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=82 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_MODEL=Hitachi_HTS541616J9SA00 E: ID_MODEL_ENC=Hitachi\x20HTS541616J9SA00\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_TABLE_TYPE=dos E: ID_PART_TABLE_UUID=1e2cdc1a E: ID_PATH=pci-0000:00:1f.2-ata-1 E: ID_PATH_TAG=pci-0000_00_1f_2-ata-1 E: ID_REVISION=SB4OC70P E: ID_SERIAL=Hitachi_HTS541616J9SA00_SB2404GJGJ98VE E: ID_SERIAL_SHORT=SB2404GJGJ98VE E: ID_TYPE=disk E: ID_WWN=0x5000cca553c768cb E: ID_WWN_WITH_EXTENSION=0x5000cca553c768cb E: MAJOR=8 E: MINOR=0 E: SUBSYSTEM=block E: USEC_INITIALIZED=18519733 P: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 N: sda1 S: disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part1 S: disk/by-id/wwn-0x5000cca553c768cb-part1 S: disk/by-label/EAAGHBAY S: disk/by-partuuid/1e2cdc1a-01 S: disk/by-path/pci-0000:00:1f.2-ata-1-part1 S: disk/by-uuid/2C44-00DF E: DEVLINKS=/dev/disk/by-path/pci-0000:00:1f.2-ata-1-part1 /dev/disk/by-label/EAAGHBAY /dev/disk/by-id/wwn-0x5000cca553c768cb-part1 /dev/disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part1 /dev/disk/by-partuuid/1e2cdc1a-01 /dev/disk/by-uuid/2C44-00DF E: DEVNAME=/dev/sda1 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 E: DEVTYPE=partition E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_AAM=1 E: ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE=254 E: ID_ATA_FEATURE_SET_AAM_ENABLED=0 E: ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE=128 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=82 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_FS_LABEL=EAAGHBAY E: ID_FS_LABEL_ENC=EAAGHBAY E: ID_FS_TYPE=vfat E: ID_FS_USAGE=filesystem E: ID_FS_UUID=2C44-00DF E: ID_FS_UUID_ENC=2C44-00DF E: ID_FS_VERSION=FAT32 E: ID_MODEL=Hitachi_HTS541616J9SA00 E: ID_MODEL_ENC=Hitachi\x20HTS541616J9SA00\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_ENTRY_DISK=8:0 E: ID_PART_ENTRY_FLAGS=0x80 E: ID_PART_ENTRY_NUMBER=1 E: ID_PART_ENTRY_OFFSET=63 E: ID_PART_ENTRY_SCHEME=dos E: ID_PART_ENTRY_SIZE=9960237 E: ID_PART_ENTRY_TYPE=0xc E: ID_PART_ENTRY_UUID=1e2cdc1a-01 E: ID_PART_TABLE_TYPE=dos E: ID_PART_TABLE_UUID=1e2cdc1a E: ID_PATH=pci-0000:00:1f.2-ata-1 E: ID_PATH_TAG=pci-0000_00_1f_2-ata-1 E: ID_REVISION=SB4OC70P E: ID_SERIAL=Hitachi_HTS541616J9SA00_SB2404GJGJ98VE E: ID_SERIAL_SHORT=SB2404GJGJ98VE E: ID_TYPE=disk E: ID_WWN=0x5000cca553c768cb E: ID_WWN_WITH_EXTENSION=0x5000cca553c768cb E: MAJOR=8 E: MINOR=1 E: PARTN=1 E: SUBSYSTEM=block E: USEC_INITIALIZED=20632302 P: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda10 N: sda10 S: disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part10 S: disk/by-id/wwn-0x5000cca553c768cb-part10 S: disk/by-label/u1 S: disk/by-partuuid/1e2cdc1a-0a S: disk/by-path/pci-0000:00:1f.2-ata-1-part10 S: disk/by-uuid/45dd3ae2-9a38-4be4-8406-5771a57fc858 E: DEVLINKS=/dev/disk/by-path/pci-0000:00:1f.2-ata-1-part10 /dev/disk/by-partuuid/1e2cdc1a-0a /dev/disk/by-label/u1 /dev/disk/by-id/wwn-0x5000cca553c768cb-part10 /dev/disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part10 /dev/disk/by-uuid/45dd3ae2-9a38-4be4-8406-5771a57fc858 E: DEVNAME=/dev/sda10 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda10 E: DEVTYPE=partition E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_AAM=1 E: ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE=254 E: ID_ATA_FEATURE_SET_AAM_ENABLED=0 E: ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE=128 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=82 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_FS_LABEL=u1 E: ID_FS_LABEL_ENC=u1 E: ID_FS_TYPE=ext3 E: ID_FS_USAGE=filesystem E: ID_FS_UUID=45dd3ae2-9a38-4be4-8406-5771a57fc858 E: ID_FS_UUID_ENC=45dd3ae2-9a38-4be4-8406-5771a57fc858 E: ID_FS_VERSION=1.0 E: ID_MODEL=Hitachi_HTS541616J9SA00 E: ID_MODEL_ENC=Hitachi\x20HTS541616J9SA00\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_ENTRY_DISK=8:0 E: ID_PART_ENTRY_NUMBER=10 E: ID_PART_ENTRY_OFFSET=121098033 E: ID_PART_ENTRY_SCHEME=dos E: ID_PART_ENTRY_SIZE=19534977 E: ID_PART_ENTRY_TYPE=0x83 E: ID_PART_ENTRY_UUID=1e2cdc1a-0a E: ID_PART_TABLE_TYPE=dos E: ID_PART_TABLE_UUID=1e2cdc1a E: ID_PATH=pci-0000:00:1f.2-ata-1 E: ID_PATH_TAG=pci-0000_00_1f_2-ata-1 E: ID_REVISION=SB4OC70P E: ID_SERIAL=Hitachi_HTS541616J9SA00_SB2404GJGJ98VE E: ID_SERIAL_SHORT=SB2404GJGJ98VE E: ID_TYPE=disk E: ID_WWN=0x5000cca553c768cb E: ID_WWN_WITH_EXTENSION=0x5000cca553c768cb E: MAJOR=8 E: MINOR=10 E: PARTN=10 E: SUBSYSTEM=block E: USEC_INITIALIZED=20427886 P: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda11 N: sda11 S: disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part11 S: disk/by-id/wwn-0x5000cca553c768cb-part11 S: disk/by-label/u2 S: disk/by-partuuid/1e2cdc1a-0b S: disk/by-path/pci-0000:00:1f.2-ata-1-part11 S: disk/by-uuid/c83425d3-17a4-43f0-ac07-ec6fcd431952 E: DEVLINKS=/dev/disk/by-partuuid/1e2cdc1a-0b /dev/disk/by-uuid/c83425d3-17a4-43f0-ac07-ec6fcd431952 /dev/disk/by-label/u2 /dev/disk/by-path/pci-0000:00:1f.2-ata-1-part11 /dev/disk/by-id/wwn-0x5000cca553c768cb-part11 /dev/disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part11 E: DEVNAME=/dev/sda11 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda11 E: DEVTYPE=partition E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_AAM=1 E: ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE=254 E: ID_ATA_FEATURE_SET_AAM_ENABLED=0 E: ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE=128 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=82 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_FS_LABEL=u2 E: ID_FS_LABEL_ENC=u2 E: ID_FS_TYPE=ext3 E: ID_FS_USAGE=filesystem E: ID_FS_UUID=c83425d3-17a4-43f0-ac07-ec6fcd431952 E: ID_FS_UUID_ENC=c83425d3-17a4-43f0-ac07-ec6fcd431952 E: ID_FS_VERSION=1.0 E: ID_MODEL=Hitachi_HTS541616J9SA00 E: ID_MODEL_ENC=Hitachi\x20HTS541616J9SA00\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_ENTRY_DISK=8:0 E: ID_PART_ENTRY_NUMBER=11 E: ID_PART_ENTRY_OFFSET=140633073 E: ID_PART_ENTRY_SCHEME=dos E: ID_PART_ENTRY_SIZE=171943632 E: ID_PART_ENTRY_TYPE=0x83 E: ID_PART_ENTRY_UUID=1e2cdc1a-0b E: ID_PART_TABLE_TYPE=dos E: ID_PART_TABLE_UUID=1e2cdc1a E: ID_PATH=pci-0000:00:1f.2-ata-1 E: ID_PATH_TAG=pci-0000_00_1f_2-ata-1 E: ID_REVISION=SB4OC70P E: ID_SERIAL=Hitachi_HTS541616J9SA00_SB2404GJGJ98VE E: ID_SERIAL_SHORT=SB2404GJGJ98VE E: ID_TYPE=disk E: ID_WWN=0x5000cca553c768cb E: ID_WWN_WITH_EXTENSION=0x5000cca553c768cb E: MAJOR=8 E: MINOR=11 E: PARTN=11 E: SUBSYSTEM=block E: USEC_INITIALIZED=20771403 P: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 N: sda2 S: disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part2 S: disk/by-id/wwn-0x5000cca553c768cb-part2 S: disk/by-partuuid/1e2cdc1a-02 S: disk/by-path/pci-0000:00:1f.2-ata-1-part2 E: DEVLINKS=/dev/disk/by-id/wwn-0x5000cca553c768cb-part2 /dev/disk/by-partuuid/1e2cdc1a-02 /dev/disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part2 /dev/disk/by-path/pci-0000:00:1f.2-ata-1-part2 E: DEVNAME=/dev/sda2 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 E: DEVTYPE=partition E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_AAM=1 E: ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE=254 E: ID_ATA_FEATURE_SET_AAM_ENABLED=0 E: ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE=128 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=82 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_MODEL=Hitachi_HTS541616J9SA00 E: ID_MODEL_ENC=Hitachi\x20HTS541616J9SA00\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_ENTRY_DISK=8:0 E: ID_PART_ENTRY_NUMBER=2 E: ID_PART_ENTRY_OFFSET=39070080 E: ID_PART_ENTRY_SCHEME=dos E: ID_PART_ENTRY_SIZE=273506625 E: ID_PART_ENTRY_TYPE=0x5 E: ID_PART_ENTRY_UUID=1e2cdc1a-02 E: ID_PART_TABLE_TYPE=dos E: ID_PART_TABLE_UUID=1e2cdc1a E: ID_PATH=pci-0000:00:1f.2-ata-1 E: ID_PATH_TAG=pci-0000_00_1f_2-ata-1 E: ID_REVISION=SB4OC70P E: ID_SERIAL=Hitachi_HTS541616J9SA00_SB2404GJGJ98VE E: ID_SERIAL_SHORT=SB2404GJGJ98VE E: ID_TYPE=disk E: ID_WWN=0x5000cca553c768cb E: ID_WWN_WITH_EXTENSION=0x5000cca553c768cb E: MAJOR=8 E: MINOR=2 E: PARTN=2 E: SUBSYSTEM=block E: USEC_INITIALIZED=19377986 P: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 N: sda5 S: disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part5 S: disk/by-id/wwn-0x5000cca553c768cb-part5 S: disk/by-partuuid/1e2cdc1a-05 S: disk/by-path/pci-0000:00:1f.2-ata-1-part5 S: disk/by-uuid/e42e1e36-27a7-46ef-a336-46eeb6d91e47 E: DEVLINKS=/dev/disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part5 /dev/disk/by-path/pci-0000:00:1f.2-ata-1-part5 /dev/disk/by-uuid/e42e1e36-27a7-46ef-a336-46eeb6d91e47 /dev/disk/by-partuuid/1e2cdc1a-05 /dev/disk/by-id/wwn-0x5000cca553c768cb-part5 E: DEVNAME=/dev/sda5 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 E: DEVTYPE=partition E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_AAM=1 E: ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE=254 E: ID_ATA_FEATURE_SET_AAM_ENABLED=0 E: ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE=128 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=82 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_FS_TYPE=swap E: ID_FS_USAGE=other E: ID_FS_UUID=e42e1e36-27a7-46ef-a336-46eeb6d91e47 E: ID_FS_UUID_ENC=e42e1e36-27a7-46ef-a336-46eeb6d91e47 E: ID_FS_VERSION=1 E: ID_MODEL=Hitachi_HTS541616J9SA00 E: ID_MODEL_ENC=Hitachi\x20HTS541616J9SA00\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_ENTRY_DISK=8:0 E: ID_PART_ENTRY_NUMBER=5 E: ID_PART_ENTRY_OFFSET=39070143 E: ID_PART_ENTRY_SCHEME=dos E: ID_PART_ENTRY_SIZE=3903732 E: ID_PART_ENTRY_TYPE=0x82 E: ID_PART_ENTRY_UUID=1e2cdc1a-05 E: ID_PART_TABLE_TYPE=dos E: ID_PART_TABLE_UUID=1e2cdc1a E: ID_PATH=pci-0000:00:1f.2-ata-1 E: ID_PATH_TAG=pci-0000_00_1f_2-ata-1 E: ID_REVISION=SB4OC70P E: ID_SERIAL=Hitachi_HTS541616J9SA00_SB2404GJGJ98VE E: ID_SERIAL_SHORT=SB2404GJGJ98VE E: ID_TYPE=disk E: ID_WWN=0x5000cca553c768cb E: ID_WWN_WITH_EXTENSION=0x5000cca553c768cb E: MAJOR=8 E: MINOR=5 E: PARTN=5 E: SUBSYSTEM=block E: USEC_INITIALIZED=19832608 P: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6 N: sda6 S: disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part6 S: disk/by-id/wwn-0x5000cca553c768cb-part6 S: disk/by-label/as S: disk/by-partuuid/1e2cdc1a-06 S: disk/by-path/pci-0000:00:1f.2-ata-1-part6 S: disk/by-uuid/d3241bc5-6c6a-4be7-826d-f0c6ac8003d3 E: DEVLINKS=/dev/disk/by-uuid/d3241bc5-6c6a-4be7-826d-f0c6ac8003d3 /dev/disk/by-partuuid/1e2cdc1a-06 /dev/disk/by-label/as /dev/disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part6 /dev/disk/by-path/pci-0000:00:1f.2-ata-1-part6 /dev/disk/by-id/wwn-0x5000cca553c768cb-part6 E: DEVNAME=/dev/sda6 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6 E: DEVTYPE=partition E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_AAM=1 E: ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE=254 E: ID_ATA_FEATURE_SET_AAM_ENABLED=0 E: ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE=128 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=82 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_FS_LABEL=as E: ID_FS_LABEL_ENC=as E: ID_FS_TYPE=ext3 E: ID_FS_USAGE=filesystem E: ID_FS_UUID=d3241bc5-6c6a-4be7-826d-f0c6ac8003d3 E: ID_FS_UUID_ENC=d3241bc5-6c6a-4be7-826d-f0c6ac8003d3 E: ID_FS_VERSION=1.0 E: ID_MODEL=Hitachi_HTS541616J9SA00 E: ID_MODEL_ENC=Hitachi\x20HTS541616J9SA00\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_ENTRY_DISK=8:0 E: ID_PART_ENTRY_NUMBER=6 E: ID_PART_ENTRY_OFFSET=42973938 E: ID_PART_ENTRY_SCHEME=dos E: ID_PART_ENTRY_SIZE=9767457 E: ID_PART_ENTRY_TYPE=0x83 E: ID_PART_ENTRY_UUID=1e2cdc1a-06 E: ID_PART_TABLE_TYPE=dos E: ID_PART_TABLE_UUID=1e2cdc1a E: ID_PATH=pci-0000:00:1f.2-ata-1 E: ID_PATH_TAG=pci-0000_00_1f_2-ata-1 E: ID_REVISION=SB4OC70P E: ID_SERIAL=Hitachi_HTS541616J9SA00_SB2404GJGJ98VE E: ID_SERIAL_SHORT=SB2404GJGJ98VE E: ID_TYPE=disk E: ID_WWN=0x5000cca553c768cb E: ID_WWN_WITH_EXTENSION=0x5000cca553c768cb E: MAJOR=8 E: MINOR=6 E: PARTN=6 E: SUBSYSTEM=block E: USEC_INITIALIZED=20269485 P: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7 N: sda7 S: disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part7 S: disk/by-id/wwn-0x5000cca553c768cb-part7 S: disk/by-label/at S: disk/by-partuuid/1e2cdc1a-07 S: disk/by-path/pci-0000:00:1f.2-ata-1-part7 S: disk/by-uuid/e1490160-b40c-4e12-b676-a88e347a22ab E: DEVLINKS=/dev/disk/by-label/at /dev/disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part7 /dev/disk/by-uuid/e1490160-b40c-4e12-b676-a88e347a22ab /dev/disk/by-path/pci-0000:00:1f.2-ata-1-part7 /dev/disk/by-partuuid/1e2cdc1a-07 /dev/disk/by-id/wwn-0x5000cca553c768cb-part7 E: DEVNAME=/dev/sda7 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7 E: DEVTYPE=partition E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_AAM=1 E: ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE=254 E: ID_ATA_FEATURE_SET_AAM_ENABLED=0 E: ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE=128 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=82 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_FS_LABEL=at E: ID_FS_LABEL_ENC=at E: ID_FS_TYPE=ext3 E: ID_FS_USAGE=filesystem E: ID_FS_UUID=e1490160-b40c-4e12-b676-a88e347a22ab E: ID_FS_UUID_ENC=e1490160-b40c-4e12-b676-a88e347a22ab E: ID_FS_VERSION=1.0 E: ID_MODEL=Hitachi_HTS541616J9SA00 E: ID_MODEL_ENC=Hitachi\x20HTS541616J9SA00\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_ENTRY_DISK=8:0 E: ID_PART_ENTRY_NUMBER=7 E: ID_PART_ENTRY_OFFSET=52741458 E: ID_PART_ENTRY_SCHEME=dos E: ID_PART_ENTRY_SIZE=9767457 E: ID_PART_ENTRY_TYPE=0x83 E: ID_PART_ENTRY_UUID=1e2cdc1a-07 E: ID_PART_TABLE_TYPE=dos E: ID_PART_TABLE_UUID=1e2cdc1a E: ID_PATH=pci-0000:00:1f.2-ata-1 E: ID_PATH_TAG=pci-0000_00_1f_2-ata-1 E: ID_REVISION=SB4OC70P E: ID_SERIAL=Hitachi_HTS541616J9SA00_SB2404GJGJ98VE E: ID_SERIAL_SHORT=SB2404GJGJ98VE E: ID_TYPE=disk E: ID_WWN=0x5000cca553c768cb E: ID_WWN_WITH_EXTENSION=0x5000cca553c768cb E: MAJOR=8 E: MINOR=7 E: PARTN=7 E: SUBSYSTEM=block E: USEC_INITIALIZED=20261195 P: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8 N: sda8 S: disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part8 S: disk/by-id/wwn-0x5000cca553c768cb-part8 S: disk/by-label/au S: disk/by-partuuid/1e2cdc1a-08 S: disk/by-path/pci-0000:00:1f.2-ata-1-part8 S: disk/by-uuid/7f7b128c-4f51-4026-a8a0-50faad6f5f5e E: DEVLINKS=/dev/disk/by-partuuid/1e2cdc1a-08 /dev/disk/by-id/wwn-0x5000cca553c768cb-part8 /dev/disk/by-uuid/7f7b128c-4f51-4026-a8a0-50faad6f5f5e /dev/disk/by-path/pci-0000:00:1f.2-ata-1-part8 /dev/disk/by-label/au /dev/disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part8 E: DEVNAME=/dev/sda8 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8 E: DEVTYPE=partition E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_AAM=1 E: ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE=254 E: ID_ATA_FEATURE_SET_AAM_ENABLED=0 E: ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE=128 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=82 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_FS_LABEL=au E: ID_FS_LABEL_ENC=au E: ID_FS_TYPE=ext3 E: ID_FS_USAGE=filesystem E: ID_FS_UUID=7f7b128c-4f51-4026-a8a0-50faad6f5f5e E: ID_FS_UUID_ENC=7f7b128c-4f51-4026-a8a0-50faad6f5f5e E: ID_FS_VERSION=1.0 E: ID_MODEL=Hitachi_HTS541616J9SA00 E: ID_MODEL_ENC=Hitachi\x20HTS541616J9SA00\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_ENTRY_DISK=8:0 E: ID_PART_ENTRY_NUMBER=8 E: ID_PART_ENTRY_OFFSET=62508978 E: ID_PART_ENTRY_SCHEME=dos E: ID_PART_ENTRY_SIZE=9767457 E: ID_PART_ENTRY_TYPE=0x83 E: ID_PART_ENTRY_UUID=1e2cdc1a-08 E: ID_PART_TABLE_TYPE=dos E: ID_PART_TABLE_UUID=1e2cdc1a E: ID_PATH=pci-0000:00:1f.2-ata-1 E: ID_PATH_TAG=pci-0000_00_1f_2-ata-1 E: ID_REVISION=SB4OC70P E: ID_SERIAL=Hitachi_HTS541616J9SA00_SB2404GJGJ98VE E: ID_SERIAL_SHORT=SB2404GJGJ98VE E: ID_TYPE=disk E: ID_WWN=0x5000cca553c768cb E: ID_WWN_WITH_EXTENSION=0x5000cca553c768cb E: MAJOR=8 E: MINOR=8 E: PARTN=8 E: SUBSYSTEM=block E: USEC_INITIALIZED=20451374 P: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda9 N: sda9 S: disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part9 S: disk/by-id/wwn-0x5000cca553c768cb-part9 S: disk/by-label/u S: disk/by-partuuid/1e2cdc1a-09 S: disk/by-path/pci-0000:00:1f.2-ata-1-part9 S: disk/by-uuid/82acc1a3-3d12-4ffd-86c3-ec39ed930efa E: DEVLINKS=/dev/disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part9 /dev/disk/by-id/wwn-0x5000cca553c768cb-part9 /dev/disk/by-uuid/82acc1a3-3d12-4ffd-86c3-ec39ed930efa /dev/disk/by-partuuid/1e2cdc1a-09 /dev/disk/by-label/u /dev/disk/by-path/pci-0000:00:1f.2-ata-1-part9 E: DEVNAME=/dev/sda9 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda9 E: DEVTYPE=partition E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_AAM=1 E: ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE=254 E: ID_ATA_FEATURE_SET_AAM_ENABLED=0 E: ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE=128 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=82 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_FS_LABEL=u E: ID_FS_LABEL_ENC=u E: ID_FS_TYPE=ext3 E: ID_FS_USAGE=filesystem E: ID_FS_UUID=82acc1a3-3d12-4ffd-86c3-ec39ed930efa E: ID_FS_UUID_ENC=82acc1a3-3d12-4ffd-86c3-ec39ed930efa E: ID_FS_VERSION=1.0 E: ID_MODEL=Hitachi_HTS541616J9SA00 E: ID_MODEL_ENC=Hitachi\x20HTS541616J9SA00\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_ENTRY_DISK=8:0 E: ID_PART_ENTRY_NUMBER=9 E: ID_PART_ENTRY_OFFSET=72276498 E: ID_PART_ENTRY_SCHEME=dos E: ID_PART_ENTRY_SIZE=48821472 E: ID_PART_ENTRY_TYPE=0x83 E: ID_PART_ENTRY_UUID=1e2cdc1a-09 E: ID_PART_TABLE_TYPE=dos E: ID_PART_TABLE_UUID=1e2cdc1a E: ID_PATH=pci-0000:00:1f.2-ata-1 E: ID_PATH_TAG=pci-0000_00_1f_2-ata-1 E: ID_REVISION=SB4OC70P E: ID_SERIAL=Hitachi_HTS541616J9SA00_SB2404GJGJ98VE E: ID_SERIAL_SHORT=SB2404GJGJ98VE E: ID_TYPE=disk E: ID_WWN=0x5000cca553c768cb E: ID_WWN_WITH_EXTENSION=0x5000cca553c768cb E: MAJOR=8 E: MINOR=9 E: PARTN=9 E: SUBSYSTEM=block E: USEC_INITIALIZED=20037972 P: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/bsg/0:0:0:0 N: bsg/0:0:0:0 E: DEVNAME=/dev/bsg/0:0:0:0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/bsg/0:0:0:0 E: MAJOR=250 E: MINOR=0 E: SUBSYSTEM=bsg P: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/scsi_device/0:0:0:0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/scsi_device/0:0:0:0 E: SUBSYSTEM=scsi_device P: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/scsi_disk/0:0:0:0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/scsi_disk/0:0:0:0 E: SUBSYSTEM=scsi_disk P: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/scsi_generic/sg0 N: sg0 E: DEVNAME=/dev/sg0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/scsi_generic/sg0 E: MAJOR=21 E: MINOR=0 E: SUBSYSTEM=scsi_generic P: /devices/pci0000:00/0000:00:1f.2/ata1/link1/ata_link/link1 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/link1/ata_link/link1 E: SUBSYSTEM=ata_link P: /devices/pci0000:00/0000:00:1f.2/ata1/link1/dev1.0/ata_device/dev1.0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/link1/dev1.0/ata_device/dev1.0 E: SUBSYSTEM=ata_device P: /devices/pci0000:00/0000:00:1f.2/ata2/ata_port/ata2 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata2/ata_port/ata2 E: SUBSYSTEM=ata_port P: /devices/pci0000:00/0000:00:1f.2/ata2/host1 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata2/host1 E: DEVTYPE=scsi_host E: SUBSYSTEM=scsi P: /devices/pci0000:00/0000:00:1f.2/ata2/host1/scsi_host/host1 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata2/host1/scsi_host/host1 E: SUBSYSTEM=scsi_host P: /devices/pci0000:00/0000:00:1f.2/ata2/link2/ata_link/link2 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata2/link2/ata_link/link2 E: SUBSYSTEM=ata_link P: /devices/pci0000:00/0000:00:1f.2/ata2/link2/dev2.0/ata_device/dev2.0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata2/link2/dev2.0/ata_device/dev2.0 E: SUBSYSTEM=ata_device P: /devices/pci0000:00/0000:00:1f.2/ata3/ata_port/ata3 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata3/ata_port/ata3 E: SUBSYSTEM=ata_port P: /devices/pci0000:00/0000:00:1f.2/ata3/host2 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata3/host2 E: DEVTYPE=scsi_host E: SUBSYSTEM=scsi P: /devices/pci0000:00/0000:00:1f.2/ata3/host2/scsi_host/host2 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata3/host2/scsi_host/host2 E: SUBSYSTEM=scsi_host P: /devices/pci0000:00/0000:00:1f.2/ata3/link3/ata_link/link3 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata3/link3/ata_link/link3 E: SUBSYSTEM=ata_link P: /devices/pci0000:00/0000:00:1f.2/ata3/link3/dev3.0/ata_device/dev3.0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata3/link3/dev3.0/ata_device/dev3.0 E: SUBSYSTEM=ata_device P: /devices/pci0000:00/0000:00:1f.3 E: DEVPATH=/devices/pci0000:00/0000:00:1f.3 E: DRIVER=i801_smbus E: ID_MODEL_FROM_DATABASE=82801H (ICH8 Family) SMBus Controller E: ID_PCI_CLASS_FROM_DATABASE=Serial bus controller E: ID_PCI_SUBCLASS_FROM_DATABASE=SMBus E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d0000283Esv00001043sd00008263bc0Csc05i00 E: PCI_CLASS=C0500 E: PCI_ID=8086:283E E: PCI_SLOT_NAME=0000:00:1f.3 E: PCI_SUBSYS_ID=1043:8263 E: SUBSYSTEM=pci E: USEC_INITIALIZED=14446336 P: /devices/pci0000:00/0000:00:1f.3/i2c-6 E: DEVPATH=/devices/pci0000:00/0000:00:1f.3/i2c-6 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:1f.3/i2c-6 E: DEVPATH=/devices/pci0000:00/0000:00:1f.3/i2c-6 E: SUBSYSTEM=i2c P: /devices/pci0000:00/ACPI0003:00 E: DEVPATH=/devices/pci0000:00/ACPI0003:00 E: MODALIAS=acpi:ACPI0003: E: SUBSYSTEM=platform P: /devices/pci0000:00/PNP0C0A:00 E: DEVPATH=/devices/pci0000:00/PNP0C0A:00 E: MODALIAS=acpi:PNP0C0A: E: SUBSYSTEM=platform P: /devices/pci0000:00/pci_bus/0000:00 E: DEVPATH=/devices/pci0000:00/pci_bus/0000:00 E: SUBSYSTEM=pci_bus P: /devices/platform/ATK0100:00 E: DEVPATH=/devices/platform/ATK0100:00 E: ID_VENDOR_FROM_DATABASE=Allied Telesyn Int'l E: MODALIAS=acpi:ATK0100: E: SUBSYSTEM=platform E: USEC_INITIALIZED=14537398 P: /devices/platform/PNP0C0C:00 E: DEVPATH=/devices/platform/PNP0C0C:00 E: MODALIAS=acpi:PNP0C0C: E: SUBSYSTEM=platform P: /devices/platform/PNP0C0D:00 E: DEVPATH=/devices/platform/PNP0C0D:00 E: MODALIAS=acpi:PNP0C0D: E: SUBSYSTEM=platform P: /devices/platform/PNP0C0E:00 E: DEVPATH=/devices/platform/PNP0C0E:00 E: MODALIAS=acpi:PNP0C0E: E: SUBSYSTEM=platform P: /devices/platform/alarmtimer E: DEVPATH=/devices/platform/alarmtimer E: DRIVER=alarmtimer E: MODALIAS=platform:alarmtimer E: SUBSYSTEM=platform P: /devices/platform/asus_laptop E: DEVPATH=/devices/platform/asus_laptop E: DRIVER=asus_laptop E: MODALIAS=platform:asus_laptop E: SUBSYSTEM=platform P: /devices/platform/asus_laptop/backlight/asus_laptop E: DEVPATH=/devices/platform/asus_laptop/backlight/asus_laptop E: SUBSYSTEM=backlight P: /devices/platform/asus_laptop/input/input13 E: DEVPATH=/devices/platform/asus_laptop/input/input13 E: EV=13 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=platform-asus_laptop E: ID_PATH_TAG=platform-asus_laptop E: KEY=c0000 0 0 8000 0 100000 0 0 0 a1706f 900000 800278 1705000 e0000 0 0 0 E: MODALIAS=input:b0019v0000p0000e0000-e0,1,4,k71,72,73,8C,8E,94,95,96,98,A3,A4,A5,A6,A9,B7,D4,D7,E0,E1,E2,E3,E5,E6,EC,ED,EE,F0,F5,F7,174,1AF,212,213,ram4,lsfw E: MSC=10 E: NAME="Asus Laptop extra buttons" E: PHYS="asus_laptop/input0" E: PRODUCT=19/0/0/0 E: PROP=0 E: SUBSYSTEM=input E: USEC_INITIALIZED=15738511 P: /devices/platform/asus_laptop/input/input13/event6 N: input/event6 S: input/by-path/platform-asus_laptop-event E: BACKSPACE=guess E: DEVLINKS=/dev/input/by-path/platform-asus_laptop-event E: DEVNAME=/dev/input/event6 E: DEVPATH=/devices/platform/asus_laptop/input/input13/event6 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=platform-asus_laptop E: ID_PATH_TAG=platform-asus_laptop E: LIBINPUT_DEVICE_GROUP=19/0/0:asus_laptop E: MAJOR=13 E: MINOR=70 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=17837174 E: XKBLAYOUT=us E: XKBMODEL=pc104 E: XKBOPTIONS=terminate:ctrl_alt_bksp P: /devices/platform/asus_laptop/leds/asus::mail E: DEVPATH=/devices/platform/asus_laptop/leds/asus::mail E: SUBSYSTEM=leds P: /devices/platform/coretemp.0 E: DEVPATH=/devices/platform/coretemp.0 E: DRIVER=coretemp E: MODALIAS=platform:coretemp E: SUBSYSTEM=platform P: /devices/platform/coretemp.0/hwmon/hwmon1 E: DEVPATH=/devices/platform/coretemp.0/hwmon/hwmon1 E: SUBSYSTEM=hwmon P: /devices/platform/i8042 E: DEVPATH=/devices/platform/i8042 E: DRIVER=i8042 E: MODALIAS=platform:i8042 E: SUBSYSTEM=platform P: /devices/platform/i8042/serio0 E: DEVPATH=/devices/platform/i8042/serio0 E: DRIVER=atkbd E: MODALIAS=serio:ty06pr00id00ex00 E: SERIO_EXTRA=00 E: SERIO_FIRMWARE_ID=PNP: PNP0303 PNP030b E: SERIO_ID=00 E: SERIO_PROTO=00 E: SERIO_TYPE=06 E: SUBSYSTEM=serio P: /devices/platform/i8042/serio0/input/input0 E: DEVPATH=/devices/platform/i8042/serio0/input/input0 E: EV=120013 E: ID_BUS=i8042 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_INPUT_KEYBOARD=1 E: ID_PATH=platform-i8042-serio-0 E: ID_PATH_TAG=platform-i8042-serio-0 E: ID_SERIAL=noserial E: KEY=4 2000000 3803078 f800d001 feffffdf ffefffff ffffffff fffffffe E: LED=7 E: MODALIAS=input:b0011v0001p0001eAB41-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,D9,E2,ram4,l0,1,2,sfw E: MSC=10 E: NAME="AT Translated Set 2 keyboard" E: PHYS="isa0060/serio0/input0" E: PRODUCT=11/1/1/ab41 E: PROP=0 E: SUBSYSTEM=input E: USEC_INITIALIZED=14588367 P: /devices/platform/i8042/serio0/input/input0/event0 N: input/event0 S: input/by-path/platform-i8042-serio-0-event-kbd E: BACKSPACE=guess E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-0-event-kbd E: DEVNAME=/dev/input/event0 E: DEVPATH=/devices/platform/i8042/serio0/input/input0/event0 E: ID_BUS=i8042 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_INPUT_KEYBOARD=1 E: ID_PATH=platform-i8042-serio-0 E: ID_PATH_TAG=platform-i8042-serio-0 E: ID_SERIAL=noserial E: LIBINPUT_DEVICE_GROUP=11/1/1:isa0060/serio0 E: MAJOR=13 E: MINOR=64 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=17838782 E: XKBLAYOUT=us E: XKBMODEL=pc104 E: XKBOPTIONS=terminate:ctrl_alt_bksp P: /devices/platform/i8042/serio0/input/input0/input0::capslock E: DEVPATH=/devices/platform/i8042/serio0/input/input0/input0::capslock E: SUBSYSTEM=leds P: /devices/platform/i8042/serio0/input/input0/input0::numlock E: DEVPATH=/devices/platform/i8042/serio0/input/input0/input0::numlock E: SUBSYSTEM=leds P: /devices/platform/i8042/serio0/input/input0/input0::scrolllock E: DEVPATH=/devices/platform/i8042/serio0/input/input0/input0::scrolllock E: SUBSYSTEM=leds P: /devices/platform/i8042/serio1 E: DEVPATH=/devices/platform/i8042/serio1 E: MODALIAS=serio:ty01pr00id00ex00 E: SERIO_EXTRA=00 E: SERIO_FIRMWARE_ID=PNP: SYN0a06 SYN0a00 SYN0a04 SYN0002 PNP0f13 E: SERIO_ID=00 E: SERIO_PROTO=00 E: SERIO_TYPE=01 E: SUBSYSTEM=serio P: /devices/platform/i8042/serio2 E: DEVPATH=/devices/platform/i8042/serio2 E: MODALIAS=serio:ty01pr00id00ex00 E: SERIO_EXTRA=00 E: SERIO_FIRMWARE_ID=PNP: SYN0a06 SYN0a00 SYN0a04 SYN0002 PNP0f13 E: SERIO_ID=00 E: SERIO_PROTO=00 E: SERIO_TYPE=01 E: SUBSYSTEM=serio P: /devices/platform/i8042/serio3 E: DEVPATH=/devices/platform/i8042/serio3 E: MODALIAS=serio:ty01pr00id00ex00 E: SERIO_EXTRA=00 E: SERIO_FIRMWARE_ID=PNP: SYN0a06 SYN0a00 SYN0a04 SYN0002 PNP0f13 E: SERIO_ID=00 E: SERIO_PROTO=00 E: SERIO_TYPE=01 E: SUBSYSTEM=serio P: /devices/platform/i8042/serio4 E: DEVPATH=/devices/platform/i8042/serio4 E: DRIVER=psmouse E: MODALIAS=serio:ty01pr00id00ex00 E: SERIO_EXTRA=00 E: SERIO_FIRMWARE_ID=PNP: SYN0a06 SYN0a00 SYN0a04 SYN0002 PNP0f13 E: SERIO_ID=00 E: SERIO_PROTO=00 E: SERIO_TYPE=01 E: SUBSYSTEM=serio P: /devices/platform/i8042/serio4/input/input8 E: ABS=11000003 E: DEVPATH=/devices/platform/i8042/serio4/input/input8 E: EV=b E: ID_BUS=i8042 E: ID_INPUT=1 E: ID_INPUT_TOUCHPAD=1 E: ID_PATH=platform-i8042-serio-4 E: ID_PATH_TAG=platform-i8042-serio-4 E: ID_SERIAL=noserial E: KEY=6420 0 30000 0 0 0 0 0 0 0 0 E: MODALIAS=input:b0011v0002p0007eA3B3-e0,1,3,k110,111,145,14A,14D,14E,ra0,1,18,1C,mlsfw E: NAME="SynPS/2 Synaptics TouchPad" E: PHYS="isa0060/serio4/input0" E: PRODUCT=11/2/7/a3b3 E: PROP=1 E: SUBSYSTEM=input E: USEC_INITIALIZED=14851176 P: /devices/platform/i8042/serio4/input/input8/event1 N: input/event1 S: input/by-path/platform-i8042-serio-4-event-mouse E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-4-event-mouse E: DEVNAME=/dev/input/event1 E: DEVPATH=/devices/platform/i8042/serio4/input/input8/event1 E: ID_BUS=i8042 E: ID_INPUT=1 E: ID_INPUT_HEIGHT_MM=32 E: ID_INPUT_TOUCHPAD=1 E: ID_INPUT_TOUCHPAD_INTEGRATION=internal E: ID_INPUT_WIDTH_MM=49 E: ID_PATH=platform-i8042-serio-4 E: ID_PATH_TAG=platform-i8042-serio-4 E: ID_SERIAL=noserial E: LIBINPUT_DEVICE_GROUP=11/2/7:isa0060/serio4 E: MAJOR=13 E: MINOR=65 E: SUBSYSTEM=input E: USEC_INITIALIZED=18212593 P: /devices/platform/i8042/serio4/input/input8/mouse0 N: input/mouse0 S: input/by-path/platform-i8042-serio-4-mouse E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-4-mouse E: DEVNAME=/dev/input/mouse0 E: DEVPATH=/devices/platform/i8042/serio4/input/input8/mouse0 E: ID_BUS=i8042 E: ID_INPUT=1 E: ID_INPUT_TOUCHPAD=1 E: ID_PATH=platform-i8042-serio-4 E: ID_PATH_TAG=platform-i8042-serio-4 E: ID_SERIAL=noserial E: MAJOR=13 E: MINOR=32 E: SUBSYSTEM=input E: USEC_INITIALIZED=14918500 P: /devices/platform/microcode E: DEVPATH=/devices/platform/microcode E: MODALIAS=platform:microcode E: SUBSYSTEM=platform P: /devices/platform/pcspkr E: DEVPATH=/devices/platform/pcspkr E: DRIVER=pcspkr E: MODALIAS=platform:pcspkr E: SUBSYSTEM=platform P: /devices/platform/pcspkr/input/input15 E: DEVPATH=/devices/platform/pcspkr/input/input15 E: EV=40001 E: ID_INPUT=1 E: ID_PATH=platform-pcspkr E: ID_PATH_TAG=platform-pcspkr E: ID_SERIAL=noserial E: MODALIAS=input:b0010v001Fp0001e0100-e0,12,kramls1,2,fw E: NAME="PC Speaker" E: PHYS="isa0061/input0" E: PRODUCT=10/1f/1/100 E: PROP=0 E: SND=6 E: SUBSYSTEM=input E: USEC_INITIALIZED=17395637 P: /devices/platform/pcspkr/input/input15/event8 N: input/event8 S: input/by-path/platform-pcspkr-event-spkr E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr E: DEVNAME=/dev/input/event8 E: DEVPATH=/devices/platform/pcspkr/input/input15/event8 E: ID_INPUT=1 E: ID_PATH=platform-pcspkr E: ID_PATH_TAG=platform-pcspkr E: ID_SERIAL=noserial E: LIBINPUT_DEVICE_GROUP=10/1f/1:isa0061 E: MAJOR=13 E: MINOR=72 E: SUBSYSTEM=input E: USEC_INITIALIZED=17844164 P: /devices/platform/platform-framebuffer.0 E: DEVPATH=/devices/platform/platform-framebuffer.0 E: MODALIAS=platform:platform-framebuffer E: SUBSYSTEM=platform P: /devices/platform/reg-dummy E: DEVPATH=/devices/platform/reg-dummy E: DRIVER=reg-dummy E: MODALIAS=platform:reg-dummy E: SUBSYSTEM=platform P: /devices/platform/reg-dummy/regulator/regulator.0 E: DEVPATH=/devices/platform/reg-dummy/regulator/regulator.0 E: SUBSYSTEM=regulator P: /devices/platform/regulatory.0 E: DEVPATH=/devices/platform/regulatory.0 E: MODALIAS=platform:regulatory E: SUBSYSTEM=platform P: /devices/platform/serial8250 E: DEVPATH=/devices/platform/serial8250 E: DRIVER=serial8250 E: MODALIAS=platform:serial8250 E: SUBSYSTEM=platform P: /devices/platform/serial8250/tty/ttyS0 N: ttyS0 E: DEVNAME=/dev/ttyS0 E: DEVPATH=/devices/platform/serial8250/tty/ttyS0 E: MAJOR=4 E: MINOR=64 E: SUBSYSTEM=tty P: /devices/platform/serial8250/tty/ttyS1 N: ttyS1 E: DEVNAME=/dev/ttyS1 E: DEVPATH=/devices/platform/serial8250/tty/ttyS1 E: MAJOR=4 E: MINOR=65 E: SUBSYSTEM=tty P: /devices/platform/serial8250/tty/ttyS2 N: ttyS2 E: DEVNAME=/dev/ttyS2 E: DEVPATH=/devices/platform/serial8250/tty/ttyS2 E: MAJOR=4 E: MINOR=66 E: SUBSYSTEM=tty P: /devices/platform/serial8250/tty/ttyS3 N: ttyS3 E: DEVNAME=/dev/ttyS3 E: DEVPATH=/devices/platform/serial8250/tty/ttyS3 E: MAJOR=4 E: MINOR=67 E: SUBSYSTEM=tty P: /devices/pnp0/00:00 E: DEVPATH=/devices/pnp0/00:00 E: DRIVER=system E: SUBSYSTEM=pnp P: /devices/pnp0/00:01 E: DEVPATH=/devices/pnp0/00:01 E: DRIVER=rtc_cmos E: SUBSYSTEM=pnp P: /devices/pnp0/00:01/cmos_nvram0 E: DEVPATH=/devices/pnp0/00:01/cmos_nvram0 E: SUBSYSTEM=nvmem P: /devices/pnp0/00:01/rtc/rtc0 N: rtc0 L: -100 S: rtc E: DEVLINKS=/dev/rtc E: DEVNAME=/dev/rtc0 E: DEVPATH=/devices/pnp0/00:01/rtc/rtc0 E: MAJOR=252 E: MINOR=0 E: SUBSYSTEM=rtc E: USEC_INITIALIZED=15247427 P: /devices/pnp0/00:02 E: DEVPATH=/devices/pnp0/00:02 E: DRIVER=i8042 kbd E: SUBSYSTEM=pnp P: /devices/pnp0/00:03 E: DEVPATH=/devices/pnp0/00:03 E: DRIVER=i8042 aux E: SUBSYSTEM=pnp P: /devices/pnp0/00:04 E: DEVPATH=/devices/pnp0/00:04 E: DRIVER=system E: SUBSYSTEM=pnp P: /devices/pnp0/00:05 E: DEVPATH=/devices/pnp0/00:05 E: DRIVER=system E: SUBSYSTEM=pnp P: /devices/pnp0/00:06 E: DEVPATH=/devices/pnp0/00:06 E: DRIVER=system E: SUBSYSTEM=pnp P: /devices/pnp0/00:07 E: DEVPATH=/devices/pnp0/00:07 E: DRIVER=system E: SUBSYSTEM=pnp P: /devices/software E: DEVPATH=/devices/software E: SUBSYSTEM=event_source P: /devices/system/clockevents/broadcast E: DEVPATH=/devices/system/clockevents/broadcast E: SUBSYSTEM=clockevents P: /devices/system/clockevents/clockevent0 E: DEVPATH=/devices/system/clockevents/clockevent0 E: SUBSYSTEM=clockevents P: /devices/system/clockevents/clockevent1 E: DEVPATH=/devices/system/clockevents/clockevent1 E: SUBSYSTEM=clockevents P: /devices/system/clocksource/clocksource0 E: DEVPATH=/devices/system/clocksource/clocksource0 E: SUBSYSTEM=clocksource P: /devices/system/cpu/cpu0 E: DEVPATH=/devices/system/cpu/cpu0 E: DRIVER=processor E: MODALIAS=cpu:type:x86,ven0000fam0006mod000F:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,0034,003D,0066,0068,006B,006C,006D,0072,0075,0079,007C,0080,0082,0083,0084,0085,0087,0088,0089,008D,008E,008F,00C0,00EC,00F3,00FD,0100,0101,0102,01C0 E: SUBSYSTEM=cpu P: /devices/system/cpu/cpu1 E: DEVPATH=/devices/system/cpu/cpu1 E: DRIVER=processor E: MODALIAS=cpu:type:x86,ven0000fam0006mod000F:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,0034,003D,0066,0068,006B,006C,006D,0072,0075,0079,007C,0080,0082,0083,0084,0085,0087,0088,0089,008D,008E,008F,00C0,00EC,00F3,00FD,0100,0101,0102,01C0 E: SUBSYSTEM=cpu P: /devices/system/edac/mc E: DEVPATH=/devices/system/edac/mc E: SUBSYSTEM=edac P: /devices/system/machinecheck/machinecheck0 E: DEVPATH=/devices/system/machinecheck/machinecheck0 E: SUBSYSTEM=machinecheck P: /devices/system/machinecheck/machinecheck1 E: DEVPATH=/devices/system/machinecheck/machinecheck1 E: SUBSYSTEM=machinecheck P: /devices/tracepoint E: DEVPATH=/devices/tracepoint E: SUBSYSTEM=event_source P: /devices/uprobe E: DEVPATH=/devices/uprobe E: SUBSYSTEM=event_source P: /devices/virtual/bdi/0:29 E: DEVPATH=/devices/virtual/bdi/0:29 E: SUBSYSTEM=bdi P: /devices/virtual/bdi/0:30 E: DEVPATH=/devices/virtual/bdi/0:30 E: SUBSYSTEM=bdi P: /devices/virtual/bdi/0:31 E: DEVPATH=/devices/virtual/bdi/0:31 E: SUBSYSTEM=bdi P: /devices/virtual/bdi/0:32 E: DEVPATH=/devices/virtual/bdi/0:32 E: SUBSYSTEM=bdi P: /devices/virtual/bdi/0:33 E: DEVPATH=/devices/virtual/bdi/0:33 E: SUBSYSTEM=bdi P: /devices/virtual/bdi/0:34 E: DEVPATH=/devices/virtual/bdi/0:34 E: SUBSYSTEM=bdi P: /devices/virtual/bdi/11:0 E: DEVPATH=/devices/virtual/bdi/11:0 E: SUBSYSTEM=bdi P: /devices/virtual/bdi/7:0 E: DEVPATH=/devices/virtual/bdi/7:0 E: SUBSYSTEM=bdi P: /devices/virtual/bdi/7:1 E: DEVPATH=/devices/virtual/bdi/7:1 E: SUBSYSTEM=bdi P: /devices/virtual/bdi/7:2 E: DEVPATH=/devices/virtual/bdi/7:2 E: SUBSYSTEM=bdi P: /devices/virtual/bdi/7:3 E: DEVPATH=/devices/virtual/bdi/7:3 E: SUBSYSTEM=bdi P: /devices/virtual/bdi/7:4 E: DEVPATH=/devices/virtual/bdi/7:4 E: SUBSYSTEM=bdi P: /devices/virtual/bdi/7:5 E: DEVPATH=/devices/virtual/bdi/7:5 E: SUBSYSTEM=bdi P: /devices/virtual/bdi/7:6 E: DEVPATH=/devices/virtual/bdi/7:6 E: SUBSYSTEM=bdi P: /devices/virtual/bdi/7:7 E: DEVPATH=/devices/virtual/bdi/7:7 E: SUBSYSTEM=bdi P: /devices/virtual/bdi/8:0 E: DEVPATH=/devices/virtual/bdi/8:0 E: SUBSYSTEM=bdi P: /devices/virtual/bdi/mtd-0 E: DEVPATH=/devices/virtual/bdi/mtd-0 E: SUBSYSTEM=bdi P: /devices/virtual/block/loop0 N: loop0 E: DEVNAME=/dev/loop0 E: DEVPATH=/devices/virtual/block/loop0 E: DEVTYPE=disk E: MAJOR=7 E: MINOR=0 E: SUBSYSTEM=block E: USEC_INITIALIZED=26230738 P: /devices/virtual/block/loop1 N: loop1 E: DEVNAME=/dev/loop1 E: DEVPATH=/devices/virtual/block/loop1 E: DEVTYPE=disk E: MAJOR=7 E: MINOR=1 E: SUBSYSTEM=block E: USEC_INITIALIZED=26228960 P: /devices/virtual/block/loop2 N: loop2 E: DEVNAME=/dev/loop2 E: DEVPATH=/devices/virtual/block/loop2 E: DEVTYPE=disk E: MAJOR=7 E: MINOR=2 E: SUBSYSTEM=block E: USEC_INITIALIZED=26233110 P: /devices/virtual/block/loop3 N: loop3 E: DEVNAME=/dev/loop3 E: DEVPATH=/devices/virtual/block/loop3 E: DEVTYPE=disk E: MAJOR=7 E: MINOR=3 E: SUBSYSTEM=block E: USEC_INITIALIZED=26231744 P: /devices/virtual/block/loop4 N: loop4 E: DEVNAME=/dev/loop4 E: DEVPATH=/devices/virtual/block/loop4 E: DEVTYPE=disk E: MAJOR=7 E: MINOR=4 E: SUBSYSTEM=block E: USEC_INITIALIZED=26229828 P: /devices/virtual/block/loop5 N: loop5 E: DEVNAME=/dev/loop5 E: DEVPATH=/devices/virtual/block/loop5 E: DEVTYPE=disk E: MAJOR=7 E: MINOR=5 E: SUBSYSTEM=block E: USEC_INITIALIZED=26228146 P: /devices/virtual/block/loop6 N: loop6 E: DEVNAME=/dev/loop6 E: DEVPATH=/devices/virtual/block/loop6 E: DEVTYPE=disk E: MAJOR=7 E: MINOR=6 E: SUBSYSTEM=block E: USEC_INITIALIZED=26230408 P: /devices/virtual/block/loop7 N: loop7 E: DEVNAME=/dev/loop7 E: DEVPATH=/devices/virtual/block/loop7 E: DEVTYPE=disk E: MAJOR=7 E: MINOR=7 E: SUBSYSTEM=block E: USEC_INITIALIZED=26229890 P: /devices/virtual/dmi/id E: DEVPATH=/devices/virtual/dmi/id E: MODALIAS=dmi:bvnAmericanMegatrendsInc.:bvr0303:bd08/03/2007:svnToBeFilledByO.E.M.:pnS62E:pvr1.0:rvnToBeFilledByO.E.M.:rnS62E:rvr1.00:cvnToBeFilledByO.E.M.:ct10:cvr1.0: E: SUBSYSTEM=dmi P: /devices/virtual/graphics/fbcon E: DEVPATH=/devices/virtual/graphics/fbcon E: SUBSYSTEM=graphics P: /devices/virtual/hwmon/hwmon0 E: DEVPATH=/devices/virtual/hwmon/hwmon0 E: SUBSYSTEM=hwmon P: /devices/virtual/input/input20 E: DEVPATH=/devices/virtual/input/input20 E: EV=3 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_INPUT_KEYBOARD=1 E: ID_SERIAL=noserial E: KEY=ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe E: MODALIAS=input:b0003v0000p0000e0004-e0,1,k71,72,73,74,75,76,77,78,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8B,8C,8D,8E,8F,90,91,92,93,94,95,96,97,98,99,9A,9B,9C,9D,9E,9F,A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,AA,AB,AC,AD,AE,AF,B0,B1,B2,B3,B4,B5,B6,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,C3,C4,C5,C6,C7,C8,C9,CA,CB,CC,CD,CE,CF,D0,D1,D2,D3,D4,D5,D6,D7,D8,D9,DA,DB,DC,DD,DE,DF,E0,E1,E2,E3,E4,E5,E6,E7,E8,E9,EA,EB,EC,ED,EE,EF,F0,F1,F2,F3,F4,F5,F6,F7,F8,F9,FA,FB,FC,FD,FE,FF,ramlsfw E: NAME="ACPI Virtual Keyboard Device" E: PRODUCT=3/0/0/4 E: PROP=0 E: SUBSYSTEM=input E: USEC_INITIALIZED=32531454 P: /devices/virtual/input/input20/event13 N: input/event13 E: BACKSPACE=guess E: DEVNAME=/dev/input/event13 E: DEVPATH=/devices/virtual/input/input20/event13 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_INPUT_KEYBOARD=1 E: ID_SERIAL=noserial E: MAJOR=13 E: MINOR=77 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=32576600 E: XKBLAYOUT=us E: XKBMODEL=pc104 E: XKBOPTIONS=terminate:ctrl_alt_bksp P: /devices/virtual/input/mice N: input/mice E: DEVNAME=/dev/input/mice E: DEVPATH=/devices/virtual/input/mice E: MAJOR=13 E: MINOR=63 E: SUBSYSTEM=input P: /devices/virtual/mem/full N: full E: DEVMODE=0666 E: DEVNAME=/dev/full E: DEVPATH=/devices/virtual/mem/full E: MAJOR=1 E: MINOR=7 E: SUBSYSTEM=mem P: /devices/virtual/mem/kmsg N: kmsg E: DEVMODE=0644 E: DEVNAME=/dev/kmsg E: DEVPATH=/devices/virtual/mem/kmsg E: MAJOR=1 E: MINOR=11 E: SUBSYSTEM=mem P: /devices/virtual/mem/mem N: mem E: DEVNAME=/dev/mem E: DEVPATH=/devices/virtual/mem/mem E: MAJOR=1 E: MINOR=1 E: SUBSYSTEM=mem P: /devices/virtual/mem/null N: null E: DEVMODE=0666 E: DEVNAME=/dev/null E: DEVPATH=/devices/virtual/mem/null E: MAJOR=1 E: MINOR=3 E: SUBSYSTEM=mem P: /devices/virtual/mem/port N: port E: DEVNAME=/dev/port E: DEVPATH=/devices/virtual/mem/port E: MAJOR=1 E: MINOR=4 E: SUBSYSTEM=mem P: /devices/virtual/mem/random N: random E: DEVMODE=0666 E: DEVNAME=/dev/random E: DEVPATH=/devices/virtual/mem/random E: MAJOR=1 E: MINOR=8 E: SUBSYSTEM=mem P: /devices/virtual/mem/urandom N: urandom E: DEVMODE=0666 E: DEVNAME=/dev/urandom E: DEVPATH=/devices/virtual/mem/urandom E: MAJOR=1 E: MINOR=9 E: SUBSYSTEM=mem P: /devices/virtual/mem/zero N: zero E: DEVMODE=0666 E: DEVNAME=/dev/zero E: DEVPATH=/devices/virtual/mem/zero E: MAJOR=1 E: MINOR=5 E: SUBSYSTEM=mem P: /devices/virtual/misc/cpu_dma_latency N: cpu_dma_latency E: DEVNAME=/dev/cpu_dma_latency E: DEVPATH=/devices/virtual/misc/cpu_dma_latency E: MAJOR=10 E: MINOR=62 E: SUBSYSTEM=misc P: /devices/virtual/misc/hpet N: hpet E: DEVNAME=/dev/hpet E: DEVPATH=/devices/virtual/misc/hpet E: MAJOR=10 E: MINOR=228 E: SUBSYSTEM=misc P: /devices/virtual/misc/kvm N: kvm E: DEVNAME=/dev/kvm E: DEVPATH=/devices/virtual/misc/kvm E: MAJOR=10 E: MINOR=232 E: SUBSYSTEM=misc P: /devices/virtual/misc/loop-control N: loop-control E: DEVNAME=/dev/loop-control E: DEVPATH=/devices/virtual/misc/loop-control E: MAJOR=10 E: MINOR=237 E: SUBSYSTEM=misc P: /devices/virtual/misc/memory_bandwidth N: memory_bandwidth E: DEVNAME=/dev/memory_bandwidth E: DEVPATH=/devices/virtual/misc/memory_bandwidth E: MAJOR=10 E: MINOR=59 E: SUBSYSTEM=misc P: /devices/virtual/misc/microcode N: cpu/microcode E: DEVNAME=/dev/cpu/microcode E: DEVPATH=/devices/virtual/misc/microcode E: MAJOR=10 E: MINOR=184 E: SUBSYSTEM=misc P: /devices/virtual/misc/network_latency N: network_latency E: DEVNAME=/dev/network_latency E: DEVPATH=/devices/virtual/misc/network_latency E: MAJOR=10 E: MINOR=61 E: SUBSYSTEM=misc P: /devices/virtual/misc/network_throughput N: network_throughput E: DEVNAME=/dev/network_throughput E: DEVPATH=/devices/virtual/misc/network_throughput E: MAJOR=10 E: MINOR=60 E: SUBSYSTEM=misc P: /devices/virtual/misc/psaux N: psaux E: DEVNAME=/dev/psaux E: DEVPATH=/devices/virtual/misc/psaux E: MAJOR=10 E: MINOR=1 E: SUBSYSTEM=misc P: /devices/virtual/misc/rfkill N: rfkill E: DEVNAME=/dev/rfkill E: DEVPATH=/devices/virtual/misc/rfkill E: MAJOR=10 E: MINOR=58 E: SUBSYSTEM=misc P: /devices/virtual/misc/snapshot N: snapshot E: DEVNAME=/dev/snapshot E: DEVPATH=/devices/virtual/misc/snapshot E: MAJOR=10 E: MINOR=231 E: SUBSYSTEM=misc P: /devices/virtual/misc/uinput N: uinput E: DEVNAME=/dev/uinput E: DEVPATH=/devices/virtual/misc/uinput E: MAJOR=10 E: MINOR=223 E: SUBSYSTEM=misc P: /devices/virtual/misc/vga_arbiter N: vga_arbiter E: DEVNAME=/dev/vga_arbiter E: DEVPATH=/devices/virtual/misc/vga_arbiter E: MAJOR=10 E: MINOR=63 E: SUBSYSTEM=misc P: /devices/virtual/net/lo E: DEVPATH=/devices/virtual/net/lo E: ID_NET_LINK_FILE=/lib/systemd/network/99-default.link E: IFINDEX=1 E: INTERFACE=lo E: SUBSYSTEM=net E: USEC_INITIALIZED=15502637 P: /devices/virtual/sound/timer N: snd/timer E: DEVNAME=/dev/snd/timer E: DEVPATH=/devices/virtual/sound/timer E: MAJOR=116 E: MINOR=33 E: SUBSYSTEM=sound P: /devices/virtual/thermal/cooling_device0 E: DEVPATH=/devices/virtual/thermal/cooling_device0 E: SUBSYSTEM=thermal P: /devices/virtual/thermal/cooling_device1 E: DEVPATH=/devices/virtual/thermal/cooling_device1 E: SUBSYSTEM=thermal P: /devices/virtual/thermal/thermal_zone0 E: DEVPATH=/devices/virtual/thermal/thermal_zone0 E: SUBSYSTEM=thermal P: /devices/virtual/tty/console N: console E: DEVNAME=/dev/console E: DEVPATH=/devices/virtual/tty/console E: MAJOR=5 E: MINOR=1 E: SUBSYSTEM=tty P: /devices/virtual/tty/ptmx N: ptmx E: DEVMODE=0666 E: DEVNAME=/dev/ptmx E: DEVPATH=/devices/virtual/tty/ptmx E: MAJOR=5 E: MINOR=2 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty N: tty E: DEVMODE=0666 E: DEVNAME=/dev/tty E: DEVPATH=/devices/virtual/tty/tty E: MAJOR=5 E: MINOR=0 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty0 N: tty0 E: DEVNAME=/dev/tty0 E: DEVPATH=/devices/virtual/tty/tty0 E: MAJOR=4 E: MINOR=0 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty1 N: tty1 E: DEVNAME=/dev/tty1 E: DEVPATH=/devices/virtual/tty/tty1 E: MAJOR=4 E: MINOR=1 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty10 N: tty10 E: DEVNAME=/dev/tty10 E: DEVPATH=/devices/virtual/tty/tty10 E: MAJOR=4 E: MINOR=10 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty11 N: tty11 E: DEVNAME=/dev/tty11 E: DEVPATH=/devices/virtual/tty/tty11 E: MAJOR=4 E: MINOR=11 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty12 N: tty12 E: DEVNAME=/dev/tty12 E: DEVPATH=/devices/virtual/tty/tty12 E: MAJOR=4 E: MINOR=12 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty13 N: tty13 E: DEVNAME=/dev/tty13 E: DEVPATH=/devices/virtual/tty/tty13 E: MAJOR=4 E: MINOR=13 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty14 N: tty14 E: DEVNAME=/dev/tty14 E: DEVPATH=/devices/virtual/tty/tty14 E: MAJOR=4 E: MINOR=14 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty15 N: tty15 E: DEVNAME=/dev/tty15 E: DEVPATH=/devices/virtual/tty/tty15 E: MAJOR=4 E: MINOR=15 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty16 N: tty16 E: DEVNAME=/dev/tty16 E: DEVPATH=/devices/virtual/tty/tty16 E: MAJOR=4 E: MINOR=16 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty17 N: tty17 E: DEVNAME=/dev/tty17 E: DEVPATH=/devices/virtual/tty/tty17 E: MAJOR=4 E: MINOR=17 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty18 N: tty18 E: DEVNAME=/dev/tty18 E: DEVPATH=/devices/virtual/tty/tty18 E: MAJOR=4 E: MINOR=18 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty19 N: tty19 E: DEVNAME=/dev/tty19 E: DEVPATH=/devices/virtual/tty/tty19 E: MAJOR=4 E: MINOR=19 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty2 N: tty2 E: DEVNAME=/dev/tty2 E: DEVPATH=/devices/virtual/tty/tty2 E: MAJOR=4 E: MINOR=2 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty20 N: tty20 E: DEVNAME=/dev/tty20 E: DEVPATH=/devices/virtual/tty/tty20 E: MAJOR=4 E: MINOR=20 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty21 N: tty21 E: DEVNAME=/dev/tty21 E: DEVPATH=/devices/virtual/tty/tty21 E: MAJOR=4 E: MINOR=21 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty22 N: tty22 E: DEVNAME=/dev/tty22 E: DEVPATH=/devices/virtual/tty/tty22 E: MAJOR=4 E: MINOR=22 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty23 N: tty23 E: DEVNAME=/dev/tty23 E: DEVPATH=/devices/virtual/tty/tty23 E: MAJOR=4 E: MINOR=23 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty24 N: tty24 E: DEVNAME=/dev/tty24 E: DEVPATH=/devices/virtual/tty/tty24 E: MAJOR=4 E: MINOR=24 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty25 N: tty25 E: DEVNAME=/dev/tty25 E: DEVPATH=/devices/virtual/tty/tty25 E: MAJOR=4 E: MINOR=25 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty26 N: tty26 E: DEVNAME=/dev/tty26 E: DEVPATH=/devices/virtual/tty/tty26 E: MAJOR=4 E: MINOR=26 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty27 N: tty27 E: DEVNAME=/dev/tty27 E: DEVPATH=/devices/virtual/tty/tty27 E: MAJOR=4 E: MINOR=27 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty28 N: tty28 E: DEVNAME=/dev/tty28 E: DEVPATH=/devices/virtual/tty/tty28 E: MAJOR=4 E: MINOR=28 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty29 N: tty29 E: DEVNAME=/dev/tty29 E: DEVPATH=/devices/virtual/tty/tty29 E: MAJOR=4 E: MINOR=29 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty3 N: tty3 E: DEVNAME=/dev/tty3 E: DEVPATH=/devices/virtual/tty/tty3 E: MAJOR=4 E: MINOR=3 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty30 N: tty30 E: DEVNAME=/dev/tty30 E: DEVPATH=/devices/virtual/tty/tty30 E: MAJOR=4 E: MINOR=30 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty31 N: tty31 E: DEVNAME=/dev/tty31 E: DEVPATH=/devices/virtual/tty/tty31 E: MAJOR=4 E: MINOR=31 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty32 N: tty32 E: DEVNAME=/dev/tty32 E: DEVPATH=/devices/virtual/tty/tty32 E: MAJOR=4 E: MINOR=32 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty33 N: tty33 E: DEVNAME=/dev/tty33 E: DEVPATH=/devices/virtual/tty/tty33 E: MAJOR=4 E: MINOR=33 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty34 N: tty34 E: DEVNAME=/dev/tty34 E: DEVPATH=/devices/virtual/tty/tty34 E: MAJOR=4 E: MINOR=34 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty35 N: tty35 E: DEVNAME=/dev/tty35 E: DEVPATH=/devices/virtual/tty/tty35 E: MAJOR=4 E: MINOR=35 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty36 N: tty36 E: DEVNAME=/dev/tty36 E: DEVPATH=/devices/virtual/tty/tty36 E: MAJOR=4 E: MINOR=36 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty37 N: tty37 E: DEVNAME=/dev/tty37 E: DEVPATH=/devices/virtual/tty/tty37 E: MAJOR=4 E: MINOR=37 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty38 N: tty38 E: DEVNAME=/dev/tty38 E: DEVPATH=/devices/virtual/tty/tty38 E: MAJOR=4 E: MINOR=38 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty39 N: tty39 E: DEVNAME=/dev/tty39 E: DEVPATH=/devices/virtual/tty/tty39 E: MAJOR=4 E: MINOR=39 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty4 N: tty4 E: DEVNAME=/dev/tty4 E: DEVPATH=/devices/virtual/tty/tty4 E: MAJOR=4 E: MINOR=4 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty40 N: tty40 E: DEVNAME=/dev/tty40 E: DEVPATH=/devices/virtual/tty/tty40 E: MAJOR=4 E: MINOR=40 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty41 N: tty41 E: DEVNAME=/dev/tty41 E: DEVPATH=/devices/virtual/tty/tty41 E: MAJOR=4 E: MINOR=41 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty42 N: tty42 E: DEVNAME=/dev/tty42 E: DEVPATH=/devices/virtual/tty/tty42 E: MAJOR=4 E: MINOR=42 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty43 N: tty43 E: DEVNAME=/dev/tty43 E: DEVPATH=/devices/virtual/tty/tty43 E: MAJOR=4 E: MINOR=43 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty44 N: tty44 E: DEVNAME=/dev/tty44 E: DEVPATH=/devices/virtual/tty/tty44 E: MAJOR=4 E: MINOR=44 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty45 N: tty45 E: DEVNAME=/dev/tty45 E: DEVPATH=/devices/virtual/tty/tty45 E: MAJOR=4 E: MINOR=45 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty46 N: tty46 E: DEVNAME=/dev/tty46 E: DEVPATH=/devices/virtual/tty/tty46 E: MAJOR=4 E: MINOR=46 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty47 N: tty47 E: DEVNAME=/dev/tty47 E: DEVPATH=/devices/virtual/tty/tty47 E: MAJOR=4 E: MINOR=47 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty48 N: tty48 E: DEVNAME=/dev/tty48 E: DEVPATH=/devices/virtual/tty/tty48 E: MAJOR=4 E: MINOR=48 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty49 N: tty49 E: DEVNAME=/dev/tty49 E: DEVPATH=/devices/virtual/tty/tty49 E: MAJOR=4 E: MINOR=49 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty5 N: tty5 E: DEVNAME=/dev/tty5 E: DEVPATH=/devices/virtual/tty/tty5 E: MAJOR=4 E: MINOR=5 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty50 N: tty50 E: DEVNAME=/dev/tty50 E: DEVPATH=/devices/virtual/tty/tty50 E: MAJOR=4 E: MINOR=50 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty51 N: tty51 E: DEVNAME=/dev/tty51 E: DEVPATH=/devices/virtual/tty/tty51 E: MAJOR=4 E: MINOR=51 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty52 N: tty52 E: DEVNAME=/dev/tty52 E: DEVPATH=/devices/virtual/tty/tty52 E: MAJOR=4 E: MINOR=52 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty53 N: tty53 E: DEVNAME=/dev/tty53 E: DEVPATH=/devices/virtual/tty/tty53 E: MAJOR=4 E: MINOR=53 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty54 N: tty54 E: DEVNAME=/dev/tty54 E: DEVPATH=/devices/virtual/tty/tty54 E: MAJOR=4 E: MINOR=54 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty55 N: tty55 E: DEVNAME=/dev/tty55 E: DEVPATH=/devices/virtual/tty/tty55 E: MAJOR=4 E: MINOR=55 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty56 N: tty56 E: DEVNAME=/dev/tty56 E: DEVPATH=/devices/virtual/tty/tty56 E: MAJOR=4 E: MINOR=56 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty57 N: tty57 E: DEVNAME=/dev/tty57 E: DEVPATH=/devices/virtual/tty/tty57 E: MAJOR=4 E: MINOR=57 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty58 N: tty58 E: DEVNAME=/dev/tty58 E: DEVPATH=/devices/virtual/tty/tty58 E: MAJOR=4 E: MINOR=58 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty59 N: tty59 E: DEVNAME=/dev/tty59 E: DEVPATH=/devices/virtual/tty/tty59 E: MAJOR=4 E: MINOR=59 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty6 N: tty6 E: DEVNAME=/dev/tty6 E: DEVPATH=/devices/virtual/tty/tty6 E: MAJOR=4 E: MINOR=6 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty60 N: tty60 E: DEVNAME=/dev/tty60 E: DEVPATH=/devices/virtual/tty/tty60 E: MAJOR=4 E: MINOR=60 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty61 N: tty61 E: DEVNAME=/dev/tty61 E: DEVPATH=/devices/virtual/tty/tty61 E: MAJOR=4 E: MINOR=61 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty62 N: tty62 E: DEVNAME=/dev/tty62 E: DEVPATH=/devices/virtual/tty/tty62 E: MAJOR=4 E: MINOR=62 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty63 N: tty63 E: DEVNAME=/dev/tty63 E: DEVPATH=/devices/virtual/tty/tty63 E: MAJOR=4 E: MINOR=63 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty7 N: tty7 E: DEVNAME=/dev/tty7 E: DEVPATH=/devices/virtual/tty/tty7 E: MAJOR=4 E: MINOR=7 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty8 N: tty8 E: DEVNAME=/dev/tty8 E: DEVPATH=/devices/virtual/tty/tty8 E: MAJOR=4 E: MINOR=8 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty9 N: tty9 E: DEVNAME=/dev/tty9 E: DEVPATH=/devices/virtual/tty/tty9 E: MAJOR=4 E: MINOR=9 E: SUBSYSTEM=tty P: /devices/virtual/vc/vcs N: vcs E: DEVNAME=/dev/vcs E: DEVPATH=/devices/virtual/vc/vcs E: MAJOR=7 E: MINOR=0 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcs1 N: vcs1 E: DEVNAME=/dev/vcs1 E: DEVPATH=/devices/virtual/vc/vcs1 E: MAJOR=7 E: MINOR=1 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcs2 N: vcs2 E: DEVNAME=/dev/vcs2 E: DEVPATH=/devices/virtual/vc/vcs2 E: MAJOR=7 E: MINOR=2 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcs3 N: vcs3 E: DEVNAME=/dev/vcs3 E: DEVPATH=/devices/virtual/vc/vcs3 E: MAJOR=7 E: MINOR=3 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcs4 N: vcs4 E: DEVNAME=/dev/vcs4 E: DEVPATH=/devices/virtual/vc/vcs4 E: MAJOR=7 E: MINOR=4 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcs5 N: vcs5 E: DEVNAME=/dev/vcs5 E: DEVPATH=/devices/virtual/vc/vcs5 E: MAJOR=7 E: MINOR=5 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcs6 N: vcs6 E: DEVNAME=/dev/vcs6 E: DEVPATH=/devices/virtual/vc/vcs6 E: MAJOR=7 E: MINOR=6 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcs7 N: vcs7 E: DEVNAME=/dev/vcs7 E: DEVPATH=/devices/virtual/vc/vcs7 E: MAJOR=7 E: MINOR=7 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcsa N: vcsa E: DEVNAME=/dev/vcsa E: DEVPATH=/devices/virtual/vc/vcsa E: MAJOR=7 E: MINOR=128 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcsa1 N: vcsa1 E: DEVNAME=/dev/vcsa1 E: DEVPATH=/devices/virtual/vc/vcsa1 E: MAJOR=7 E: MINOR=129 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcsa2 N: vcsa2 E: DEVNAME=/dev/vcsa2 E: DEVPATH=/devices/virtual/vc/vcsa2 E: MAJOR=7 E: MINOR=130 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcsa3 N: vcsa3 E: DEVNAME=/dev/vcsa3 E: DEVPATH=/devices/virtual/vc/vcsa3 E: MAJOR=7 E: MINOR=131 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcsa4 N: vcsa4 E: DEVNAME=/dev/vcsa4 E: DEVPATH=/devices/virtual/vc/vcsa4 E: MAJOR=7 E: MINOR=132 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcsa5 N: vcsa5 E: DEVNAME=/dev/vcsa5 E: DEVPATH=/devices/virtual/vc/vcsa5 E: MAJOR=7 E: MINOR=133 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcsa6 N: vcsa6 E: DEVNAME=/dev/vcsa6 E: DEVPATH=/devices/virtual/vc/vcsa6 E: MAJOR=7 E: MINOR=134 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcsa7 N: vcsa7 E: DEVNAME=/dev/vcsa7 E: DEVPATH=/devices/virtual/vc/vcsa7 E: MAJOR=7 E: MINOR=135 E: SUBSYSTEM=vc P: /devices/virtual/vtconsole/vtcon0 E: DEVPATH=/devices/virtual/vtconsole/vtcon0 E: SUBSYSTEM=vtconsole P: /devices/virtual/vtconsole/vtcon1 E: DEVPATH=/devices/virtual/vtconsole/vtcon1 E: SUBSYSTEM=vtconsole P: /devices/virtual/workqueue/writeback E: DEVPATH=/devices/virtual/workqueue/writeback E: SUBSYSTEM=workqueue From kochtopf at gmail.com Fri Sep 14 08:14:50 2018 From: kochtopf at gmail.com (kochtopf) Date: Fri, 14 Sep 2018 09:14:50 +0200 Subject: Bug#908658: systemd: apt-get upgrade from 239-7 to 239-8 failed References: <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> Message-ID: > Can you post the version? apt-cache policy libffi6 libffi6: Installed: 3.2.1-8 Candidate: 3.2.1-8 Version table: *** 3.2.1-8 500 500 http://mirrordirector.raspbian.org/raspbian testing/main armhf Packages 100 /var/lib/dpkg/status 3.2.1-8 50 50 http://ftp.us.debian.org/debian unstable/main armhf Packages > https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/systemd.html I do not understand this link - sorry. The only similar I found was #902185 (but long solved and amd64). Just by checking I found there is 239-9 out. I will test this and report back. -------------- next part -------------- An HTML attachment was scrubbed... URL: From owner at bugs.debian.org Fri Sep 14 13:21:07 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 14 Sep 2018 12:21:07 +0000 Subject: Bug#908658: marked as done (systemd: apt-get upgrade from 239-7 to 239-8 failed) References: <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> Message-ID: Your message dated Fri, 14 Sep 2018 14:16:40 +0200 with message-id and subject line Bug#908658: systemd: apt-get upgrade from 239-7 to 239-8 failed has caused the Debian Bug report #908658, regarding systemd: apt-get upgrade from 239-7 to 239-8 failed to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 908658: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908658 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: kochtopf Subject: systemd: apt-get upgrade from 239-7 to 239-8 failed Date: Wed, 12 Sep 2018 11:52:33 +0200 Size: 817557 URL: -------------- next part -------------- An embedded message was scrubbed... From: kochtopf Subject: Bug#908658: systemd: apt-get upgrade from 239-7 to 239-8 failed Date: Fri, 14 Sep 2018 14:16:40 +0200 Size: 3518 URL: From noreply at release.debian.org Sat Sep 15 05:39:15 2018 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 15 Sep 2018 04:39:15 +0000 Subject: systemd 239-9 MIGRATED to testing Message-ID: FYI: The status of the systemd source package in Debian's testing distribution has changed. Previous version: 239-8 Current version: 239-9 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From wb at k2di.net Sat Sep 15 05:59:50 2018 From: wb at k2di.net (Bill Brelsford) Date: Fri, 14 Sep 2018 21:59:50 -0700 Subject: Bug#908796: udev (with sysvinit) fails to find devices at boot In-Reply-To: <20180915062810.2c2e878f@enterprise> References: <153689054637.8665.3142266347727864233.reportbug@w2ail> <20180915062810.2c2e878f@enterprise> <153689054637.8665.3142266347727864233.reportbug@w2ail> Message-ID: On Sat Sep 15 2018 at 06:28 AM +0200, Trek wrote: > On Thu, 13 Sep 2018 19:02:26 -0700 > Bill Brelsford wrote: > > > With the --background argument, a race condition exists and > > "udevadm trigger" starts too soon. > > A workaround is to add a short sleep: > > can you try if this patch fixes the problem? > my system is not affected so I can't check That fixes it (worked twice, anyway). Thanks! Bill From trek00 at inbox.ru Sat Sep 15 05:28:10 2018 From: trek00 at inbox.ru (Trek) Date: Sat, 15 Sep 2018 06:28:10 +0200 Subject: Bug#908796: udev (with sysvinit) fails to find devices at boot In-Reply-To: <153689054637.8665.3142266347727864233.reportbug@w2ail> References: <153689054637.8665.3142266347727864233.reportbug@w2ail> <153689054637.8665.3142266347727864233.reportbug@w2ail> Message-ID: <20180915062810.2c2e878f@enterprise> On Thu, 13 Sep 2018 19:02:26 -0700 Bill Brelsford wrote: > With the --background argument, a race condition exists and > "udevadm trigger" starts too soon. > A workaround is to add a short sleep: can you try if this patch fixes the problem? my system is not affected so I can't check thank you! the sleep timeout could be different depending on the hardware, so it checks every second if udev is ready, up to 15 seconds it seems to be there is no reliable method to know if udev is running fine, so it calls udevadm control -S, that it's essentially a no-op when udev is just started, but at least it checks if the control socket is listening ciao -------------- next part -------------- A non-text attachment was scrubbed... Name: systemd-trigger-wait.patch Type: text/x-patch Size: 1336 bytes Desc: not available URL: From spwhitton at spwhitton.name Sat Sep 15 16:47:19 2018 From: spwhitton at spwhitton.name (Sean Whitton) Date: Sat, 15 Sep 2018 08:47:19 -0700 Subject: Bug#905817: UID range of DyanmicUser overlaps with existing definitions in debian-policy In-Reply-To: <153388221831.8420.7663480894550672185.reportbug@pluto.milchstrasse.xx> References: <153388221831.8420.7663480894550672185.reportbug@pluto.milchstrasse.xx> <153388221831.8420.7663480894550672185.reportbug@pluto.milchstrasse.xx> Message-ID: <87a7oirce0.fsf@iris.silentflame.com> [copying in debian-policy] Hello, On Fri 10 Aug 2018 at 08:23AM +0200, Michael Biebl wrote: > Currently, DynamicUser gets a uid from within the following range: > 61184 - 65519. Those values can be configured during build time via > -Ddynamic-uid-min= and -Ddynamic-uid-max. > > The debian policy has a section about uids and gids: > https://www.debian.org/doc/debian-policy/ch-opersys.html#uid-and-gid-classes > > The overlapping ranges are: > 60000-64999: > Globally allocated by the Debian project, but only created on demand. > The ids are allocated centrally and statically, but the actual accounts > are only created on users’ systems on demand. > > These ids are for packages which are obscure or which require many > statically-allocated ids. These packages should check for and create the > accounts in /etc/passwd or /etc/group (using adduser if it has this > facility) if necessary. Packages which are likely to require further > allocations should have a “hole” left after them in the allocation, to > give them room to grow. > > 65000-65533: > Reserved. > > We don't meet the requirement of the 60000-64999 range, which says that > the ids need to be allocated statically (DynamicUser generated ids are > ephemeral). > The 65000-65533 range doesn't go into more detail, what purpose it is > reserved. I don't know why it's reserved either, but ISTM this is rather too small a range for systemd's DynamicUser. Would you agree? > There is also: > 65536-4294967293: > Dynamically allocated user accounts. By default adduser will not > allocate UIDs and GIDs in this range, to ease compatibility with legacy > systems where uid_t is still 16 bits. > > I'm not sure if it would be more suitable to pick the DynamicUser ids > from this range. This strikes me as suitable. We could either just change systemd's configuration, or allocate a section of that range to systemd. We probably don't need the legacy systems compatibility anymore. So maybe at some point adduser will start creating users in this range. So maybe we should carve out a section of that range for systemd, for future proofing? -- Sean Whitton -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 832 bytes Desc: not available URL: From smcv at debian.org Sat Sep 15 17:51:38 2018 From: smcv at debian.org (Simon McVittie) Date: Sat, 15 Sep 2018 17:51:38 +0100 Subject: Bug#905817: UID range of DyanmicUser overlaps with existing definitions in debian-policy In-Reply-To: <87a7oirce0.fsf@iris.silentflame.com> References: <87a7oirce0.fsf@iris.silentflame.com> <153388221831.8420.7663480894550672185.reportbug@pluto.milchstrasse.xx> Message-ID: <20180915165138.GA16143@espresso.pseudorandom.co.uk> On Sat, 15 Sep 2018 at 08:47:19 -0700, Sean Whitton wrote: > On Fri 10 Aug 2018 at 08:23AM +0200, Michael Biebl wrote: > > There is also: > > 65536-4294967293: > > Dynamically allocated user accounts. By default adduser will not > > allocate UIDs and GIDs in this range, to ease compatibility with legacy > > systems where uid_t is still 16 bits. > > > > I'm not sure if it would be more suitable to pick the DynamicUser ids > > from this range. > > This strikes me as suitable. We could either just change systemd's > configuration, or allocate a section of that range to systemd. Beware that if systemd dynamic users are above the 16-bit boundary, then they won't work well with systemd-nspawn and other container systems that give a 16-bit uid range to each container (mapping uids N+0 to N+65535 in the top-level uid namespace to uids 0 to 65535 in the container's uid namespace, where N is large; so when systemd inside the container thinks it's allocating uid 64923 to a service, it's really uid N+64923 in the top-level init namespace). That's a useful technique because it assigns a unique uid to each process that ought to be protected from other processes, which protects both the host system and other containers from a compromised container. smcv From rra at debian.org Sat Sep 15 19:31:54 2018 From: rra at debian.org (Russ Allbery) Date: Sat, 15 Sep 2018 11:31:54 -0700 Subject: Bug#905817: UID range of DyanmicUser overlaps with existing definitions in debian-policy In-Reply-To: <87a7oirce0.fsf@iris.silentflame.com> (Sean Whitton's message of "Sat, 15 Sep 2018 08:47:19 -0700") References: <153388221831.8420.7663480894550672185.reportbug@pluto.milchstrasse.xx> <87a7oirce0.fsf@iris.silentflame.com> <153388221831.8420.7663480894550672185.reportbug@pluto.milchstrasse.xx> Message-ID: <87va76pq79.fsf@hope.eyrie.org> Adding Colin as base-passwd maintainer. Sean Whitton writes: > On Fri 10 Aug 2018 at 08:23AM +0200, Michael Biebl wrote: >> Currently, DynamicUser gets a uid from within the following range: >> 61184 - 65519. Those values can be configured during build time via >> -Ddynamic-uid-min= and -Ddynamic-uid-max. Those two numbers are oddly specific. Is there some history behind those specific boundaries? >> The debian policy has a section about uids and gids: >> https://www.debian.org/doc/debian-policy/ch-opersys.html#uid-and-gid-classes >> >> The overlapping ranges are: >> 60000-64999: >> Globally allocated by the Debian project, but only created on demand. >> The ids are allocated centrally and statically, but the actual accounts >> are only created on users’ systems on demand. >> >> These ids are for packages which are obscure or which require many >> statically-allocated ids. These packages should check for and create the >> accounts in /etc/passwd or /etc/group (using adduser if it has this >> facility) if necessary. Packages which are likely to require further >> allocations should have a “hole” left after them in the allocation, to >> give them room to grow. We have needed very few of these over the history of the project. The complete currently-allocated list from base-passwd is: Reserved uids: uid | name | description ------+-------------------+--------------- 63434 | netplan | netplan 64000 | ftn | fidogate 64001 | mysql | mysql-server 64005 | tac-plus | tac-plus user 64010 | alias | qmail alias 64011 | qmaild | qmail daemon 64012 | qmails | qmail send 64013 | qmailr | qmail remove 64015 | qmailq | qmail queue 64016 | qmaill | qmail log 64017 | qmailp | qmail pw 64020 | asterisk | asterisk 64025 | vpopmail | vpopmail 64030 | slurm | slurm-llnl package 64035 | hacluster | heartbeat 64045 | ceph | ceph object storage 64050 | opensrf | Evergreen ILS 64055 | libvirt-qemu | libvirt guest migration support 64060 | nova | OpenStack Compute 64061 | cinder | OpenStack Block Storage 64062 | glance | OpenStack Image Given that, maybe a solution would be to reserve a range in this space for systemd dynamic users? >> 65000-65533: >> Reserved. >> >> We don't meet the requirement of the 60000-64999 range, which says that >> the ids need to be allocated statically (DynamicUser generated ids are >> ephemeral). The 65000-65533 range doesn't go into more detail, what >> purpose it is reserved. > I don't know why it's reserved either, but ISTM this is rather too small > a range for systemd's DynamicUser. Would you agree? I think this is reserved just because we've never had another use for it and were being conservative. >> There is also: >> 65536-4294967293: >> Dynamically allocated user accounts. By default adduser will not >> allocate UIDs and GIDs in this range, to ease compatibility with legacy >> systems where uid_t is still 16 bits. >> >> I'm not sure if it would be more suitable to pick the DynamicUser ids >> from this range. > This strikes me as suitable. We could either just change systemd's > configuration, or allocate a section of that range to systemd. We will definitely have conflicts with local allocations if we start using UIDs from this space. We theoretically say that this space is reserved, but Debian currently doesn't provide anywhere *close* to enough space for local UID allocation. Any site that needs more than 50,000 UIDs (which is extremely common) is almost certainly already using large chunks of this space. Both Stanford and Dropbox allocate UIDs from this space, for instance -- Dropbox because it was convenient to separate from human users, and Stanford because we couldn't create enough accounts for all of our users without using this space. This space is also often used for uidmap for containers. It's typical to have a single container user get a full 16-bit UID space that gets mapped to an equivalent range somewhere in the >2^16 space of the containing system. -- Russ Allbery (rra at debian.org) From biebl at debian.org Sat Sep 15 19:29:45 2018 From: biebl at debian.org (Michael Biebl) Date: Sat, 15 Sep 2018 20:29:45 +0200 Subject: Bug#869995: Still present in stretch versions, patch attached In-Reply-To: <20180311184830.ilt7bc4xw6mzvhys@torres.zugschlus.de> References: <20180311184830.ilt7bc4xw6mzvhys@torres.zugschlus.de> <20180311184830.ilt7bc4xw6mzvhys@torres.zugschlus.de> <150125045147.5204.11874979159796630154.reportbug@spinturn.ka51.zugschlus.de> Message-ID: <3fbc05fa-0500-aa79-5323-9d5092386058@debian.org> On Sun, 11 Mar 2018 19:48:30 +0100 Marc Haber wrote: > found #869995 232-25+deb9u1 > found #869995 232-25+deb9u2 > tags #869995 patch stretch > thanks > > Hi, > > I have missed that this bug was actually closed for good. I can confirm > that the issue is fixed in sid and buster, but is is still a crippling > bug in stretch. > > I can confirm that the two attached patches fix the issue in 232-25. I can't find the patches you mentioned anywhere in the git log. This is complicated by the fact that neither of the two patches has a proper git patch header with author, description etc. Without that information I can't consider those patches for a stable release. Regards, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Sat Sep 15 19:39:10 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 15 Sep 2018 18:39:10 +0000 Subject: Processed: unarchiving 897938, fixed 897938 in 232-25+deb9u4, archiving 897938 References: <1537036530-76-bts-biebl@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > unarchive 897938 Bug #897938 {Done: Michael Biebl } [systemd-sysv] systemd-sysv: shutdown ignores --no-wall while canceling a pending shutdown Unarchived Bug 897938 > fixed 897938 232-25+deb9u4 Bug #897938 {Done: Michael Biebl } [systemd-sysv] systemd-sysv: shutdown ignores --no-wall while canceling a pending shutdown Marked as fixed in versions systemd/232-25+deb9u4. > archive 897938 Bug #897938 {Done: Michael Biebl } [systemd-sysv] systemd-sysv: shutdown ignores --no-wall while canceling a pending shutdown archived 897938 to archive/38 (from 897938) > thanks Stopping processing here. Please contact me if you need assistance. -- 897938: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897938 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From biebl at debian.org Sat Sep 15 19:57:20 2018 From: biebl at debian.org (Michael Biebl) Date: Sat, 15 Sep 2018 20:57:20 +0200 Subject: Bug#905817: UID range of DyanmicUser overlaps with existing definitions in debian-policy In-Reply-To: <87va76pq79.fsf@hope.eyrie.org> References: <153388221831.8420.7663480894550672185.reportbug@pluto.milchstrasse.xx> <87a7oirce0.fsf@iris.silentflame.com> <87va76pq79.fsf@hope.eyrie.org> <153388221831.8420.7663480894550672185.reportbug@pluto.milchstrasse.xx> Message-ID: Am 15.09.18 um 20:31 schrieb Russ Allbery: > Adding Colin as base-passwd maintainer. > > Sean Whitton writes: >> On Fri 10 Aug 2018 at 08:23AM +0200, Michael Biebl wrote: > >>> Currently, DynamicUser gets a uid from within the following range: >>> 61184 - 65519. Those values can be configured during build time via >>> -Ddynamic-uid-min= and -Ddynamic-uid-max. > > Those two numbers are oddly specific. Is there some history behind those > specific boundaries? There is http://0pointer.net/blog/dynamic-users-with-systemd.html and https://salsa.debian.org/systemd-team/systemd/blob/master/doc/UIDS-GIDS.md -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Sat Sep 15 20:03:11 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 15 Sep 2018 19:03:11 +0000 Subject: Processed: forcibly merging 806291 836736 References: <1537037972-681-bts-biebl@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > forcemerge 806291 836736 Bug #806291 [systemd] systemctl status output incomplete for short lived processes Bug #836736 [systemd] systemd journald - empty _SYSTEMD_UNIT on some messages from oneshot service Marked as found in versions systemd/228-2. Bug #806291 [systemd] systemctl status output incomplete for short lived processes Marked as found in versions systemd/231-4. Added tag(s) upstream. Merged 806291 836736 > thanks Stopping processing here. Please contact me if you need assistance. -- 806291: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806291 836736: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836736 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Sat Sep 15 20:57:04 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 15 Sep 2018 19:57:04 +0000 Subject: Processed: reassign 858222 to gdm3 References: <1537041258-3605-bts-biebl@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > reassign 858222 gdm3 3.22.3-3 Bug #858222 [systemd] systemd: multi-seat not working : no gdm appear in second seat when attaching graphic card Bug reassigned from package 'systemd' to 'gdm3'. No longer marked as found in versions systemd/232-19. Ignoring request to alter fixed versions of bug #858222 to the same values previously set Bug #858222 [gdm3] systemd: multi-seat not working : no gdm appear in second seat when attaching graphic card Marked as found in versions gdm3/3.22.3-3. > thanks Stopping processing here. Please contact me if you need assistance. -- 858222: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858222 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Sat Sep 15 21:03:06 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 15 Sep 2018 20:03:06 +0000 Subject: Processed: tagging 890824 References: <1537041672-1146-bts-biebl@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > tags 890824 + moreinfo Bug #890824 [systemd] Container: unsets cgroup memory limit on user login Added tag(s) moreinfo. > thanks Stopping processing here. Please contact me if you need assistance. -- 890824: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890824 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Sat Sep 15 21:06:03 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 15 Sep 2018 20:06:03 +0000 Subject: Processed: Re: Bug#883185: systemd-networkd: physical port in bridge stuck in "configuring", failing systemd-networkd-wait-online.service References: <151204387290.21356.2535199360374982483.reportbug@BOTOX.krs8.birkenwald.de> Message-ID: Processing control commands: > tags -1 + moreinfo Bug #883185 [systemd] systemd-networkd: physical port in bridge stuck in "configuring", failing systemd-networkd-wait-online.service Added tag(s) moreinfo. -- 883185: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=883185 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From biebl at debian.org Sat Sep 15 21:03:57 2018 From: biebl at debian.org (Michael Biebl) Date: Sat, 15 Sep 2018 22:03:57 +0200 Subject: Bug#883185: systemd-networkd: physical port in bridge stuck in "configuring", failing systemd-networkd-wait-online.service In-Reply-To: <8d876554-f1ce-7abd-7c01-f84e195725f4@debian.org> References: <151204387290.21356.2535199360374982483.reportbug@BOTOX.krs8.birkenwald.de> <8d876554-f1ce-7abd-7c01-f84e195725f4@debian.org> <8d876554-f1ce-7abd-7c01-f84e195725f4@debian.org> <151204387290.21356.2535199360374982483.reportbug@BOTOX.krs8.birkenwald.de> Message-ID: Control: tags -1 + moreinfo Hi Berni On Thu, 30 Nov 2017 13:15:25 +0100 Michael Biebl wrote: > Am 30.11.2017 um 13:11 schrieb Bernhard Schmidt: > > Package: systemd > > Version: 235-3 > > Severity: normal > > > > Hi, > > > > after upgrading from Stretch to Buster the physical interface in my bridge > > is stuck in "configuring", causing systemd-networkd-wait-online to stall > > and eventually timeout. > > > > This looks like https://github.com/systemd/systemd/issues/5043, although > > I'm sure that I did not see this problem in systemd 232 in stable, unlike > > the upstream reporter. > > Can you please try the patch in > https://github.com/systemd/systemd/commit/5971cb9de9081b537945d28895df70992e5664d0 > and report back at the upstream bug tracker with your results. Did you have a check to test with a recent version of systemd if the problem is still reproducible and if so, if the above patch helps? Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From mh+debian-bugs at zugschlus.de Mon Sep 17 11:40:17 2018 From: mh+debian-bugs at zugschlus.de (Marc Haber) Date: Mon, 17 Sep 2018 12:40:17 +0200 Subject: Bug#869995: Still present in stretch versions, patch attached In-Reply-To: <3fbc05fa-0500-aa79-5323-9d5092386058@debian.org> References: <20180311184830.ilt7bc4xw6mzvhys@torres.zugschlus.de> <20180311184830.ilt7bc4xw6mzvhys@torres.zugschlus.de> <150125045147.5204.11874979159796630154.reportbug@spinturn.ka51.zugschlus.de> <3fbc05fa-0500-aa79-5323-9d5092386058@debian.org> <150125045147.5204.11874979159796630154.reportbug@spinturn.ka51.zugschlus.de> Message-ID: <20180917104017.GQ3728@torres.zugschlus.de> On Sat, Sep 15, 2018 at 08:29:45PM +0200, Michael Biebl wrote: > I can't find the patches you mentioned anywhere in the git log. This is > complicated by the fact that neither of the two patches has a proper git > patch header with author, description etc. > > Without that information I can't consider those patches for a stable > release. I apologize for not knowing the internals of the issue out of the hand after being stuck with the issue for a year. I also don't know what it means to have "proper headers". The bug report, however, mentions https://github.com/systemd/systemd/pull/6907/commits/e6800d3cfb48542634c25c24a6aae7587d97eb4f https://github.com/systemd/systemd/pull/6907/commits/c46530942bc0837379eae8bfd48b4673c46a6e0c which are both "closed", and seem to be part of https://github.com/systemd/systemd/commit/8c6f6a2f91a28df14944e9567ac0dc14893264d5 from Nov 20, 2017. Also, my patch names suggest that https://github.com/systemd/systemd/issues/6359 which ends up in https://github.com/systemd/systemd/pull/6910, merged with 8c6f6a2 refernces above, and https://github.com/systemd/systemd/issues/6961 is suggested as being fixed by https://github.com/systemd/systemd/commit/5971cb9de9 - I can't seem to figure out whether this has been merged to systemd proper due to not enough git/github knowledge. That being said, systemd-232 has another crippling IPv6 error that manifests itself when SLAAC is used behind an AVM Fritz!Box. I have not investigated this any further since later systemd releases seem to have that bug already fixed and am currently wasting precious time backporting a later systemd to stretch locally instead of working on systemd 232 any more. Greetings Marc, declaring IPv6 on systemd 232 a lost cause -- ----------------------------------------------------------------------------- Marc Haber | "I don't trust Computers. They | Mailadresse im Header Leimen, Germany | lose things." Winona Ryder | Fon: *49 6224 1600402 Nordisch by Nature | How to make an American Quilt | Fax: *49 6224 1600421 From debian-bts-link at lists.debian.org Mon Sep 17 19:20:36 2018 From: debian-bts-link at lists.debian.org (debian-bts-link at lists.debian.org) Date: Mon, 17 Sep 2018 18:20:36 +0000 Subject: [bts-link] source package systemd Message-ID: <153720843684.8768.17317955357637064136.btslink@sonntag.debian.org> # # bts-link upstream status pull for source package systemd # see http://lists.debian.org/debian-devel-announce/2006/05/msg00001.html # https://bts-link-team.pages.debian.net/bts-link/ # user debian-bts-link at lists.debian.org # remote status report for #806291 (http://bugs.debian.org/806291) # Bug title: systemctl status output incomplete for short lived processes # * https://github.com/systemd/systemd/issues/2913 # * remote status changed: (?) -> open usertags 806291 + status-open thanks From bigon at debian.org Wed Sep 19 17:02:28 2018 From: bigon at debian.org (Laurent Bigonville) Date: Wed, 19 Sep 2018 18:02:28 +0200 Subject: Bug#909200: Please call pam_systemd in the PAM service Message-ID: <153737294886.16734.788875626444635722.reportbug@valinor.bigon.be> Package: cron Version: 3.0pl1-130 Severity: normal File: /etc/pam.d/cron Hi, I'm wondering if the cron PAM service shouldn't call the pam_systemd module as well. Looking at RHEL7 it seems that they are doing it. The rational is that if the user wants to run some scripts using the XDG_RUNTIME_DIR directory or D-Bus, we are sure that the directory is present or the broker is started. Not doing this might create difference between the case where the user is logged-in and the case where the user is not. Kind regards, Laurent Bigonville -- System Information: Debian Release: buster/sid APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental-debug'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.18.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8), LANGUAGE=fr_BE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: SELinux: enabled - Mode: Permissive - Policy name: refpolicy Versions of packages cron depends on: ii adduser 3.118 ii debianutils 4.8.6 ii dpkg 1.19.0.5+b1 ii libc6 2.27-6 ii libpam-runtime 1.1.8-3.8 ii libpam0g 1.1.8-3.8 ii libselinux1 2.8-1+b1 ii lsb-base 9.20170808 Versions of packages cron recommends: ii dma [mail-transport-agent] 0.11-1+b1 Versions of packages cron suggests: ii anacron 2.3-24 pn checksecurity ii logrotate 3.14.0-4 Versions of packages cron is related to: pn libnss-ldap pn libnss-ldapd pn libpam-ldap pn libpam-mount pn nis pn nscd -- no debconf information -------------- next part -------------- diff -u cron-3.0pl1/debian/cron.pam cron-3.0pl1/debian/cron.pam --- cron-3.0pl1/debian/cron.pam +++ cron-3.0pl1/debian/cron.pam @@ -21,0 +22,4 @@ +# Open a logind session +# Doing so will ensure that the XDG_RUNTIME_DIR is exported and the associated +# directory is created. +-session optional pam_systemd.so From accounts at xe.com Wed Sep 19 20:52:50 2018 From: accounts at xe.com (Hafiz Anan) Date: 19 Sep 2018 21:52:50 +0200 Subject: 100% Investment Funding Message-ID: <20180919215250.EC7B7534113326EA@xe.com> Greetings, I represent business group in Middle East looking for projects to fund; we seek any business that will guaranty a safe and secure return on investments. Alternative powers, movies, start up companies etc. We are also looking for commercial building projects, hotels, casino, strip malls etc. If you have a project that differs from these and current budget is over USD50M$, Write us and Provide Executive Summary and project details. (a)100% financing is available. (b)Possible JV partnerships or 100% loans. (c)Project must be over USD20M$ total budget. I look forward to your reply, Engr. Hafiz Anan Gulf Global Investment From owner at bugs.debian.org Thu Sep 20 07:39:03 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 20 Sep 2018 06:39:03 +0000 Subject: Bug#908358: marked as done (Display stays off after computer resumes from suspend) References: Message-ID: Your message dated Thu, 20 Sep 2018 08:35:01 +0200 with message-id and subject line Re: Bug#908358: Display stays off after computer resumes from suspend has caused the Debian Bug report #908358, regarding Display stays off after computer resumes from suspend to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 908358: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908358 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: "Dave Smith" Subject: Display stays off after computer resumes from suspend Date: Sun, 09 Sep 2018 00:51:25 +0200 (CEST) Size: 4686 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Re: Bug#908358: Display stays off after computer resumes from suspend Date: Thu, 20 Sep 2018 08:35:01 +0200 Size: 7855 URL: From biebl at debian.org Thu Sep 20 07:38:33 2018 From: biebl at debian.org (Michael Biebl) Date: Thu, 20 Sep 2018 08:38:33 +0200 Subject: Bug#908658: systemd: apt-get upgrade from 239-7 to 239-8 failed In-Reply-To: References: <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> Message-ID: <24f7440a-a260-1cc5-d6df-851e71669e33@debian.org> Am 14.09.18 um 09:14 schrieb kochtopf: > https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/systemd.html > > I do not understand this link - sorry. Urgh, C&P fail, sorry. I meant https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=902411 -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From biebl at debian.org Thu Sep 20 17:24:44 2018 From: biebl at debian.org (biebl at debian.org) Date: Thu, 20 Sep 2018 18:24:44 +0200 Subject: Bug#908658: marked as done (systemd: apt-get upgrade from 239-7 to 239-8 failed) In-Reply-To: References: <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> Message-ID: Am 14.09.18 um 14:21 schrieb Debian Bug Tracking System: > 239-9 fixed this. All back to normal. Many thanks for whatever magic you > guys did. Since raspbian does not ship 239-9 yet, we suppose that you have installed 239-9 directly from the Debian buster repository. 238-8 is available via raspbian and get's rebuilt there. Our current guess is, that you had 238-8 installed from raspbian and it's the raspbian toolchain (compiler, linker, etc) which introduced this bug. Michael From kochtopf at gmail.com Thu Sep 20 18:16:32 2018 From: kochtopf at gmail.com (kochtopf) Date: Thu, 20 Sep 2018 19:16:32 +0200 Subject: Bug#908658: marked as done (systemd: apt-get upgrade from 239-7 to 239-8 failed) References: <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> Message-ID: > installed 239-9 directly from the Debian buster repository. apt-cache policy systemd systemd: Installed: 239-9 Candidate: 239-9 Version table: *** 239-9 100 50 http://ftp.us.debian.org/debian unstable/main armhf Packages 100 /var/lib/dpkg/status 239-8 500 500 http://mirrordirector.raspbian.org/raspbian testing/main armhf Packages Yes exactly. And this is working great (even if it's like a Frankenbuild now). > Our current guess is, that you had 238-8 installed from raspbian and > it's the raspbian toolchain (compiler, linker, etc) which introduced > this bug. Yes TRUE. Im on mirrordirector.raspbian.org/raspbian testing for the everyday stuff but ftp.us.debian.org/debian unstable for packages they don't provide. Again many thanks for your help. PS: I've opened a short question over at the Raspberry forum (https://www.raspberrypi.org/forums/viewtopic.php?f=66&t=222508) but nobody cared so far. -------------- next part -------------- An HTML attachment was scrubbed... URL: From dave.anglin at bell.net Sat Sep 22 23:45:37 2018 From: dave.anglin at bell.net (John David Anglin) Date: Sat, 22 Sep 2018 18:45:37 -0400 Subject: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object Message-ID: <153765633785.21643.3720245629877255158.reportbug@mx3210> Source: systemd Version: 239-9 Severity: normal Dear Maintainer, The build fails here: [416/1547] cc -o src/udev/ata_id 'src/udev/src at udev@@ata_id at exe/ata_id_ata_id.c.o' -flto -Wl,--no-undefined -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -pie -Wl,--gc-sections -g -O2 -fdebug-prefix-map=/<>=. -Wformat -Werror=format-security -Wl,--start-group src/udev/libudev_static.a src/shared/libsystemd-shared-239.a src/libsystemd/libsystemd_static.a src/basic/libbasic.a src/udev/libudev-basic.a -lrt /usr/lib/hppa-linux-gnu/libcap.so -lacl /usr/lib/hppa-linux-gnu/libcryptsetup.so -lgcrypt /usr/lib/hppa-linux-gnu/libip4tc.so /usr/lib/hppa-linux-gnu/libip6tc.so /usr/lib/hppa-linux-gnu/libselinux.so /usr/lib/hppa-linux-gnu/libidn.so /usr/lib/hppa-linux-gnu/liblzma.so /usr/lib/hppa-linux-gnu/liblz4.so /usr/lib/hppa-linux-gnu/libblkid.so -lrt /usr/lib/hppa-linux-gnu/libmount.so -Wl,--end-group -pthread FAILED: src/udev/ata_id cc -o src/udev/ata_id 'src/udev/src at udev@@ata_id at exe/ata_id_ata_id.c.o' -flto -Wl,--no-undefined -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -pie -Wl,--gc-sections -g -O2 -fdebug-prefix-map=/<>=. -Wformat -Werror=format-security -Wl,--start-group src/udev/libudev_static.a src/shared/libsystemd-shared-239.a src/libsystemd/libsystemd_static.a src/basic/libbasic.a src/udev/libudev-basic.a -lrt /usr/lib/hppa-linux-gnu/libcap.so -lacl /usr/lib/hppa-linux-gnu/libcryptsetup.so -lgcrypt /usr/lib/hppa-linux-gnu/libip4tc.so /usr/lib/hppa-linux-gnu/libip6tc.so /usr/lib/hppa-linux-gnu/libselinux.so /usr/lib/hppa-linux-gnu/libidn.so /usr/lib/hppa-linux-gnu/liblzma.so /usr/lib/hppa-linux-gnu/liblz4.so /usr/lib/hppa-linux-gnu/libblkid.so -lrt /usr/lib/hppa-linux-gnu/libmount.so -Wl,--end-group -pthread /usr/bin/ld: /tmp/ccHOKcGI.ltrans0.ltrans.o: relocation R_PARISC_DPREL21L can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: BFD (GNU Binutils for Debian) 2.31.1 internal error, aborting at ../../bfd/elf32-hppa.c:3956 in elf32_hppa_relocate_section /usr/bin/ld: Please report this bug. collect2: error: ld returned 1 exit status I believe the error message is correct. Please add "-fPIC" or "-fPIE" to the link command. Regards, Dave Anglin -- Package-specific info: -- System Information: Debian Release: buster/sid APT prefers buildd-unstable APT policy: (500, 'buildd-unstable'), (500, 'unstable') Architecture: hppa (parisc64) Kernel: Linux 4.14.71+ (SMP w/4 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968), LANGUAGE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages systemd is related to: pn dracut ii initramfs-tools 0.132 ii udev 239-7 -- no debconf information -------------- next part -------------- [MASKED] /etc/systemd/system/bootlogd.service -> /lib/systemd/system/bootlogd.service [MASKED] /etc/systemd/system/bootlogs.service -> /lib/systemd/system/bootlogs.service [MASKED] /etc/systemd/system/bootmisc.service -> /lib/systemd/system/bootmisc.service [MASKED] /etc/systemd/system/checkfs.service -> /lib/systemd/system/checkfs.service [MASKED] /etc/systemd/system/checkroot-bootclean.service -> /lib/systemd/system/checkroot-bootclean.service [MASKED] /etc/systemd/system/checkroot.service -> /lib/systemd/system/checkroot.service [MASKED] /etc/systemd/system/halt.service -> /lib/systemd/system/halt.service [MASKED] /etc/systemd/system/hostname.service -> /lib/systemd/system/hostname.service [MASKED] /etc/systemd/system/killprocs.service -> /lib/systemd/system/killprocs.service [MASKED] /etc/systemd/system/motd.service -> /lib/systemd/system/motd.service [MASKED] /etc/systemd/system/mountall-bootclean.service -> /lib/systemd/system/mountall-bootclean.service [MASKED] /etc/systemd/system/mountall.service -> /lib/systemd/system/mountall.service [MASKED] /etc/systemd/system/mountdevsubfs.service -> /lib/systemd/system/mountdevsubfs.service [MASKED] /etc/systemd/system/mountkernfs.service -> /lib/systemd/system/mountkernfs.service [MASKED] /etc/systemd/system/mountnfs-bootclean.service -> /lib/systemd/system/mountnfs-bootclean.service [MASKED] /etc/systemd/system/mountnfs.service -> /lib/systemd/system/mountnfs.service [MASKED] /etc/systemd/system/rc.local.service -> /lib/systemd/system/rc.local.service [MASKED] /etc/systemd/system/reboot.service -> /lib/systemd/system/reboot.service [MASKED] /etc/systemd/system/rmnologin.service -> /lib/systemd/system/rmnologin.service [MASKED] /etc/systemd/system/samba-ad-dc.service -> /lib/systemd/system/samba-ad-dc.service [MASKED] /etc/systemd/system/sendsigs.service -> /lib/systemd/system/sendsigs.service [OVERRIDDEN] /etc/systemd/system/serial-getty at .service -> /lib/systemd/system/serial-getty at .service --- /lib/systemd/system/serial-getty at .service 2018-07-22 07:40:15.000000000 -0400 +++ /etc/systemd/system/serial-getty at .service 2017-12-11 22:17:41.974887419 -0500 @@ -1,5 +1,3 @@ -# SPDX-License-Identifier: LGPL-2.1+ -# # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it @@ -31,7 +29,7 @@ # The '-o' option value tells agetty to replace 'login' arguments with an # option to preserve environment (-p), followed by '--' for safety, and then # the entered username. -ExecStart=-/sbin/agetty -o '-p -- \\u' --keep-baud 115200,38400,9600 %I $TERM +ExecStart=-/sbin/agetty -o '-p -- \\u' --keep-baud 115200,38400,9600 %I vt102 Type=idle Restart=always UtmpIdentifier=%I [MASKED] /etc/systemd/system/single.service -> /lib/systemd/system/single.service [MASKED] /etc/systemd/system/stop-bootlogd-single.service -> /lib/systemd/system/stop-bootlogd-single.service [MASKED] /etc/systemd/system/stop-bootlogd.service -> /lib/systemd/system/stop-bootlogd.service [MASKED] /etc/systemd/system/umountfs.service -> /lib/systemd/system/umountfs.service [MASKED] /etc/systemd/system/umountnfs.service -> /lib/systemd/system/umountnfs.service [MASKED] /etc/systemd/system/umountroot.service -> /lib/systemd/system/umountroot.service [MASKED] /etc/systemd/system/urandom.service -> /lib/systemd/system/urandom.service [EXTENDED] /lib/systemd/system/rc-local.service -> /lib/systemd/system/rc-local.service.d/debian.conf [EXTENDED] /lib/systemd/system/systemd-resolved.service -> /lib/systemd/system/systemd-resolved.service.d/resolvconf.conf 31 overridden configuration files found. -------------- next part -------------- Timestamp kernel: Sat 2018-09-22 16:13:32 EDT Timestamp userspace: Sat 2018-09-22 16:14:16 EDT Timestamp finish: Sat 2018-09-22 16:17:06 EDT Timestamp security-start: Sat 2018-09-22 16:14:16 EDT Timestamp security-finish: Sat 2018-09-22 16:14:16 EDT Timestamp generators-start: Sat 2018-09-22 16:14:17 EDT Timestamp generators-finish: Sat 2018-09-22 16:14:20 EDT Timestamp units-load-start: Sat 2018-09-22 16:14:20 EDT Timestamp units-load-finish: Sat 2018-09-22 16:14:21 EDT -> Unit dev-ttyy4.device: Description: /dev/ttyy4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyy4.device Invocation ID: 89ac317aac29483cb2447e510c2481ef Following: sys-devices-virtual-tty-ttyy4.device Following Set Member: sys-devices-virtual-tty-ttyy4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy4 Found: found-udev -> Unit dev-ttyqb.device: Description: /dev/ttyqb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyqb.device Invocation ID: 6c17fea31354487d96b028d68a0c9854 Following: sys-devices-virtual-tty-ttyqb.device Following Set Member: sys-devices-virtual-tty-ttyqb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyqb Found: found-udev -> Unit dev-ttyv3.device: Description: /dev/ttyv3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyv3.device Invocation ID: 448e61c040c14b1f854db58ed5713f88 Following: sys-devices-virtual-tty-ttyv3.device Following Set Member: sys-devices-virtual-tty-ttyv3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv3 Found: found-udev -> Unit dev-ttydc.device: Description: /dev/ttydc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttydc.device Invocation ID: c06f4b8b68764a72bda969a0595769a2 Following: sys-devices-virtual-tty-ttydc.device Following Set Member: sys-devices-virtual-tty-ttydc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttydc Found: found-udev -> Unit minissdpd.service: Description: keep memory of all UPnP devices that announced themselves Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:05 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:04 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:05 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/minissdpd.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: minissdpd.service Invocation ID: 63cdb51740344d68961ee7d6b11a3c8d Documentation: man:minissdpd(1) Fragment Path: /lib/systemd/system/minissdpd.service Condition Timestamp: Sat 2018-09-22 16:15:04 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:04 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: network-online.target (origin-file) After: basic.target (origin-default) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: shutdown.target (origin-default) References: network-online.target (origin-file) References: basic.target (origin-default) References: sysinit.target (origin-default) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: no NotifyAccess: none NotifyState: unknown Main PID: 1606 Main PID Known: yes Main PID Alien: no PIDFile: /var/run/minissdpd.pid RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: /etc/default/minissdpd RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/minissdpd -i $MiniSSDPd_INTERFACE_ADDRESS $MiniSSDPd_OTHER_OPTIONS PID: 1592 Start Timestamp: Sat 2018-09-22 16:15:04 EDT Exit Timestamp: Sat 2018-09-22 16:15:05 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyd7.device: Description: /sys/devices/virtual/tty/ttyd7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyd7.device Invocation ID: ecb67afc1e1644fca7af936d35659e29 Following Set Member: dev-ttyd7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd7 Found: found-udev -> Unit logrotate.timer: Description: Daily rotation of log files Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:17 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:59 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:59 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: logrotate.timer Invocation ID: 905f6ce57b9d49a3b24fc681bc802163 Documentation: man:logrotate(8) Documentation: man:logrotate.conf(5) Fragment Path: /lib/systemd/system/logrotate.timer Condition Timestamp: Sat 2018-09-22 16:14:59 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:59 EDT Assert Result: yes Requires: var.mount (origin-file) Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) WantedBy: timers.target (destination-file) Conflicts: shutdown.target (origin-default) Before: logrotate.service (origin-implicit) Before: shutdown.target (origin-default) Before: timers.target (origin-default) After: -.mount (origin-file) After: sysinit.target (origin-default) After: time-sync.target (origin-default) After: var.mount (origin-file) Triggers: logrotate.service (origin-implicit) References: logrotate.service (origin-implicit) References: shutdown.target (origin-default) References: -.mount (origin-file) References: sysinit.target (origin-default) References: time-sync.target (origin-default) References: var.mount (origin-file) References: timers.target (origin-default) ReferencedBy: timers.target (destination-file) RequiresMountsFor: /var/lib/systemd/timers (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Timer State: waiting Result: success Unit: logrotate.service Persistent: yes WakeSystem: no Accuracy: 12h RemainAfterElapse: yes OnCalendar: *-*-* 00:00:00 -> Unit dev-ttye6.device: Description: /dev/ttye6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttye6.device Invocation ID: c91509fa3e924e2299283761a3a419ab Following: sys-devices-virtual-tty-ttye6.device Following Set Member: sys-devices-virtual-tty-ttye6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye6 Found: found-udev -> Unit dev-ttyd6.device: Description: /dev/ttyd6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyd6.device Invocation ID: 3088234df10a40259f30c985826f2b00 Following: sys-devices-virtual-tty-ttyd6.device Following Set Member: sys-devices-virtual-tty-ttyd6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd6 Found: found-udev -> Unit dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.device: Description: ST3300007LC 3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.device Invocation ID: caf6cc9066bb4118adfff48d7d0bc98c Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc3.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d03.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc3.device Following Set Member: dev-sdc3.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.device Condition Timestamp: Sat 2018-09-22 16:14:24 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:24 EDT Assert Result: yes Wants: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (origin-file) BoundBy: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (destination-file) Before: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (destination-file) ReferencedBy: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc3 Found: found-udev -> Unit sys-devices-virtual-tty-ttyac.device: Description: /sys/devices/virtual/tty/ttyac Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyac.device Invocation ID: e4f8f971a4c04e80a38b45d759f08680 Following Set Member: dev-ttyac.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyac Found: found-udev -> Unit user-1000.slice: Description: User Slice of UID 1000 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:24 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:24 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: user.slice CGroup: /user.slice/user-1000.slice CGroup realized: yes CGroup realized mask: memory pids CGroup enabled mask: memory pids CGroup own mask: memory pids CGroup members mask: memory pids Name: user-1000.slice Invocation ID: c5440f1f60944e78822054aea5757bc0 DropIn Path: /lib/systemd/system/user-.slice.d/10-defaults.conf Condition Timestamp: Sat 2018-09-22 16:15:24 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:24 EDT Assert Result: yes Requires: user.slice (origin-implicit) RequiredBy: user at 1000.service (destination-file) RequiredBy: session-c1.scope (destination-file) RequiredBy: session-c2.scope (destination-file) Conflicts: shutdown.target (origin-default) Before: session-c1.scope (destination-file) Before: session-c2.scope (destination-file) Before: user at 1000.service (destination-file) Before: shutdown.target (origin-default) After: user.slice (origin-implicit) After: systemd-user-sessions.service (origin-file) References: user.slice (origin-implicit) References: shutdown.target (origin-default) References: systemd-user-sessions.service (origin-file) ReferencedBy: user at 1000.service (destination-file) ReferencedBy: session-c1.scope (destination-file) ReferencedBy: session-c2.scope (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: active CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=10813 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyv9.device: Description: /sys/devices/virtual/tty/ttyv9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyv9.device Invocation ID: 5d25118859404faca294d4b489b28836 Following Set Member: dev-ttyv9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv9 Found: found-udev -> Unit sys-devices-virtual-tty-ttyr7.device: Description: /sys/devices/virtual/tty/ttyr7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyr7.device Invocation ID: 6ed9a695069a41aa846f4cfe57622e7a Following Set Member: dev-ttyr7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr7 Found: found-udev -> Unit sys-devices-virtual-tty-ttyx8.device: Description: /sys/devices/virtual/tty/ttyx8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyx8.device Invocation ID: 53bf5373bab046f79de3ebaca92dc7fa Following Set Member: dev-ttyx8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx8 Found: found-udev -> Unit dev-ttyp7.device: Description: /dev/ttyp7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyp7.device Invocation ID: 2a9c26ef554c476a957d37cc08632878 Following: sys-devices-virtual-tty-ttyp7.device Following Set Member: sys-devices-virtual-tty-ttyp7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp7 Found: found-udev -> Unit sys-devices-virtual-tty-ttyt8.device: Description: /sys/devices/virtual/tty/ttyt8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyt8.device Invocation ID: ee9129c3de6e49b9b448f7f601f9455a Following Set Member: dev-ttyt8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt8 Found: found-udev -> Unit dev-ttyv5.device: Description: /dev/ttyv5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyv5.device Invocation ID: bab63b77d87243309c37bbbffb096c90 Following: sys-devices-virtual-tty-ttyv5.device Following Set Member: sys-devices-virtual-tty-ttyv5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv5 Found: found-udev -> Unit home-srv-swapfile.swap: Description: /home/srv/swapfile Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:55 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:40 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:55 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/home-srv-swapfile.swap CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: home-srv-swapfile.swap Invocation ID: 87fa13729dc1499f84b30af9f4667587 Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Fragment Path: /run/systemd/generator/home-srv-swapfile.swap Source Path: /etc/fstab Condition Timestamp: Sat 2018-09-22 16:14:40 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:40 EDT Assert Result: yes Requires: -.mount (origin-implicit) Requires: home.mount (origin-path) Requires: system.slice (origin-file) RequiredBy: swap.target (destination-file) Conflicts: umount.target (origin-default) Before: umount.target (origin-default) Before: swap.target (origin-default destination-default) After: systemd-remount-fs.service (origin-file) After: systemd-journald.socket (origin-file) After: home.mount (origin-path) After: -.mount (origin-implicit) After: system.slice (origin-file) References: systemd-remount-fs.service (origin-file) References: swap.target (origin-default) References: systemd-journald.socket (origin-file) References: home.mount (origin-path) References: umount.target (origin-default) References: -.mount (origin-implicit) References: system.slice (origin-file) ReferencedBy: swap.target (destination-file destination-default) RequiresMountsFor: /home/srv/swapfile (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Swap State: active Result: success What: /home/srv/swapfile From /proc/swaps: yes From fragment: yes Priority: -3 Options: TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyx7.device: Description: /dev/ttyx7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyx7.device Invocation ID: 7bd0cdd3300b4bc7ac4cd2d60837246f Following: sys-devices-virtual-tty-ttyx7.device Following Set Member: sys-devices-virtual-tty-ttyx7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx7 Found: found-udev -> Unit dev-ttyu2.device: Description: /dev/ttyu2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyu2.device Invocation ID: cc4a8e7c4068415a8fecdec9304eccec Following: sys-devices-virtual-tty-ttyu2.device Following Set Member: sys-devices-virtual-tty-ttyu2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu2 Found: found-udev -> Unit dev-ttycd.device: Description: /dev/ttycd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttycd.device Invocation ID: 93d3b0da555946dcac6efb0d945f29a6 Following: sys-devices-virtual-tty-ttycd.device Following Set Member: sys-devices-virtual-tty-ttycd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttycd Found: found-udev -> Unit sys-devices-virtual-tty-ttyz3.device: Description: /sys/devices/virtual/tty/ttyz3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyz3.device Invocation ID: 0fef1dd2574d4487ba6afe1743f90c95 Following Set Member: dev-ttyz3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz3 Found: found-udev -> Unit sys-devices-virtual-tty-ttyd1.device: Description: /sys/devices/virtual/tty/ttyd1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyd1.device Invocation ID: a3081d455ceb4e998f92bc11ebadf58f Following Set Member: dev-ttyd1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd1 Found: found-udev -> Unit system-systemd\x2dfsck.slice: Description: system-systemd\x2dfsck.slice Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:22 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:22 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:22 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/system-systemd\x2dfsck.slice CGroup realized: yes CGroup realized mask: memory devices pids CGroup enabled mask: memory pids CGroup own mask: memory pids CGroup members mask: memory pids Name: system-systemd\x2dfsck.slice Invocation ID: 4626c1bb604b4f4c9cb6c1a49f8ab868 Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:22 EDT Assert Result: yes Requires: system.slice (origin-implicit) RequiredBy: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) RequiredBy: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) RequiredBy: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) RequiredBy: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) RequiredBy: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) Conflicts: shutdown.target (origin-default) Before: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) Before: shutdown.target (origin-default) Before: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) Before: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) After: system.slice (origin-implicit) References: shutdown.target (origin-default) References: system.slice (origin-implicit) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: active CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttys3.device: Description: /sys/devices/virtual/tty/ttys3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttys3.device Invocation ID: 013e4e834267455da40c7b4742fc4877 Following Set Member: dev-ttys3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys3 Found: found-udev -> Unit nfs-config.service: Description: Preprocess NFS configuration Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: Sat 2018-09-22 16:14:55 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:55 EDT Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: Sat 2018-09-22 16:14:55 EDT May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: nfs-config.service Invocation ID: 25e6fc8d95a44e778be3727f482c923b Fragment Path: /lib/systemd/system/nfs-config.service Condition Timestamp: Sat 2018-09-22 16:14:55 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:55 EDT Assert Result: yes Requires: system.slice (origin-file) WantedBy: rpc-gssd.service (destination-file) WantedBy: nfs-server.service (destination-file) WantedBy: rpc-statd.service (destination-file) WantedBy: rpc-statd-notify.service (destination-file) WantedBy: rpc-svcgssd.service (destination-file) WantedBy: nfs-idmapd.service (destination-file) WantedBy: nfs-mountd.service (destination-file) Before: rpc-gssd.service (destination-file) Before: nfs-server.service (destination-file) Before: rpc-statd.service (destination-file) Before: rpc-statd-notify.service (destination-file) Before: rpc-svcgssd.service (destination-file) Before: nfs-idmapd.service (destination-file) Before: nfs-mountd.service (destination-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: local-fs.target (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: local-fs.target (origin-file) ReferencedBy: rpc-gssd.service (destination-file) ReferencedBy: nfs-server.service (destination-file) ReferencedBy: rpc-statd.service (destination-file) ReferencedBy: rpc-statd-notify.service (destination-file) ReferencedBy: rpc-svcgssd.service (destination-file) ReferencedBy: nfs-idmapd.service (destination-file) ReferencedBy: nfs-mountd.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/lib/systemd/scripts/nfs-utils_env.sh PID: 1395 Start Timestamp: Sat 2018-09-22 16:14:55 EDT Exit Timestamp: Sat 2018-09-22 16:14:55 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyx2.device: Description: /dev/ttyx2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyx2.device Invocation ID: 63a4cff7288d4cefa57451fccc76501c Following: sys-devices-virtual-tty-ttyx2.device Following Set Member: sys-devices-virtual-tty-ttyx2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx2 Found: found-udev -> Unit sys-devices-virtual-tty-ttyrb.device: Description: /sys/devices/virtual/tty/ttyrb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyrb.device Invocation ID: f28256ce70904605902d6730be14dcb5 Following Set Member: dev-ttyrb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyrb Found: found-udev -> Unit dev-sdb.device: Description: ST3300007LC Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sdb.device Invocation ID: ea320945f11349d893ee6de3c56ab437 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR03Y0N.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.0\x2dscsi\x2d0:0:0:0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.0/host2/target2:0:0/2:0:0:0/block/sdb Found: found-udev -> Unit dev-ttya3.device: Description: /dev/ttya3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttya3.device Invocation ID: 267787d81d794c20b77de1655dab88e5 Following: sys-devices-virtual-tty-ttya3.device Following Set Member: sys-devices-virtual-tty-ttya3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya3 Found: found-udev -> Unit sys-devices-virtual-tty-ttyb5.device: Description: /sys/devices/virtual/tty/ttyb5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyb5.device Invocation ID: 2b4abf7b863745f5a4a766005c7795bc Following Set Member: dev-ttyb5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb5 Found: found-udev -> Unit dev-ttyb0.device: Description: /dev/ttyb0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyb0.device Invocation ID: a31eb9b2476644cf9dc42cde51b75947 Following: sys-devices-virtual-tty-ttyb0.device Following Set Member: sys-devices-virtual-tty-ttyb0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb0 Found: found-udev -> Unit sys-devices-virtual-tty-ttypf.device: Description: /sys/devices/virtual/tty/ttypf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttypf.device Invocation ID: d2fd40c57e5a45dbbbef9db489253a87 Following Set Member: dev-ttypf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttypf Found: found-udev -> Unit sys-devices-virtual-tty-ttyv6.device: Description: /sys/devices/virtual/tty/ttyv6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyv6.device Invocation ID: f4d7f10197a4416aa220144903ef0adf Following Set Member: dev-ttyv6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv6 Found: found-udev -> Unit dev-ttyu5.device: Description: /dev/ttyu5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyu5.device Invocation ID: 96cb49cd7485493895a9b7d0bf2d8abf Following: sys-devices-virtual-tty-ttyu5.device Following Set Member: sys-devices-virtual-tty-ttyu5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu5 Found: found-udev -> Unit sys-devices-virtual-tty-ttycf.device: Description: /sys/devices/virtual/tty/ttycf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttycf.device Invocation ID: 41963a27cc7b4ee9b17fd39cb22f7a48 Following Set Member: dev-ttycf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttycf Found: found-udev -> Unit dev-ttya8.device: Description: /dev/ttya8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttya8.device Invocation ID: cf08727a80dd427daf05c81ca0507098 Following: sys-devices-virtual-tty-ttya8.device Following Set Member: sys-devices-virtual-tty-ttya8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya8 Found: found-udev -> Unit sys-devices-virtual-tty-ttys9.device: Description: /sys/devices/virtual/tty/ttys9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttys9.device Invocation ID: cf9445c352f2450dbbdb15360736291d Following Set Member: dev-ttys9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys9 Found: found-udev -> Unit dev-ttyt3.device: Description: /dev/ttyt3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyt3.device Invocation ID: 0ca3b91a52984e4caf45b93230c74d29 Following: sys-devices-virtual-tty-ttyt3.device Following Set Member: sys-devices-virtual-tty-ttyt3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt3 Found: found-udev -> Unit sys-devices-virtual-tty-ttyte.device: Description: /sys/devices/virtual/tty/ttyte Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyte.device Invocation ID: 2ec5d89ced7b4a4e8fb1ff07e37c2bb5 Following Set Member: dev-ttyte.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyte Found: found-udev -> Unit sys-devices-virtual-block-ram12.device: Description: /sys/devices/virtual/block/ram12 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:28 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:28 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:28 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram12.device Invocation ID: 7c01bdcefafe454e9fc10142aaa000dc Following Set Member: dev-ram12.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram12 Found: found-udev -> Unit sys-devices-virtual-tty-ttyy0.device: Description: /sys/devices/virtual/tty/ttyy0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyy0.device Invocation ID: f7ef14bdf88e40ec9cc4890ee149fb27 Following Set Member: dev-ttyy0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy0 Found: found-udev -> Unit sys-devices-virtual-tty-ttya6.device: Description: /sys/devices/virtual/tty/ttya6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttya6.device Invocation ID: 696c25baec11436c88a5283930c6e1df Following Set Member: dev-ttya6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya6 Found: found-udev -> Unit dev-ttywd.device: Description: /dev/ttywd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttywd.device Invocation ID: 0996be0d7c104c7d9fc1c4b334c67086 Following: sys-devices-virtual-tty-ttywd.device Following Set Member: sys-devices-virtual-tty-ttywd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttywd Found: found-udev -> Unit dev-ttyq3.device: Description: /dev/ttyq3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyq3.device Invocation ID: 5c89086478a744b1a9339a11d5dfcb31 Following: sys-devices-virtual-tty-ttyq3.device Following Set Member: sys-devices-virtual-tty-ttyq3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq3 Found: found-udev -> Unit dev-ttyy8.device: Description: /dev/ttyy8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyy8.device Invocation ID: af5141f6088e4dea8e489a6ebb78ebaa Following: sys-devices-virtual-tty-ttyy8.device Following Set Member: sys-devices-virtual-tty-ttyy8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy8 Found: found-udev -> Unit dev-ttye9.device: Description: /dev/ttye9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttye9.device Invocation ID: e3d0475b650e411c8944796e95a66aac Following: sys-devices-virtual-tty-ttye9.device Following Set Member: sys-devices-virtual-tty-ttye9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye9 Found: found-udev -> Unit rescue.service: Description: Rescue Shell Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: rescue.service Documentation: man:sulogin(8) Fragment Path: /lib/systemd/system/rescue.service Requires: -.mount (origin-file) Requires: system.slice (origin-file) RequiredBy: rescue.target (destination-file) Conflicts: shutdown.target (origin-file) ConflictedBy: graphical.target (destination-file) ConflictedBy: multi-user.target (destination-file) ConflictedBy: serial-getty at ttyS0.service (destination-file) ConflictedBy: emergency.service (destination-file) ConflictedBy: getty at tty1.service (destination-file) Before: shutdown.target (origin-file) Before: rescue.target (destination-file) Before: multi-user.target (destination-file) Before: graphical.target (destination-file) After: getty at tty1.service (destination-file) After: -.mount (origin-file) After: emergency.service (destination-file) After: plymouth-start.service (origin-file) After: serial-getty at ttyS0.service (destination-file) After: system.slice (origin-file) After: sysinit.target (origin-file) References: shutdown.target (origin-file) References: system.slice (origin-file) References: plymouth-start.service (origin-file) References: sysinit.target (origin-file) References: -.mount (origin-file) ReferencedBy: serial-getty at ttyS0.service (destination-file) ReferencedBy: emergency.service (destination-file) ReferencedBy: graphical.target (destination-file) ReferencedBy: rescue.target (destination-file) ReferencedBy: getty at tty1.service (destination-file) ReferencedBy: multi-user.target (destination-file) RequiresMountsFor: /root (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: idle Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: yes UMask: 0022 WorkingDirectory: /root RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private Environment: HOME=/root RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: tty-force StandardOutput: inherit StandardError: inherit DynamicUser: no LockPersonality: no -> ExecStartPre: Command Line: /bin/plymouth --wait quit -> ExecStart: Command Line: /lib/systemd/systemd-sulogin-shell rescue CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyqd.device: Description: /sys/devices/virtual/tty/ttyqd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyqd.device Invocation ID: 075a0fdeb91b47d8be935cb528031d96 Following Set Member: dev-ttyqd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyqd Found: found-udev -> Unit dev-ttyr3.device: Description: /dev/ttyr3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyr3.device Invocation ID: 2bcbcc52d1e54b92a6e3764b64a962ca Following: sys-devices-virtual-tty-ttyr3.device Following Set Member: sys-devices-virtual-tty-ttyr3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr3 Found: found-udev -> Unit sys-devices-virtual-tty-ttyp6.device: Description: /sys/devices/virtual/tty/ttyp6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyp6.device Invocation ID: 007af6c7062f4c79a39108ae8daf92a3 Following Set Member: dev-ttyp6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp6 Found: found-udev -> Unit dev-ttyz4.device: Description: /dev/ttyz4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyz4.device Invocation ID: f048c42b5c6c484f98f4149ed2c18f7b Following: sys-devices-virtual-tty-ttyz4.device Following Set Member: sys-devices-virtual-tty-ttyz4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz4 Found: found-udev -> Unit dev-mqueue.mount: Description: POSIX Message Queue File System Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:24 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:24 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/dev-mqueue.mount CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: dev-mqueue.mount Invocation ID: a5aad713078e4a5dae231482abddb23c Documentation: man:mq_overview(7) Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/dev-mqueue.mount ConditionCapability: CAP_SYS_ADMIN succeeded ConditionPathExists: /proc/sys/fs/mqueue succeeded Condition Timestamp: Sat 2018-09-22 16:14:23 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:23 EDT Assert Result: yes Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Before: sysinit.target (origin-file) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: sysinit.target (origin-file) References: -.mount (origin-implicit) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /dev (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /dev/mqueue What: mqueue File System Type: mqueue Options: rw,relatime From /proc/self/mountinfo: yes From fragment: yes Extrinsic: yes DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyc9.device: Description: /sys/devices/virtual/tty/ttyc9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyc9.device Invocation ID: 85e54060a67345c9b4c6dd16b15af88e Following Set Member: dev-ttyc9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc9 Found: found-udev -> Unit dev-ttypa.device: Description: /dev/ttypa Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttypa.device Invocation ID: fd0c4a1df4114af8a15975318d7e9b62 Following: sys-devices-virtual-tty-ttypa.device Following Set Member: sys-devices-virtual-tty-ttypa.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttypa Found: found-udev -> Unit ebtables.service: Description: ebtables ruleset management Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:56 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:55 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:56 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: ebtables.service Invocation ID: 08dd9f2bece849e1b88a9b9f747abee3 Fragment Path: /lib/systemd/system/ebtables.service Condition Timestamp: Sat 2018-09-22 16:14:55 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:55 EDT Assert Result: yes Requires: system.slice (origin-file) Wants: network-pre.target (origin-file) WantedBy: multi-user.target (destination-file) Before: network-pre.target (origin-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: local-fs.target (origin-file) References: network-pre.target (origin-file) References: local-fs.target (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: multi-user.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/init.d/ebtables start PID: 1396 Start Timestamp: Sat 2018-09-22 16:14:55 EDT Exit Timestamp: Sat 2018-09-22 16:14:56 EDT Exit Code: exited Exit Status: 0 -> ExecReload: Command Line: /etc/init.d/ebtables reload -> ExecStop: Command Line: /etc/init.d/ebtables stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyqb.device: Description: /sys/devices/virtual/tty/ttyqb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyqb.device Invocation ID: 64586c2ca1434eb9af033aad8cbb6cc1 Following Set Member: dev-ttyqb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyqb Found: found-udev -> Unit dev-ttyd2.device: Description: /dev/ttyd2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyd2.device Invocation ID: 295aeb197132495898bef8d0b53c2c3c Following: sys-devices-virtual-tty-ttyd2.device Following Set Member: sys-devices-virtual-tty-ttyd2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd2 Found: found-udev -> Unit sys-devices-virtual-tty-ttyuf.device: Description: /sys/devices/virtual/tty/ttyuf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyuf.device Invocation ID: a8b64f13566f43f8a9f347aef16e4510 Following Set Member: dev-ttyuf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyuf Found: found-udev -> Unit sys-devices-virtual-tty-ttyrd.device: Description: /sys/devices/virtual/tty/ttyrd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyrd.device Invocation ID: ac79e5ec00b94da4b0a005995033a4f3 Following Set Member: dev-ttyrd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyrd Found: found-udev -> Unit dev-ttye4.device: Description: /dev/ttye4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttye4.device Invocation ID: 7983a11c85ba4889954d42371186d608 Following: sys-devices-virtual-tty-ttye4.device Following Set Member: sys-devices-virtual-tty-ttye4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye4 Found: found-udev -> Unit getty-static.service: Description: getty on tty2-tty6 if dbus and logind are not available Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: getty-static.service Fragment Path: /lib/systemd/system/getty-static.service ConditionPathExists: !/lib/systemd/system/dbus.service failed ConditionPathExists: /dev/tty0 untested Condition Timestamp: Sat 2018-09-22 16:14:59 EDT Condition Result: no Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: getty.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: getty.target (destination-default) After: basic.target (origin-default) After: sysinit.target (origin-default) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) References: basic.target (origin-default) References: sysinit.target (origin-default) References: shutdown.target (origin-default) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: getty.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/systemctl --no-block start getty at tty2.service getty at tty3.service getty at tty4.service getty at tty5.service getty at tty6.service CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit rpc-gssd.service: Description: RPC security service for NFS client and server Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: rpc-gssd.service Fragment Path: /lib/systemd/system/rpc-gssd.service ConditionPathExists: /etc/krb5.keytab failed Condition Timestamp: Sat 2018-09-22 16:14:56 EDT Condition Result: no Requires: run-rpc_pipefs.mount (origin-file) Requires: system.slice (origin-file) Wants: nfs-config.service (origin-file) PartOf: nfs-utils.service (origin-file) WantedBy: auth-rpcgss-module.service (destination-file) Conflicts: umount.target (origin-file) Before: nfs-client.target (destination-file) Before: nfs-server.service (destination-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: run-rpc_pipefs.mount (origin-file) After: nfs-config.service (origin-file) After: auth-rpcgss-module.service (destination-file) References: system.slice (origin-file) References: nfs-utils.service (origin-file) References: systemd-journald.socket (origin-file) References: run-rpc_pipefs.mount (origin-file) References: umount.target (origin-file) References: nfs-config.service (origin-file) ReferencedBy: nfs-client.target (destination-file) ReferencedBy: auth-rpcgss-module.service (destination-file) ReferencedBy: nfs-server.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/run/sysconfig/nfs-utils RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/rpc.gssd $GSSDARGS CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyxe.device: Description: /dev/ttyxe Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyxe.device Invocation ID: 5c58e5793d9f44e2a476b9bfaf6c5232 Following: sys-devices-virtual-tty-ttyxe.device Following Set Member: sys-devices-virtual-tty-ttyxe.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyxe Found: found-udev -> Unit user.slice: Description: User and Session Slice Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:24 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:24 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: -.slice CGroup: /user.slice CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: user.slice Invocation ID: 90162ca61dd24b5bb0e8d85937285791 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/user.slice Condition Timestamp: Sat 2018-09-22 16:14:24 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:24 EDT Assert Result: yes Requires: -.slice (origin-implicit) RequiredBy: user-1000.slice (destination-implicit) WantedBy: systemd-logind.service (destination-file) Conflicts: shutdown.target (origin-default) Before: user-1000.slice (destination-implicit) Before: systemd-logind.service (destination-file) Before: shutdown.target (origin-default) Before: slices.target (origin-file) After: -.slice (origin-implicit) References: shutdown.target (origin-default) References: -.slice (origin-implicit) References: slices.target (origin-file) ReferencedBy: systemd-logind.service (destination-file) ReferencedBy: user-1000.slice (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: active CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no -> Unit dev-ttyu7.device: Description: /dev/ttyu7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyu7.device Invocation ID: e56915811e8d4fa79735e88b038dc746 Following: sys-devices-virtual-tty-ttyu7.device Following Set Member: sys-devices-virtual-tty-ttyu7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu7 Found: found-udev -> Unit dev-ttyua.device: Description: /dev/ttyua Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyua.device Invocation ID: 4d29276aa3924b14862749193656ad41 Following: sys-devices-virtual-tty-ttyua.device Following Set Member: sys-devices-virtual-tty-ttyua.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyua Found: found-udev -> Unit sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc5.device: Description: ST3300007LC ROOT2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc5.device Invocation ID: b85c8be26e5447809a65838c9d9251af Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart5.device Following Set Member: dev-sdc5.device Following Set Member: dev-disk-by\x2duuid-ac66c6a1\x2d0b08\x2d481d\x2da400\x2d9fb6e7a49f1b.device Following Set Member: dev-disk-by\x2dlabel-ROOT2.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart5.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d05.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc5 Found: found-udev -> Unit dev-ttyb2.device: Description: /dev/ttyb2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyb2.device Invocation ID: e7acac710c10482bb9dec208bba90904 Following: sys-devices-virtual-tty-ttyb2.device Following Set Member: sys-devices-virtual-tty-ttyb2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb2 Found: found-udev -> Unit dev-ttys9.device: Description: /dev/ttys9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttys9.device Invocation ID: 1cb43ee39f4b482f99dad262dcc67f2e Following: sys-devices-virtual-tty-ttys9.device Following Set Member: sys-devices-virtual-tty-ttys9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys9 Found: found-udev -> Unit sys-devices-virtual-tty-ttyzb.device: Description: /sys/devices/virtual/tty/ttyzb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyzb.device Invocation ID: c38e15b251ab4fa19fb418fe7ca6a1ae Following Set Member: dev-ttyzb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyzb Found: found-udev -> Unit dev-ram6.device: Description: /dev/ram6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram6.device Invocation ID: a4e79bed418f4078a17b0ef7e99f9b83 Following: sys-devices-virtual-block-ram6.device Following Set Member: sys-devices-virtual-block-ram6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram6 Found: found-udev -> Unit dev-ttysa.device: Description: /dev/ttysa Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttysa.device Invocation ID: 5f97344a600448659775b96e5026c174 Following: sys-devices-virtual-tty-ttysa.device Following Set Member: sys-devices-virtual-tty-ttysa.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttysa Found: found-udev -> Unit systemd-journald-dev-log.socket: Description: Journal Socket (/dev/log) Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:23 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:23 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-journald-dev-log.socket CGroup realized: no CGroup own mask: memory pids Name: systemd-journald-dev-log.socket Invocation ID: 6fde0fd4a2054679a79aacbd23611142 Documentation: man:systemd-journald.service(8) Documentation: man:journald.conf(5) Fragment Path: /lib/systemd/system/systemd-journald-dev-log.socket Condition Timestamp: Sat 2018-09-22 16:14:23 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:23 EDT Assert Result: yes Requires: -.mount (origin-file) Requires: system.slice (origin-file) WantedBy: systemd-journald.service (destination-file) WantedBy: sockets.target (destination-file) Before: systemd-journald.service (origin-implicit destination-file) Before: sockets.target (origin-file) After: -.mount (origin-file) After: system.slice (origin-file) Triggers: systemd-journald.service (origin-implicit destination-file) References: systemd-journald.service (origin-implicit) References: -.mount (origin-file) References: sockets.target (origin-file) References: system.slice (origin-file) ReferencedBy: systemd-journald.service (destination-file) ReferencedBy: sockets.target (destination-file) RequiresMountsFor: /run/systemd/journal/dev-log (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Socket State: running Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0666 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: yes PassSecurity: yes TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: systemd-journald-dev-log.socket SELinuxContextFromNet: no ReceiveBuffer: 8388608 SendBuffer: 8388608 ListenDatagram: /run/systemd/journal/dev-log TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip Symlinks: /dev/log TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ram10.device: Description: /dev/ram10 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram10.device Invocation ID: 939cf18f9403488b8aea4f37b53a5f55 Following: sys-devices-virtual-block-ram10.device Following Set Member: sys-devices-virtual-block-ram10.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram10 Found: found-udev -> Unit dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.device: Description: My_Passport_0748 1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.device Invocation ID: 21953edb6bd14f4e98423f27a8b8f509 Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda1.device Following Set Member: dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0\x2dpart1.device Following Set Member: dev-sda1.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda1.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device Following Set Member: dev-disk-by\x2dpartuuid-676ba017\x2d01.device Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:22 EDT Assert Result: yes Wants: mnt.mount (origin-file) BoundBy: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) BoundBy: mnt.mount (destination-file) Before: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) Before: mnt.mount (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) ReferencedBy: mnt.mount (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:01.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/block/sda/sda1 Found: found-udev -> Unit sys-devices-virtual-tty-ttyw5.device: Description: /sys/devices/virtual/tty/ttyw5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyw5.device Invocation ID: 6681b1acfbde45e08869121fdb892047 Following Set Member: dev-ttyw5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw5 Found: found-udev -> Unit dev-ttys2.device: Description: /dev/ttys2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttys2.device Invocation ID: b72b864aa52d4454b3b291d7a6859b30 Following: sys-devices-virtual-tty-ttys2.device Following Set Member: sys-devices-virtual-tty-ttys2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys2 Found: found-udev -> Unit sys-devices-virtual-tty-ttyw9.device: Description: /sys/devices/virtual/tty/ttyw9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyw9.device Invocation ID: 0dbf6adb227a41b99b869b44dbb96e7b Following Set Member: dev-ttyw9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw9 Found: found-udev -> Unit dev-ttyc6.device: Description: /dev/ttyc6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyc6.device Invocation ID: ccf86ebec92d4cd0b297a2d22c0881ae Following: sys-devices-virtual-tty-ttyc6.device Following Set Member: sys-devices-virtual-tty-ttyc6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc6 Found: found-udev -> Unit nfs-utils.service: Description: NFS server and client services Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: nfs-utils.service Fragment Path: /lib/systemd/system/nfs-utils.service Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) ConsistsOf: rpc-statd.service (destination-file) ConsistsOf: rpc-gssd.service (destination-file) ConsistsOf: nfs-blkmap.service (destination-file) ConsistsOf: rpc-statd-notify.service (destination-file) ConsistsOf: rpc-svcgssd.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: system.slice (origin-file) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) References: system.slice (origin-file) References: sysinit.target (origin-default) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-default) References: basic.target (origin-default) ReferencedBy: rpc-statd.service (destination-file) ReferencedBy: rpc-gssd.service (destination-file) ReferencedBy: nfs-blkmap.service (destination-file) ReferencedBy: rpc-statd-notify.service (destination-file) ReferencedBy: rpc-svcgssd.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/true CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ram0.device: Description: /dev/ram0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:28 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:28 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:28 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram0.device Invocation ID: 08fc87fe063d464c97b25168bb171209 Following: sys-devices-virtual-block-ram0.device Following Set Member: sys-devices-virtual-block-ram0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram0 Found: found-udev -> Unit sys-devices-virtual-tty-ttys4.device: Description: /sys/devices/virtual/tty/ttys4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttys4.device Invocation ID: d5212860ca714af18dd86ce67290ec4d Following Set Member: dev-ttys4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys4 Found: found-udev -> Unit user-runtime-dir at 1000.service: Description: /run/user/1000 mount wrapper Instance: 1000 Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:24 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:24 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-user\x2druntime\x2ddir.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: user-runtime-dir at 1000.service Invocation ID: 3664ae54427a4b6fa8c7e81972040095 Fragment Path: /lib/systemd/system/user-runtime-dir at .service Condition Timestamp: Sat 2018-09-22 16:15:24 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:24 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system-user\x2druntime\x2ddir.slice (origin-file) RequiredBy: user at 1000.service (destination-file) Conflicts: shutdown.target (origin-default) Before: user at 1000.service (destination-file) Before: shutdown.target (origin-default) After: systemd-journald.socket (origin-file) After: system-user\x2druntime\x2ddir.slice (origin-file) After: basic.target (origin-default) After: sysinit.target (origin-default) References: systemd-journald.socket (origin-file) References: system-user\x2druntime\x2ddir.slice (origin-file) References: basic.target (origin-default) References: shutdown.target (origin-default) References: sysinit.target (origin-default) ReferencedBy: user at 1000.service (destination-file) StopWhenUnneeded: yes RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-user-runtime-dir start 1000 PID: 2250 Start Timestamp: Sat 2018-09-22 16:15:24 EDT Exit Timestamp: Sat 2018-09-22 16:15:24 EDT Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /lib/systemd/systemd-user-runtime-dir stop 1000 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit systemd-machine-id-commit.service: Description: Commit a transient machine-id on disk Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-machine-id-commit.service Documentation: man:systemd-machine-id-commit.service(8) Fragment Path: /lib/systemd/system/systemd-machine-id-commit.service ConditionPathIsMountPoint: /etc/machine-id failed ConditionPathIsReadWrite: /etc untested Condition Timestamp: Sat 2018-09-22 16:14:55 EDT Condition Result: no Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) Before: sysinit.target (origin-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: local-fs.target (origin-file) References: local-fs.target (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: shutdown.target (origin-file) References: sysinit.target (origin-file) ReferencedBy: sysinit.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 30s TimeoutStopSec: 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/systemd-machine-id-setup --commit CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit home-srv-buildd-unpack.mount: Description: /home/srv/buildd/unpack Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:55 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:55 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:55 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/home-srv-buildd-unpack.mount CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: home-srv-buildd-unpack.mount Invocation ID: 9e9339db7e3444d4b61266b822e77ba4 Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Fragment Path: /run/systemd/generator/home-srv-buildd-unpack.mount Source Path: /etc/fstab Condition Timestamp: Sat 2018-09-22 16:14:55 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:55 EDT Assert Result: yes Requires: home.mount (origin-implicit) Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) RequiredBy: local-fs.target (destination-file) Conflicts: umount.target (origin-file) Before: umount.target (origin-file) Before: local-fs.target (origin-file) After: local-fs-pre.target (origin-file) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: home.mount (origin-implicit) After: system.slice (origin-file) After: swap.target (origin-file) References: umount.target (origin-file) References: local-fs-pre.target (origin-file) References: -.mount (origin-implicit) References: local-fs.target (origin-file) References: systemd-journald.socket (origin-file) References: home.mount (origin-implicit) References: system.slice (origin-file) References: swap.target (origin-file) ReferencedBy: local-fs.target (destination-file) RequiresMountsFor: /home/srv/buildd (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /home/srv/buildd/unpack What: tmpfs File System Type: tmpfs Options: rw,relatime,size=26214400k From /proc/self/mountinfo: yes From fragment: yes Extrinsic: no DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyy6.device: Description: /sys/devices/virtual/tty/ttyy6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyy6.device Invocation ID: 018fec733e324b50a516c5f2750c0f9e Following Set Member: dev-ttyy6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy6 Found: found-udev -> Unit kmod-static-nodes.service: Description: Create list of required static device nodes for the current kernel Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:22 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:24 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: kmod-static-nodes.service Invocation ID: c5e79102a63b435ca32ad7d1d436df0b Fragment Path: /lib/systemd/system/kmod-static-nodes.service ConditionFileNotEmpty: /lib/modules/4.14.71+/modules.devname succeeded ConditionCapability: CAP_SYS_MODULE succeeded Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:22 EDT Assert Result: yes Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Before: sysinit.target (origin-file) Before: systemd-tmpfiles-setup-dev.service (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-file) References: systemd-journald.socket (origin-file) References: systemd-tmpfiles-setup-dev.service (origin-file) ReferencedBy: sysinit.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf PID: 1172 Start Timestamp: Sat 2018-09-22 16:14:22 EDT Exit Timestamp: Sat 2018-09-22 16:14:24 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttye8.device: Description: /sys/devices/virtual/tty/ttye8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttye8.device Invocation ID: 3096510066ca49d6a0d1e8779e69f738 Following Set Member: dev-ttye8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye8 Found: found-udev -> Unit sys-devices-virtual-tty-ttyb2.device: Description: /sys/devices/virtual/tty/ttyb2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyb2.device Invocation ID: 5964efed134a4b15844d2cbe809476ba Following Set Member: dev-ttyb2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb2 Found: found-udev -> Unit systemd-fsckd.service: Description: File System Check Daemon to report status Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: Sat 2018-09-22 16:15:08 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:37 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:37 EDT Active Exit Timestamp: Sat 2018-09-22 16:15:08 EDT Inactive Enter Timestamp: Sat 2018-09-22 16:15:08 EDT May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-fsckd.service Invocation ID: a31fbc4775244750a9156b935f60ad78 Documentation: man:systemd-fsckd.service(8) Fragment Path: /lib/systemd/system/systemd-fsckd.service Condition Timestamp: Sat 2018-09-22 16:14:37 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:37 EDT Assert Result: yes Requires: system.slice (origin-file) Requires: systemd-fsckd.socket (origin-file) Before: shutdown.target (origin-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: systemd-fsckd.socket (destination-implicit) TriggeredBy: systemd-fsckd.socket (destination-implicit) References: shutdown.target (origin-file) References: systemd-journald.socket (origin-file) References: systemd-fsckd.socket (origin-file) References: system.slice (origin-file) ReferencedBy: systemd-fsckd.socket (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal+console StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-fsckd PID: 1317 Start Timestamp: Sat 2018-09-22 16:14:37 EDT Exit Timestamp: Sat 2018-09-22 16:15:08 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyt9.device: Description: /dev/ttyt9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyt9.device Invocation ID: 912316ccfacf4316b27a4d21ce60cf74 Following: sys-devices-virtual-tty-ttyt9.device Following Set Member: sys-devices-virtual-tty-ttyt9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt9 Found: found-udev -> Unit postfix at -.service: Description: Postfix Mail Transport Agent (instance -) Instance: - Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:21 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:09 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:21 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-postfix.slice CGroup: /system.slice/system-postfix.slice/postfix at -.service CGroup realized: yes CGroup realized mask: memory pids CGroup own mask: memory pids Name: postfix at -.service Invocation ID: b58248c2f53b41a48dea61b360aa126d Documentation: man:postfix(1) Fragment Path: /lib/systemd/system/postfix at .service Condition Timestamp: Sat 2018-09-22 16:15:09 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:09 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system-postfix.slice (origin-file) Wants: network-online.target (origin-file) PartOf: postfix.service (origin-file) WantedBy: postfix.service (destination-file) Conflicts: shutdown.target (origin-default) Before: postfix.service (origin-file) Before: shutdown.target (origin-default) After: basic.target (origin-default) After: system-postfix.slice (origin-file) After: network-online.target (origin-file) After: sysinit.target (origin-default) After: nss-lookup.target (origin-file) After: systemd-journald.socket (origin-file) ReloadPropagatedFrom: postfix.service (origin-file) References: basic.target (origin-default) References: system-postfix.slice (origin-file) References: network-online.target (origin-file) References: sysinit.target (origin-default) References: postfix.service (origin-file) References: nss-lookup.target (origin-file) References: shutdown.target (origin-default) References: systemd-journald.socket (origin-file) ReferencedBy: postfix.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: no Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStartPre: Command Line: /usr/lib/postfix/configure-instance.sh - PID: 1672 Start Timestamp: Sat 2018-09-22 16:15:09 EDT Exit Timestamp: Sat 2018-09-22 16:15:15 EDT Exit Code: exited Exit Status: 0 -> ExecStart: Command Line: /usr/sbin/postmulti -i - -p start PID: 1915 Start Timestamp: Sat 2018-09-22 16:15:15 EDT Exit Timestamp: Sat 2018-09-22 16:15:21 EDT Exit Code: exited Exit Status: 0 -> ExecReload: Command Line: /usr/sbin/postmulti -i - -p reload -> ExecStop: Command Line: /usr/sbin/postmulti -i - -p stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyb9.device: Description: /sys/devices/virtual/tty/ttyb9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyb9.device Invocation ID: 4cb19e73e01249d19285c42f5324abd8 Following Set Member: dev-ttyb9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb9 Found: found-udev -> Unit swap.target: Description: Swap Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:55 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:55 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:55 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: swap.target Invocation ID: 0bb95bb68245457da97329838cff401c Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/swap.target Condition Timestamp: Sat 2018-09-22 16:14:55 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:55 EDT Assert Result: yes Requires: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (origin-file) Requires: home-srv-swapfile.swap (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-default) Before: sysinit.target (destination-file destination-default) Before: home-srv-buildd-unpack.mount (destination-file) Before: run-user-1000.mount (destination-mountinfo-default) Before: shutdown.target (origin-default) After: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (origin-default destination-default) After: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap (destination-default) After: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap (destination-default) After: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap (destination-default) After: dev-sdc3.swap (destination-default) After: home-srv-swapfile.swap (origin-default destination-default) References: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (origin-file origin-default) References: home-srv-swapfile.swap (origin-file origin-default) References: shutdown.target (origin-default) ReferencedBy: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap (destination-default) ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap (destination-default) ReferencedBy: sysinit.target (destination-file destination-default) ReferencedBy: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap (destination-default) ReferencedBy: run-user-1000.mount (destination-mountinfo-default) ReferencedBy: dev-sdc3.swap (destination-default) ReferencedBy: home-srv-buildd-unpack.mount (destination-file) ReferencedBy: home-srv-swapfile.swap (destination-default) ReferencedBy: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-ttys1.device: Description: /dev/ttys1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttys1.device Invocation ID: 608e80bda9b24b8fa0203cd74b37ee95 Following: sys-devices-virtual-tty-ttys1.device Following Set Member: sys-devices-virtual-tty-ttys1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys1 Found: found-udev -> Unit dev-ttyrc.device: Description: /dev/ttyrc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyrc.device Invocation ID: 13672471118749c7be20c3131392dc35 Following: sys-devices-virtual-tty-ttyrc.device Following Set Member: sys-devices-virtual-tty-ttyrc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyrc Found: found-udev -> Unit sys-devices-virtual-tty-ttyb4.device: Description: /sys/devices/virtual/tty/ttyb4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyb4.device Invocation ID: ae4aa39b9d4d4f02b5ee4de9252d8874 Following Set Member: dev-ttyb4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb4 Found: found-udev -> Unit dev-disk-by\x2duuid-319a7735\x2dd320\x2d4e62\x2db142\x2d05950b0eff50.device: Description: ST3300007LC DAVE Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2duuid-319a7735\x2dd320\x2d4e62\x2db142\x2d05950b0eff50.device Invocation ID: 21f904a1625348b087900df005c3cf76 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb-sdb1.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb-sdb1.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR03Y0N\x2dpart1.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.0\x2dscsi\x2d0:0:0:0\x2dpart1.device Following Set Member: dev-disk-by\x2dlabel-DAVE.device Following Set Member: dev-sdb1.device Following Set Member: dev-disk-by\x2dpartuuid-0a40befa\x2d01.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.0/host2/target2:0:0/2:0:0:0/block/sdb/sdb1 Found: found-udev -> Unit dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart1.device: Description: ST3300007LC 1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart1.device Invocation ID: 1cf5f882577a4db4a3ce6c505dd8d328 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc1.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart1.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc1.device Following Set Member: dev-sdc1.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d01.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc1 Found: found-udev -> Unit sys-devices-virtual-block-ram6.device: Description: /sys/devices/virtual/block/ram6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram6.device Invocation ID: 4eed1527bf024e0cb1c775575098181b Following Set Member: dev-ram6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram6 Found: found-udev -> Unit network-pre.target: Description: Network (Pre) Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:56 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:56 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:56 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: network-pre.target Invocation ID: 543a320cc60344788769caf7240e28c0 Documentation: man:systemd.special(7) Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget Fragment Path: /lib/systemd/system/network-pre.target Condition Timestamp: Sat 2018-09-22 16:14:56 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:56 EDT Assert Result: yes WantedBy: ebtables.service (destination-file) Conflicts: shutdown.target (origin-default) Before: systemd-networkd.service (destination-file) Before: ifup at eth0.service (destination-file) Before: networking.service (destination-file) Before: shutdown.target (origin-default) Before: network.target (destination-file) After: ebtables.service (destination-file) References: shutdown.target (origin-default) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: ifup at eth0.service (destination-file) ReferencedBy: networking.service (destination-file) ReferencedBy: network.target (destination-file) ReferencedBy: ebtables.service (destination-file) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0\x2dpart1.device: Description: My_Passport_0748 1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0\x2dpart1.device Invocation ID: 996a28c201d64227b2911dd16ef2aa72 Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda1.device Following Set Member: dev-sda1.device Following Set Member: dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda1.device Following Set Member: dev-disk-by\x2dpartuuid-676ba017\x2d01.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:01.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/block/sda/sda1 Found: found-udev -> Unit sys-devices-virtual-tty-ttyc0.device: Description: /sys/devices/virtual/tty/ttyc0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyc0.device Invocation ID: c73b2de67b1b466cbc2f04554502e12a Following Set Member: dev-ttyc0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc0 Found: found-udev -> Unit sys-devices-virtual-tty-ttyc7.device: Description: /sys/devices/virtual/tty/ttyc7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyc7.device Invocation ID: 793e1bcc0a4246d7b8aacfbebc50771e Following Set Member: dev-ttyc7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc7 Found: found-udev -> Unit sys-devices-virtual-tty-ttye0.device: Description: /sys/devices/virtual/tty/ttye0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttye0.device Invocation ID: 8c7d07e296584eb1acffefe86372957a Following Set Member: dev-ttye0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye0 Found: found-udev -> Unit dev-disk-by\x2dpartuuid-818f7e70\x2d04.device: Description: ST3300007LC 4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpartuuid-818f7e70\x2d04.device Invocation ID: 9377f9e8a8fb4b0a889862194ef74dc8 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc4.device Following Set Member: dev-sdc4.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart4.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc4.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc4 Found: found-udev -> Unit time-sync.target: Description: System Time Synchronized Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:24 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:24 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: time-sync.target Invocation ID: 76690d42fd314e2f8ad31569c4f7405d Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/time-sync.target Condition Timestamp: Sat 2018-09-22 16:14:24 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:24 EDT Assert Result: yes WantedBy: systemd-timesyncd.service (destination-file) Conflicts: shutdown.target (origin-default) Before: apt-daily-upgrade.timer (destination-default) Before: shutdown.target (origin-default) Before: mysql.service (destination-file) Before: logrotate.timer (destination-default) Before: exim4.service (destination-file) Before: apt-daily.timer (destination-default) Before: systemd-tmpfiles-clean.service (destination-file) Before: phpsessionclean.timer (destination-default) After: systemd-timesyncd.service (destination-file) References: shutdown.target (origin-default) ReferencedBy: apt-daily-upgrade.timer (destination-default) ReferencedBy: mysql.service (destination-file) ReferencedBy: logrotate.timer (destination-default) ReferencedBy: exim4.service (destination-file) ReferencedBy: apt-daily.timer (destination-default) ReferencedBy: systemd-tmpfiles-clean.service (destination-file) ReferencedBy: phpsessionclean.timer (destination-default) ReferencedBy: systemd-timesyncd.service (destination-file) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-ttys8.device: Description: /dev/ttys8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttys8.device Invocation ID: becd554f3ae64e8484b14b85f63ba23f Following: sys-devices-virtual-tty-ttys8.device Following Set Member: sys-devices-virtual-tty-ttys8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys8 Found: found-udev -> Unit dev-ttyc5.device: Description: /dev/ttyc5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyc5.device Invocation ID: b64a277745de48628459dbccf1b88313 Following: sys-devices-virtual-tty-ttyc5.device Following Set Member: sys-devices-virtual-tty-ttyc5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc5 Found: found-udev -> Unit sys-devices-virtual-tty-ttys1.device: Description: /sys/devices/virtual/tty/ttys1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttys1.device Invocation ID: b0dd73d41bcb4f6386acb06d94c4bc72 Following Set Member: dev-ttys1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys1 Found: found-udev -> Unit dev-ttyd7.device: Description: /dev/ttyd7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyd7.device Invocation ID: 7330e87131de488c82d554d3a952b9ec Following: sys-devices-virtual-tty-ttyd7.device Following Set Member: sys-devices-virtual-tty-ttyd7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd7 Found: found-udev -> Unit session-c2.scope: Description: Session c2 of user dave Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:58 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:58 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:58 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: yes Perpetual: no Garbage Collection Mode: inactive Slice: user-1000.slice CGroup: /user.slice/user-1000.slice/session-c2.scope CGroup realized: yes CGroup realized mask: memory pids CGroup own mask: memory pids Name: session-c2.scope Invocation ID: 17ceb3fde5ff451b9fe615f9a5b1514d Fragment Path: /run/systemd/transient/session-c2.scope Condition Timestamp: Sat 2018-09-22 16:15:58 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:58 EDT Assert Result: yes Requires: user-1000.slice (origin-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: systemd-user-sessions.service (origin-file) After: systemd-logind.service (origin-file) After: user-1000.slice (origin-file) References: systemd-user-sessions.service (origin-file) References: systemd-logind.service (origin-file) References: user-1000.slice (origin-file) References: shutdown.target (origin-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Scope State: running Result: success CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: yes -> Unit sys-devices-virtual-tty-ttyxa.device: Description: /sys/devices/virtual/tty/ttyxa Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyxa.device Invocation ID: 67e1f88d688641b9925205fdbb64b28f Following Set Member: dev-ttyxa.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyxa Found: found-udev -> Unit sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb-sdb1.device: Description: ST3300007LC DAVE Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb-sdb1.device Invocation ID: 7c4ee395a4054794a6c12b770581888f Following Set Member: dev-disk-by\x2dpartuuid-0a40befa\x2d01.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR03Y0N\x2dpart1.device Following Set Member: dev-disk-by\x2dlabel-DAVE.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.0\x2dscsi\x2d0:0:0:0\x2dpart1.device Following Set Member: dev-sdb1.device Following Set Member: dev-disk-by\x2duuid-319a7735\x2dd320\x2d4e62\x2db142\x2d05950b0eff50.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.0/host2/target2:0:0/2:0:0:0/block/sdb/sdb1 Found: found-udev -> Unit dev-ttyw6.device: Description: /dev/ttyw6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyw6.device Invocation ID: adc527a8290b4ec8b7187a0723053c10 Following: sys-devices-virtual-tty-ttyw6.device Following Set Member: sys-devices-virtual-tty-ttyw6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw6 Found: found-udev -> Unit ipmievd.service: Description: LSB: IPMI event daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:08 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:07 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:08 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: ipmievd.service Invocation ID: e8beb1f1fd604c00897b91ee769370b9 Documentation: man:systemd-sysv-generator(8) Fragment Path: /run/systemd/generator.late/ipmievd.service Source Path: /etc/init.d/ipmievd Condition Timestamp: Sat 2018-09-22 16:15:07 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:07 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: graphical.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: graphical.target (origin-file destination-default) Before: shutdown.target (origin-default) Before: multi-user.target (origin-file destination-default) After: remote-fs.target (origin-file) After: system.slice (origin-file) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) References: remote-fs.target (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-default) References: systemd-journald.socket (origin-file) References: graphical.target (origin-file) References: shutdown.target (origin-default) References: basic.target (origin-default) References: multi-user.target (origin-file) ReferencedBy: graphical.target (destination-file destination-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: no Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 5min TimeoutStopSec: 5min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/init.d/ipmievd start PID: 1641 Start Timestamp: Sat 2018-09-22 16:15:07 EDT Exit Timestamp: Sat 2018-09-22 16:15:08 EDT Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /etc/init.d/ipmievd stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap: Description: /dev/disk/by-id/scsi-SSEAGATE_ST3300007LC_3KR3QWGT00009735STEX-part3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:37 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:37 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:37 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap Invocation ID: 16e30c766d8947169ccb9267d7bf22c9 Following: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap Following Set Member: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap Following Set Member: dev-sdc3.swap Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) Conflicts: umount.target (origin-default) Before: umount.target (origin-default) Before: swap.target (origin-default) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: -.mount (origin-implicit) References: umount.target (origin-default) References: swap.target (origin-default) RequiresMountsFor: /dev/disk/by-id/scsi-SSEAGATE_ST3300007LC_3KR3QWGT00009735STEX-part3 (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Swap State: active Result: success What: /dev/disk/by-id/scsi-SSEAGATE_ST3300007LC_3KR3QWGT00009735STEX-part3 From /proc/swaps: yes From fragment: no Device Node: /dev/sdc3 Priority: -2 Options: TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyb0.device: Description: /sys/devices/virtual/tty/ttyb0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyb0.device Invocation ID: 534b39e86afd4f89afd40af422adf3e7 Following Set Member: dev-ttyb0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb0 Found: found-udev -> Unit sys-devices-virtual-tty-ttyra.device: Description: /sys/devices/virtual/tty/ttyra Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyra.device Invocation ID: 662b34254d72430b83774bada4545a78 Following Set Member: dev-ttyra.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyra Found: found-udev -> Unit timers.target: Description: Timers Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:59 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:59 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:59 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: timers.target Invocation ID: eed1b2df38b74edc8b8939470edec2a2 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/timers.target Condition Timestamp: Sat 2018-09-22 16:14:59 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:59 EDT Assert Result: yes Wants: apt-daily-upgrade.timer (origin-file) Wants: logrotate.timer (origin-file) Wants: apt-daily.timer (origin-file) Wants: phpsessionclean.timer (origin-file) Wants: systemd-tmpfiles-clean.timer (origin-file) WantedBy: basic.target (destination-file) Conflicts: shutdown.target (origin-file) After: apt-daily.timer (destination-default) After: apt-daily-upgrade.timer (destination-default) After: phpsessionclean.timer (destination-default) After: systemd-tmpfiles-clean.timer (destination-default) After: logrotate.timer (destination-default) References: apt-daily-upgrade.timer (origin-file) References: shutdown.target (origin-file) References: logrotate.timer (origin-file) References: apt-daily.timer (origin-file) References: phpsessionclean.timer (origin-file) References: systemd-tmpfiles-clean.timer (origin-file) ReferencedBy: apt-daily-upgrade.timer (destination-default) ReferencedBy: logrotate.timer (destination-default) ReferencedBy: apt-daily.timer (destination-default) ReferencedBy: phpsessionclean.timer (destination-default) ReferencedBy: basic.target (destination-file) ReferencedBy: systemd-tmpfiles-clean.timer (destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-disk-by\x2dpartuuid-818f7e70\x2d05.device: Description: ST3300007LC ROOT2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpartuuid-818f7e70\x2d05.device Invocation ID: e82dd48ec9f8458eafcbf904aeff2877 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc5.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart5.device Following Set Member: dev-sdc5.device Following Set Member: dev-disk-by\x2duuid-ac66c6a1\x2d0b08\x2d481d\x2da400\x2d9fb6e7a49f1b.device Following Set Member: dev-disk-by\x2dlabel-ROOT2.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart5.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc5 Found: found-udev -> Unit sys-devices-virtual-tty-ttyy4.device: Description: /sys/devices/virtual/tty/ttyy4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyy4.device Invocation ID: 2133404a30a645ebaf3eac10c01b3873 Following Set Member: dev-ttyy4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy4 Found: found-udev -> Unit dev-ttytc.device: Description: /dev/ttytc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttytc.device Invocation ID: 9a2591b36e0d436caf54ca20bda7ad62 Following: sys-devices-virtual-tty-ttytc.device Following Set Member: sys-devices-virtual-tty-ttytc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttytc Found: found-udev -> Unit sys-devices-virtual-tty-ttypa.device: Description: /sys/devices/virtual/tty/ttypa Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttypa.device Invocation ID: 2555e98bbd484c08bfb6b285186a2562 Following Set Member: dev-ttypa.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttypa Found: found-udev -> Unit sys-devices-virtual-tty-ttyx2.device: Description: /sys/devices/virtual/tty/ttyx2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyx2.device Invocation ID: 0cfe0caef7ed44cf863a80771792229a Following Set Member: dev-ttyx2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx2 Found: found-udev -> Unit dev-disk-by\x2dpartuuid-0a40befa\x2d01.device: Description: ST3300007LC DAVE Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpartuuid-0a40befa\x2d01.device Invocation ID: a8b94aa343fe4991b2cc766c06b46fc9 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb-sdb1.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb-sdb1.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR03Y0N\x2dpart1.device Following Set Member: dev-disk-by\x2dlabel-DAVE.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.0\x2dscsi\x2d0:0:0:0\x2dpart1.device Following Set Member: dev-sdb1.device Following Set Member: dev-disk-by\x2duuid-319a7735\x2dd320\x2d4e62\x2db142\x2d05950b0eff50.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.0/host2/target2:0:0/2:0:0:0/block/sdb/sdb1 Found: found-udev -> Unit systemd-fsck-root.service: Description: File System Check on Root Device Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-fsck-root.service Documentation: man:systemd-fsck-root.service(8) Fragment Path: /lib/systemd/system/systemd-fsck-root.service ConditionPathExists: !/run/initramfs/fsck-root failed ConditionPathIsReadWrite: !/ untested Condition Timestamp: Sat 2018-09-22 16:14:23 EDT Condition Result: no Requires: system.slice (origin-file) Wants: systemd-fsckd.socket (origin-file) WantedBy: local-fs.target (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) Before: shutdown.target (origin-file) Before: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) Before: local-fs.target (origin-file) Before: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) Before: systemd-remount-fs.service (destination-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: systemd-fsckd.socket (origin-file) References: systemd-fsckd.socket (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-file) References: local-fs.target (origin-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) ReferencedBy: local-fs.target (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) ReferencedBy: systemd-remount-fs.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: infinity RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-fsck CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyac.device: Description: /dev/ttyac Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyac.device Invocation ID: c9f3f1e007224054bf316f217599fbea Following: sys-devices-virtual-tty-ttyac.device Following Set Member: sys-devices-virtual-tty-ttyac.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyac Found: found-udev -> Unit dev-ttyz9.device: Description: /dev/ttyz9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyz9.device Invocation ID: 004922d8dca94fa0ada1b5d565238490 Following: sys-devices-virtual-tty-ttyz9.device Following Set Member: sys-devices-virtual-tty-ttyz9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz9 Found: found-udev -> Unit network-online.target: Description: Network is Online Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:04 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:04 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:04 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: network-online.target Invocation ID: 9715b01f28574e47af27c19570120594 Documentation: man:systemd.special(7) Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget Fragment Path: /lib/systemd/system/network-online.target Condition Timestamp: Sat 2018-09-22 16:15:04 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:04 EDT Assert Result: yes Wants: ifupdown-wait-online.service (origin-file) Wants: networking.service (origin-file) WantedBy: sheepdog.service (destination-file) WantedBy: postfix at -.service (destination-file) WantedBy: radvd.service (destination-file) WantedBy: nmbd.service (destination-file) WantedBy: smbd.service (destination-file) WantedBy: mysql.service (destination-file) WantedBy: exim4.service (destination-file) Conflicts: shutdown.target (origin-default) Before: postfix at -.service (destination-file) Before: nmbd.service (destination-file) Before: minissdpd.service (destination-file) Before: smbd.service (destination-file) Before: sheepdog.service (destination-file) Before: apt-daily-upgrade.service (destination-file) Before: rc-local.service (destination-file) Before: shutdown.target (origin-default) Before: mysql.service (destination-file) Before: exim4.service (destination-file) Before: radvd.service (destination-file) Before: apt-daily.service (destination-file) After: network.target (origin-file) After: ifupdown-wait-online.service (destination-file) After: ifup at eth0.service (destination-file) After: networking.service (destination-file) References: shutdown.target (origin-default) References: network.target (origin-file) References: ifupdown-wait-online.service (origin-file) References: networking.service (origin-file) ReferencedBy: apt-daily-upgrade.service (destination-file) ReferencedBy: smbd.service (destination-file) ReferencedBy: mysql.service (destination-file) ReferencedBy: radvd.service (destination-file) ReferencedBy: ifup at eth0.service (destination-file) ReferencedBy: rc-local.service (destination-file) ReferencedBy: apt-daily.service (destination-file) ReferencedBy: networking.service (destination-file) ReferencedBy: minissdpd.service (destination-file) ReferencedBy: ifupdown-wait-online.service (destination-file) ReferencedBy: exim4.service (destination-file) ReferencedBy: postfix at -.service (destination-file) ReferencedBy: sheepdog.service (destination-file) ReferencedBy: nmbd.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-ttys7.device: Description: /dev/ttys7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttys7.device Invocation ID: 23d8f6e2db78450d9978c71a8d801d83 Following: sys-devices-virtual-tty-ttys7.device Following Set Member: sys-devices-virtual-tty-ttys7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys7 Found: found-udev -> Unit sys-devices-virtual-tty-ttyz6.device: Description: /sys/devices/virtual/tty/ttyz6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyz6.device Invocation ID: a8a66eda0e5942e2afc27d7c54797746 Following Set Member: dev-ttyz6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz6 Found: found-udev -> Unit dev-disk-by\x2duuid-60586da5\x2d52b5\x2d4bae\x2d8396\x2d91e3fba003b1.device: Description: My_Passport_0748 2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2duuid-60586da5\x2d52b5\x2d4bae\x2d8396\x2d91e3fba003b1.device Invocation ID: 4aa3bce81c1f4c869cb6ebe1c3040cd2 Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda2.device Following Set Member: dev-sda2.device Following Set Member: dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0\x2dpart2.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device Following Set Member: dev-disk-by\x2dpartuuid-676ba017\x2d02.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:01.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/block/sda/sda2 Found: found-udev -> Unit dev-ttyq2.device: Description: /dev/ttyq2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyq2.device Invocation ID: 2587de9cdc2f4e4d87f4da9aedd0c392 Following: sys-devices-virtual-tty-ttyq2.device Following Set Member: sys-devices-virtual-tty-ttyq2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq2 Found: found-udev -> Unit winbind.service: Description: winbind.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: winbind.service Before: smbd.service (destination-file) ReferencedBy: smbd.service (destination-file) -> Unit dev-ttyzf.device: Description: /dev/ttyzf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyzf.device Invocation ID: 8e6920d369b94f15b6a113e0634b1096 Following: sys-devices-virtual-tty-ttyzf.device Following Set Member: sys-devices-virtual-tty-ttyzf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyzf Found: found-udev -> Unit dev-disk-by\x2dpartuuid-818f7e70\x2d02.device: Description: ST3300007LC BOOT2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpartuuid-818f7e70\x2d02.device Invocation ID: ac5adda48d0541d0ad1ffff7d467b74d Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc2.device Following Set Member: dev-disk-by\x2dlabel-BOOT2.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart2.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc2.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart2.device Following Set Member: dev-sdc2.device Following Set Member: dev-disk-by\x2duuid-93011b9e\x2d236b\x2d4dbc\x2d9a63\x2d6b13390e0b32.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc2 Found: found-udev -> Unit sys-devices-virtual-tty-ttydd.device: Description: /sys/devices/virtual/tty/ttydd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttydd.device Invocation ID: d55de5ffbe7443a8a43329fae4cadcf0 Following Set Member: dev-ttydd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttydd Found: found-udev -> Unit dev-ttyv2.device: Description: /dev/ttyv2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyv2.device Invocation ID: 3b33add5de784e469cc5101608bcc7f2 Following: sys-devices-virtual-tty-ttyv2.device Following Set Member: sys-devices-virtual-tty-ttyv2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv2 Found: found-udev -> Unit dev-ttyte.device: Description: /dev/ttyte Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyte.device Invocation ID: b7c5c6b9155d48aba57dc9845b18a74d Following: sys-devices-virtual-tty-ttyte.device Following Set Member: sys-devices-virtual-tty-ttyte.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyte Found: found-udev -> Unit run-user-1000.mount: Description: /run/user/1000 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:24 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:24 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: run-user-1000.mount Invocation ID: 0c42d6c92a554a5388b6ae8449d36c8b Source Path: /proc/self/mountinfo Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) Conflicts: umount.target (origin-mountinfo-implicit origin-mountinfo-default) Before: umount.target (origin-mountinfo-default) Before: local-fs.target (origin-mountinfo-implicit) After: system.slice (origin-file) After: local-fs-pre.target (origin-mountinfo-default) After: -.mount (origin-implicit) After: swap.target (origin-mountinfo-default) After: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: local-fs.target (origin-mountinfo-implicit) References: local-fs-pre.target (origin-mountinfo-default) References: -.mount (origin-implicit) References: umount.target (origin-mountinfo-implicit origin-mountinfo-default) References: swap.target (origin-mountinfo-default) References: systemd-journald.socket (origin-file) RequiresMountsFor: /run/user (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /run/user/1000 What: tmpfs File System Type: tmpfs Options: rw,nosuid,nodev,relatime,size=821448k,mode=700,uid=1000,gid=1000 From /proc/self/mountinfo: yes From fragment: no Extrinsic: no DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit system-serial\x2dgetty.slice: Description: system-serial\x2dgetty.slice Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:21 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:21 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:21 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/system-serial\x2dgetty.slice CGroup realized: yes CGroup realized mask: memory devices pids CGroup enabled mask: memory pids CGroup own mask: memory pids CGroup members mask: memory pids Name: system-serial\x2dgetty.slice Invocation ID: 9da3fdf9fb8a4d819e354945ae6c5765 Condition Timestamp: Sat 2018-09-22 16:14:21 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:21 EDT Assert Result: yes Requires: system.slice (origin-implicit) RequiredBy: serial-getty at ttyS0.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: serial-getty at ttyS0.service (destination-file) After: system.slice (origin-implicit) References: shutdown.target (origin-default) References: system.slice (origin-implicit) ReferencedBy: serial-getty at ttyS0.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: active CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no -> Unit dev-ttywc.device: Description: /dev/ttywc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttywc.device Invocation ID: 0ec04c72ff494923a6b38a97fa8596af Following: sys-devices-virtual-tty-ttywc.device Following Set Member: sys-devices-virtual-tty-ttywc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttywc Found: found-udev -> Unit dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart5.device: Description: ST3300007LC ROOT2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart5.device Invocation ID: 316fb9a6bb914ccf8ee2db8260859ca9 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc5.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart5.device Following Set Member: dev-sdc5.device Following Set Member: dev-disk-by\x2duuid-ac66c6a1\x2d0b08\x2d481d\x2da400\x2d9fb6e7a49f1b.device Following Set Member: dev-disk-by\x2dlabel-ROOT2.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc5.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d05.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc5 Found: found-udev -> Unit dev-ttyy1.device: Description: /dev/ttyy1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyy1.device Invocation ID: 6998baa9e8ac483aa7fd9957cdf68aea Following: sys-devices-virtual-tty-ttyy1.device Following Set Member: sys-devices-virtual-tty-ttyy1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy1 Found: found-udev -> Unit sys-devices-virtual-tty-ttyt5.device: Description: /sys/devices/virtual/tty/ttyt5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyt5.device Invocation ID: bcabeb8edb6c46b9ad190b0b52be88ee Following Set Member: dev-ttyt5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt5 Found: found-udev -> Unit sys-devices-virtual-tty-ttydb.device: Description: /sys/devices/virtual/tty/ttydb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttydb.device Invocation ID: cec278fc31e7492e8660d53ea827552b Following Set Member: dev-ttydb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttydb Found: found-udev -> Unit dev-ttyp3.device: Description: /dev/ttyp3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyp3.device Invocation ID: 41abcc2f0ec64868b7a6cd45872820d5 Following: sys-devices-virtual-tty-ttyp3.device Following Set Member: sys-devices-virtual-tty-ttyp3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp3 Found: found-udev -> Unit tmp.mount: Description: tmp.mount Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: tmp.mount WantedBy: basic.target (destination-file) Before: basic.target (destination-file) ReferencedBy: basic.target (destination-file) -> Unit dev-ttyx8.device: Description: /dev/ttyx8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyx8.device Invocation ID: 5eced4adf5254d2fbc0b542078f43a2e Following: sys-devices-virtual-tty-ttyx8.device Following Set Member: sys-devices-virtual-tty-ttyx8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx8 Found: found-udev -> Unit sys-devices-virtual-tty-ttys7.device: Description: /sys/devices/virtual/tty/ttys7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttys7.device Invocation ID: 6672ef39af574654b0d6d800b985f219 Following Set Member: dev-ttys7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys7 Found: found-udev -> Unit systemd-fsck at dev-disk-by\x2dlabel-HOME2.service: Description: File System Check on /dev/disk/by-label/HOME2 Instance: dev-disk-by\x2dlabel-HOME2 Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:38 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:38 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-systemd\x2dfsck.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service Invocation ID: be95caeab93e47c590a4fbe7e7e2707c Documentation: man:systemd-fsck at .service(8) Fragment Path: /lib/systemd/system/systemd-fsck at .service Condition Timestamp: Sat 2018-09-22 16:14:36 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:36 EDT Assert Result: yes Requires: system-systemd\x2dfsck.slice (origin-file) Wants: systemd-fsckd.socket (origin-file) BindsTo: dev-disk-by\x2dlabel-HOME2.device (origin-file) RequiredBy: home.mount (destination-file) Before: home.mount (destination-file) Before: shutdown.target (origin-file) Before: systemd-quotacheck.service (origin-file) After: system-systemd\x2dfsck.slice (origin-file) After: dev-disk-by\x2dlabel-HOME2.device (origin-file) After: local-fs-pre.target (origin-file) After: systemd-journald.socket (origin-file) After: systemd-fsckd.socket (origin-file) After: systemd-fsck-root.service (origin-file) References: system-systemd\x2dfsck.slice (origin-file) References: dev-disk-by\x2dlabel-HOME2.device (origin-file) References: shutdown.target (origin-file) References: systemd-quotacheck.service (origin-file) References: local-fs-pre.target (origin-file) References: systemd-journald.socket (origin-file) References: systemd-fsckd.socket (origin-file) References: systemd-fsck-root.service (origin-file) ReferencedBy: home.mount (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: infinity RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-fsck /dev/disk/by-label/HOME2 PID: 1306 Start Timestamp: Sat 2018-09-22 16:14:36 EDT Exit Timestamp: Sat 2018-09-22 16:14:38 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyz7.device: Description: /dev/ttyz7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyz7.device Invocation ID: d91a8a931a8b46f2aed515420c81f3d9 Following: sys-devices-virtual-tty-ttyz7.device Following Set Member: sys-devices-virtual-tty-ttyz7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz7 Found: found-udev -> Unit nscd.service: Description: Name Service Cache Daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:03 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:59 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:03 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/nscd.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: nscd.service Invocation ID: b4396b329d9c424c869f20b36d96ce73 Fragment Path: /lib/systemd/system/nscd.service Condition Timestamp: Sat 2018-09-22 16:14:59 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:59 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: basic.target (origin-default) After: sysinit.target (origin-default) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) References: basic.target (origin-default) References: sysinit.target (origin-default) References: system.slice (origin-file) References: shutdown.target (origin-default) References: systemd-journald.socket (origin-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: always NotifyAccess: none NotifyState: unknown Main PID: 1493 Main PID Known: yes Main PID Alien: no PIDFile: /run/nscd/nscd.pid RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/nscd PID: 1481 Start Timestamp: Sat 2018-09-22 16:14:59 EDT Exit Timestamp: Sat 2018-09-22 16:15:03 EDT Exit Code: exited Exit Status: 0 -> ExecReload: Command Line: /usr/sbin/nscd -i passwd Command Line: /usr/sbin/nscd -i group Command Line: /usr/sbin/nscd -i hosts Command Line: /usr/sbin/nscd -i services Command Line: /usr/sbin/nscd -i netgroup -> ExecStop: Command Line: /usr/sbin/nscd --shutdown CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyp6.device: Description: /dev/ttyp6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyp6.device Invocation ID: 59858640529b4acd88e66add9bbd078f Following: sys-devices-virtual-tty-ttyp6.device Following Set Member: sys-devices-virtual-tty-ttyp6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp6 Found: found-udev -> Unit sys-devices-virtual-tty-ttyq6.device: Description: /sys/devices/virtual/tty/ttyq6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyq6.device Invocation ID: a8614c65062045889959be9e156d1ba2 Following Set Member: dev-ttyq6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq6 Found: found-udev -> Unit dev-ttye1.device: Description: /dev/ttye1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttye1.device Invocation ID: 729279ce4c624cfeacfe7a1d64582548 Following: sys-devices-virtual-tty-ttye1.device Following Set Member: sys-devices-virtual-tty-ttye1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye1 Found: found-udev -> Unit sys-devices-parisc-0-0:0-pci0000:00-0000:00:02.0-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device: Description: DW-224E Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:0-pci0000:00-0000:00:02.0-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device Invocation ID: 1d9525988cd145768b5e5a2872fb3890 Following Set Member: dev-dvd.device Following Set Member: dev-cdrom.device Following Set Member: dev-disk-by\x2did-ata\x2dDW\x2d224E.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:02.0\x2data\x2d1.device Following Set Member: dev-cdrw.device Following Set Member: dev-sr0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:02.0/ata1/host0/target0:0:0/0:0:0:0/block/sr0 Found: found-udev -> Unit sys-devices-virtual-tty-ttyy8.device: Description: /sys/devices/virtual/tty/ttyy8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyy8.device Invocation ID: 6c5593320c0f4bb08cc30d4617639df6 Following Set Member: dev-ttyy8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy8 Found: found-udev -> Unit dev-ttyv4.device: Description: /dev/ttyv4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyv4.device Invocation ID: 27f12389a4e44382a2b3f9059ccd4810 Following: sys-devices-virtual-tty-ttyv4.device Following Set Member: sys-devices-virtual-tty-ttyv4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv4 Found: found-udev -> Unit dev-disk-by\x2dlabel-HOME2.device: Description: ST3300007LC HOME2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dlabel-HOME2.device Invocation ID: 8d5e91cb0f43450aa830662051025cbd Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc7.device Following Set Member: dev-disk-by\x2duuid-d64e45b1\x2d462e\x2d4437\x2d9a0a\x2dcf835dcef080.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart7.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc7.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart7.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d07.device Following Set Member: dev-sdc7.device Condition Timestamp: Sat 2018-09-22 16:14:24 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:24 EDT Assert Result: yes Wants: home.mount (origin-file) BoundBy: home.mount (destination-file) BoundBy: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) Before: home.mount (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) ReferencedBy: home.mount (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc7 Found: found-udev -> Unit dev-ttyd0.device: Description: /dev/ttyd0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyd0.device Invocation ID: 085e08496b5345079d91742d5d3c47f0 Following: sys-devices-virtual-tty-ttyd0.device Following Set Member: sys-devices-virtual-tty-ttyd0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd0 Found: found-udev -> Unit sys-devices-virtual-tty-ttyub.device: Description: /sys/devices/virtual/tty/ttyub Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyub.device Invocation ID: 78aea98fcd7f43ba9f51c2b916fb8bbc Following Set Member: dev-ttyub.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyub Found: found-udev -> Unit dev-ttybb.device: Description: /dev/ttybb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttybb.device Invocation ID: b71a658c0ad54a678c5e6d264dde709d Following: sys-devices-virtual-tty-ttybb.device Following Set Member: sys-devices-virtual-tty-ttybb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttybb Found: found-udev -> Unit sys-devices-virtual-tty-ttyc8.device: Description: /sys/devices/virtual/tty/ttyc8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyc8.device Invocation ID: da8e646289f546bc9b295ccebcb4c3f2 Following Set Member: dev-ttyc8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc8 Found: found-udev -> Unit systemd-udevd.service: Description: udev Kernel Device Manager Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:26 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:26 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:26 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-udevd.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: systemd-udevd.service Name: udev.service Invocation ID: ccb243e72400477abf24aee911a93e65 Documentation: man:systemd-udevd.service(8) Documentation: man:udev(7) Fragment Path: /lib/systemd/system/systemd-udevd.service ConditionPathIsReadWrite: /sys succeeded Condition Timestamp: Sat 2018-09-22 16:14:26 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:26 EDT Assert Result: yes Requires: system.slice (origin-file) Wants: systemd-udevd-kernel.socket (origin-file) Wants: systemd-udevd-control.socket (origin-file) WantedBy: ifupdown-pre.service (destination-file) WantedBy: sysinit.target (destination-file) WantedBy: systemd-udev-trigger.service (destination-file) Before: network-manager.service (destination-file) Before: sysinit.target (origin-file) Before: systemd-networkd.service (destination-file) After: systemd-sysusers.service (origin-file) After: systemd-udevd-control.socket (origin-file destination-implicit) After: systemd-tmpfiles-setup-dev.service (destination-file) After: systemd-hwdb-update.service (origin-file) After: systemd-udevd-kernel.socket (origin-file destination-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) TriggeredBy: systemd-udevd-kernel.socket (origin-file destination-implicit) TriggeredBy: systemd-udevd-control.socket (origin-file destination-implicit) References: systemd-sysusers.service (origin-file) References: systemd-udevd-control.socket (origin-file) References: systemd-hwdb-update.service (origin-file) References: systemd-udevd-kernel.socket (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-file) ReferencedBy: systemd-udevd-control.socket (destination-implicit) ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file) ReferencedBy: systemd-udevd-kernel.socket (destination-implicit) ReferencedBy: systemd-udev-trigger.service (destination-file) ReferencedBy: ifupdown-pre.service (destination-file) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: sysinit.target (destination-file) ReferencedBy: network-manager.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: always NotifyAccess: main NotifyState: ready Main PID: 1200 Main PID Known: yes Main PID Alien: no RestartSec: 0 TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 3min KillMode: mixed KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 OOMScoreAdjust: -1000 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-udevd PID: 1200 Start Timestamp: Sat 2018-09-22 16:14:26 EDT Status Text: Processing with 16 children at max CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no IPAddressDeny=0.0.0.0/0 IPAddressDeny=::/0 -> Unit sys-devices-virtual-tty-ttyt7.device: Description: /sys/devices/virtual/tty/ttyt7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyt7.device Invocation ID: 34b9e1e0f7474647873c3cd823e6af0e Following Set Member: dev-ttyt7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt7 Found: found-udev -> Unit systemd-journald.service: Description: Journal Service Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:23 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:24 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-journald.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: systemd-journald.service Invocation ID: efac7c75aaab4e4ea68b8fa1afda29dc Documentation: man:systemd-journald.service(8) Documentation: man:journald.conf(5) Fragment Path: /lib/systemd/system/systemd-journald.service Condition Timestamp: Sat 2018-09-22 16:14:23 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:23 EDT Assert Result: yes Requires: systemd-journald.socket (origin-file) Requires: system.slice (origin-file) Wants: systemd-journald-audit.socket (origin-file) Wants: systemd-journald.socket (origin-file) Wants: systemd-journald-dev-log.socket (origin-file) RequiredBy: systemd-journal-flush.service (destination-file) WantedBy: sysinit.target (destination-file) Before: systemd-journal-flush.service (destination-file) Before: sysinit.target (origin-file) After: system.slice (origin-file) After: syslog.socket (origin-file) After: systemd-journald-dev-log.socket (origin-file destination-implicit) After: systemd-journald.socket (origin-file destination-implicit) After: systemd-journald-audit.socket (origin-file destination-implicit) TriggeredBy: systemd-journald-audit.socket (origin-file destination-implicit) TriggeredBy: systemd-journald.socket (origin-file destination-implicit) TriggeredBy: systemd-journald-dev-log.socket (origin-file destination-implicit) References: system.slice (origin-file) References: syslog.socket (origin-file) References: sysinit.target (origin-file) References: systemd-journald-dev-log.socket (origin-file) References: systemd-journald.socket (origin-file) References: systemd-journald-audit.socket (origin-file) ReferencedBy: systemd-journald.socket (destination-implicit) ReferencedBy: systemd-journald-audit.socket (destination-implicit) ReferencedBy: systemd-journald-dev-log.socket (destination-implicit) ReferencedBy: sysinit.target (destination-file) ReferencedBy: systemd-journal-flush.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: always NotifyAccess: main NotifyState: ready Main PID: 1178 Main PID Known: yes Main PID Alien: no RestartSec: 0 TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 3min KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 16384 Limit NOFILESoft: 16384 StandardInput: null StandardOutput: null StandardError: inherit CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_setgid cap_setuid cap_sys_ptrace cap_sys_admin cap_audit_control cap_mac_override cap_syslog DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-journald PID: 1178 Start Timestamp: Sat 2018-09-22 16:14:23 EDT Status Text: Processing requests... File Descriptor Store Max: 4224 File Descriptor Store Current: 16 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no IPAddressDeny=0.0.0.0/0 IPAddressDeny=::/0 -> Unit dev-ttyzc.device: Description: /dev/ttyzc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyzc.device Invocation ID: c0481a0cf9c8472d95e2e1dd56ef1107 Following: sys-devices-virtual-tty-ttyzc.device Following Set Member: sys-devices-virtual-tty-ttyzc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyzc Found: found-udev -> Unit lvm2-monitor.service: Description: lvm2-monitor.service Instance: n/a Unit Load State: masked Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: lvm2-monitor.service Fragment Path: /dev/null WantedBy: sysinit.target (destination-file) ReferencedBy: sysinit.target (destination-file) -> Unit paths.target: Description: Paths Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:22 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:22 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:22 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: paths.target Invocation ID: 94464522f29f4fb4a114bf5a32e7a58d Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/paths.target Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:22 EDT Assert Result: yes WantedBy: basic.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: basic.target (destination-file destination-default) After: systemd-ask-password-console.path (destination-file) After: systemd-ask-password-wall.path (destination-file) References: shutdown.target (origin-default) ReferencedBy: systemd-ask-password-wall.path (destination-file) ReferencedBy: basic.target (destination-file destination-default) ReferencedBy: systemd-ask-password-console.path (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit sys-devices-virtual-tty-ttyt9.device: Description: /sys/devices/virtual/tty/ttyt9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyt9.device Invocation ID: aac20eecf6ba4fc0abeb6283faef6098 Following Set Member: dev-ttyt9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt9 Found: found-udev -> Unit var.mount: Description: /var Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:40 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:38 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:40 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/var.mount CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: var.mount Invocation ID: 105b1a111fec4e35aa98a453d12eac99 Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Fragment Path: /run/systemd/generator/var.mount Source Path: /etc/fstab Condition Timestamp: Sat 2018-09-22 16:14:38 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:38 EDT Assert Result: yes Requires: system.slice (origin-file) Requires: -.mount (origin-file origin-implicit) Requires: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (origin-file) BindsTo: dev-disk-by\x2dlabel-VAR2.device (origin-file) RequiredBy: apt-cacher-ng.service (destination-file) RequiredBy: postgresql at 10-main.service (destination-file) RequiredBy: logrotate.service (destination-file) RequiredBy: apparmor.service (destination-file) RequiredBy: phpsessionclean.service (destination-file) RequiredBy: systemd-update-utmp.service (destination-file) RequiredBy: postgresql at 9.3-main.service (destination-file) RequiredBy: basic.target (destination-file) RequiredBy: systemd-journal-flush.service (destination-file) RequiredBy: postgresql at 9.6-main.service (destination-file) RequiredBy: systemd-networkd.service (destination-file) RequiredBy: postgresql at 9.5-main.service (destination-file) RequiredBy: phpsessionclean.timer (destination-file) RequiredBy: logrotate.timer (destination-file) RequiredBy: systemd-update-utmp-runlevel.service (destination-file) RequiredBy: apt-daily.timer (destination-file) RequiredBy: local-fs.target (destination-file) RequiredBy: systemd-random-seed.service (destination-file) RequiredBy: apt-daily-upgrade.timer (destination-file) RequiredBy: ModemManager.service (destination-file) RequiredBy: systemd-timesyncd.service (destination-file) RequiredBy: ntp.service (destination-file) RequiredBy: postgresql at 9.4-main.service (destination-file) RequiredBy: schroot.service (destination-file) RequiredBy: dbus.socket (destination-file) WantedBy: dev-disk-by\x2dlabel-VAR2.device (destination-file) Conflicts: umount.target (origin-file) Before: postgresql at 9.5-main.service (destination-file) Before: systemd-update-utmp.service (destination-file) Before: logrotate.service (destination-file) Before: systemd-networkd.service (destination-file) Before: basic.target (destination-file destination-default) Before: phpsessionclean.service (destination-file) Before: apt-daily.timer (destination-file) Before: systemd-journal-flush.service (destination-file) Before: schroot.service (destination-file) Before: logrotate.timer (destination-file) Before: apt-cacher-ng.service (destination-file) Before: postgresql at 10-main.service (destination-file) Before: umount.target (origin-file) Before: systemd-timesyncd.service (destination-file) Before: phpsessionclean.timer (destination-file) Before: local-fs.target (origin-file) Before: apparmor.service (destination-file) Before: postgresql at 9.4-main.service (destination-file) Before: systemd-random-seed.service (destination-file) Before: postgresql at 9.3-main.service (destination-file) Before: ModemManager.service (destination-file) Before: postgresql at 9.6-main.service (destination-file) Before: dbus.socket (destination-file) Before: ntp.service (destination-file) Before: systemd-update-utmp-runlevel.service (destination-file) Before: apt-daily-upgrade.timer (destination-file) After: local-fs-pre.target (origin-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: dev-disk-by\x2dlabel-VAR2.device (origin-file) After: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (origin-file) After: -.mount (origin-file origin-implicit) References: local-fs-pre.target (origin-file) References: system.slice (origin-file) References: umount.target (origin-file) References: local-fs.target (origin-file) References: systemd-journald.socket (origin-file) References: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (origin-file) References: dev-disk-by\x2dlabel-VAR2.device (origin-file) References: -.mount (origin-file origin-implicit) ReferencedBy: postgresql at 9.3-main.service (destination-file) ReferencedBy: logrotate.service (destination-file) ReferencedBy: apt-cacher-ng.service (destination-file) ReferencedBy: systemd-update-utmp.service (destination-file) ReferencedBy: systemd-random-seed.service (destination-file) ReferencedBy: systemd-update-utmp-runlevel.service (destination-file) ReferencedBy: local-fs.target (destination-file) ReferencedBy: systemd-journal-flush.service (destination-file) ReferencedBy: systemd-timesyncd.service (destination-file) ReferencedBy: apt-daily.timer (destination-file) ReferencedBy: dbus.socket (destination-file) ReferencedBy: postgresql at 9.5-main.service (destination-file) ReferencedBy: postgresql at 9.6-main.service (destination-file) ReferencedBy: ntp.service (destination-file) ReferencedBy: phpsessionclean.service (destination-file) ReferencedBy: ModemManager.service (destination-file) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: postgresql at 10-main.service (destination-file) ReferencedBy: phpsessionclean.timer (destination-file) ReferencedBy: apparmor.service (destination-file) ReferencedBy: postgresql at 9.4-main.service (destination-file) ReferencedBy: apt-daily-upgrade.timer (destination-file) ReferencedBy: basic.target (destination-file destination-default) ReferencedBy: schroot.service (destination-file) ReferencedBy: logrotate.timer (destination-file) RequiresMountsFor: / (origin-implicit) RequiresMountsFor: /dev/disk/by-label/VAR2 (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /var What: /dev/sdc6 File System Type: ext4 Options: rw,relatime,data=ordered From /proc/self/mountinfo: yes From fragment: yes Extrinsic: no DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ram13.device: Description: /dev/ram13 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:28 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:28 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:28 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram13.device Invocation ID: 241e34c8938742a7a5f66c78a3a96888 Following: sys-devices-virtual-block-ram13.device Following Set Member: sys-devices-virtual-block-ram13.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram13 Found: found-udev -> Unit init.scope: Description: System and Service Manager Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:21 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:21 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:21 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: yes Perpetual: yes Garbage Collection Mode: inactive Slice: -.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: init.scope Documentation: man:systemd(1) Requires: -.slice (origin-file) After: -.slice (origin-file) References: -.slice (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Scope State: running Result: success CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no -> Unit sys-devices-virtual-tty-ttywc.device: Description: /sys/devices/virtual/tty/ttywc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttywc.device Invocation ID: 04cda2dca17d48f38cc05eeea9f522f4 Following Set Member: dev-ttywc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttywc Found: found-udev -> Unit dev-ttyq6.device: Description: /dev/ttyq6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyq6.device Invocation ID: 165110e4ff6d4b3ea7735e5ed01bbff6 Following: sys-devices-virtual-tty-ttyq6.device Following Set Member: sys-devices-virtual-tty-ttyq6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq6 Found: found-udev -> Unit sys-devices-virtual-tty-ttyrf.device: Description: /sys/devices/virtual/tty/ttyrf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyrf.device Invocation ID: 2d05f558d3a74ec18d25791c86447c0c Following Set Member: dev-ttyrf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyrf Found: found-udev -> Unit sys-devices-virtual-tty-ttysb.device: Description: /sys/devices/virtual/tty/ttysb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttysb.device Invocation ID: fdf63fa7e463477a88c1a820ec4ed42b Following Set Member: dev-ttysb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttysb Found: found-udev -> Unit sys-devices-virtual-block-ram10.device: Description: /sys/devices/virtual/block/ram10 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram10.device Invocation ID: 58c7788fcd214750a93f1e19c161d76f Following Set Member: dev-ram10.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram10 Found: found-udev -> Unit dev-ttyt7.device: Description: /dev/ttyt7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyt7.device Invocation ID: feb70fd08cb0401b96406553cec9dc26 Following: sys-devices-virtual-tty-ttyt7.device Following Set Member: sys-devices-virtual-tty-ttyt7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt7 Found: found-udev -> Unit systemd-tmpfiles-clean.service: Description: Cleanup of Temporary Directories Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: Sat 2018-09-22 16:29:02 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:29:02 EDT Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: Sat 2018-09-22 16:29:02 EDT May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-tmpfiles-clean.service Invocation ID: 9a56b6d6544f455abfb866bd9f06cb37 Documentation: man:tmpfiles.d(5) Documentation: man:systemd-tmpfiles(8) Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.service Condition Timestamp: Sat 2018-09-22 16:29:01 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:29:01 EDT Assert Result: yes Requires: system.slice (origin-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) After: system.slice (origin-file) After: time-sync.target (origin-file) After: local-fs.target (origin-file) After: systemd-journald.socket (origin-file) After: systemd-tmpfiles-clean.timer (destination-implicit) TriggeredBy: systemd-tmpfiles-clean.timer (destination-implicit) References: system.slice (origin-file) References: shutdown.target (origin-file) References: time-sync.target (origin-file) References: local-fs.target (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: systemd-tmpfiles-clean.timer (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 IOSchedulingClass: idle IOPriority: 0 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/systemd-tmpfiles --clean PID: 11519 Start Timestamp: Sat 2018-09-22 16:29:02 EDT Exit Timestamp: Sat 2018-09-22 16:29:02 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit systemd-ask-password-console.service: Description: Dispatch Password Requests to Console Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-ask-password-console.service Documentation: man:systemd-ask-password-console.service(8) Fragment Path: /lib/systemd/system/systemd-ask-password-console.service ConditionPathExists: !/run/plymouth/pid untested Requires: system.slice (origin-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) After: systemd-vconsole-setup.service (origin-file) After: plymouth-start.service (origin-file) After: systemd-ask-password-console.path (destination-implicit) TriggeredBy: systemd-ask-password-console.path (destination-implicit) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: shutdown.target (origin-file) References: systemd-vconsole-setup.service (origin-file) References: plymouth-start.service (origin-file) ReferencedBy: systemd-ask-password-console.path (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/systemd-tty-ask-password-agent --watch --console CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyy1.device: Description: /sys/devices/virtual/tty/ttyy1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyy1.device Invocation ID: 0637bd6e0ab24be9b2fef0d4253e627e Following Set Member: dev-ttyy1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy1 Found: found-udev -> Unit dev-ttyea.device: Description: /dev/ttyea Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyea.device Invocation ID: ec747b9381df42a19ef32ab0f910a403 Following: sys-devices-virtual-tty-ttyea.device Following Set Member: sys-devices-virtual-tty-ttyea.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyea Found: found-udev -> Unit nfs-mountd.service: Description: NFS Mount Daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:06 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:04 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:06 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/nfs-mountd.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: nfs-mountd.service Invocation ID: b4c80b047ce046e2befaadacf606ec8b Fragment Path: /lib/systemd/system/nfs-mountd.service Condition Timestamp: Sat 2018-09-22 16:15:04 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:04 EDT Assert Result: yes Requires: proc-fs-nfsd.mount (origin-file) Requires: system.slice (origin-file) Wants: nfs-config.service (origin-file) BindsTo: nfs-server.service (origin-file) RequiredBy: nfs-server.service (destination-file) Before: nfs-server.service (destination-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: proc-fs-nfsd.mount (origin-file) After: local-fs.target (origin-file) After: nfs-config.service (origin-file) After: network.target (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: nfs-server.service (origin-file) References: proc-fs-nfsd.mount (origin-file) References: local-fs.target (origin-file) References: nfs-config.service (origin-file) References: network.target (origin-file) ReferencedBy: nfs-server.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: no NotifyAccess: none NotifyState: unknown Main PID: 1610 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/run/sysconfig/nfs-utils RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/rpc.mountd $RPCMOUNTDARGS PID: 1596 Start Timestamp: Sat 2018-09-22 16:15:04 EDT Exit Timestamp: Sat 2018-09-22 16:15:06 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-parisc-0-0:7-pci0000:e0-0000:e0:01.1-tty-ttyS0.device: Description: Diva Serial [GSP] Multiport UART (Everest SP2) Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:28 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:28 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:28 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:7-pci0000:e0-0000:e0:01.1-tty-ttyS0.device Invocation ID: 9df8070271a14e27a138abcf88ad12ab Following Set Member: dev-ttyS0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:7/pci0000:e0/0000:e0:01.1/tty/ttyS0 Found: found-udev -> Unit sys-devices-virtual-tty-ttyp7.device: Description: /sys/devices/virtual/tty/ttyp7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyp7.device Invocation ID: 25029e4d37694a88a5ef168957cda195 Following Set Member: dev-ttyp7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp7 Found: found-udev -> Unit umount.target: Description: Unmount All Filesystems Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: umount.target Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/umount.target ConflictedBy: boot.mount (destination-file) ConflictedBy: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap (destination-default) ConflictedBy: home-srv-swapfile.swap (destination-default) ConflictedBy: home-srv-buildd-unpack.mount (destination-file) ConflictedBy: home.mount (destination-file) ConflictedBy: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap (destination-default) ConflictedBy: rpc-statd.service (destination-file) ConflictedBy: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (destination-default) ConflictedBy: nfs-blkmap.service (destination-file) ConflictedBy: dev-sdc3.swap (destination-default) ConflictedBy: run-user-1000.mount (destination-mountinfo-implicit destination-mountinfo-default) ConflictedBy: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap (destination-default) ConflictedBy: var.mount (destination-file) ConflictedBy: run-rpc_pipefs.mount (destination-file) ConflictedBy: home-dave.mount (destination-file) ConflictedBy: rpc-gssd.service (destination-file) ConflictedBy: mnt.mount (destination-file) After: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (destination-default) After: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap (destination-default) After: home-dave.mount (destination-file) After: dev-sdc3.swap (destination-default) After: home.mount (destination-file) After: run-user-1000.mount (destination-mountinfo-default) After: boot.mount (destination-file) After: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap (destination-default) After: mnt.mount (destination-file) After: home-srv-swapfile.swap (destination-default) After: var.mount (destination-file) After: home-srv-buildd-unpack.mount (destination-file) After: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap (destination-default) ReferencedBy: rpc-statd.service (destination-file) ReferencedBy: dev-sdc3.swap (destination-default) ReferencedBy: boot.mount (destination-file) ReferencedBy: home-srv-buildd-unpack.mount (destination-file) ReferencedBy: nfs-blkmap.service (destination-file) ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap (destination-default) ReferencedBy: run-user-1000.mount (destination-mountinfo-implicit destination-mountinfo-default) ReferencedBy: home-dave.mount (destination-file) ReferencedBy: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (destination-default) ReferencedBy: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap (destination-default) ReferencedBy: rpc-gssd.service (destination-file) ReferencedBy: run-rpc_pipefs.mount (destination-file) ReferencedBy: home.mount (destination-file) ReferencedBy: home-srv-swapfile.swap (destination-default) ReferencedBy: var.mount (destination-file) ReferencedBy: mnt.mount (destination-file) ReferencedBy: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap (destination-default) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Target State: dead -> Unit lvm2-lvmetad.socket: Description: lvm2-lvmetad.socket Instance: n/a Unit Load State: masked Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: lvm2-lvmetad.socket Fragment Path: /dev/null WantedBy: sysinit.target (destination-file) WantedBy: sockets.target (destination-file) ReferencedBy: sysinit.target (destination-file) ReferencedBy: sockets.target (destination-file) -> Unit dev-ttyub.device: Description: /dev/ttyub Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyub.device Invocation ID: ba5d8272409847008d1a608f675deb49 Following: sys-devices-virtual-tty-ttyub.device Following Set Member: sys-devices-virtual-tty-ttyub.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyub Found: found-udev -> Unit dev-ttys5.device: Description: /dev/ttys5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttys5.device Invocation ID: 583f37fda03e4b96a1c556f0f8e852a1 Following: sys-devices-virtual-tty-ttys5.device Following Set Member: sys-devices-virtual-tty-ttys5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys5 Found: found-udev -> Unit network.target: Description: Network Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:04 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:04 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:04 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: network.target Invocation ID: a377d1c4c2a14d8a88e7d3d14e91a896 Documentation: man:systemd.special(7) Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget Fragment Path: /lib/systemd/system/network.target Condition Timestamp: Sat 2018-09-22 16:15:04 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:04 EDT Assert Result: yes RequiredBy: rpc-statd-notify.service (destination-file) RequiredBy: nfs-server.service (destination-file) WantedBy: networking.service (destination-file) WantedBy: systemd-networkd.service (destination-file) WantedBy: wpa_supplicant.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: ntp.service (destination-file) Before: bind9.service (destination-file) Before: ssh.service (destination-file) Before: spamassassin.service (destination-file) Before: nfs-mountd.service (destination-file) Before: nmbd.service (destination-file) Before: rc-local.service (destination-file) Before: systemd-user-sessions.service (destination-file) Before: apt-cacher-ng.service (destination-file) Before: nfs-server.service (destination-file) Before: apt-daily-upgrade.service (destination-file) Before: smbd.service (destination-file) Before: rpc-statd.service (destination-file) Before: apt-daily.service (destination-file) Before: network-online.target (destination-file) Before: rpc-statd-notify.service (destination-file) After: ifup at eth0.service (destination-file) After: network-pre.target (origin-file) After: networking.service (destination-file) After: ifupdown-pre.service (destination-file) After: wpa_supplicant.service (destination-file) After: systemd-networkd.service (destination-file) References: network-pre.target (origin-file) References: shutdown.target (origin-default) ReferencedBy: ssh.service (destination-file) ReferencedBy: spamassassin.service (destination-file) ReferencedBy: systemd-user-sessions.service (destination-file) ReferencedBy: networking.service (destination-file) ReferencedBy: rpc-statd-notify.service (destination-file) ReferencedBy: nfs-server.service (destination-file) ReferencedBy: ifup at eth0.service (destination-file) ReferencedBy: ntp.service (destination-file) ReferencedBy: rpc-statd.service (destination-file) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: nmbd.service (destination-file) ReferencedBy: apt-daily-upgrade.service (destination-file) ReferencedBy: apt-cacher-ng.service (destination-file) ReferencedBy: ifupdown-pre.service (destination-file) ReferencedBy: smbd.service (destination-file) ReferencedBy: rc-local.service (destination-file) ReferencedBy: apt-daily.service (destination-file) ReferencedBy: wpa_supplicant.service (destination-file) ReferencedBy: nfs-mountd.service (destination-file) ReferencedBy: bind9.service (destination-file) ReferencedBy: network-online.target (destination-file) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit proc-sys-fs-binfmt_misc.mount: Description: Arbitrary Executable File Formats File System Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:20:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:20:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:20:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/proc-sys-fs-binfmt_misc.mount CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: proc-sys-fs-binfmt_misc.mount Invocation ID: 6d0012eea3a4401b8bb27cb3958803eb Documentation: https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/proc-sys-fs-binfmt_misc.mount Condition Timestamp: Sat 2018-09-22 16:20:31 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:20:31 EDT Assert Result: yes Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) After: proc-sys-fs-binfmt_misc.automount (destination-implicit) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) TriggeredBy: proc-sys-fs-binfmt_misc.automount (destination-implicit) References: -.mount (origin-implicit) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-implicit) RequiresMountsFor: /proc/sys/fs (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /proc/sys/fs/binfmt_misc What: binfmt_misc File System Type: binfmt_misc Options: rw,relatime From /proc/self/mountinfo: yes From fragment: yes Extrinsic: yes DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2dpartuuid-818f7e70\x2d03.device: Description: ST3300007LC 3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpartuuid-818f7e70\x2d03.device Invocation ID: dd697cdaa1784197b4578ac4ec0163fc Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc3.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc3.device Following Set Member: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.device Following Set Member: dev-sdc3.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc3 Found: found-udev -> Unit dev-ttyt4.device: Description: /dev/ttyt4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyt4.device Invocation ID: 57bbbef93fd749d78f9949a889773991 Following: sys-devices-virtual-tty-ttyt4.device Following Set Member: sys-devices-virtual-tty-ttyt4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt4 Found: found-udev -> Unit dev-sdb1.device: Description: ST3300007LC DAVE Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:40 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sdb1.device Invocation ID: 1e4963444d2f4df284d1758df68656aa Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb-sdb1.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb-sdb1.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR03Y0N\x2dpart1.device Following Set Member: dev-disk-by\x2dlabel-DAVE.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.0\x2dscsi\x2d0:0:0:0\x2dpart1.device Following Set Member: dev-disk-by\x2duuid-319a7735\x2dd320\x2d4e62\x2db142\x2d05950b0eff50.device Following Set Member: dev-disk-by\x2dpartuuid-0a40befa\x2d01.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.0/host2/target2:0:0/2:0:0:0/block/sdb/sdb1 Found: found-udev,found-mount -> Unit dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.device: Description: ST3300007LC 3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.device Invocation ID: d8766261617c4e2eaa0a1d38c0297e47 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc3.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d03.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc3.device Following Set Member: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.device Following Set Member: dev-sdc3.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc3 Found: found-udev -> Unit dev-ttyw3.device: Description: /dev/ttyw3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyw3.device Invocation ID: c97f2afab40d4a47b7c1d3e8d84a31a1 Following: sys-devices-virtual-tty-ttyw3.device Following Set Member: sys-devices-virtual-tty-ttyw3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw3 Found: found-udev -> Unit asterisk.service: Description: asterisk.service Instance: n/a Unit Load State: masked Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: asterisk.service Fragment Path: /dev/null WantedBy: multi-user.target (destination-file) ReferencedBy: multi-user.target (destination-file) -> Unit cpufrequtils.service: Description: LSB: set CPUFreq kernel parameters Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:12 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:11 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:12 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: cpufrequtils.service Invocation ID: 78f0a6c45d9645929bbd2d8491983746 Documentation: man:systemd-sysv-generator(8) Fragment Path: /run/systemd/generator.late/cpufrequtils.service Source Path: /etc/init.d/cpufrequtils Condition Timestamp: Sat 2018-09-22 16:15:11 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:11 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: graphical.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: graphical.target (origin-file destination-default) Before: shutdown.target (origin-default) Before: multi-user.target (origin-file destination-default) After: systemd-journald.socket (origin-file) After: sysinit.target (origin-default) After: basic.target (origin-default) After: loadcpufreq.service (origin-file) After: system.slice (origin-file) After: remote-fs.target (origin-file) References: systemd-journald.socket (origin-file) References: multi-user.target (origin-file) References: graphical.target (origin-file) References: sysinit.target (origin-default) References: basic.target (origin-default) References: loadcpufreq.service (origin-file) References: shutdown.target (origin-default) References: system.slice (origin-file) References: remote-fs.target (origin-file) ReferencedBy: graphical.target (destination-file destination-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: no Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 5min TimeoutStopSec: 5min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/init.d/cpufrequtils start PID: 1747 Start Timestamp: Sat 2018-09-22 16:15:11 EDT Exit Timestamp: Sat 2018-09-22 16:15:12 EDT Exit Code: exited Exit Status: 0 -> ExecReload: Command Line: /etc/init.d/cpufrequtils reload -> ExecStop: Command Line: /etc/init.d/cpufrequtils stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyef.device: Description: /dev/ttyef Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyef.device Invocation ID: 601ec3494d4a4958863a508df2cedd1a Following: sys-devices-virtual-tty-ttyef.device Following Set Member: sys-devices-virtual-tty-ttyef.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyef Found: found-udev -> Unit dev-ttyd9.device: Description: /dev/ttyd9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyd9.device Invocation ID: 5bf38ff868bf406f89167892d76bd72f Following: sys-devices-virtual-tty-ttyd9.device Following Set Member: sys-devices-virtual-tty-ttyd9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd9 Found: found-udev -> Unit sys-devices-virtual-tty-ttyea.device: Description: /sys/devices/virtual/tty/ttyea Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyea.device Invocation ID: 5332c21f60b84a3b9aed720413a2c927 Following Set Member: dev-ttyea.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyea Found: found-udev -> Unit dbus.socket: Description: D-Bus System Message Bus Socket Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:00 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:57 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:57 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/dbus.socket CGroup realized: no CGroup own mask: memory pids Name: dbus.socket Invocation ID: 73989a4f6fe24eb6a384f4a998d186a0 Fragment Path: /lib/systemd/system/dbus.socket Condition Timestamp: Sat 2018-09-22 16:14:57 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:57 EDT Assert Result: yes Requires: system.slice (origin-file) Requires: var.mount (origin-file) Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) RequiredBy: ofono.service (destination-file) RequiredBy: ModemManager.service (destination-file) RequiredBy: systemd-logind.service (destination-file) RequiredBy: wpa_supplicant.service (destination-file) RequiredBy: dbus.service (destination-file) RequiredBy: polkit.service (destination-file) RequiredBy: accounts-daemon.service (destination-file) RequiredBy: avahi-daemon.service (destination-file) RequiredBy: dundee.service (destination-file) WantedBy: systemd-logind.service (destination-file) WantedBy: sockets.target (destination-file) Conflicts: shutdown.target (origin-default) Before: polkit.service (destination-file) Before: accounts-daemon.service (destination-file) Before: systemd-logind.service (destination-file) Before: dundee.service (destination-file) Before: wpa_supplicant.service (destination-file) Before: avahi-daemon.service (destination-file) Before: ofono.service (destination-file) Before: shutdown.target (origin-default) Before: dbus.service (origin-implicit) Before: sockets.target (origin-default destination-default) Before: ModemManager.service (destination-file) After: system.slice (origin-file) After: var.mount (origin-file) After: -.mount (origin-file) After: sysinit.target (origin-default) Triggers: dbus.service (origin-implicit) References: system.slice (origin-file) References: var.mount (origin-file) References: -.mount (origin-file) References: dbus.service (origin-implicit) References: shutdown.target (origin-default) References: sockets.target (origin-default) References: sysinit.target (origin-default) ReferencedBy: sockets.target (destination-file destination-default) ReferencedBy: ofono.service (destination-file) ReferencedBy: ModemManager.service (destination-file) ReferencedBy: systemd-logind.service (destination-file) ReferencedBy: wpa_supplicant.service (destination-file) ReferencedBy: dbus.service (destination-file) ReferencedBy: polkit.service (destination-file) ReferencedBy: accounts-daemon.service (destination-file) ReferencedBy: avahi-daemon.service (destination-file) ReferencedBy: dundee.service (destination-file) RequiresMountsFor: /var/run/dbus/system_bus_socket (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: running Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0666 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: no PassSecurity: no TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: dbus.socket SELinuxContextFromNet: no ListenStream: /var/run/dbus/system_bus_socket TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit home-dave.mount: Description: /home/dave Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:40 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:40 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:40 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/home-dave.mount CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: home-dave.mount Invocation ID: 241053cc0a0e4356a241471bf6a47166 Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Fragment Path: /run/systemd/generator/home-dave.mount Source Path: /etc/fstab Condition Timestamp: Sat 2018-09-22 16:14:40 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:40 EDT Assert Result: yes Requires: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (origin-file) Requires: -.mount (origin-file origin-implicit) Requires: home.mount (origin-implicit) Requires: system.slice (origin-file) BindsTo: dev-disk-by\x2dlabel-DAVE.device (origin-file) RequiredBy: local-fs.target (destination-file) WantedBy: dev-disk-by\x2dlabel-DAVE.device (destination-file) Conflicts: umount.target (origin-file) Before: umount.target (origin-file) Before: local-fs.target (origin-file) After: dev-disk-by\x2dlabel-DAVE.device (origin-file) After: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (origin-file) After: local-fs-pre.target (origin-file) After: -.mount (origin-file origin-implicit) After: systemd-journald.socket (origin-file) After: home.mount (origin-implicit) After: system.slice (origin-file) References: dev-disk-by\x2dlabel-DAVE.device (origin-file) References: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (origin-file) References: local-fs-pre.target (origin-file) References: -.mount (origin-file origin-implicit) References: local-fs.target (origin-file) References: systemd-journald.socket (origin-file) References: home.mount (origin-implicit) References: system.slice (origin-file) References: umount.target (origin-file) ReferencedBy: local-fs.target (destination-file) RequiresMountsFor: /home (origin-implicit) RequiresMountsFor: /dev/disk/by-label/DAVE (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /home/dave What: /dev/sdb1 File System Type: ext4 Options: rw,relatime,data=ordered From /proc/self/mountinfo: yes From fragment: yes Extrinsic: no DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyq5.device: Description: /sys/devices/virtual/tty/ttyq5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyq5.device Invocation ID: 78d8f5c46e1f4130921b489d082fcc30 Following Set Member: dev-ttyq5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq5 Found: found-udev -> Unit getty.target: Description: Login Prompts Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:09 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:09 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:09 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: getty.target Invocation ID: c0c2dabb4ba342bfb3b918f7642de565 Documentation: man:systemd.special(7) Documentation: man:systemd-getty-generator(8) Documentation: http://0pointer.de/blog/projects/serial-console.html Fragment Path: /lib/systemd/system/getty.target Condition Timestamp: Sat 2018-09-22 16:15:09 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:09 EDT Assert Result: yes Wants: getty at tty1.service (origin-file) Wants: serial-getty at ttyS0.service (origin-file) Wants: getty-static.service (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: getty-static.service (origin-default) After: serial-getty at ttyS0.service (origin-default destination-file) After: getty at tty1.service (origin-default destination-file) References: getty-static.service (origin-file origin-default) References: serial-getty at ttyS0.service (origin-file origin-default) References: shutdown.target (origin-default) References: getty at tty1.service (origin-file origin-default) ReferencedBy: getty at tty1.service (destination-file) ReferencedBy: serial-getty at ttyS0.service (destination-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit sys-devices-virtual-tty-ttyv0.device: Description: /sys/devices/virtual/tty/ttyv0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyv0.device Invocation ID: 665953b9849446b9814484a6fe4f3e53 Following Set Member: dev-ttyv0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv0 Found: found-udev -> Unit dev-ttyq0.device: Description: /dev/ttyq0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyq0.device Invocation ID: bf8edc6116154b56a50fcf8a3e11ebdf Following: sys-devices-virtual-tty-ttyq0.device Following Set Member: sys-devices-virtual-tty-ttyq0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq0 Found: found-udev -> Unit postgresql at 9.3-main.service: Description: PostgreSQL Cluster 9.3-main Instance: 9.3-main Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-postgresql.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: postgresql at 9.3-main.service Fragment Path: /lib/systemd/system/postgresql at .service AssertPathExists: /etc/postgresql/9.3/main/postgresql.conf untested Requires: var.mount (origin-file) Requires: -.mount (origin-file) Requires: system-postgresql.slice (origin-file) Requires: sysinit.target (origin-default) PartOf: postgresql.service (origin-file) WantedBy: postgresql.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: postgresql.service (origin-file) After: var.mount (origin-file) After: -.mount (origin-file) After: system-postgresql.slice (origin-file) After: basic.target (origin-default) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) ReloadPropagatedFrom: postgresql.service (origin-file) References: var.mount (origin-file) References: -.mount (origin-file) References: shutdown.target (origin-default) References: system-postgresql.slice (origin-file) References: basic.target (origin-default) References: sysinit.target (origin-default) References: postgresql.service (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: postgresql.service (destination-file) RequiresMountsFor: /var/lib/postgresql/9.3/main (origin-file) RequiresMountsFor: /etc/postgresql/9.3/main (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: no NotifyAccess: none NotifyState: unknown PIDFile: /var/run/postgresql/9.3-main.pid RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1h RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 OOMScoreAdjust: -900 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect 9.3-main start -> ExecReload: Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect 9.3-main reload -> ExecStop: Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect -m fast 9.3-main stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyae.device: Description: /dev/ttyae Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyae.device Invocation ID: cc239acff4a9412386fbc1fe6e22d3c4 Following: sys-devices-virtual-tty-ttyae.device Following Set Member: sys-devices-virtual-tty-ttyae.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyae Found: found-udev -> Unit dev-ttyue.device: Description: /dev/ttyue Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyue.device Invocation ID: 3278789ba089473c90251444bf6d635c Following: sys-devices-virtual-tty-ttyue.device Following Set Member: sys-devices-virtual-tty-ttyue.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyue Found: found-udev -> Unit sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda1.device: Description: My_Passport_0748 1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda1.device Invocation ID: d1bb1d88c2284421892b5255f18b82ac Following Set Member: dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0\x2dpart1.device Following Set Member: dev-sda1.device Following Set Member: dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.device Following Set Member: dev-disk-by\x2dpartuuid-676ba017\x2d01.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:01.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/block/sda/sda1 Found: found-udev -> Unit sys-devices-virtual-tty-ttyua.device: Description: /sys/devices/virtual/tty/ttyua Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyua.device Invocation ID: c3a20ec42e41496d934c3ad6c037543c Following Set Member: dev-ttyua.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyua Found: found-udev -> Unit dev-ttyxb.device: Description: /dev/ttyxb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyxb.device Invocation ID: f358c2099726477fb6f54569cebaa0c6 Following: sys-devices-virtual-tty-ttyxb.device Following Set Member: sys-devices-virtual-tty-ttyxb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyxb Found: found-udev -> Unit sys-devices-virtual-tty-ttya8.device: Description: /sys/devices/virtual/tty/ttya8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttya8.device Invocation ID: d5b9772d1bd44b88866c1121f6c28980 Following Set Member: dev-ttya8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya8 Found: found-udev -> Unit systemd-random-seed.service: Description: Load/Save Random Seed Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:40 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:40 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:40 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-random-seed.service Invocation ID: 03a80bce29074c04bb8731ce816e670e Documentation: man:systemd-random-seed.service(8) Documentation: man:random(4) Fragment Path: /lib/systemd/system/systemd-random-seed.service ConditionVirtualization: !container succeeded Condition Timestamp: Sat 2018-09-22 16:14:40 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:40 EDT Assert Result: yes Requires: var.mount (origin-file) Requires: -.mount (origin-file) Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) Before: sysinit.target (origin-file) After: systemd-journald.socket (origin-file) After: systemd-remount-fs.service (origin-file) After: -.mount (origin-file) After: system.slice (origin-file) After: var.mount (origin-file) References: var.mount (origin-file) References: shutdown.target (origin-file) References: systemd-journald.socket (origin-file) References: systemd-remount-fs.service (origin-file) References: -.mount (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-file) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /var/lib/systemd/random-seed (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 30s TimeoutStopSec: 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-random-seed load PID: 1358 Start Timestamp: Sat 2018-09-22 16:14:40 EDT Exit Timestamp: Sat 2018-09-22 16:14:40 EDT Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /lib/systemd/systemd-random-seed save CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttybf.device: Description: /sys/devices/virtual/tty/ttybf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttybf.device Invocation ID: c0becf560541441da82bb76df403aeb2 Following Set Member: dev-ttybf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttybf Found: found-udev -> Unit systemd-journal-flush.service: Description: Flush Journal to Persistent Storage Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:40 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:40 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:40 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-journal-flush.service Invocation ID: e6c649dce29747e09dcf6c9c34f14bae Documentation: man:systemd-journald.service(8) Documentation: man:journald.conf(5) Fragment Path: /lib/systemd/system/systemd-journal-flush.service Condition Timestamp: Sat 2018-09-22 16:14:40 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:40 EDT Assert Result: yes Requires: systemd-journald.service (origin-file) Requires: var.mount (origin-file) Requires: -.mount (origin-file) Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Before: systemd-tmpfiles-setup.service (origin-file) Before: systemd-user-sessions.service (origin-file) After: systemd-journald.service (origin-file) After: systemd-remount-fs.service (origin-file) After: var.mount (origin-file) After: systemd-journald.socket (origin-file) After: -.mount (origin-file) After: system.slice (origin-file) References: systemd-remount-fs.service (origin-file) References: -.mount (origin-file) References: systemd-journald.service (origin-file) References: systemd-tmpfiles-setup.service (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: systemd-user-sessions.service (origin-file) References: var.mount (origin-file) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /var/log/journal (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/journalctl --flush PID: 1359 Start Timestamp: Sat 2018-09-22 16:14:40 EDT Exit Timestamp: Sat 2018-09-22 16:14:40 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyw0.device: Description: /sys/devices/virtual/tty/ttyw0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyw0.device Invocation ID: 7b5e1efcd5b9437ab70ee780fad791f3 Following Set Member: dev-ttyw0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw0 Found: found-udev -> Unit dev-ram7.device: Description: /dev/ram7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram7.device Invocation ID: 538d3dcab4e540008d4e1c47e0316523 Following: sys-devices-virtual-block-ram7.device Following Set Member: sys-devices-virtual-block-ram7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram7 Found: found-udev -> Unit sys-devices-virtual-tty-ttyr0.device: Description: /sys/devices/virtual/tty/ttyr0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyr0.device Invocation ID: 1fe5b56a55384d86b4fe51c4c8acfedc Following Set Member: dev-ttyr0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr0 Found: found-udev -> Unit dev-sdc6.device: Description: ST3300007LC VAR2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:40 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sdc6.device Invocation ID: c35332ce84624de081571b3419c4d3b2 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc6.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart6.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d06.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc6.device Following Set Member: dev-disk-by\x2dlabel-VAR2.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart6.device Following Set Member: dev-disk-by\x2duuid-e351db25\x2da36f\x2d40b4\x2db5f1\x2d26f7accb6623.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc6 Found: found-udev,found-mount -> Unit remote-fs.target: Description: Remote File Systems Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:07 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:07 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:07 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: remote-fs.target Invocation ID: d11757d5fe2649acb9bb603079da5d4e Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/remote-fs.target Condition Timestamp: Sat 2018-09-22 16:15:07 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:07 EDT Assert Result: yes Wants: nfs-client.target (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-file) Before: cron.service (destination-file) Before: stunnel4.service (destination-file) Before: mysql.service (destination-file) Before: udftools.service (destination-file) Before: cpufrequtils.service (destination-file) Before: openipmi.service (destination-file) Before: network-manager.service (destination-file) Before: loadcpufreq.service (destination-file) Before: sheepdog.service (destination-file) Before: ipmievd.service (destination-file) Before: exim4.service (destination-file) Before: systemd-user-sessions.service (destination-file) Before: radvd.service (destination-file) After: remote-fs-pre.target (origin-file) After: systemd-quotacheck.service (destination-file) References: remote-fs-pre.target (origin-file) References: shutdown.target (origin-file) References: nfs-client.target (origin-file) ReferencedBy: openipmi.service (destination-file) ReferencedBy: sheepdog.service (destination-file) ReferencedBy: stunnel4.service (destination-file) ReferencedBy: udftools.service (destination-file) ReferencedBy: ipmievd.service (destination-file) ReferencedBy: loadcpufreq.service (destination-file) ReferencedBy: exim4.service (destination-file) ReferencedBy: radvd.service (destination-file) ReferencedBy: multi-user.target (destination-file) ReferencedBy: network-manager.service (destination-file) ReferencedBy: cpufrequtils.service (destination-file) ReferencedBy: mysql.service (destination-file) ReferencedBy: cron.service (destination-file) ReferencedBy: systemd-quotacheck.service (destination-file) ReferencedBy: systemd-user-sessions.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-ttyc8.device: Description: /dev/ttyc8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyc8.device Invocation ID: 6b63d8fdc7ed4d998bcbd955ebf965d8 Following: sys-devices-virtual-tty-ttyc8.device Following Set Member: sys-devices-virtual-tty-ttyc8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc8 Found: found-udev -> Unit sys-devices-virtual-tty-ttyb6.device: Description: /sys/devices/virtual/tty/ttyb6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyb6.device Invocation ID: aadab3ecf307474db38a3461a8d844e2 Following Set Member: dev-ttyb6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb6 Found: found-udev -> Unit sys-devices-virtual-tty-ttyq8.device: Description: /sys/devices/virtual/tty/ttyq8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyq8.device Invocation ID: 811ffd12fb984530bfe6f673790f45a1 Following Set Member: dev-ttyq8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq8 Found: found-udev -> Unit dev-disk-by\x2dpath-pci\x2d0000:20:01.0\x2dscsi\x2d0:0:0:0.device: Description: ST3300007LC Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-pci\x2d0000:20:01.0\x2dscsi\x2d0:0:0:0.device Invocation ID: c746ab55e1c843b38b80d142633fb575 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb.device Following Set Member: dev-sdb.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR03Y0N.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.0/host2/target2:0:0/2:0:0:0/block/sdb Found: found-udev -> Unit dev-ttyx6.device: Description: /dev/ttyx6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyx6.device Invocation ID: 660bfe3000a04d439e075be4884a419c Following: sys-devices-virtual-tty-ttyx6.device Following Set Member: sys-devices-virtual-tty-ttyx6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx6 Found: found-udev -> Unit dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX.device: Description: ST3300007LC Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX.device Invocation ID: 32137032ef5b4ff6a2477bc96b1f0e2d Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0.device Following Set Member: dev-sdc.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc Found: found-udev -> Unit home.mount: Description: /home Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:40 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:39 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:40 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/home.mount CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: home.mount Invocation ID: a577f0e30b73460e831765e0472d83c2 Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Fragment Path: /run/systemd/generator/home.mount Source Path: /etc/fstab Condition Timestamp: Sat 2018-09-22 16:14:38 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:38 EDT Assert Result: yes Requires: system.slice (origin-file) Requires: -.mount (origin-file origin-implicit) Requires: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (origin-file) BindsTo: dev-disk-by\x2dlabel-HOME2.device (origin-file) RequiredBy: home-dave.mount (destination-implicit) RequiredBy: local-fs.target (destination-file) RequiredBy: home-srv-buildd-unpack.mount (destination-implicit) RequiredBy: home-srv-swapfile.swap (destination-path) WantedBy: dev-disk-by\x2dlabel-HOME2.device (destination-file) Conflicts: umount.target (origin-file) Before: umount.target (origin-file) Before: home-dave.mount (destination-implicit) Before: local-fs.target (origin-file) Before: home-srv-buildd-unpack.mount (destination-implicit) Before: home-srv-swapfile.swap (destination-path) After: dev-disk-by\x2dlabel-HOME2.device (origin-file) After: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (origin-file) After: local-fs-pre.target (origin-file) After: -.mount (origin-file origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: dev-disk-by\x2dlabel-HOME2.device (origin-file) References: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (origin-file) References: local-fs-pre.target (origin-file) References: -.mount (origin-file origin-implicit) References: local-fs.target (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: umount.target (origin-file) ReferencedBy: home-dave.mount (destination-implicit) ReferencedBy: local-fs.target (destination-file) ReferencedBy: home-srv-buildd-unpack.mount (destination-implicit) ReferencedBy: home-srv-swapfile.swap (destination-path) RequiresMountsFor: / (origin-implicit) RequiresMountsFor: /dev/disk/by-label/HOME2 (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /home What: /dev/sdc7 File System Type: ext4 Options: rw,relatime,data=ordered From /proc/self/mountinfo: yes From fragment: yes Extrinsic: no DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyv9.device: Description: /dev/ttyv9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyv9.device Invocation ID: a3b1774d84f345c08bda72332dcadf51 Following: sys-devices-virtual-tty-ttyv9.device Following Set Member: sys-devices-virtual-tty-ttyv9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv9 Found: found-udev -> Unit dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0.device: Description: ST3300007LC Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0.device Invocation ID: 0f994d287e174a48a870c42a3afa13ee Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX.device Following Set Member: dev-sdc.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc Found: found-udev -> Unit sys-devices-virtual-tty-ttyue.device: Description: /sys/devices/virtual/tty/ttyue Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyue.device Invocation ID: fdf0dc56c76049669472e6b1ac505047 Following Set Member: dev-ttyue.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyue Found: found-udev -> Unit sys-devices-virtual-tty-ttyw1.device: Description: /sys/devices/virtual/tty/ttyw1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyw1.device Invocation ID: 24c5226fccbc46038b944ff3c9012ac7 Following Set Member: dev-ttyw1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw1 Found: found-udev -> Unit dev-ttyw1.device: Description: /dev/ttyw1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyw1.device Invocation ID: cc5f457095ed493291b93f18d0d19a33 Following: sys-devices-virtual-tty-ttyw1.device Following Set Member: sys-devices-virtual-tty-ttyw1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw1 Found: found-udev -> Unit sys-devices-virtual-tty-ttycc.device: Description: /sys/devices/virtual/tty/ttycc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttycc.device Invocation ID: 845a1a83adb349aba29bc264b51145f1 Following Set Member: dev-ttycc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttycc Found: found-udev -> Unit dev-ttyd4.device: Description: /dev/ttyd4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyd4.device Invocation ID: 3e9ab46dace54cf8afa68f98c98f3ece Following: sys-devices-virtual-tty-ttyd4.device Following Set Member: sys-devices-virtual-tty-ttyd4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd4 Found: found-udev -> Unit sys-devices-virtual-tty-ttyb1.device: Description: /sys/devices/virtual/tty/ttyb1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyb1.device Invocation ID: 7566c3a3d7154f8eb1a144d03b1095b6 Following Set Member: dev-ttyb1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb1 Found: found-udev -> Unit dev-disk-by\x2dpartuuid-818f7e70\x2d06.device: Description: ST3300007LC VAR2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpartuuid-818f7e70\x2d06.device Invocation ID: c38a9a6336ac4f37a77a502da50ed700 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc6.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart6.device Following Set Member: dev-sdc6.device Following Set Member: dev-disk-by\x2dlabel-VAR2.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc6.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart6.device Following Set Member: dev-disk-by\x2duuid-e351db25\x2da36f\x2d40b4\x2db5f1\x2d26f7accb6623.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc6 Found: found-udev -> Unit dev-ttyq7.device: Description: /dev/ttyq7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyq7.device Invocation ID: a1afbdc126824912a279e7d638e65171 Following: sys-devices-virtual-tty-ttyq7.device Following Set Member: sys-devices-virtual-tty-ttyq7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq7 Found: found-udev -> Unit dev-ttytf.device: Description: /dev/ttytf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttytf.device Invocation ID: c1bc14814c0c4bacab5e51731df856d5 Following: sys-devices-virtual-tty-ttytf.device Following Set Member: sys-devices-virtual-tty-ttytf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttytf Found: found-udev -> Unit sys-devices-virtual-tty-ttycd.device: Description: /sys/devices/virtual/tty/ttycd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttycd.device Invocation ID: 1371b42021154729b3741285375770ac Following Set Member: dev-ttycd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttycd Found: found-udev -> Unit dev-ttyra.device: Description: /dev/ttyra Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyra.device Invocation ID: 499d161e1ba14e649390232c4bd6c2c1 Following: sys-devices-virtual-tty-ttyra.device Following Set Member: sys-devices-virtual-tty-ttyra.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyra Found: found-udev -> Unit dev-ttyqc.device: Description: /dev/ttyqc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyqc.device Invocation ID: 364d5693139d4276877f6adcd947eb95 Following: sys-devices-virtual-tty-ttyqc.device Following Set Member: sys-devices-virtual-tty-ttyqc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyqc Found: found-udev -> Unit sys-devices-virtual-tty-ttywd.device: Description: /sys/devices/virtual/tty/ttywd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttywd.device Invocation ID: 43f7c451914646078fcad7208a726779 Following Set Member: dev-ttywd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttywd Found: found-udev -> Unit ifup at eth0.service: Description: ifup for eth0 Instance: eth0 Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:05 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:56 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:56 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: ifup at eth0.service Invocation ID: d8a058a9b68d45acb2e547a8ab093a9b Fragment Path: /lib/systemd/system/ifup at .service Condition Timestamp: Sat 2018-09-22 16:14:56 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:56 EDT Assert Result: yes Requires: system.slice (origin-file) BindsTo: sys-subsystem-net-devices-eth0.device (origin-file) Conflicts: shutdown.target (origin-file) Before: network.target (origin-file) Before: shutdown.target (origin-file) Before: network-online.target (origin-file) After: local-fs.target (origin-file) After: system.slice (origin-file) After: systemd-sysctl.service (origin-file) After: sys-subsystem-net-devices-eth0.device (origin-file) After: apparmor.service (origin-file) After: network-pre.target (origin-file) After: systemd-journald.socket (origin-file) References: local-fs.target (origin-file) References: network.target (origin-file) References: system.slice (origin-file) References: systemd-sysctl.service (origin-file) References: network-online.target (origin-file) References: shutdown.target (origin-file) References: sys-subsystem-net-devices-eth0.device (origin-file) References: apparmor.service (origin-file) References: network-pre.target (origin-file) References: systemd-journald.socket (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 5min TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/sh -ec 'ifup --allow=hotplug eth0; ifquery --state eth0' PID: 1410 Start Timestamp: Sat 2018-09-22 16:14:56 EDT Exit Timestamp: Sat 2018-09-22 16:15:05 EDT Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /sbin/ifdown eth0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit getty at tty1.service: Description: Getty on tty1 Instance: tty1 Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:09 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:09 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:09 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-getty.slice CGroup: /system.slice/system-getty.slice/getty at tty1.service CGroup realized: yes CGroup realized mask: memory pids CGroup own mask: memory pids Name: getty at tty1.service Invocation ID: d51f3bee10ab4b9897724a8ac604f780 Documentation: man:agetty(8) Documentation: man:systemd-getty-generator(8) Documentation: http://0pointer.de/blog/projects/serial-console.html Fragment Path: /lib/systemd/system/getty at .service ConditionPathExists: /dev/tty0 succeeded Condition Timestamp: Sat 2018-09-22 16:15:09 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:09 EDT Assert Result: yes Requires: system-getty.slice (origin-file) Requires: sysinit.target (origin-default) WantedBy: getty.target (destination-file) Conflicts: shutdown.target (origin-default) Conflicts: rescue.service (origin-file) Before: rescue.service (origin-file) Before: shutdown.target (origin-default) Before: getty.target (origin-file destination-default) After: getty-pre.target (origin-file) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: plymouth-quit-wait.service (origin-file) After: systemd-user-sessions.service (origin-file) After: system-getty.slice (origin-file) After: sysinit.target (origin-default) After: rc-local.service (origin-file) References: getty-pre.target (origin-file) References: getty.target (origin-file) References: systemd-journald.socket (origin-file) References: rescue.service (origin-file) References: basic.target (origin-default) References: shutdown.target (origin-default) References: plymouth-quit-wait.service (origin-file) References: systemd-user-sessions.service (origin-file) References: system-getty.slice (origin-file) References: sysinit.target (origin-default) References: rc-local.service (origin-file) ReferencedBy: getty.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: idle Restart: always NotifyAccess: none NotifyState: unknown Main PID: 1663 Main PID Known: yes Main PID Alien: no RestartSec: 0 TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: yes UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private UnsetEnvironment: LANG UnsetEnvironment: LANGUAGE UnsetEnvironment: LC_CTYPE UnsetEnvironment: LC_NUMERIC UnsetEnvironment: LC_TIME UnsetEnvironment: LC_COLLATE UnsetEnvironment: LC_MONETARY UnsetEnvironment: LC_MESSAGES UnsetEnvironment: LC_PAPER UnsetEnvironment: LC_NAME UnsetEnvironment: LC_ADDRESS UnsetEnvironment: LC_TELEPHONE UnsetEnvironment: LC_MEASUREMENT UnsetEnvironment: LC_IDENTIFICATION RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit TTYPath: /dev/tty1 TTYReset: yes TTYVHangup: yes TTYVTDisallocate: yes SyslogFacility: daemon SyslogLevel: info DynamicUser: no UtmpIdentifier: tty1 LockPersonality: no -> ExecStart: Command Line: /sbin/agetty -o '-p -- \u' --noclear tty1 $TERM PID: 1663 Start Timestamp: Sat 2018-09-22 16:15:09 EDT CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyb7.device: Description: /dev/ttyb7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyb7.device Invocation ID: cd08948186904f559862bf22c5eb10d5 Following: sys-devices-virtual-tty-ttyb7.device Following Set Member: sys-devices-virtual-tty-ttyb7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb7 Found: found-udev -> Unit sys-devices-virtual-tty-ttyz2.device: Description: /sys/devices/virtual/tty/ttyz2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyz2.device Invocation ID: 08e12f4661ba42f59da10d2f8528cbe0 Following Set Member: dev-ttyz2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz2 Found: found-udev -> Unit dev-ttyp4.device: Description: /dev/ttyp4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyp4.device Invocation ID: 72fcb4ce0e9342ecb44db5c7220b675c Following: sys-devices-virtual-tty-ttyp4.device Following Set Member: sys-devices-virtual-tty-ttyp4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp4 Found: found-udev -> Unit sys-devices-virtual-tty-ttyxe.device: Description: /sys/devices/virtual/tty/ttyxe Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyxe.device Invocation ID: 6c79417e35604a76ac75bbe7481dc9db Following Set Member: dev-ttyxe.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyxe Found: found-udev -> Unit open-iscsi.service: Description: open-iscsi.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: open-iscsi.service WantedBy: multi-user.target (destination-file) ReferencedBy: multi-user.target (destination-file) -> Unit user at 1000.service: Description: User Manager for UID 1000 Instance: 1000 Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:26 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:24 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:26 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: user-1000.slice CGroup: /user.slice/user-1000.slice/user at 1000.service CGroup realized: yes CGroup realized mask: memory pids CGroup own mask: memory pids Name: user at 1000.service Invocation ID: c5edc3c8ca3642478ddac98bda82d3ef Fragment Path: /lib/systemd/system/user at .service Condition Timestamp: Sat 2018-09-22 16:15:24 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:24 EDT Assert Result: yes Requires: user-runtime-dir at 1000.service (origin-file) Requires: sysinit.target (origin-default) Requires: user-1000.slice (origin-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: user-runtime-dir at 1000.service (origin-file) After: systemd-journald.socket (origin-file) After: systemd-user-sessions.service (origin-file) After: user-1000.slice (origin-file) After: basic.target (origin-default) After: sysinit.target (origin-default) References: user-runtime-dir at 1000.service (origin-file) References: systemd-journald.socket (origin-file) References: systemd-user-sessions.service (origin-file) References: user-1000.slice (origin-file) References: basic.target (origin-default) References: shutdown.target (origin-default) References: sysinit.target (origin-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: no NotifyAccess: main NotifyState: ready Main PID: 2251 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 2min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: mixed KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info User: 1000 DynamicUser: no PAMName: systemd-user LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd --user PID: 2251 Start Timestamp: Sat 2018-09-22 16:15:24 EDT Status Text: Startup finished in 2.090s. CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=yes DelegateControllers=memory pids -> Unit dev-ttyx1.device: Description: /dev/ttyx1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyx1.device Invocation ID: 10bad2abc41e468391e8a7a8a88588b7 Following: sys-devices-virtual-tty-ttyx1.device Following Set Member: sys-devices-virtual-tty-ttyx1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx1 Found: found-udev -> Unit lvm2-activation-early.service: Description: lvm2-activation-early.service Instance: n/a Unit Load State: masked Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: lvm2-activation-early.service Fragment Path: /dev/null WantedBy: local-fs.target (destination-file) ReferencedBy: local-fs.target (destination-file) -> Unit dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR03Y0N\x2dpart1.device: Description: ST3300007LC DAVE Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR03Y0N\x2dpart1.device Invocation ID: 9a41248ac8d14028ba8bc1e657a72e58 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb-sdb1.device Following Set Member: dev-disk-by\x2dpartuuid-0a40befa\x2d01.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb-sdb1.device Following Set Member: dev-disk-by\x2dlabel-DAVE.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.0\x2dscsi\x2d0:0:0:0\x2dpart1.device Following Set Member: dev-sdb1.device Following Set Member: dev-disk-by\x2duuid-319a7735\x2dd320\x2d4e62\x2db142\x2d05950b0eff50.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.0/host2/target2:0:0/2:0:0:0/block/sdb/sdb1 Found: found-udev -> Unit dev-ttyxc.device: Description: /dev/ttyxc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyxc.device Invocation ID: 0535d4be5de941cfbd317c497d455396 Following: sys-devices-virtual-tty-ttyxc.device Following Set Member: sys-devices-virtual-tty-ttyxc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyxc Found: found-udev -> Unit systemd-binfmt.service: Description: Set Up Additional Binary Formats Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-binfmt.service Documentation: man:systemd-binfmt.service(8) Documentation: man:binfmt.d(5) Documentation: https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/systemd-binfmt.service ConditionDirectoryNotEmpty: |/run/binfmt.d failed ConditionDirectoryNotEmpty: |/etc/binfmt.d failed ConditionDirectoryNotEmpty: |/usr/local/lib/binfmt.d failed ConditionDirectoryNotEmpty: |/usr/lib/binfmt.d failed ConditionDirectoryNotEmpty: |/lib/binfmt.d failed ConditionPathIsReadWrite: /proc/sys succeeded Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: no Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) Before: sysinit.target (origin-file) After: system.slice (origin-file) After: proc-sys-fs-binfmt_misc.automount (origin-file) After: systemd-journald.socket (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: proc-sys-fs-binfmt_misc.automount (origin-file) References: shutdown.target (origin-file) References: sysinit.target (origin-file) ReferencedBy: sysinit.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-binfmt CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit systemd-tmpfiles-setup.service: Description: Create Volatile Files and Directories Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:56 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:55 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:56 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-tmpfiles-setup.service Invocation ID: 9ce6268b472a4a13a195a14272c788a5 Documentation: man:tmpfiles.d(5) Documentation: man:systemd-tmpfiles(8) Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup.service Condition Timestamp: Sat 2018-09-22 16:14:55 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:55 EDT Assert Result: yes Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: logrotate.service (destination-file) Before: ntp.service (destination-file) Before: phpsessionclean.service (destination-file) Before: rpcbind.service (destination-file) Before: systemd-update-utmp.service (destination-file) Before: systemd-networkd.service (destination-file) Before: systemd-timesyncd.service (destination-file) Before: ModemManager.service (destination-file) Before: shutdown.target (origin-file) Before: sysinit.target (origin-file) After: systemd-sysusers.service (origin-file) After: systemd-journal-flush.service (destination-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) After: local-fs.target (origin-file) References: systemd-sysusers.service (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: local-fs.target (origin-file) References: shutdown.target (origin-file) References: sysinit.target (origin-file) ReferencedBy: systemd-journal-flush.service (destination-file) ReferencedBy: rpcbind.service (destination-file) ReferencedBy: sysinit.target (destination-file) ReferencedBy: ntp.service (destination-file) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: systemd-update-utmp.service (destination-file) ReferencedBy: systemd-timesyncd.service (destination-file) ReferencedBy: logrotate.service (destination-file) ReferencedBy: ModemManager.service (destination-file) ReferencedBy: phpsessionclean.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: yes DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev PID: 1398 Start Timestamp: Sat 2018-09-22 16:14:55 EDT Exit Timestamp: Sat 2018-09-22 16:14:56 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-sdc.device: Description: ST3300007LC Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sdc.device Invocation ID: e755041e59ab4f86a29aca80381c2c6d Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc Found: found-udev -> Unit dev-ttyz3.device: Description: /dev/ttyz3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyz3.device Invocation ID: af1a778342cc4703bfbbec1ea2a6d997 Following: sys-devices-virtual-tty-ttyz3.device Following Set Member: sys-devices-virtual-tty-ttyz3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz3 Found: found-udev -> Unit sys-devices-virtual-tty-ttyz5.device: Description: /sys/devices/virtual/tty/ttyz5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyz5.device Invocation ID: 6812932cedb54e24a946e4984b80c686 Following Set Member: dev-ttyz5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz5 Found: found-udev -> Unit sysstat.service: Description: Resets System Activity Data Collector Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:00 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:59 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:00 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: sysstat.service Invocation ID: 3eee38ce8f1e4b8a975dca1e5d094c55 Documentation: man:sa1(8) Documentation: man:sadc(8) Documentation: man:sar(1) Fragment Path: /lib/systemd/system/sysstat.service Condition Timestamp: Sat 2018-09-22 16:14:59 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:59 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: system.slice (origin-file) References: sysinit.target (origin-default) References: shutdown.target (origin-default) References: systemd-journald.socket (origin-file) References: basic.target (origin-default) References: system.slice (origin-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info User: root DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/lib/sysstat/debian-sa1 --boot PID: 1477 Start Timestamp: Sat 2018-09-22 16:14:59 EDT Exit Timestamp: Sat 2018-09-22 16:15:00 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyda.device: Description: /sys/devices/virtual/tty/ttyda Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyda.device Invocation ID: 8d3451e750ba4fa7a6250ead25fde136 Following Set Member: dev-ttyda.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyda Found: found-udev -> Unit sys-devices-virtual-tty-ttyd0.device: Description: /sys/devices/virtual/tty/ttyd0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyd0.device Invocation ID: 5bf7cec17a444b5c899e33da8ebe15c3 Following Set Member: dev-ttyd0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd0 Found: found-udev -> Unit sys-devices-virtual-tty-ttysf.device: Description: /sys/devices/virtual/tty/ttysf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttysf.device Invocation ID: 228ca10048e14979bfd1fe62ec7726a0 Following Set Member: dev-ttysf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttysf Found: found-udev -> Unit sys-devices-virtual-tty-ttya2.device: Description: /sys/devices/virtual/tty/ttya2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttya2.device Invocation ID: ac8091cd887849a4a20350bdc29cd5cc Following Set Member: dev-ttya2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya2 Found: found-udev -> Unit dev-disk-by\x2dpartuuid-818f7e70\x2d01.device: Description: ST3300007LC 1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpartuuid-818f7e70\x2d01.device Invocation ID: 27bb49f215334c83ad8581a3c4e459de Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc1.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart1.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart1.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc1.device Following Set Member: dev-sdc1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc1 Found: found-udev -> Unit dev-hugepages.mount: Description: Huge Pages File System Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: dev-hugepages.mount Documentation: https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/dev-hugepages.mount ConditionVirtualization: !private-users succeeded ConditionCapability: CAP_SYS_ADMIN succeeded ConditionPathExists: /sys/kernel/mm/hugepages failed Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: no Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Before: sysinit.target (origin-file) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: sysinit.target (origin-file) References: -.mount (origin-implicit) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /dev (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: dead Result: success Where: /dev/hugepages What: hugetlbfs File System Type: hugetlbfs Options: n/a From /proc/self/mountinfo: no From fragment: yes Extrinsic: yes DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyqc.device: Description: /sys/devices/virtual/tty/ttyqc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyqc.device Invocation ID: 8c2f5c15b9f544f187951b3bbad48069 Following Set Member: dev-ttyqc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyqc Found: found-udev -> Unit rc-local.service: Description: /etc/rc.local Compatibility Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:07 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:04 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:05 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: rc-local.service Invocation ID: bc5702e7a1e745b0ac56e43c2a2fe966 Documentation: man:systemd-rc-local-generator(8) Fragment Path: /lib/systemd/system/rc-local.service DropIn Path: /lib/systemd/system/rc-local.service.d/debian.conf ConditionFileIsExecutable: /etc/rc.local succeeded Condition Timestamp: Sat 2018-09-22 16:15:04 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:04 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: multi-user.target (destination-default) Before: shutdown.target (origin-default) Before: getty at tty1.service (destination-file) Before: serial-getty at ttyS0.service (destination-file) After: basic.target (origin-default) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) After: network-online.target (origin-file) After: network.target (origin-file) After: sysinit.target (origin-default) References: basic.target (origin-default) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: network-online.target (origin-file) References: network.target (origin-file) References: shutdown.target (origin-default) References: sysinit.target (origin-default) ReferencedBy: getty at tty1.service (destination-file) ReferencedBy: serial-getty at ttyS0.service (destination-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: no Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: infinity RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal+console StandardError: journal+console SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/rc.local start PID: 1594 Start Timestamp: Sat 2018-09-22 16:15:04 EDT Exit Timestamp: Sat 2018-09-22 16:15:05 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyre.device: Description: /sys/devices/virtual/tty/ttyre Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyre.device Invocation ID: 65eef97a08fe49d99b0d90819081ce82 Following Set Member: dev-ttyre.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyre Found: found-udev -> Unit smartd.service: Description: Self Monitoring and Reporting Technology (SMART) Daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:59 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:59 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:59 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/smartd.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: smartd.service Invocation ID: d093c2a374774e209a14bd136803e5ca Documentation: man:smartd(8) Documentation: man:smartd.conf(5) Fragment Path: /lib/systemd/system/smartd.service Condition Timestamp: Sat 2018-09-22 16:14:59 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:59 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: basic.target (origin-default) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: sysinit.target (origin-default) References: shutdown.target (origin-default) References: basic.target (origin-default) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: sysinit.target (origin-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown Main PID: 1472 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/smartmontools RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: syslog StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/smartd -n $smartd_opts PID: 1472 Start Timestamp: Sat 2018-09-22 16:14:59 EDT -> ExecReload: Command Line: /bin/kill -HUP $MAINPID CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit nfs-client.target: Description: NFS client services Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:56 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:56 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:56 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: nfs-client.target Invocation ID: a75bbd4039734c20b6c6958b77a32699 Fragment Path: /lib/systemd/system/nfs-client.target Condition Timestamp: Sat 2018-09-22 16:14:56 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:56 EDT Assert Result: yes Wants: remote-fs-pre.target (origin-file) Wants: nfs-blkmap.service (origin-file) Wants: auth-rpcgss-module.service (origin-file) WantedBy: remote-fs.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: remote-fs-pre.target (origin-file) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: rpc-gssd.service (origin-file) After: rpc-svcgssd.service (origin-file) After: gssproxy.service (origin-file) References: rpc-svcgssd.service (origin-file) References: auth-rpcgss-module.service (origin-file) References: gssproxy.service (origin-file) References: rpc-gssd.service (origin-file) References: nfs-blkmap.service (origin-file) References: shutdown.target (origin-default) References: remote-fs-pre.target (origin-file) ReferencedBy: remote-fs.target (destination-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit sys-devices-virtual-tty-ttyu5.device: Description: /sys/devices/virtual/tty/ttyu5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyu5.device Invocation ID: 16a526e00c3d4606857803b061a68c03 Following Set Member: dev-ttyu5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu5 Found: found-udev -> Unit dev-ram4.device: Description: /dev/ram4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram4.device Invocation ID: 6c3ac2f0ac3b4bc4a3a68ecbf773b4d7 Following: sys-devices-virtual-block-ram4.device Following Set Member: sys-devices-virtual-block-ram4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram4 Found: found-udev -> Unit dev-ttyc3.device: Description: /dev/ttyc3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyc3.device Invocation ID: 6e6ecb907bc14a7ead031eb92ef34775 Following: sys-devices-virtual-tty-ttyc3.device Following Set Member: sys-devices-virtual-tty-ttyc3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc3 Found: found-udev -> Unit sys-devices-virtual-tty-ttyx9.device: Description: /sys/devices/virtual/tty/ttyx9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyx9.device Invocation ID: cd9038e924704b59983630a3f0ef9676 Following Set Member: dev-ttyx9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx9 Found: found-udev -> Unit dev-ttyb9.device: Description: /dev/ttyb9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyb9.device Invocation ID: 499c0141e2cd4c0faf4d38149fbd62f3 Following: sys-devices-virtual-tty-ttyb9.device Following Set Member: sys-devices-virtual-tty-ttyb9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb9 Found: found-udev -> Unit dev-ttyvf.device: Description: /dev/ttyvf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyvf.device Invocation ID: deee9e7f97d247b9aa305b2d056653d2 Following: sys-devices-virtual-tty-ttyvf.device Following Set Member: sys-devices-virtual-tty-ttyvf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyvf Found: found-udev -> Unit sys-devices-virtual-tty-ttyx4.device: Description: /sys/devices/virtual/tty/ttyx4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyx4.device Invocation ID: c50e2091391542a9ac2112eb344d1d3b Following Set Member: dev-ttyx4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx4 Found: found-udev -> Unit system-user\x2druntime\x2ddir.slice: Description: system-user\x2druntime\x2ddir.slice Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:24 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:24 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/system-user\x2druntime\x2ddir.slice CGroup realized: yes CGroup realized mask: memory devices pids CGroup enabled mask: memory pids CGroup own mask: memory pids CGroup members mask: memory pids Name: system-user\x2druntime\x2ddir.slice Invocation ID: 4009ac999e244f04b9b4b472e2b1bb49 Condition Timestamp: Sat 2018-09-22 16:15:24 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:24 EDT Assert Result: yes Requires: system.slice (origin-implicit) RequiredBy: user-runtime-dir at 1000.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: user-runtime-dir at 1000.service (destination-file) After: system.slice (origin-implicit) References: shutdown.target (origin-default) References: system.slice (origin-implicit) ReferencedBy: user-runtime-dir at 1000.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: active CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no -> Unit dev-ttyu3.device: Description: /dev/ttyu3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyu3.device Invocation ID: dd512f29e9834a0980ce4d215f765f66 Following: sys-devices-virtual-tty-ttyu3.device Following Set Member: sys-devices-virtual-tty-ttyu3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu3 Found: found-udev -> Unit dev-ttyb5.device: Description: /dev/ttyb5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyb5.device Invocation ID: f5e34ba2bb004e5b9a751d5d8aa82989 Following: sys-devices-virtual-tty-ttyb5.device Following Set Member: sys-devices-virtual-tty-ttyb5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb5 Found: found-udev -> Unit sys-devices-virtual-tty-ttyr5.device: Description: /sys/devices/virtual/tty/ttyr5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyr5.device Invocation ID: cf3bf35b4d80453db903ae6e993b8464 Following Set Member: dev-ttyr5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr5 Found: found-udev -> Unit sys-devices-virtual-tty-ttyy7.device: Description: /sys/devices/virtual/tty/ttyy7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyy7.device Invocation ID: 0ad471a205e2402ba5a8bf9167f38bf3 Following Set Member: dev-ttyy7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy7 Found: found-udev -> Unit sheepdog.service: Description: LSB: Sheepdog is a distributed storage system for KVM/QEMU. Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:08 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:07 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:08 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: sheepdog.service Invocation ID: 8686e12692414776828e272f52a31794 Documentation: man:systemd-sysv-generator(8) Fragment Path: /run/systemd/generator.late/sheepdog.service Source Path: /etc/init.d/sheepdog Condition Timestamp: Sat 2018-09-22 16:15:07 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:07 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) Wants: network-online.target (origin-file) WantedBy: graphical.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: graphical.target (origin-file destination-default) Before: shutdown.target (origin-default) Before: multi-user.target (origin-file destination-default) After: hostname.service (origin-file) After: remote-fs.target (origin-file) After: basic.target (origin-default) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: sysinit.target (origin-default) After: network-online.target (origin-file) References: multi-user.target (origin-file) References: graphical.target (origin-file) References: hostname.service (origin-file) References: shutdown.target (origin-default) References: remote-fs.target (origin-file) References: basic.target (origin-default) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: sysinit.target (origin-default) References: network-online.target (origin-file) ReferencedBy: graphical.target (destination-file destination-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: no Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 5min TimeoutStopSec: 5min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/init.d/sheepdog start PID: 1643 Start Timestamp: Sat 2018-09-22 16:15:07 EDT Exit Timestamp: Sat 2018-09-22 16:15:08 EDT Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /etc/init.d/sheepdog stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit proc-fs-nfsd.mount: Description: NFSD configuration filesystem Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:22 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:24 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/proc-fs-nfsd.mount CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: proc-fs-nfsd.mount Invocation ID: 16f470089be84819950ac097f7e638e1 Fragment Path: /lib/systemd/system/proc-fs-nfsd.mount Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:22 EDT Assert Result: yes Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) RequiredBy: nfs-mountd.service (destination-file) RequiredBy: nfs-server.service (destination-file) Before: nfs-mountd.service (destination-file) Before: nfs-server.service (destination-file) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: -.mount (origin-implicit) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) ReferencedBy: nfs-mountd.service (destination-file) ReferencedBy: nfs-server.service (destination-file) RequiresMountsFor: /proc/fs (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /proc/fs/nfsd What: nfsd File System Type: nfsd Options: rw,relatime From /proc/self/mountinfo: yes From fragment: yes Extrinsic: yes DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-fs-fuse-connections.mount: Description: FUSE Control File System Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: sys-fs-fuse-connections.mount Documentation: https://www.kernel.org/doc/Documentation/filesystems/fuse.txt Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/sys-fs-fuse-connections.mount ConditionVirtualization: !private-users succeeded ConditionCapability: CAP_SYS_ADMIN succeeded ConditionPathExists: /sys/fs/fuse/connections failed Condition Timestamp: Sat 2018-09-22 16:14:25 EDT Condition Result: no Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Before: sysinit.target (origin-file) After: -.mount (origin-implicit) After: systemd-modules-load.service (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: sysinit.target (origin-file) References: -.mount (origin-implicit) References: systemd-modules-load.service (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /sys/fs/fuse (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: dead Result: success Where: /sys/fs/fuse/connections What: fusectl File System Type: fusectl Options: n/a From /proc/self/mountinfo: no From fragment: yes Extrinsic: yes DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyx1.device: Description: /sys/devices/virtual/tty/ttyx1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyx1.device Invocation ID: 3aa7264fbefc415e91921e8934f4e722 Following Set Member: dev-ttyx1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx1 Found: found-udev -> Unit dev-ttyrf.device: Description: /dev/ttyrf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyrf.device Invocation ID: e29df538e11b46678ae39348477343cf Following: sys-devices-virtual-tty-ttyrf.device Following Set Member: sys-devices-virtual-tty-ttyrf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyrf Found: found-udev -> Unit dev-ttyre.device: Description: /dev/ttyre Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyre.device Invocation ID: d0af53c4d0654a3eb32e03d90227a279 Following: sys-devices-virtual-tty-ttyre.device Following Set Member: sys-devices-virtual-tty-ttyre.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyre Found: found-udev -> Unit dev-disk-by\x2dlabel-VAR2.device: Description: ST3300007LC VAR2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dlabel-VAR2.device Invocation ID: 2228c95dba1b422f802792763c82cacd Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc6.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart6.device Following Set Member: dev-sdc6.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d06.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc6.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart6.device Following Set Member: dev-disk-by\x2duuid-e351db25\x2da36f\x2d40b4\x2db5f1\x2d26f7accb6623.device Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:22 EDT Assert Result: yes Wants: var.mount (origin-file) BoundBy: var.mount (destination-file) BoundBy: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) Before: var.mount (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) ReferencedBy: var.mount (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc6 Found: found-udev -> Unit sys-devices-virtual-tty-ttyv5.device: Description: /sys/devices/virtual/tty/ttyv5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyv5.device Invocation ID: 389bb13a443c447eae1406259c239b86 Following Set Member: dev-ttyv5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv5 Found: found-udev -> Unit dev-ttyc1.device: Description: /dev/ttyc1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyc1.device Invocation ID: e9bfd11b20794506a636335d4e3d5a18 Following: sys-devices-virtual-tty-ttyc1.device Following Set Member: sys-devices-virtual-tty-ttyc1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc1 Found: found-udev -> Unit sys-devices-virtual-tty-ttya7.device: Description: /sys/devices/virtual/tty/ttya7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttya7.device Invocation ID: 087ffe950e084863a141dbc08bd1d6d9 Following Set Member: dev-ttya7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya7 Found: found-udev -> Unit sys-devices-virtual-tty-ttytd.device: Description: /sys/devices/virtual/tty/ttytd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttytd.device Invocation ID: 41516c1a614443f49fd468a1e233ffa7 Following Set Member: dev-ttytd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttytd Found: found-udev -> Unit sys-devices-virtual-tty-ttyze.device: Description: /sys/devices/virtual/tty/ttyze Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyze.device Invocation ID: 2807c6f0754b44bc853c6d9019ff7561 Following Set Member: dev-ttyze.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyze Found: found-udev -> Unit systemd-tmpfiles-setup-dev.service: Description: Create Static Device Nodes in /dev Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:26 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:25 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:26 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-tmpfiles-setup-dev.service Invocation ID: 32ae9c69e9dd4194a247855709225f2c Documentation: man:tmpfiles.d(5) Documentation: man:systemd-tmpfiles(8) Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup-dev.service ConditionCapability: CAP_SYS_MODULE succeeded Condition Timestamp: Sat 2018-09-22 16:14:25 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:25 EDT Assert Result: yes Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) Before: local-fs-pre.target (origin-file) Before: systemd-udevd.service (origin-file) Before: sysinit.target (origin-file) After: kmod-static-nodes.service (destination-file) After: systemd-sysusers.service (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: shutdown.target (origin-file) References: systemd-sysusers.service (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: local-fs-pre.target (origin-file) References: systemd-udevd.service (origin-file) References: sysinit.target (origin-file) ReferencedBy: sysinit.target (destination-file) ReferencedBy: kmod-static-nodes.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/systemd-tmpfiles --prefix=/dev --create --boot PID: 1197 Start Timestamp: Sat 2018-09-22 16:14:25 EDT Exit Timestamp: Sat 2018-09-22 16:14:26 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-parisc-0-0:7-pci0000:e0-0000:e0:01.1-tty-ttyS2.device: Description: Diva Serial [GSP] Multiport UART (Everest SP2) Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:27 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:27 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:27 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:7-pci0000:e0-0000:e0:01.1-tty-ttyS2.device Invocation ID: 33e1bf0ec9cc4d9c811db4ac4c107556 Following Set Member: dev-ttyS2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:7/pci0000:e0/0000:e0:01.1/tty/ttyS2 Found: found-udev -> Unit dev-ttyyf.device: Description: /dev/ttyyf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyyf.device Invocation ID: 7304195efd3c4f95b1f2876b5b49cfd5 Following: sys-devices-virtual-tty-ttyyf.device Following Set Member: sys-devices-virtual-tty-ttyyf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyyf Found: found-udev -> Unit systemd-udevd-kernel.socket: Description: udev Kernel Socket Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:27 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:22 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:22 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-udevd-kernel.socket CGroup realized: no CGroup own mask: memory pids Name: systemd-udevd-kernel.socket Invocation ID: ff808a0a49a942a3ab818ee81f06cc96 Documentation: man:systemd-udevd.service(8) Documentation: man:udev(7) Fragment Path: /lib/systemd/system/systemd-udevd-kernel.socket ConditionPathIsReadWrite: /sys succeeded Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:22 EDT Assert Result: yes Requires: system.slice (origin-file) WantedBy: systemd-udevd.service (destination-file) WantedBy: sockets.target (destination-file) Before: systemd-udevd.service (origin-implicit destination-file) Before: systemd-udev-trigger.service (destination-file) Before: sockets.target (origin-file) After: system.slice (origin-file) Triggers: systemd-udevd.service (origin-implicit destination-file) References: system.slice (origin-file) References: systemd-udevd.service (origin-implicit) References: sockets.target (origin-file) ReferencedBy: systemd-udevd.service (destination-file) ReferencedBy: systemd-udev-trigger.service (destination-file) ReferencedBy: sockets.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: running Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0666 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: yes PassSecurity: no TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: systemd-udevd-kernel.socket SELinuxContextFromNet: no ReceiveBuffer: 134217728 ListenNetlink: kobject-uevent 1 TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-block-ram5.device: Description: /sys/devices/virtual/block/ram5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram5.device Invocation ID: bc16dccc614e4679aceac1f02d5f4e91 Following Set Member: dev-ram5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram5 Found: found-udev -> Unit dev-sdc1.device: Description: ST3300007LC 1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sdc1.device Invocation ID: af7e18c6254a45589ac18c33b5612741 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc1.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart1.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart1.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc1.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d01.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc1 Found: found-udev -> Unit dev-disk-by\x2dlabel-BOOT2.device: Description: ST3300007LC BOOT2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dlabel-BOOT2.device Invocation ID: 11466bc7b26945feb03bf51e324fb2f3 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc2.device Following Set Member: dev-disk-by\x2duuid-93011b9e\x2d236b\x2d4dbc\x2d9a63\x2d6b13390e0b32.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart2.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc2.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart2.device Following Set Member: dev-sdc2.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d02.device Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:22 EDT Assert Result: yes Wants: boot.mount (origin-file) BoundBy: boot.mount (destination-file) BoundBy: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) Before: boot.mount (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) ReferencedBy: boot.mount (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc2 Found: found-udev -> Unit sys-devices-virtual-tty-ttyvc.device: Description: /sys/devices/virtual/tty/ttyvc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyvc.device Invocation ID: 8730b5de08994ff7b71e03e77fc81cd1 Following Set Member: dev-ttyvc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyvc Found: found-udev -> Unit sys-devices-virtual-tty-ttys2.device: Description: /sys/devices/virtual/tty/ttys2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttys2.device Invocation ID: 2b9e8438402b41b99459d4a860746a38 Following Set Member: dev-ttys2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys2 Found: found-udev -> Unit -.slice: Description: Root Slice Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:21 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:21 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:21 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: yes Garbage Collection Mode: inactive Slice: n/a CGroup: CGroup realized: yes CGroup realized mask: cpu cpuacct memory devices pids CGroup enabled mask: memory devices pids CGroup own mask: cpu cpuacct memory pids CGroup members mask: memory devices pids Name: -.slice Documentation: man:systemd.special(7) RequiredBy: user.slice (destination-implicit) RequiredBy: init.scope (destination-file) RequiredBy: system.slice (destination-implicit) WantedBy: slices.target (destination-file) Before: init.scope (destination-file) Before: user.slice (destination-implicit) Before: slices.target (destination-file) Before: system.slice (destination-implicit) ReferencedBy: init.scope (destination-file) ReferencedBy: user.slice (destination-implicit) ReferencedBy: slices.target (destination-file) ReferencedBy: system.slice (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: active CPUAccounting=yes IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2dpartuuid-676ba017\x2d01.device: Description: My_Passport_0748 1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpartuuid-676ba017\x2d01.device Invocation ID: 41c26069d9b94a74a99119f68db3f78a Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda1.device Following Set Member: dev-sda1.device Following Set Member: dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda1.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device Following Set Member: dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0\x2dpart1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:01.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/block/sda/sda1 Found: found-udev -> Unit nfs-blkmap.service: Description: pNFS block layout mapping daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:25 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:24 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:25 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/nfs-blkmap.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: nfs-blkmap.service Invocation ID: 049d8c980397488b898d779d3b99460d Fragment Path: /lib/systemd/system/nfs-blkmap.service Condition Timestamp: Sat 2018-09-22 16:14:24 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:24 EDT Assert Result: yes Requires: run-rpc_pipefs.mount (origin-file) Requires: system.slice (origin-file) PartOf: nfs-utils.service (origin-file) WantedBy: nfs-client.target (destination-file) Conflicts: umount.target (origin-file) After: system.slice (origin-file) After: run-rpc_pipefs.mount (origin-file) After: systemd-journald.socket (origin-file) References: umount.target (origin-file) References: system.slice (origin-file) References: run-rpc_pipefs.mount (origin-file) References: nfs-utils.service (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: nfs-client.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: no NotifyAccess: none NotifyState: unknown Main PID: 1192 Main PID Known: yes Main PID Alien: no PIDFile: /run/blkmapd.pid RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/run/sysconfig/nfs-utils RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/blkmapd $BLKMAPDARGS PID: 1191 Start Timestamp: Sat 2018-09-22 16:14:24 EDT Exit Timestamp: Sat 2018-09-22 16:14:25 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttya2.device: Description: /dev/ttya2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttya2.device Invocation ID: 7f0e788bdc0d4d0893e77cac5434f816 Following: sys-devices-virtual-tty-ttya2.device Following Set Member: sys-devices-virtual-tty-ttya2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya2 Found: found-udev -> Unit sys-devices-virtual-tty-ttyr9.device: Description: /sys/devices/virtual/tty/ttyr9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyr9.device Invocation ID: 9f9bb168d0b54a6a877c360f2b2025c5 Following Set Member: dev-ttyr9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr9 Found: found-udev -> Unit dev-ttyza.device: Description: /dev/ttyza Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyza.device Invocation ID: 4707048b62f94714bc8d3789621f61d2 Following: sys-devices-virtual-tty-ttyza.device Following Set Member: sys-devices-virtual-tty-ttyza.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyza Found: found-udev -> Unit sys-devices-virtual-tty-ttya9.device: Description: /sys/devices/virtual/tty/ttya9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttya9.device Invocation ID: a3c7b7a5006e4f369b5cfe58e20aba3f Following Set Member: dev-ttya9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya9 Found: found-udev -> Unit postgresql at 9.5-main.service: Description: PostgreSQL Cluster 9.5-main Instance: 9.5-main Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-postgresql.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: postgresql at 9.5-main.service Fragment Path: /lib/systemd/system/postgresql at .service AssertPathExists: /etc/postgresql/9.5/main/postgresql.conf untested Requires: system-postgresql.slice (origin-file) Requires: var.mount (origin-file) Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) PartOf: postgresql.service (origin-file) WantedBy: postgresql.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: postgresql.service (origin-file) After: basic.target (origin-default) After: system-postgresql.slice (origin-file) After: systemd-journald.socket (origin-file) After: var.mount (origin-file) After: -.mount (origin-file) After: sysinit.target (origin-default) ReloadPropagatedFrom: postgresql.service (origin-file) References: shutdown.target (origin-default) References: basic.target (origin-default) References: system-postgresql.slice (origin-file) References: systemd-journald.socket (origin-file) References: var.mount (origin-file) References: -.mount (origin-file) References: postgresql.service (origin-file) References: sysinit.target (origin-default) ReferencedBy: postgresql.service (destination-file) RequiresMountsFor: /var/lib/postgresql/9.5/main (origin-file) RequiresMountsFor: /etc/postgresql/9.5/main (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: no NotifyAccess: none NotifyState: unknown PIDFile: /var/run/postgresql/9.5-main.pid RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1h RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 OOMScoreAdjust: -900 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect 9.5-main start -> ExecReload: Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect 9.5-main reload -> ExecStop: Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect -m fast 9.5-main stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dundee.service: Description: DUN service Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:03 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:59 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:03 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/dundee.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: dundee.service Invocation ID: 8cd8ef65208041b7829c7f150b47f7ee Fragment Path: /lib/systemd/system/dundee.service Condition Timestamp: Sat 2018-09-22 16:14:59 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:59 EDT Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) Requires: dbus.socket (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: syslog.target (origin-file) After: sysinit.target (origin-default) After: dbus.socket (origin-file) After: basic.target (origin-default) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) References: syslog.target (origin-file) References: shutdown.target (origin-default) References: sysinit.target (origin-default) References: dbus.socket (origin-file) References: basic.target (origin-default) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: dbus Restart: no NotifyAccess: none NotifyState: unknown Main PID: 1470 Main PID Known: yes Main PID Alien: no BusName: org.ofono.dundee Bus Name Good: yes RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: null SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/dundee -n PID: 1470 Start Timestamp: Sat 2018-09-22 16:14:59 EDT CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyve.device: Description: /sys/devices/virtual/tty/ttyve Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyve.device Invocation ID: 03c09d6634e44cfe92b67c3a8193cc26 Following Set Member: dev-ttyve.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyve Found: found-udev -> Unit systemd-tmpfiles-clean.timer: Description: Daily Cleanup of Temporary Directories Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:29:02 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:57 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:57 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: systemd-tmpfiles-clean.timer Invocation ID: a3226362c5a94f079bed6cad1159cfce Documentation: man:tmpfiles.d(5) Documentation: man:systemd-tmpfiles(8) Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.timer Condition Timestamp: Sat 2018-09-22 16:14:57 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:57 EDT Assert Result: yes Requires: sysinit.target (origin-default) WantedBy: timers.target (destination-file) Conflicts: shutdown.target (origin-default) Before: timers.target (origin-default) Before: shutdown.target (origin-default) Before: systemd-tmpfiles-clean.service (origin-implicit) After: sysinit.target (origin-default) Triggers: systemd-tmpfiles-clean.service (origin-implicit) References: shutdown.target (origin-default) References: sysinit.target (origin-default) References: systemd-tmpfiles-clean.service (origin-implicit) References: timers.target (origin-default) ReferencedBy: timers.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Timer State: waiting Result: success Unit: systemd-tmpfiles-clean.service Persistent: no WakeSystem: no Accuracy: 1min RemainAfterElapse: yes OnUnitActiveSec: 1d OnBootSec: 15min -> Unit dev-ttypc.device: Description: /dev/ttypc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttypc.device Invocation ID: 6467a0a03b124b74b83927c7e2db84a7 Following: sys-devices-virtual-tty-ttypc.device Following Set Member: sys-devices-virtual-tty-ttypc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttypc Found: found-udev -> Unit sys-devices-virtual-tty-ttyvb.device: Description: /sys/devices/virtual/tty/ttyvb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyvb.device Invocation ID: b9d60562134544a1844be7e43bb7ffc8 Following Set Member: dev-ttyvb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyvb Found: found-udev -> Unit dev-ttyt2.device: Description: /dev/ttyt2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyt2.device Invocation ID: 2035884370014000bf287f40bc2729c4 Following: sys-devices-virtual-tty-ttyt2.device Following Set Member: sys-devices-virtual-tty-ttyt2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt2 Found: found-udev -> Unit dev-ttya6.device: Description: /dev/ttya6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttya6.device Invocation ID: d3bdf274c74748fd9ff2c3d732eb6bcf Following: sys-devices-virtual-tty-ttya6.device Following Set Member: sys-devices-virtual-tty-ttya6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya6 Found: found-udev -> Unit dev-ttyde.device: Description: /dev/ttyde Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyde.device Invocation ID: a2477fc838a04c4392b455c9161d3b3d Following: sys-devices-virtual-tty-ttyde.device Following Set Member: sys-devices-virtual-tty-ttyde.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyde Found: found-udev -> Unit postgresql at 9.6-main.service: Description: PostgreSQL Cluster 9.6-main Instance: 9.6-main Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-postgresql.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: postgresql at 9.6-main.service Fragment Path: /lib/systemd/system/postgresql at .service AssertPathExists: /etc/postgresql/9.6/main/postgresql.conf untested Requires: -.mount (origin-file) Requires: system-postgresql.slice (origin-file) Requires: var.mount (origin-file) Requires: sysinit.target (origin-default) PartOf: postgresql.service (origin-file) WantedBy: postgresql.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: postgresql.service (origin-file) After: -.mount (origin-file) After: sysinit.target (origin-default) After: system-postgresql.slice (origin-file) After: var.mount (origin-file) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) ReloadPropagatedFrom: postgresql.service (origin-file) References: postgresql.service (origin-file) References: -.mount (origin-file) References: sysinit.target (origin-default) References: system-postgresql.slice (origin-file) References: var.mount (origin-file) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-default) References: basic.target (origin-default) ReferencedBy: postgresql.service (destination-file) RequiresMountsFor: /var/lib/postgresql/9.6/main (origin-file) RequiresMountsFor: /etc/postgresql/9.6/main (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: no NotifyAccess: none NotifyState: unknown PIDFile: /var/run/postgresql/9.6-main.pid RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1h RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 OOMScoreAdjust: -900 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect 9.6-main start -> ExecReload: Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect 9.6-main reload -> ExecStop: Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect -m fast 9.6-main stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyw7.device: Description: /dev/ttyw7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyw7.device Invocation ID: 3bb22fd1a64f4c1e9255f9501351257f Following: sys-devices-virtual-tty-ttyw7.device Following Set Member: sys-devices-virtual-tty-ttyw7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw7 Found: found-udev -> Unit dev-ttyuf.device: Description: /dev/ttyuf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyuf.device Invocation ID: 1529b45011144f0783ead77a3ece8742 Following: sys-devices-virtual-tty-ttyuf.device Following Set Member: sys-devices-virtual-tty-ttyuf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyuf Found: found-udev -> Unit dev-ttyb1.device: Description: /dev/ttyb1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyb1.device Invocation ID: 284a0729b48646a5877b66cd8d48dda8 Following: sys-devices-virtual-tty-ttyb1.device Following Set Member: sys-devices-virtual-tty-ttyb1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb1 Found: found-udev -> Unit dev-ttyye.device: Description: /dev/ttyye Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyye.device Invocation ID: 035a03070cdb40d3b53200eacee2f795 Following: sys-devices-virtual-tty-ttyye.device Following Set Member: sys-devices-virtual-tty-ttyye.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyye Found: found-udev -> Unit sys-devices-virtual-tty-ttyx7.device: Description: /sys/devices/virtual/tty/ttyx7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyx7.device Invocation ID: 8d4f79ff625c45028d26f1e9b5331f0e Following Set Member: dev-ttyx7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx7 Found: found-udev -> Unit dev-ttywe.device: Description: /dev/ttywe Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttywe.device Invocation ID: c2f2abb5688b4112ab93edb858c95681 Following: sys-devices-virtual-tty-ttywe.device Following Set Member: sys-devices-virtual-tty-ttywe.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttywe Found: found-udev -> Unit sys-devices-virtual-tty-ttyu6.device: Description: /sys/devices/virtual/tty/ttyu6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyu6.device Invocation ID: 08f642a56bf1483883cc3eacd49c95fd Following Set Member: dev-ttyu6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu6 Found: found-udev -> Unit remote-fs-pre.target: Description: Remote File Systems (Pre) Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:07 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:07 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:07 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: remote-fs-pre.target Invocation ID: e071c2451fa24db1a17e46bd7b454482 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/remote-fs-pre.target Condition Timestamp: Sat 2018-09-22 16:15:07 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:07 EDT Assert Result: yes WantedBy: nfs-client.target (destination-file) WantedBy: rpcbind.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: remote-fs.target (destination-file) After: nfs-client.target (destination-file) After: rpcbind.service (destination-file) After: nfs-server.service (destination-file) References: shutdown.target (origin-default) ReferencedBy: nfs-client.target (destination-file) ReferencedBy: rpcbind.service (destination-file) ReferencedBy: nfs-server.service (destination-file) ReferencedBy: remote-fs.target (destination-file) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit spamassassin.service: Description: Perl-based spam filter using text analysis Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: spamassassin.service Fragment Path: /lib/systemd/system/spamassassin.service Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: exim4.service (destination-file) After: system.slice (origin-file) After: network.target (origin-file) After: sysinit.target (origin-default) After: basic.target (origin-default) References: system.slice (origin-file) References: network.target (origin-file) References: sysinit.target (origin-default) References: shutdown.target (origin-default) References: basic.target (origin-default) ReferencedBy: exim4.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: always NotifyAccess: none NotifyState: unknown PIDFile: /var/run/spamd.pid RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/spamassassin RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: null StandardError: null DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/spamd -d --pidfile=/var/run/spamd.pid $OPTIONS -> ExecReload: Command Line: /bin/kill -HUP $MAINPID CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyqf.device: Description: /dev/ttyqf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyqf.device Invocation ID: 7061875d5ddc4c628d7aa56a296b4127 Following: sys-devices-virtual-tty-ttyqf.device Following Set Member: sys-devices-virtual-tty-ttyqf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyqf Found: found-udev -> Unit sys-devices-virtual-block-ram0.device: Description: /sys/devices/virtual/block/ram0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:28 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:28 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:28 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram0.device Invocation ID: 47de3ce1be9842d394aec3333c0bd793 Following Set Member: dev-ram0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram0 Found: found-udev -> Unit auditd.service: Description: auditd.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: auditd.service Before: systemd-update-utmp.service (destination-file) Before: ssh.service (destination-file) ReferencedBy: systemd-update-utmp.service (destination-file) ReferencedBy: ssh.service (destination-file) -> Unit systemd-initctl.service: Description: initctl Compatibility Daemon Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-initctl.service Documentation: man:systemd-initctl.service(8) Fragment Path: /lib/systemd/system/systemd-initctl.service Requires: system.slice (origin-file) After: system.slice (origin-file) After: systemd-initctl.socket (destination-implicit) After: systemd-journald.socket (origin-file) TriggeredBy: systemd-initctl.socket (destination-implicit) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) ReferencedBy: systemd-initctl.socket (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: all NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-initctl CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyu9.device: Description: /dev/ttyu9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyu9.device Invocation ID: 1fcedc0a0f0f4c05ba48e85fae2820c5 Following: sys-devices-virtual-tty-ttyu9.device Following Set Member: sys-devices-virtual-tty-ttyu9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu9 Found: found-udev -> Unit sys-devices-virtual-tty-ttyqe.device: Description: /sys/devices/virtual/tty/ttyqe Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyqe.device Invocation ID: 61ab6f46189b425e9e61ec94cf054062 Following Set Member: dev-ttyqe.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyqe Found: found-udev -> Unit dev-ttyb6.device: Description: /dev/ttyb6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyb6.device Invocation ID: b5e1b398261d40909409dcb8510d5da7 Following: sys-devices-virtual-tty-ttyb6.device Following Set Member: sys-devices-virtual-tty-ttyb6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb6 Found: found-udev -> Unit dev-ttyve.device: Description: /dev/ttyve Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyve.device Invocation ID: 88922d024dc34712abd61bbf65fc4165 Following: sys-devices-virtual-tty-ttyve.device Following Set Member: sys-devices-virtual-tty-ttyve.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyve Found: found-udev -> Unit sys-devices-virtual-tty-ttyxd.device: Description: /sys/devices/virtual/tty/ttyxd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyxd.device Invocation ID: acac61712a984bdf8c934363a3c58873 Following Set Member: dev-ttyxd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyxd Found: found-udev -> Unit rpcbind.target: Description: RPC Port Mapper Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:00 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:00 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:00 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: rpcbind.target Invocation ID: dc1ee763296743bc9f21054c1e8929af Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/rpcbind.target Condition Timestamp: Sat 2018-09-22 16:15:00 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:00 EDT Assert Result: yes WantedBy: rpcbind.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: rpcbind.service (destination-file) References: shutdown.target (origin-default) ReferencedBy: rpcbind.service (destination-file) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-ttys6.device: Description: /dev/ttys6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttys6.device Invocation ID: 4b53a7b1cdcf4d05a9f7f0710b723cbb Following: sys-devices-virtual-tty-ttys6.device Following Set Member: sys-devices-virtual-tty-ttys6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys6 Found: found-udev -> Unit systemd-modules-load.service: Description: Load Kernel Modules Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:25 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:22 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:25 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-modules-load.service Invocation ID: ab2c66fffdee4c9f9d77353065af1b89 Documentation: man:systemd-modules-load.service(8) Documentation: man:modules-load.d(5) Fragment Path: /lib/systemd/system/systemd-modules-load.service ConditionKernelCommandLine: |rd.modules-load failed ConditionKernelCommandLine: |modules-load failed ConditionDirectoryNotEmpty: |/run/modules-load.d failed ConditionDirectoryNotEmpty: |/etc/modules-load.d succeeded ConditionDirectoryNotEmpty: |/usr/local/lib/modules-load.d failed ConditionDirectoryNotEmpty: |/usr/lib/modules-load.d failed ConditionDirectoryNotEmpty: |/lib/modules-load.d failed ConditionCapability: CAP_SYS_MODULE succeeded Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:22 EDT Assert Result: yes Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: sys-kernel-config.mount (destination-file) Before: systemd-sysctl.service (destination-file) Before: sys-fs-fuse-connections.mount (destination-file) Before: shutdown.target (origin-file) Before: networking.service (destination-file) Before: sysinit.target (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: system.slice (origin-file) References: shutdown.target (origin-file) References: systemd-journald.socket (origin-file) References: sysinit.target (origin-file) ReferencedBy: sys-fs-fuse-connections.mount (destination-file) ReferencedBy: sysinit.target (destination-file) ReferencedBy: networking.service (destination-file) ReferencedBy: systemd-sysctl.service (destination-file) ReferencedBy: sys-kernel-config.mount (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-modules-load PID: 1170 Start Timestamp: Sat 2018-09-22 16:14:22 EDT Exit Timestamp: Sat 2018-09-22 16:14:25 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyr4.device: Description: /sys/devices/virtual/tty/ttyr4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyr4.device Invocation ID: d086e02dc0804b818b398bbfdd963149 Following Set Member: dev-ttyr4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr4 Found: found-udev -> Unit dev-ttyz6.device: Description: /dev/ttyz6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyz6.device Invocation ID: dd3f7a5782df4f1e910ec203a4177828 Following: sys-devices-virtual-tty-ttyz6.device Following Set Member: sys-devices-virtual-tty-ttyz6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz6 Found: found-udev -> Unit sys-devices-virtual-tty-ttyyc.device: Description: /sys/devices/virtual/tty/ttyyc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyyc.device Invocation ID: 81d2ed7c61d74f19b9f9fff8b761b17b Following Set Member: dev-ttyyc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyyc Found: found-udev -> Unit sys-devices-virtual-tty-ttyae.device: Description: /sys/devices/virtual/tty/ttyae Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyae.device Invocation ID: 2cbbbba1a9174c8e8445f2de68ef6fc7 Following Set Member: dev-ttyae.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyae Found: found-udev -> Unit hostname.service: Description: hostname.service Instance: n/a Unit Load State: masked Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: hostname.service Fragment Path: /dev/null Before: sheepdog.service (destination-file) ReferencedBy: sheepdog.service (destination-file) -> Unit dev-disk-by\x2dlabel-ROOT2.device: Description: ST3300007LC ROOT2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dlabel-ROOT2.device Invocation ID: 8eaee91bd1354c239d730e301235d1ab Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc5.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d05.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart5.device Following Set Member: dev-sdc5.device Following Set Member: dev-disk-by\x2duuid-ac66c6a1\x2d0b08\x2d481d\x2da400\x2d9fb6e7a49f1b.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart5.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc5 Found: found-udev -> Unit sys-devices-virtual-tty-ttyq2.device: Description: /sys/devices/virtual/tty/ttyq2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyq2.device Invocation ID: 714be72563054d928f7f020eb9c0a3b4 Following Set Member: dev-ttyq2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq2 Found: found-udev -> Unit dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR03Y0N.device: Description: ST3300007LC Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR03Y0N.device Invocation ID: 661858678cb848f68191b068d6765ef1 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb.device Following Set Member: dev-sdb.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.0\x2dscsi\x2d0:0:0:0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.0/host2/target2:0:0/2:0:0:0/block/sdb Found: found-udev -> Unit sys-devices-virtual-tty-ttyz8.device: Description: /sys/devices/virtual/tty/ttyz8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyz8.device Invocation ID: c31bc49d6dc0454d94e2e408cdbc8a07 Following Set Member: dev-ttyz8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz8 Found: found-udev -> Unit sendmail.service: Description: sendmail.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: sendmail.service ConflictedBy: postfix.service (destination-file) ReferencedBy: postfix.service (destination-file) -> Unit sys-devices-virtual-tty-ttyu1.device: Description: /sys/devices/virtual/tty/ttyu1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyu1.device Invocation ID: ab60564ef23a4075b9a4318dfe13b173 Following Set Member: dev-ttyu1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu1 Found: found-udev -> Unit dev-ram9.device: Description: /dev/ram9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram9.device Invocation ID: 0dd5fa3242ea42e6b9d5d8f2673d7929 Following: sys-devices-virtual-block-ram9.device Following Set Member: sys-devices-virtual-block-ram9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram9 Found: found-udev -> Unit dev-ttyce.device: Description: /dev/ttyce Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyce.device Invocation ID: 314cb752997649108f8da7b0ba809f99 Following: sys-devices-virtual-tty-ttyce.device Following Set Member: sys-devices-virtual-tty-ttyce.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyce Found: found-udev -> Unit sys-devices-virtual-block-ram2.device: Description: /sys/devices/virtual/block/ram2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram2.device Invocation ID: 9aa33e4cf66743d59c191459a771aada Following Set Member: dev-ram2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram2 Found: found-udev -> Unit udftools.service: Description: LSB: Set up packet writing devices Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:09 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:08 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:09 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: udftools.service Invocation ID: 520a40bf2ece4ced98cf69d65a9f931e Documentation: man:systemd-sysv-generator(8) Fragment Path: /run/systemd/generator.late/udftools.service Source Path: /etc/init.d/udftools Condition Timestamp: Sat 2018-09-22 16:15:08 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:08 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: graphical.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: graphical.target (origin-file destination-default) Before: shutdown.target (origin-default) Before: multi-user.target (origin-file destination-default) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: remote-fs.target (origin-file) After: system.slice (origin-file) After: basic.target (origin-default) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-default) References: remote-fs.target (origin-file) References: multi-user.target (origin-file) References: graphical.target (origin-file) References: sysinit.target (origin-default) References: basic.target (origin-default) ReferencedBy: graphical.target (destination-file destination-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: no Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 5min TimeoutStopSec: 5min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/init.d/udftools start PID: 1651 Start Timestamp: Sat 2018-09-22 16:15:08 EDT Exit Timestamp: Sat 2018-09-22 16:15:09 EDT Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /etc/init.d/udftools stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttywa.device: Description: /sys/devices/virtual/tty/ttywa Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttywa.device Invocation ID: 61ddbf9a732f4f708433c97debddcc38 Following Set Member: dev-ttywa.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttywa Found: found-udev -> Unit sys-devices-virtual-tty-ttyp3.device: Description: /sys/devices/virtual/tty/ttyp3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyp3.device Invocation ID: 653c2df03e4247e1b8a59ec08476566f Following Set Member: dev-ttyp3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp3 Found: found-udev -> Unit dev-ram15.device: Description: /dev/ram15 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram15.device Invocation ID: 3081749838f846e8bff98a158cd38700 Following: sys-devices-virtual-block-ram15.device Following Set Member: sys-devices-virtual-block-ram15.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram15 Found: found-udev -> Unit run-rpc_pipefs.mount: Description: RPC Pipe File System Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:24 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:24 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/run-rpc_pipefs.mount CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: run-rpc_pipefs.mount Invocation ID: 6fc02285800241f39d0a5c33290f46d8 Fragment Path: /lib/systemd/system/run-rpc_pipefs.mount Condition Timestamp: Sat 2018-09-22 16:14:24 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:24 EDT Assert Result: yes Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) RequiredBy: rpc-svcgssd.service (destination-file) RequiredBy: rpc-gssd.service (destination-file) RequiredBy: nfs-blkmap.service (destination-file) RequiredBy: nfs-idmapd.service (destination-file) Conflicts: umount.target (origin-file) Before: rpc-svcgssd.service (destination-file) Before: rpc-gssd.service (destination-file) Before: nfs-blkmap.service (destination-file) Before: nfs-idmapd.service (destination-file) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: umount.target (origin-file) References: -.mount (origin-implicit) ReferencedBy: rpc-svcgssd.service (destination-file) ReferencedBy: rpc-gssd.service (destination-file) ReferencedBy: nfs-blkmap.service (destination-file) ReferencedBy: nfs-idmapd.service (destination-file) RequiresMountsFor: /run (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /run/rpc_pipefs What: sunrpc File System Type: rpc_pipefs Options: rw,relatime From /proc/self/mountinfo: yes From fragment: yes Extrinsic: no DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit lvm2-lvmpolld.socket: Description: lvm2-lvmpolld.socket Instance: n/a Unit Load State: masked Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: lvm2-lvmpolld.socket Fragment Path: /dev/null WantedBy: sysinit.target (destination-file) ReferencedBy: sysinit.target (destination-file) -> Unit sys-devices-platform-serial8250-tty-ttyS3.device: Description: /sys/devices/platform/serial8250/tty/ttyS3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:27 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:27 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:27 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-platform-serial8250-tty-ttyS3.device Invocation ID: d5d4cf8932cf4472ab0583c707caa080 Following Set Member: dev-ttyS3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3 Found: found-udev -> Unit systemd-fsck at dev-disk-by\x2dlabel-VAR2.service: Description: File System Check on /dev/disk/by-label/VAR2 Instance: dev-disk-by\x2dlabel-VAR2 Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:38 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:38 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-systemd\x2dfsck.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service Invocation ID: 4ce67302b87442faaa933f77b8de0bed Documentation: man:systemd-fsck at .service(8) Fragment Path: /lib/systemd/system/systemd-fsck at .service Condition Timestamp: Sat 2018-09-22 16:14:36 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:36 EDT Assert Result: yes Requires: system-systemd\x2dfsck.slice (origin-file) Wants: systemd-fsckd.socket (origin-file) BindsTo: dev-disk-by\x2dlabel-VAR2.device (origin-file) RequiredBy: var.mount (destination-file) Before: var.mount (destination-file) Before: shutdown.target (origin-file) Before: systemd-quotacheck.service (origin-file) After: system-systemd\x2dfsck.slice (origin-file) After: dev-disk-by\x2dlabel-VAR2.device (origin-file) After: local-fs-pre.target (origin-file) After: systemd-journald.socket (origin-file) After: systemd-fsckd.socket (origin-file) After: systemd-fsck-root.service (origin-file) References: system-systemd\x2dfsck.slice (origin-file) References: shutdown.target (origin-file) References: systemd-quotacheck.service (origin-file) References: dev-disk-by\x2dlabel-VAR2.device (origin-file) References: local-fs-pre.target (origin-file) References: systemd-journald.socket (origin-file) References: systemd-fsckd.socket (origin-file) References: systemd-fsck-root.service (origin-file) ReferencedBy: var.mount (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: infinity RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-fsck /dev/disk/by-label/VAR2 PID: 1308 Start Timestamp: Sat 2018-09-22 16:14:36 EDT Exit Timestamp: Sat 2018-09-22 16:14:38 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyse.device: Description: /sys/devices/virtual/tty/ttyse Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyse.device Invocation ID: 6f202a59cf694307bf9fa711c4aef6d7 Following Set Member: dev-ttyse.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyse Found: found-udev -> Unit sys-devices-virtual-tty-ttydc.device: Description: /sys/devices/virtual/tty/ttydc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttydc.device Invocation ID: e31716f9ef2f4360b6f4a6054f41f5b8 Following Set Member: dev-ttydc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttydc Found: found-udev -> Unit sys-devices-virtual-tty-ttyz7.device: Description: /sys/devices/virtual/tty/ttyz7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyz7.device Invocation ID: 36e412b455954a21845bc70f91c74d59 Following Set Member: dev-ttyz7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz7 Found: found-udev -> Unit sys-devices-virtual-tty-ttyxc.device: Description: /sys/devices/virtual/tty/ttyxc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyxc.device Invocation ID: 7212a1d125be411589d4f89062ef3d0e Following Set Member: dev-ttyxc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyxc Found: found-udev -> Unit sys-devices-virtual-block-ram3.device: Description: /sys/devices/virtual/block/ram3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram3.device Invocation ID: d41f7de07b9345ae94e6d37a26738431 Following Set Member: dev-ram3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram3 Found: found-udev -> Unit dev-disk-by\x2dlabel-DAVE.device: Description: ST3300007LC DAVE Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dlabel-DAVE.device Invocation ID: 1f363898f83142c8b2369e8f116b7f07 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb-sdb1.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb-sdb1.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR03Y0N\x2dpart1.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.0\x2dscsi\x2d0:0:0:0\x2dpart1.device Following Set Member: dev-sdb1.device Following Set Member: dev-disk-by\x2duuid-319a7735\x2dd320\x2d4e62\x2db142\x2d05950b0eff50.device Following Set Member: dev-disk-by\x2dpartuuid-0a40befa\x2d01.device Condition Timestamp: Sat 2018-09-22 16:14:21 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:21 EDT Assert Result: yes Wants: home-dave.mount (origin-file) BoundBy: home-dave.mount (destination-file) BoundBy: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) Before: home-dave.mount (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) ReferencedBy: home-dave.mount (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.0/host2/target2:0:0/2:0:0:0/block/sdb/sdb1 Found: found-udev -> Unit dev-ttys0.device: Description: /dev/ttys0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttys0.device Invocation ID: 3f8a61779a95485f8d15ca0e45446686 Following: sys-devices-virtual-tty-ttys0.device Following Set Member: sys-devices-virtual-tty-ttys0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys0 Found: found-udev -> Unit systemd-sysusers.service: Description: Create System Users Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:25 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:25 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:25 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-sysusers.service Invocation ID: ca0908cb53e34a4aae67bea72d761c5f Documentation: man:sysusers.d(5) Documentation: man:systemd-sysusers.service(8) Fragment Path: /lib/systemd/system/systemd-sysusers.service ConditionNeedsUpdate: /etc succeeded Condition Timestamp: Sat 2018-09-22 16:14:25 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:25 EDT Assert Result: yes Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: systemd-tmpfiles-setup-dev.service (destination-file) Before: sysinit.target (origin-file) Before: systemd-update-done.service (origin-file) Before: systemd-udevd.service (destination-file) Before: shutdown.target (origin-file) Before: systemd-tmpfiles-setup.service (destination-file) After: systemd-remount-fs.service (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-file) References: shutdown.target (origin-file) References: systemd-update-done.service (origin-file) References: systemd-remount-fs.service (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file) ReferencedBy: systemd-tmpfiles-setup.service (destination-file) ReferencedBy: systemd-udevd.service (destination-file) ReferencedBy: sysinit.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/systemd-sysusers PID: 1193 Start Timestamp: Sat 2018-09-22 16:14:25 EDT Exit Timestamp: Sat 2018-09-22 16:14:25 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttye8.device: Description: /dev/ttye8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttye8.device Invocation ID: af7c71053263455595d5baa0ebf733ea Following: sys-devices-virtual-tty-ttye8.device Following Set Member: sys-devices-virtual-tty-ttye8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye8 Found: found-udev -> Unit dev-ttyc2.device: Description: /dev/ttyc2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyc2.device Invocation ID: d434f9aa08fa45aeabdbbfb3b25f4b4f Following: sys-devices-virtual-tty-ttyc2.device Following Set Member: sys-devices-virtual-tty-ttyc2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc2 Found: found-udev -> Unit slices.target: Description: Slices Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:24 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:24 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: slices.target Invocation ID: ba15ad7a941c40e28a3e49742b93f27e Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/slices.target Condition Timestamp: Sat 2018-09-22 16:14:24 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:24 EDT Assert Result: yes Wants: -.slice (origin-file) Wants: system.slice (origin-file) WantedBy: basic.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: basic.target (destination-file destination-default) After: user.slice (destination-file) After: -.slice (origin-file) After: system.slice (origin-file) References: -.slice (origin-file) References: shutdown.target (origin-default) References: system.slice (origin-file) ReferencedBy: basic.target (destination-file destination-default) ReferencedBy: user.slice (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-ttyw5.device: Description: /dev/ttyw5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyw5.device Invocation ID: bb6cb1ccf0644d03a30966b1239fd195 Following: sys-devices-virtual-tty-ttyw5.device Following Set Member: sys-devices-virtual-tty-ttyw5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw5 Found: found-udev -> Unit dev-ram1.device: Description: /dev/ram1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:28 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:28 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:28 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram1.device Invocation ID: ee28a1e580854169938331984ea0345f Following: sys-devices-virtual-block-ram1.device Following Set Member: sys-devices-virtual-block-ram1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram1 Found: found-udev -> Unit dev-ttyrb.device: Description: /dev/ttyrb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyrb.device Invocation ID: 7907d8839f694c86b74eab263b4a6f34 Following: sys-devices-virtual-tty-ttyrb.device Following Set Member: sys-devices-virtual-tty-ttyrb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyrb Found: found-udev -> Unit dev-ttytd.device: Description: /dev/ttytd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttytd.device Invocation ID: ccc78818bc24470c9e914170a114ceec Following: sys-devices-virtual-tty-ttytd.device Following Set Member: sys-devices-virtual-tty-ttytd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttytd Found: found-udev -> Unit sys-devices-virtual-tty-ttyq7.device: Description: /sys/devices/virtual/tty/ttyq7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyq7.device Invocation ID: 3dfd0eac21cf4b82ba7ca8c7c61486cf Following Set Member: dev-ttyq7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq7 Found: found-udev -> Unit sys-devices-virtual-tty-ttyu8.device: Description: /sys/devices/virtual/tty/ttyu8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyu8.device Invocation ID: 257e05dcc203491e925a39db60b334eb Following Set Member: dev-ttyu8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu8 Found: found-udev -> Unit dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0.device: Description: My_Passport_0748 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0.device Invocation ID: 413d2579cfb940b28b276aa4da7fdaeb Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda.device Following Set Member: dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0.device Following Set Member: dev-sda.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:01.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/block/sda Found: found-udev -> Unit dev-disk-by\x2duuid-d64e45b1\x2d462e\x2d4437\x2d9a0a\x2dcf835dcef080.device: Description: ST3300007LC HOME2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2duuid-d64e45b1\x2d462e\x2d4437\x2d9a0a\x2dcf835dcef080.device Invocation ID: 77cacf7ee8ae4e27aa62ec56c276fe90 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc7.device Following Set Member: dev-sdc7.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart7.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart7.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc7.device Following Set Member: dev-disk-by\x2dlabel-HOME2.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d07.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc7 Found: found-udev -> Unit sys-devices-virtual-tty-ttyy5.device: Description: /sys/devices/virtual/tty/ttyy5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyy5.device Invocation ID: 621fff422cdf4d089b4cc979b4377362 Following Set Member: dev-ttyy5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy5 Found: found-udev -> Unit sys-devices-virtual-tty-ttyw7.device: Description: /sys/devices/virtual/tty/ttyw7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyw7.device Invocation ID: 5ace16e552204aaf89ba2b7f2a1a2af6 Following Set Member: dev-ttyw7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw7 Found: found-udev -> Unit plymouth-start.service: Description: plymouth-start.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: plymouth-start.service Before: rescue.service (destination-file) Before: systemd-ask-password-console.path (destination-file) Before: systemd-ask-password-console.service (destination-file) ReferencedBy: rescue.service (destination-file) ReferencedBy: systemd-ask-password-console.path (destination-file) ReferencedBy: systemd-ask-password-console.service (destination-file) -> Unit postfix.service: Description: Postfix Mail Transport Agent Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:21 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:21 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:21 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: postfix.service Invocation ID: 9d609618b5d844d9899b7c26c2038b8a Fragment Path: /lib/systemd/system/postfix.service ConditionPathExists: /etc/postfix/main.cf succeeded Condition Timestamp: Sat 2018-09-22 16:15:21 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:21 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) Wants: postfix at -.service (origin-file) WantedBy: multi-user.target (destination-file) ConsistsOf: postfix at -.service (destination-file) Conflicts: shutdown.target (origin-default) Conflicts: exim4.service (origin-file) Conflicts: sendmail.service (origin-file) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: postfix at -.service (destination-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: sysinit.target (origin-default) PropagatesReloadTo: postfix at -.service (destination-file) References: basic.target (origin-default) References: sysinit.target (origin-default) References: postfix at -.service (origin-file) References: sendmail.service (origin-file) References: shutdown.target (origin-default) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: exim4.service (origin-file) ReferencedBy: postfix at -.service (destination-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/true PID: 2155 Start Timestamp: Sat 2018-09-22 16:15:21 EDT Exit Timestamp: Sat 2018-09-22 16:15:21 EDT Exit Code: exited Exit Status: 0 -> ExecReload: Command Line: /bin/true CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit systemd-quotacheck.service: Description: File System Quota Check Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-quotacheck.service Documentation: man:systemd-quotacheck.service(8) Fragment Path: /lib/systemd/system/systemd-quotacheck.service ConditionPathExists: /sbin/quotacheck untested Requires: system.slice (origin-file) Before: shutdown.target (origin-file) Before: remote-fs.target (origin-file) After: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) After: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) After: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) After: systemd-journald.socket (origin-file) After: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) After: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) After: system.slice (origin-file) After: systemd-remount-fs.service (origin-file) References: shutdown.target (origin-file) References: remote-fs.target (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: systemd-remount-fs.service (origin-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: infinity RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-quotacheck CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit connman.service: Description: connman.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: connman.service Before: apt-daily-upgrade.service (destination-file) Before: apt-daily.service (destination-file) ReferencedBy: apt-daily-upgrade.service (destination-file) ReferencedBy: apt-daily.service (destination-file) -> Unit dev-ttya1.device: Description: /dev/ttya1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttya1.device Invocation ID: 8033f0912d734aceb24c43c19a10290d Following: sys-devices-virtual-tty-ttya1.device Following Set Member: sys-devices-virtual-tty-ttya1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya1 Found: found-udev -> Unit exim4.service: Description: LSB: exim Mail Transport Agent Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: exim4.service Documentation: man:systemd-sysv-generator(8) Fragment Path: /run/systemd/generator.late/exim4.service Source Path: /etc/init.d/exim4 Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) Wants: network-online.target (origin-file) WantedBy: graphical.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) ConflictedBy: postfix.service (destination-file) Before: graphical.target (origin-file destination-default) Before: shutdown.target (origin-default) Before: multi-user.target (origin-file destination-default) After: remote-fs.target (origin-file) After: spamassassin.service (origin-file) After: greylist.service (origin-file) After: clamav-daemon.service (origin-file) After: mysql.service (origin-file) After: nss-lookup.target (origin-file) After: postgresql.service (origin-file) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: time-sync.target (origin-file) After: system.slice (origin-file) After: network-online.target (origin-file) After: sysinit.target (origin-default) References: sysinit.target (origin-default) References: time-sync.target (origin-file) References: graphical.target (origin-file) References: multi-user.target (origin-file) References: system.slice (origin-file) References: mysql.service (origin-file) References: greylist.service (origin-file) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-default) References: clamav-daemon.service (origin-file) References: nss-lookup.target (origin-file) References: spamassassin.service (origin-file) References: basic.target (origin-default) References: network-online.target (origin-file) References: postgresql.service (origin-file) References: remote-fs.target (origin-file) ReferencedBy: graphical.target (destination-file destination-default) ReferencedBy: postfix.service (destination-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: no Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 5min TimeoutStopSec: 5min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/init.d/exim4 start -> ExecReload: Command Line: /etc/init.d/exim4 reload -> ExecStop: Command Line: /etc/init.d/exim4 stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyy7.device: Description: /dev/ttyy7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyy7.device Invocation ID: fe6dcb771ffa41eb9921ef1228e15d57 Following: sys-devices-virtual-tty-ttyy7.device Following Set Member: sys-devices-virtual-tty-ttyy7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy7 Found: found-udev -> Unit phpsessionclean.service: Description: Clean php session files Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: Sat 2018-09-22 18:39:03 EDT Inactive Exit Timestamp: Sat 2018-09-22 18:39:01 EDT Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: Sat 2018-09-22 18:39:03 EDT May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: phpsessionclean.service Invocation ID: 29c0c9d740664b119dddb78507085fdb Fragment Path: /lib/systemd/system/phpsessionclean.service Condition Timestamp: Sat 2018-09-22 18:39:01 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 18:39:01 EDT Assert Result: yes Requires: system.slice (origin-file) Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) Requires: var.mount (origin-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: system.slice (origin-file) After: -.mount (origin-file) After: sysinit.target (origin-default) After: phpsessionclean.timer (destination-implicit) After: systemd-tmpfiles-setup.service (origin-file) After: basic.target (origin-default) After: var.mount (origin-file) After: systemd-journald.socket (origin-file) TriggeredBy: phpsessionclean.timer (destination-implicit) References: system.slice (origin-file) References: shutdown.target (origin-default) References: -.mount (origin-file) References: sysinit.target (origin-default) References: systemd-tmpfiles-setup.service (origin-file) References: basic.target (origin-default) References: var.mount (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: phpsessionclean.timer (destination-implicit) RequiresMountsFor: /tmp (origin-file) RequiresMountsFor: /var/tmp (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: yes PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: yes ProtectSystem: yes MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/lib/php/sessionclean PID: 21581 Start Timestamp: Sat 2018-09-22 18:39:01 EDT Exit Timestamp: Sat 2018-09-22 18:39:03 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyp8.device: Description: /dev/ttyp8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyp8.device Invocation ID: 4af6109779584021aba66ed90163a2c2 Following: sys-devices-virtual-tty-ttyp8.device Following Set Member: sys-devices-virtual-tty-ttyp8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp8 Found: found-udev -> Unit dev-ttyp0.device: Description: /dev/ttyp0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyp0.device Invocation ID: 26bce7c2b43d4680836d948ba6176460 Following: sys-devices-virtual-tty-ttyp0.device Following Set Member: sys-devices-virtual-tty-ttyp0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp0 Found: found-udev -> Unit dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap: Description: /dev/disk/by-uuid/6a3619bf-4d3a-4ecd-8e24-937668d768bb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:37 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:37 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap Invocation ID: 260175e2cfc546d3a94b3cb6231bdd66 Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap Following Set Member: dev-sdc3.swap Fragment Path: /run/systemd/generator/dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap Source Path: /etc/fstab Condition Timestamp: Sat 2018-09-22 16:14:36 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:36 EDT Assert Result: yes Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) BindsTo: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.device (origin-file) RequiredBy: swap.target (destination-file) WantedBy: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.device (destination-file) Conflicts: umount.target (origin-default) Before: umount.target (origin-default) Before: swap.target (origin-default destination-default) After: systemd-journald.socket (origin-file) After: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.device (origin-file) After: -.mount (origin-implicit) After: system.slice (origin-file) References: swap.target (origin-default) References: systemd-journald.socket (origin-file) References: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.device (origin-file) References: umount.target (origin-default) References: -.mount (origin-implicit) References: system.slice (origin-file) ReferencedBy: swap.target (destination-file destination-default) RequiresMountsFor: /dev/disk/by-uuid/6a3619bf-4d3a-4ecd-8e24-937668d768bb (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Swap State: active Result: success What: /dev/disk/by-uuid/6a3619bf-4d3a-4ecd-8e24-937668d768bb From /proc/swaps: yes From fragment: yes Device Node: /dev/sdc3 Priority: -2 Options: TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit syslog.socket: Description: Syslog Socket Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:03 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:23 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:23 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/syslog.socket CGroup realized: no CGroup own mask: memory pids Name: syslog.socket Invocation ID: 48b23acd1fef4cd2bbb7b68e2f9ab0c0 Documentation: man:systemd.special(7) Documentation: https://www.freedesktop.org/wiki/Software/systemd/syslog Fragment Path: /lib/systemd/system/syslog.socket Condition Timestamp: Sat 2018-09-22 16:14:23 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:23 EDT Assert Result: yes Requires: -.mount (origin-file) Requires: system.slice (origin-file) RequiredBy: rsyslog.service (destination-file) Conflicts: shutdown.target (origin-file) Conflicts: emergency.service (origin-file) Before: systemd-journald.service (destination-file) Before: emergency.service (origin-file) Before: rsyslog.service (origin-implicit) Before: shutdown.target (origin-file) Before: sockets.target (origin-file) After: -.mount (origin-file) After: system.slice (origin-file) Triggers: rsyslog.service (origin-implicit) References: emergency.service (origin-file) References: rsyslog.service (origin-implicit) References: shutdown.target (origin-file) References: sockets.target (origin-file) References: -.mount (origin-file) References: system.slice (origin-file) ReferencedBy: systemd-journald.service (destination-file) ReferencedBy: rsyslog.service (destination-file) RequiresMountsFor: /run/systemd/journal/syslog (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: running Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0666 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: yes PassSecurity: yes TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: syslog.socket SELinuxContextFromNet: no ReceiveBuffer: 8388608 ListenDatagram: /run/systemd/journal/syslog TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttye2.device: Description: /sys/devices/virtual/tty/ttye2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttye2.device Invocation ID: d9b4596072e94b929cf09b04ccb11e04 Following Set Member: dev-ttye2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye2 Found: found-udev -> Unit display-manager.service: Description: display-manager.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: display-manager.service WantedBy: graphical.target (destination-file) Before: graphical.target (destination-file) ReferencedBy: graphical.target (destination-file) -> Unit dev-ttyca.device: Description: /dev/ttyca Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyca.device Invocation ID: 7a1bee0802a8491bb20fa29b46b768b0 Following: sys-devices-virtual-tty-ttyca.device Following Set Member: sys-devices-virtual-tty-ttyca.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyca Found: found-udev -> Unit dev-disk-by\x2did-ata\x2dDW\x2d224E.device: Description: DW-224E Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-ata\x2dDW\x2d224E.device Invocation ID: 58131b0fecc348f9b3b26a27c1dd7c81 Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:02.0-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device Following Set Member: dev-sr0.device Following Set Member: dev-dvd.device Following Set Member: dev-cdrom.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:02.0\x2data\x2d1.device Following Set Member: dev-cdrw.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:02.0-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:02.0/ata1/host0/target0:0:0/0:0:0:0/block/sr0 Found: found-udev -> Unit sysinit.target: Description: System Initialization Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:57 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:57 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:57 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sysinit.target Invocation ID: c9584666012648a7a3401bd0682f0ab5 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/sysinit.target Condition Timestamp: Sat 2018-09-22 16:14:57 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:57 EDT Assert Result: yes Wants: cryptsetup.target (origin-file) Wants: systemd-hwdb-update.service (origin-file) Wants: apparmor.service (origin-file) Wants: lvm2-monitor.service (origin-file) Wants: swap.target (origin-file) Wants: lvm2-lvmpolld.socket (origin-file) Wants: systemd-update-utmp.service (origin-file) Wants: dev-mqueue.mount (origin-file) Wants: systemd-tmpfiles-setup.service (origin-file) Wants: systemd-sysctl.service (origin-file) Wants: dev-hugepages.mount (origin-file) Wants: systemd-ask-password-console.path (origin-file) Wants: systemd-machine-id-commit.service (origin-file) Wants: local-fs.target (origin-file) Wants: kmod-static-nodes.service (origin-file) Wants: systemd-sysusers.service (origin-file) Wants: systemd-journal-flush.service (origin-file) Wants: systemd-journald.service (origin-file) Wants: systemd-udev-trigger.service (origin-file) Wants: sys-kernel-debug.mount (origin-file) Wants: systemd-timesyncd.service (origin-file) Wants: systemd-random-seed.service (origin-file) Wants: systemd-tmpfiles-setup-dev.service (origin-file) Wants: lvm2-lvmetad.socket (origin-file) Wants: systemd-binfmt.service (origin-file) Wants: systemd-modules-load.service (origin-file) Wants: systemd-udevd.service (origin-file) Wants: sys-fs-fuse-connections.mount (origin-file) Wants: sys-kernel-config.mount (origin-file) Wants: proc-sys-fs-binfmt_misc.automount (origin-file) RequiredBy: smartd.service (destination-default) RequiredBy: sysstat.service (destination-default) RequiredBy: avahi-daemon.socket (destination-default) RequiredBy: phpsessionclean.service (destination-default) RequiredBy: udftools.service (destination-default) RequiredBy: rc-local.service (destination-default) RequiredBy: mysql.service (destination-default) RequiredBy: nmbd.service (destination-default) RequiredBy: ssh.service (destination-default) RequiredBy: rescue.target (destination-file) RequiredBy: postgresql at 10-main.service (destination-default) RequiredBy: user-runtime-dir at 1000.service (destination-default) RequiredBy: sheepdog.service (destination-default) RequiredBy: apt-cacher-ng.service (destination-default) RequiredBy: basic.target (destination-file) RequiredBy: smbd.service (destination-default) RequiredBy: apt-daily-upgrade.timer (destination-default) RequiredBy: apt-daily.service (destination-default) RequiredBy: apt-daily.timer (destination-default) RequiredBy: rsync.service (destination-default) RequiredBy: ipmievd.service (destination-default) RequiredBy: rsyslog.service (destination-default) RequiredBy: systemd-ask-password-wall.service (destination-default) RequiredBy: avahi-daemon.service (destination-default) RequiredBy: uuidd.socket (destination-default) RequiredBy: nscd.service (destination-default) RequiredBy: accounts-daemon.service (destination-default) RequiredBy: getty at tty1.service (destination-default) RequiredBy: postgresql at 9.3-main.service (destination-default) RequiredBy: systemd-user-sessions.service (destination-default) RequiredBy: openipmi.service (destination-default) RequiredBy: irqbalance.service (destination-default) RequiredBy: polkit.service (destination-default) RequiredBy: dbus.service (destination-default) RequiredBy: postgresql at 9.6-main.service (destination-default) RequiredBy: apt-daily-upgrade.service (destination-default) RequiredBy: nfs-utils.service (destination-default) RequiredBy: logrotate.timer (destination-default) RequiredBy: spamassassin.service (destination-default) RequiredBy: user at 1000.service (destination-default) RequiredBy: systemd-logind.service (destination-default) RequiredBy: bind9.service (destination-default) RequiredBy: loadcpufreq.service (destination-default) RequiredBy: postfix.service (destination-default) RequiredBy: cpufrequtils.service (destination-default) RequiredBy: radvd.service (destination-default) RequiredBy: cups.socket (destination-default) RequiredBy: cups.service (destination-default) RequiredBy: postgresql.service (destination-default) RequiredBy: network-manager.service (destination-default) RequiredBy: minissdpd.service (destination-default) RequiredBy: systemd-tmpfiles-clean.timer (destination-default) RequiredBy: dbus.socket (destination-default) RequiredBy: exim4.service (destination-default) RequiredBy: ModemManager.service (destination-default) RequiredBy: schroot.service (destination-default) RequiredBy: ofono.service (destination-default) RequiredBy: serial-getty at ttyS0.service (destination-default) RequiredBy: stunnel4.service (destination-default) RequiredBy: dundee.service (destination-default) RequiredBy: ntp.service (destination-default) RequiredBy: postfix at -.service (destination-default) RequiredBy: logrotate.service (destination-default) RequiredBy: uuidd.service (destination-default) RequiredBy: postgresql at 9.4-main.service (destination-default) RequiredBy: cron.service (destination-default) RequiredBy: postgresql at 9.5-main.service (destination-default) RequiredBy: phpsessionclean.timer (destination-default) RequiredBy: wpa_supplicant.service (destination-default) RequiredBy: getty-static.service (destination-default) Conflicts: emergency.target (origin-file) Conflicts: shutdown.target (origin-default) Conflicts: emergency.service (origin-file) Before: udftools.service (destination-default) Before: network-manager.service (destination-default) Before: polkit.service (destination-default) Before: spamassassin.service (destination-default) Before: nfs-utils.service (destination-default) Before: console-kit-log-system-start.service (destination-file) Before: openipmi.service (destination-default) Before: ntp.service (destination-default) Before: dbus.service (destination-default) Before: cpufrequtils.service (destination-default) Before: nscd.service (destination-default) Before: logrotate.timer (destination-default) Before: postgresql at 9.4-main.service (destination-default) Before: cups.service (destination-default) Before: systemd-user-sessions.service (destination-default) Before: postgresql at 9.3-main.service (destination-default) Before: postgresql at 10-main.service (destination-default) Before: apt-cacher-ng.service (destination-default) Before: avahi-daemon.socket (destination-default) Before: uuidd.socket (destination-default) Before: mysql.service (destination-default) Before: avahi-daemon.service (destination-default) Before: wpa_supplicant.service (destination-default) Before: cups.socket (destination-default) Before: radvd.service (destination-default) Before: phpsessionclean.service (destination-default) Before: uuidd.service (destination-default) Before: postgresql at 9.6-main.service (destination-default) Before: loadcpufreq.service (destination-default) Before: user-runtime-dir at 1000.service (destination-default) Before: phpsessionclean.timer (destination-default) Before: postgresql at 9.5-main.service (destination-default) Before: rsyslog.service (destination-default) Before: schroot.service (destination-default) Before: ofono.service (destination-default) Before: accounts-daemon.service (destination-default) Before: sysstat.service (destination-default) Before: apt-daily-upgrade.timer (destination-default) Before: systemd-logind.service (destination-default) Before: ssh.service (destination-default) Before: minissdpd.service (destination-default) Before: rc-local.service (destination-default) Before: ipmievd.service (destination-default) Before: exim4.service (destination-default) Before: getty-static.service (destination-default) Before: stunnel4.service (destination-default) Before: systemd-tmpfiles-clean.timer (destination-default) Before: apt-daily.service (destination-default) Before: sheepdog.service (destination-default) Before: rescue.service (destination-file) Before: rsync.service (destination-default) Before: postfix.service (destination-default) Before: ModemManager.service (destination-default) Before: smartd.service (destination-default) Before: serial-getty at ttyS0.service (destination-default) Before: apt-daily.timer (destination-default) Before: rescue.target (destination-file destination-default) Before: logrotate.service (destination-default) Before: smbd.service (destination-default) Before: basic.target (destination-file destination-default) Before: dundee.service (destination-default) Before: bind9.service (destination-default) Before: dbus.socket (destination-default) Before: user at 1000.service (destination-default) Before: postgresql.service (destination-default) Before: apt-daily-upgrade.service (destination-default) Before: cron.service (destination-default) Before: getty at tty1.service (destination-default) Before: nmbd.service (destination-default) Before: irqbalance.service (destination-default) Before: systemd-ask-password-wall.service (destination-default) Before: postfix at -.service (destination-default) Before: shutdown.target (origin-default) After: emergency.target (origin-file) After: sys-kernel-debug.mount (destination-file) After: systemd-machine-id-commit.service (destination-file) After: systemd-sysctl.service (destination-file) After: emergency.service (origin-file) After: systemd-random-seed.service (destination-file) After: systemd-update-utmp.service (destination-file) After: local-fs.target (origin-file) After: systemd-tmpfiles-setup.service (destination-file) After: dev-hugepages.mount (destination-file) After: systemd-udevd.service (destination-file) After: dev-mqueue.mount (destination-file) After: systemd-hwdb-update.service (destination-file) After: proc-sys-fs-binfmt_misc.automount (destination-file) After: sys-kernel-config.mount (destination-file) After: kmod-static-nodes.service (destination-file) After: swap.target (origin-file origin-default) After: sys-fs-fuse-connections.mount (destination-file) After: systemd-tmpfiles-setup-dev.service (destination-file) After: systemd-modules-load.service (destination-file) After: systemd-journald.service (destination-file) After: systemd-sysusers.service (destination-file) After: apparmor.service (destination-file) After: cryptsetup.target (origin-default) After: systemd-binfmt.service (destination-file) After: systemd-udev-trigger.service (destination-file) After: systemd-timesyncd.service (destination-file) References: systemd-udevd.service (origin-file) References: lvm2-lvmpolld.socket (origin-file) References: lvm2-lvmetad.socket (origin-file) References: systemd-modules-load.service (origin-file) References: systemd-machine-id-commit.service (origin-file) References: systemd-random-seed.service (origin-file) References: dev-mqueue.mount (origin-file) References: sys-fs-fuse-connections.mount (origin-file) References: swap.target (origin-file origin-default) References: kmod-static-nodes.service (origin-file) References: systemd-ask-password-console.path (origin-file) References: emergency.target (origin-file) References: systemd-journald.service (origin-file) References: emergency.service (origin-file) References: sys-kernel-debug.mount (origin-file) References: lvm2-monitor.service (origin-file) References: dev-hugepages.mount (origin-file) References: local-fs.target (origin-file) References: systemd-hwdb-update.service (origin-file) References: cryptsetup.target (origin-file origin-default) References: systemd-tmpfiles-setup-dev.service (origin-file) References: systemd-update-utmp.service (origin-file) References: systemd-timesyncd.service (origin-file) References: systemd-journal-flush.service (origin-file) References: shutdown.target (origin-default) References: systemd-udev-trigger.service (origin-file) References: systemd-sysctl.service (origin-file) References: systemd-sysusers.service (origin-file) References: proc-sys-fs-binfmt_misc.automount (origin-file) References: apparmor.service (origin-file) References: systemd-binfmt.service (origin-file) References: sys-kernel-config.mount (origin-file) References: systemd-tmpfiles-setup.service (origin-file) ReferencedBy: phpsessionclean.timer (destination-default) ReferencedBy: apt-cacher-ng.service (destination-default) ReferencedBy: postgresql.service (destination-default) ReferencedBy: rc-local.service (destination-default) ReferencedBy: dbus.socket (destination-default) ReferencedBy: ntp.service (destination-default) ReferencedBy: apt-daily.service (destination-default) ReferencedBy: wpa_supplicant.service (destination-default) ReferencedBy: mysql.service (destination-default) ReferencedBy: sys-fs-fuse-connections.mount (destination-file) ReferencedBy: spamassassin.service (destination-default) ReferencedBy: systemd-machine-id-commit.service (destination-file) ReferencedBy: postgresql at 9.3-main.service (destination-default) ReferencedBy: systemd-ask-password-wall.service (destination-default) ReferencedBy: nfs-utils.service (destination-default) ReferencedBy: apt-daily-upgrade.service (destination-default) ReferencedBy: systemd-update-utmp.service (destination-file) ReferencedBy: user-runtime-dir at 1000.service (destination-default) ReferencedBy: dev-hugepages.mount (destination-file) ReferencedBy: nmbd.service (destination-default) ReferencedBy: basic.target (destination-file destination-default) ReferencedBy: sys-kernel-debug.mount (destination-file) ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-file) ReferencedBy: serial-getty at ttyS0.service (destination-default) ReferencedBy: rescue.target (destination-file destination-default) ReferencedBy: openipmi.service (destination-default) ReferencedBy: ofono.service (destination-default) ReferencedBy: systemd-user-sessions.service (destination-default) ReferencedBy: user at 1000.service (destination-default) ReferencedBy: smbd.service (destination-default) ReferencedBy: radvd.service (destination-default) ReferencedBy: kmod-static-nodes.service (destination-file) ReferencedBy: systemd-binfmt.service (destination-file) ReferencedBy: logrotate.timer (destination-default) ReferencedBy: phpsessionclean.service (destination-default) ReferencedBy: network-manager.service (destination-default) ReferencedBy: systemd-sysctl.service (destination-file) ReferencedBy: schroot.service (destination-default) ReferencedBy: postgresql at 9.6-main.service (destination-default) ReferencedBy: irqbalance.service (destination-default) ReferencedBy: systemd-tmpfiles-setup.service (destination-file) ReferencedBy: systemd-udev-trigger.service (destination-file) ReferencedBy: cups.socket (destination-default) ReferencedBy: bind9.service (destination-default) ReferencedBy: systemd-udevd.service (destination-file) ReferencedBy: udftools.service (destination-default) ReferencedBy: sysstat.service (destination-default) ReferencedBy: rsyslog.service (destination-default) ReferencedBy: dev-mqueue.mount (destination-file) ReferencedBy: postgresql at 9.4-main.service (destination-default) ReferencedBy: getty-static.service (destination-default) ReferencedBy: uuidd.service (destination-default) ReferencedBy: ModemManager.service (destination-default) ReferencedBy: postfix at -.service (destination-default) ReferencedBy: systemd-sysusers.service (destination-file) ReferencedBy: systemd-journald.service (destination-file) ReferencedBy: postgresql at 9.5-main.service (destination-default) ReferencedBy: logrotate.service (destination-default) ReferencedBy: systemd-modules-load.service (destination-file) ReferencedBy: nscd.service (destination-default) ReferencedBy: getty at tty1.service (destination-default) ReferencedBy: rsync.service (destination-default) ReferencedBy: cups.service (destination-default) ReferencedBy: minissdpd.service (destination-default) ReferencedBy: systemd-timesyncd.service (destination-file) ReferencedBy: dundee.service (destination-default) ReferencedBy: avahi-daemon.socket (destination-default) ReferencedBy: exim4.service (destination-default) ReferencedBy: loadcpufreq.service (destination-default) ReferencedBy: ipmievd.service (destination-default) ReferencedBy: postgresql at 10-main.service (destination-default) ReferencedBy: sheepdog.service (destination-default) ReferencedBy: systemd-logind.service (destination-default) ReferencedBy: uuidd.socket (destination-default) ReferencedBy: apt-daily-upgrade.timer (destination-default) ReferencedBy: postfix.service (destination-default) ReferencedBy: ssh.service (destination-default) ReferencedBy: cron.service (destination-default) ReferencedBy: console-kit-log-system-start.service (destination-file) ReferencedBy: dbus.service (destination-default) ReferencedBy: systemd-random-seed.service (destination-file) ReferencedBy: cpufrequtils.service (destination-default) ReferencedBy: sys-kernel-config.mount (destination-file) ReferencedBy: systemd-hwdb-update.service (destination-file) ReferencedBy: apparmor.service (destination-file) ReferencedBy: smartd.service (destination-default) ReferencedBy: avahi-daemon.service (destination-default) ReferencedBy: stunnel4.service (destination-default) ReferencedBy: accounts-daemon.service (destination-default) ReferencedBy: rescue.service (destination-file) ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file) ReferencedBy: polkit.service (destination-default) ReferencedBy: systemd-tmpfiles-clean.timer (destination-default) ReferencedBy: apt-daily.timer (destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit sys-devices-virtual-tty-ttyc2.device: Description: /sys/devices/virtual/tty/ttyc2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyc2.device Invocation ID: 583c69f99a11461c971de9229d66c359 Following Set Member: dev-ttyc2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc2 Found: found-udev -> Unit sys-devices-virtual-tty-ttyr3.device: Description: /sys/devices/virtual/tty/ttyr3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyr3.device Invocation ID: 00f960fce45f4a988d865bf4889089cc Following Set Member: dev-ttyr3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr3 Found: found-udev -> Unit dev-ttyta.device: Description: /dev/ttyta Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyta.device Invocation ID: 27018c9afff8408dbd74be35d5614537 Following: sys-devices-virtual-tty-ttyta.device Following Set Member: sys-devices-virtual-tty-ttyta.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyta Found: found-udev -> Unit sys-devices-virtual-tty-ttye5.device: Description: /sys/devices/virtual/tty/ttye5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttye5.device Invocation ID: 30cd14bb73b44e64a57b431018dfc6b8 Following Set Member: dev-ttye5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye5 Found: found-udev -> Unit dev-ttysc.device: Description: /dev/ttysc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttysc.device Invocation ID: 6ca7aa149e574b1f88f51875fb609e10 Following: sys-devices-virtual-tty-ttysc.device Following Set Member: sys-devices-virtual-tty-ttysc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttysc Found: found-udev -> Unit sys-devices-virtual-tty-ttyzd.device: Description: /sys/devices/virtual/tty/ttyzd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyzd.device Invocation ID: e0d487927ee244a0a2a066b069ae6324 Following Set Member: dev-ttyzd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyzd Found: found-udev -> Unit sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc6.device: Description: ST3300007LC VAR2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc6.device Invocation ID: be7c5a9a71a54feea1b8447ec0bf1b2f Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart6.device Following Set Member: dev-sdc6.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d06.device Following Set Member: dev-disk-by\x2dlabel-VAR2.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart6.device Following Set Member: dev-disk-by\x2duuid-e351db25\x2da36f\x2d40b4\x2db5f1\x2d26f7accb6623.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc6 Found: found-udev -> Unit dev-ttyS2.device: Description: Diva Serial [GSP] Multiport UART (Everest SP2) Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:27 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:27 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:27 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyS2.device Invocation ID: 75949497863c4f12b4d8cfc13b282aa2 Following: sys-devices-parisc-0-0:7-pci0000:e0-0000:e0:01.1-tty-ttyS2.device Following Set Member: sys-devices-parisc-0-0:7-pci0000:e0-0000:e0:01.1-tty-ttyS2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:7/pci0000:e0/0000:e0:01.1/tty/ttyS2 Found: found-udev -> Unit sys-devices-virtual-tty-ttyq0.device: Description: /sys/devices/virtual/tty/ttyq0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyq0.device Invocation ID: 5ecb843613964c599690d4b2ae574235 Following Set Member: dev-ttyq0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq0 Found: found-udev -> Unit sys-devices-virtual-tty-ttyt3.device: Description: /sys/devices/virtual/tty/ttyt3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyt3.device Invocation ID: 2c61101e81d04fa9b1631b8d22c64d37 Following Set Member: dev-ttyt3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt3 Found: found-udev -> Unit dev-ttyt0.device: Description: /dev/ttyt0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyt0.device Invocation ID: 87410e1eefd84d5aa210495ed9d59faf Following: sys-devices-virtual-tty-ttyt0.device Following Set Member: sys-devices-virtual-tty-ttyt0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt0 Found: found-udev -> Unit dev-ttyqd.device: Description: /dev/ttyqd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyqd.device Invocation ID: f4ef8a0162774cb894d4f73f7b2ba313 Following: sys-devices-virtual-tty-ttyqd.device Following Set Member: sys-devices-virtual-tty-ttyqd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyqd Found: found-udev -> Unit dev-ttyab.device: Description: /dev/ttyab Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyab.device Invocation ID: 1e444869ed7d4ab0962a0ef361c5ab31 Following: sys-devices-virtual-tty-ttyab.device Following Set Member: sys-devices-virtual-tty-ttyab.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyab Found: found-udev -> Unit sys-devices-virtual-tty-ttyt4.device: Description: /sys/devices/virtual/tty/ttyt4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyt4.device Invocation ID: 4ce98771cd24466ab1e8aad6f2897bb6 Following Set Member: dev-ttyt4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt4 Found: found-udev -> Unit nss-lookup.target: Description: Host and Network Name Lookups Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:09 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:09 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:09 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: nss-lookup.target Invocation ID: cd8b98ce511646dfa32007ad631bb407 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/nss-lookup.target Condition Timestamp: Sat 2018-09-22 16:15:09 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:09 EDT Assert Result: yes RequiredBy: rpc-statd.service (destination-file) WantedBy: bind9.service (destination-file) Conflicts: shutdown.target (origin-default) Before: rpc-statd.service (destination-file) Before: postfix at -.service (destination-file) Before: rpc-statd-notify.service (destination-file) Before: shutdown.target (origin-default) Before: exim4.service (destination-file) After: bind9.service (destination-file) References: shutdown.target (origin-default) ReferencedBy: bind9.service (destination-file) ReferencedBy: exim4.service (destination-file) ReferencedBy: postfix at -.service (destination-file) ReferencedBy: rpc-statd.service (destination-file) ReferencedBy: rpc-statd-notify.service (destination-file) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit ntp.service: Description: Network Time Service Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:09 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:05 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:09 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/ntp.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: ntp.service Invocation ID: adc3a5fa60ce4804a42d9db216c53b9b Documentation: man:ntpd(8) Fragment Path: /lib/systemd/system/ntp.service Condition Timestamp: Sat 2018-09-22 16:15:05 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:05 EDT Assert Result: yes Requires: system.slice (origin-file) Requires: -.mount (origin-file) Requires: var.mount (origin-file) Requires: sysinit.target (origin-default) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Conflicts: systemd-timesyncd.service (origin-file) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: system.slice (origin-file) After: -.mount (origin-file) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: var.mount (origin-file) After: systemd-tmpfiles-setup.service (origin-file) After: sysinit.target (origin-default) After: network.target (origin-file) References: system.slice (origin-file) References: -.mount (origin-file) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-default) References: basic.target (origin-default) References: systemd-timesyncd.service (origin-file) References: var.mount (origin-file) References: systemd-tmpfiles-setup.service (origin-file) References: sysinit.target (origin-default) References: network.target (origin-file) ReferencedBy: multi-user.target (destination-file destination-default) RequiresMountsFor: /tmp (origin-file) RequiresMountsFor: /var/tmp (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: no NotifyAccess: none NotifyState: unknown Main PID: 1662 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: yes PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/lib/ntp/ntp-systemd-wrapper PID: 1599 Start Timestamp: Sat 2018-09-22 16:15:05 EDT Exit Timestamp: Sat 2018-09-22 16:15:09 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit mnt.mount: Description: /mnt Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:39 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:37 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:39 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/mnt.mount CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: mnt.mount Invocation ID: 6df33c25c6694f1992f1bef6a3060f9d Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Fragment Path: /run/systemd/generator/mnt.mount Source Path: /etc/fstab Condition Timestamp: Sat 2018-09-22 16:14:37 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:37 EDT Assert Result: yes Requires: system.slice (origin-file) Requires: -.mount (origin-file origin-implicit) Requires: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (origin-file) BindsTo: dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.device (origin-file) RequiredBy: local-fs.target (destination-file) WantedBy: dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.device (destination-file) Conflicts: umount.target (origin-file) Before: umount.target (origin-file) Before: local-fs.target (origin-file) After: local-fs-pre.target (origin-file) After: -.mount (origin-file origin-implicit) After: systemd-journald.socket (origin-file) After: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (origin-file) After: dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.device (origin-file) After: system.slice (origin-file) References: umount.target (origin-file) References: local-fs-pre.target (origin-file) References: -.mount (origin-file origin-implicit) References: local-fs.target (origin-file) References: systemd-journald.socket (origin-file) References: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (origin-file) References: dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.device (origin-file) References: system.slice (origin-file) ReferencedBy: local-fs.target (destination-file) RequiresMountsFor: / (origin-implicit) RequiresMountsFor: /dev/disk/by-uuid/6c75bd8e-42fc-47aa-89d2-344399183061 (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /mnt What: /dev/sda1 File System Type: xfs Options: rw,relatime,attr2,inode64,noquota From /proc/self/mountinfo: yes From fragment: yes Extrinsic: no DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit loadcpufreq.service: Description: LSB: Load kernel modules needed to enable cpufreq scaling Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:11 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:07 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:11 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: loadcpufreq.service Invocation ID: 3efbe33925eb48e2a3315ccc00ac8100 Documentation: man:systemd-sysv-generator(8) Fragment Path: /run/systemd/generator.late/loadcpufreq.service Source Path: /etc/init.d/loadcpufreq Condition Timestamp: Sat 2018-09-22 16:15:07 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:07 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: graphical.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: multi-user.target (origin-file destination-default) Before: graphical.target (origin-file destination-default) Before: shutdown.target (origin-default) Before: cpufrequtils.service (destination-file) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: system.slice (origin-file) After: sysinit.target (origin-default) After: remote-fs.target (origin-file) References: multi-user.target (origin-file) References: shutdown.target (origin-default) References: systemd-journald.socket (origin-file) References: basic.target (origin-default) References: system.slice (origin-file) References: sysinit.target (origin-default) References: graphical.target (origin-file) References: remote-fs.target (origin-file) ReferencedBy: graphical.target (destination-file destination-default) ReferencedBy: cpufrequtils.service (destination-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: no Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 5min TimeoutStopSec: 5min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/init.d/loadcpufreq start PID: 1645 Start Timestamp: Sat 2018-09-22 16:15:07 EDT Exit Timestamp: Sat 2018-09-22 16:15:11 EDT Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /etc/init.d/loadcpufreq stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit shutdown.target: Description: Shutdown Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: shutdown.target Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/shutdown.target ConflictedBy: apt-daily-upgrade.timer (destination-default) ConflictedBy: smartd.service (destination-default) ConflictedBy: user.slice (destination-default) ConflictedBy: remote-fs.target (destination-file) ConflictedBy: system-postfix.slice (destination-default) ConflictedBy: syslog.socket (destination-file) ConflictedBy: nscd.service (destination-default) ConflictedBy: network-pre.target (destination-default) ConflictedBy: sheepdog.service (destination-default) ConflictedBy: logrotate.service (destination-default) ConflictedBy: sysstat.service (destination-default) ConflictedBy: networking.service (destination-file) ConflictedBy: user-runtime-dir at 1000.service (destination-default) ConflictedBy: swap.target (destination-default) ConflictedBy: nss-lookup.target (destination-default) ConflictedBy: ofono.service (destination-default) ConflictedBy: user-1000.slice (destination-default) ConflictedBy: systemd-tmpfiles-clean.service (destination-file) ConflictedBy: remote-fs-pre.target (destination-default) ConflictedBy: postgresql at 9.5-main.service (destination-default) ConflictedBy: loadcpufreq.service (destination-default) ConflictedBy: basic.target (destination-default) ConflictedBy: ipmievd.service (destination-default) ConflictedBy: systemd-ask-password-wall.path (destination-file) ConflictedBy: session-c1.scope (destination-default) ConflictedBy: network-manager.service (destination-default) ConflictedBy: bind9.service (destination-default) ConflictedBy: slices.target (destination-default) ConflictedBy: getty-pre.target (destination-default) ConflictedBy: rescue.service (destination-file) ConflictedBy: phpsessionclean.timer (destination-default) ConflictedBy: dbus.service (destination-default) ConflictedBy: ntp.service (destination-default) ConflictedBy: nfs-utils.service (destination-default) ConflictedBy: systemd-update-utmp.service (destination-file) ConflictedBy: systemd-tmpfiles-clean.timer (destination-default) ConflictedBy: apt-cacher-ng.service (destination-default) ConflictedBy: system-postgresql.slice (destination-default) ConflictedBy: network.target (destination-default) ConflictedBy: nmbd.service (destination-default) ConflictedBy: smbd.service (destination-default) ConflictedBy: sockets.target (destination-default) ConflictedBy: postfix at -.service (destination-default) ConflictedBy: dbus.socket (destination-default) ConflictedBy: rpcbind.target (destination-default) ConflictedBy: openipmi.service (destination-default) ConflictedBy: systemd-sysctl.service (destination-file) ConflictedBy: ModemManager.service (destination-default) ConflictedBy: cups.socket (destination-default) ConflictedBy: network-online.target (destination-default) ConflictedBy: wpa_supplicant.service (destination-default) ConflictedBy: systemd-user-sessions.service (destination-default) ConflictedBy: schroot.service (destination-default) ConflictedBy: multi-user.target (destination-default) ConflictedBy: timers.target (destination-file) ConflictedBy: apt-daily.timer (destination-default) ConflictedBy: sysinit.target (destination-default) ConflictedBy: local-fs-pre.target (destination-default) ConflictedBy: getty at tty1.service (destination-default) ConflictedBy: mysql.service (destination-default) ConflictedBy: logrotate.timer (destination-default) ConflictedBy: systemd-tmpfiles-setup-dev.service (destination-file) ConflictedBy: system-user\x2druntime\x2ddir.slice (destination-default) ConflictedBy: graphical.target (destination-default) ConflictedBy: systemd-sysusers.service (destination-file) ConflictedBy: cpufrequtils.service (destination-default) ConflictedBy: avahi-daemon.service (destination-default) ConflictedBy: systemd-timesyncd.service (destination-file) ConflictedBy: nss-user-lookup.target (destination-default) ConflictedBy: ssh.service (destination-default) ConflictedBy: time-sync.target (destination-default) ConflictedBy: exim4.service (destination-default) ConflictedBy: systemd-update-utmp-runlevel.service (destination-file) ConflictedBy: systemd-tmpfiles-setup.service (destination-file) ConflictedBy: irqbalance.service (destination-default) ConflictedBy: local-fs.target (destination-file) ConflictedBy: systemd-random-seed.service (destination-file) ConflictedBy: postgresql.service (destination-default) ConflictedBy: systemd-networkd.service (destination-file) ConflictedBy: systemd-binfmt.service (destination-file) ConflictedBy: systemd-ask-password-console.service (destination-file) ConflictedBy: systemd-remount-fs.service (destination-file) ConflictedBy: cryptsetup.target (destination-default) ConflictedBy: uuidd.service (destination-default) ConflictedBy: systemd-machine-id-commit.service (destination-file) ConflictedBy: systemd-ask-password-console.path (destination-file) ConflictedBy: system-serial\x2dgetty.slice (destination-default) ConflictedBy: radvd.service (destination-default) ConflictedBy: phpsessionclean.service (destination-default) ConflictedBy: udftools.service (destination-default) ConflictedBy: systemd-hwdb-update.service (destination-file) ConflictedBy: postgresql at 9.6-main.service (destination-default) ConflictedBy: accounts-daemon.service (destination-default) ConflictedBy: systemd-modules-load.service (destination-file) ConflictedBy: emergency.service (destination-file) ConflictedBy: user at 1000.service (destination-default) ConflictedBy: paths.target (destination-default) ConflictedBy: system-getty.slice (destination-default) ConflictedBy: uuidd.socket (destination-default) ConflictedBy: emergency.target (destination-default) ConflictedBy: postgresql at 9.4-main.service (destination-default) ConflictedBy: apt-daily.service (destination-default) ConflictedBy: postgresql at 9.3-main.service (destination-default) ConflictedBy: getty.target (destination-default) ConflictedBy: ifup at eth0.service (destination-file) ConflictedBy: spamassassin.service (destination-default) ConflictedBy: nfs-client.target (destination-default) ConflictedBy: dundee.service (destination-default) ConflictedBy: serial-getty at ttyS0.service (destination-default) ConflictedBy: rsyslog.service (destination-default) ConflictedBy: postgresql at 10-main.service (destination-default) ConflictedBy: rc-local.service (destination-default) ConflictedBy: postfix.service (destination-default) ConflictedBy: rescue.target (destination-default) ConflictedBy: cups.service (destination-default) ConflictedBy: cron.service (destination-default) ConflictedBy: systemd-logind.service (destination-default) ConflictedBy: avahi-daemon.socket (destination-default) ConflictedBy: stunnel4.service (destination-default) ConflictedBy: polkit.service (destination-default) ConflictedBy: system-systemd\x2dfsck.slice (destination-default) ConflictedBy: session-c2.scope (destination-default) ConflictedBy: systemd-ask-password-wall.service (destination-default) ConflictedBy: apt-daily-upgrade.service (destination-default) ConflictedBy: rsync.service (destination-default) ConflictedBy: getty-static.service (destination-default) ConflictedBy: minissdpd.service (destination-default) After: rpcbind.target (destination-default) After: nscd.service (destination-default) After: basic.target (destination-default) After: syslog.socket (destination-file) After: ssh.service (destination-default) After: postfix.service (destination-default) After: systemd-logind.service (destination-default) After: radvd.service (destination-default) After: dbus.socket (destination-default) After: systemd-update-utmp-runlevel.service (destination-file) After: network-manager.service (destination-default) After: cups.service (destination-default) After: systemd-modules-load.service (destination-file) After: ntp.service (destination-default) After: systemd-sysusers.service (destination-file) After: ipmievd.service (destination-default) After: systemd-tmpfiles-clean.service (destination-file) After: system-getty.slice (destination-default) After: user-1000.slice (destination-default) After: systemd-quotacheck.service (destination-file) After: rsync.service (destination-default) After: network.target (destination-default) After: systemd-timesyncd.service (destination-file) After: user-runtime-dir at 1000.service (destination-default) After: uuidd.socket (destination-default) After: networking.service (destination-file) After: sockets.target (destination-default) After: postgresql at 9.3-main.service (destination-default) After: systemd-remount-fs.service (destination-file) After: paths.target (destination-default) After: systemd-ask-password-wall.path (destination-file) After: serial-getty at ttyS0.service (destination-default) After: rescue.service (destination-file) After: system-serial\x2dgetty.slice (destination-default) After: logrotate.timer (destination-default) After: session-c1.scope (destination-default) After: user.slice (destination-default) After: smartd.service (destination-default) After: nss-lookup.target (destination-default) After: sysinit.target (destination-default) After: systemd-fsck-root.service (destination-file) After: systemd-ask-password-console.path (destination-file) After: nfs-client.target (destination-default) After: apt-daily-upgrade.timer (destination-default) After: ModemManager.service (destination-default) After: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) After: avahi-daemon.socket (destination-default) After: network-online.target (destination-default) After: postgresql.service (destination-default) After: cron.service (destination-default) After: ofono.service (destination-default) After: dundee.service (destination-default) After: exim4.service (destination-default) After: network-pre.target (destination-default) After: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) After: systemd-tmpfiles-setup.service (destination-file) After: logrotate.service (destination-default) After: getty-pre.target (destination-default) After: phpsessionclean.timer (destination-default) After: dbus.service (destination-default) After: system-postgresql.slice (destination-default) After: systemd-networkd.service (destination-file) After: apt-cacher-ng.service (destination-default) After: rescue.target (destination-default) After: stunnel4.service (destination-default) After: getty-static.service (destination-default) After: irqbalance.service (destination-default) After: spamassassin.service (destination-default) After: accounts-daemon.service (destination-default) After: systemd-update-utmp.service (destination-file) After: postgresql at 9.6-main.service (destination-default) After: graphical.target (destination-default) After: postgresql at 9.5-main.service (destination-default) After: phpsessionclean.service (destination-default) After: postgresql at 9.4-main.service (destination-default) After: emergency.service (destination-file) After: polkit.service (destination-default) After: uuidd.service (destination-default) After: mysql.service (destination-default) After: minissdpd.service (destination-default) After: swap.target (destination-default) After: systemd-machine-id-commit.service (destination-file) After: system-systemd\x2dfsck.slice (destination-default) After: emergency.target (destination-default) After: nmbd.service (destination-default) After: cryptsetup.target (destination-default) After: nss-user-lookup.target (destination-default) After: sheepdog.service (destination-default) After: session-c2.scope (destination-default) After: getty.target (destination-default) After: systemd-random-seed.service (destination-file) After: rsyslog.service (destination-default) After: cpufrequtils.service (destination-default) After: udftools.service (destination-default) After: getty at tty1.service (destination-default) After: ifup at eth0.service (destination-file) After: systemd-sysctl.service (destination-file) After: systemd-hwdb-update.service (destination-file) After: apt-daily.service (destination-default) After: systemd-binfmt.service (destination-file) After: time-sync.target (destination-default) After: systemd-tmpfiles-setup-dev.service (destination-file) After: slices.target (destination-default) After: rc-local.service (destination-default) After: systemd-fsckd.service (destination-file) After: wpa_supplicant.service (destination-default) After: loadcpufreq.service (destination-default) After: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) After: console-kit-log-system-start.service (destination-file) After: systemd-tmpfiles-clean.timer (destination-default) After: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) After: remote-fs-pre.target (destination-default) After: apt-daily.timer (destination-default) After: systemd-user-sessions.service (destination-default) After: postfix at -.service (destination-default) After: systemd-ask-password-wall.service (destination-default) After: systemd-ask-password-console.service (destination-file) After: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) After: nfs-utils.service (destination-default) After: multi-user.target (destination-default) After: schroot.service (destination-default) After: bind9.service (destination-default) After: avahi-daemon.service (destination-default) After: sysstat.service (destination-default) After: user at 1000.service (destination-default) After: system-postfix.slice (destination-default) After: cups.socket (destination-default) After: openipmi.service (destination-default) After: local-fs-pre.target (destination-default) After: postgresql at 10-main.service (destination-default) After: system-user\x2druntime\x2ddir.slice (destination-default) After: smbd.service (destination-default) After: apt-daily-upgrade.service (destination-default) ReferencedBy: emergency.service (destination-file) ReferencedBy: cups.service (destination-default) ReferencedBy: rescue.service (destination-file) ReferencedBy: sheepdog.service (destination-default) ReferencedBy: nfs-client.target (destination-default) ReferencedBy: udftools.service (destination-default) ReferencedBy: cpufrequtils.service (destination-default) ReferencedBy: rescue.target (destination-default) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) ReferencedBy: network-online.target (destination-default) ReferencedBy: nscd.service (destination-default) ReferencedBy: graphical.target (destination-default) ReferencedBy: phpsessionclean.timer (destination-default) ReferencedBy: nss-lookup.target (destination-default) ReferencedBy: irqbalance.service (destination-default) ReferencedBy: systemd-ask-password-console.service (destination-file) ReferencedBy: rpcbind.target (destination-default) ReferencedBy: postgresql at 9.3-main.service (destination-default) ReferencedBy: wpa_supplicant.service (destination-default) ReferencedBy: bind9.service (destination-default) ReferencedBy: paths.target (destination-default) ReferencedBy: systemd-binfmt.service (destination-file) ReferencedBy: cups.socket (destination-default) ReferencedBy: logrotate.service (destination-default) ReferencedBy: postfix.service (destination-default) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) ReferencedBy: stunnel4.service (destination-default) ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file) ReferencedBy: systemd-tmpfiles-clean.service (destination-file) ReferencedBy: dbus.service (destination-default) ReferencedBy: system-postgresql.slice (destination-default) ReferencedBy: getty at tty1.service (destination-default) ReferencedBy: system-getty.slice (destination-default) ReferencedBy: systemd-update-utmp.service (destination-file) ReferencedBy: basic.target (destination-default) ReferencedBy: rsync.service (destination-default) ReferencedBy: session-c2.scope (destination-default) ReferencedBy: systemd-remount-fs.service (destination-file) ReferencedBy: systemd-quotacheck.service (destination-file) ReferencedBy: rsyslog.service (destination-default) ReferencedBy: postgresql at 9.5-main.service (destination-default) ReferencedBy: system-serial\x2dgetty.slice (destination-default) ReferencedBy: mysql.service (destination-default) ReferencedBy: uuidd.socket (destination-default) ReferencedBy: multi-user.target (destination-default) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) ReferencedBy: polkit.service (destination-default) ReferencedBy: avahi-daemon.service (destination-default) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) ReferencedBy: getty-pre.target (destination-default) ReferencedBy: systemd-ask-password-console.path (destination-file) ReferencedBy: systemd-hwdb-update.service (destination-file) ReferencedBy: local-fs.target (destination-file) ReferencedBy: getty-static.service (destination-default) ReferencedBy: systemd-fsckd.service (destination-file) ReferencedBy: network-manager.service (destination-default) ReferencedBy: sysinit.target (destination-default) ReferencedBy: uuidd.service (destination-default) ReferencedBy: network-pre.target (destination-default) ReferencedBy: serial-getty at ttyS0.service (destination-default) ReferencedBy: systemd-sysusers.service (destination-file) ReferencedBy: systemd-ask-password-wall.path (destination-file) ReferencedBy: apt-daily-upgrade.service (destination-default) ReferencedBy: phpsessionclean.service (destination-default) ReferencedBy: postgresql at 9.4-main.service (destination-default) ReferencedBy: getty.target (destination-default) ReferencedBy: openipmi.service (destination-default) ReferencedBy: systemd-fsck-root.service (destination-file) ReferencedBy: radvd.service (destination-default) ReferencedBy: console-kit-log-system-start.service (destination-file) ReferencedBy: systemd-logind.service (destination-default) ReferencedBy: postfix at -.service (destination-default) ReferencedBy: ifup at eth0.service (destination-file) ReferencedBy: postgresql.service (destination-default) ReferencedBy: spamassassin.service (destination-default) ReferencedBy: remote-fs.target (destination-file) ReferencedBy: accounts-daemon.service (destination-default) ReferencedBy: dbus.socket (destination-default) ReferencedBy: systemd-sysctl.service (destination-file) ReferencedBy: user.slice (destination-default) ReferencedBy: sysstat.service (destination-default) ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) ReferencedBy: nmbd.service (destination-default) ReferencedBy: logrotate.timer (destination-default) ReferencedBy: remote-fs-pre.target (destination-default) ReferencedBy: ipmievd.service (destination-default) ReferencedBy: time-sync.target (destination-default) ReferencedBy: system-user\x2druntime\x2ddir.slice (destination-default) ReferencedBy: user-1000.slice (destination-default) ReferencedBy: systemd-machine-id-commit.service (destination-file) ReferencedBy: exim4.service (destination-default) ReferencedBy: system-systemd\x2dfsck.slice (destination-default) ReferencedBy: sockets.target (destination-default) ReferencedBy: dundee.service (destination-default) ReferencedBy: ofono.service (destination-default) ReferencedBy: ModemManager.service (destination-default) ReferencedBy: swap.target (destination-default) ReferencedBy: networking.service (destination-file) ReferencedBy: apt-daily.timer (destination-default) ReferencedBy: avahi-daemon.socket (destination-default) ReferencedBy: apt-cacher-ng.service (destination-default) ReferencedBy: timers.target (destination-file) ReferencedBy: systemd-tmpfiles-clean.timer (destination-default) ReferencedBy: smbd.service (destination-default) ReferencedBy: rc-local.service (destination-default) ReferencedBy: system-postfix.slice (destination-default) ReferencedBy: loadcpufreq.service (destination-default) ReferencedBy: session-c1.scope (destination-default) ReferencedBy: smartd.service (destination-default) ReferencedBy: apt-daily.service (destination-default) ReferencedBy: ssh.service (destination-default) ReferencedBy: user-runtime-dir at 1000.service (destination-default) ReferencedBy: syslog.socket (destination-file) ReferencedBy: systemd-user-sessions.service (destination-default) ReferencedBy: apt-daily-upgrade.timer (destination-default) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: nfs-utils.service (destination-default) ReferencedBy: cron.service (destination-default) ReferencedBy: schroot.service (destination-default) ReferencedBy: systemd-random-seed.service (destination-file) ReferencedBy: local-fs-pre.target (destination-default) ReferencedBy: minissdpd.service (destination-default) ReferencedBy: slices.target (destination-default) ReferencedBy: systemd-ask-password-wall.service (destination-default) ReferencedBy: systemd-tmpfiles-setup.service (destination-file) ReferencedBy: ntp.service (destination-default) ReferencedBy: cryptsetup.target (destination-default) ReferencedBy: postgresql at 9.6-main.service (destination-default) ReferencedBy: user at 1000.service (destination-default) ReferencedBy: postgresql at 10-main.service (destination-default) ReferencedBy: systemd-timesyncd.service (destination-file) ReferencedBy: nss-user-lookup.target (destination-default) ReferencedBy: systemd-update-utmp-runlevel.service (destination-file) ReferencedBy: network.target (destination-default) ReferencedBy: systemd-modules-load.service (destination-file) ReferencedBy: emergency.target (destination-default) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Target State: dead -> Unit sys-devices-virtual-tty-ttyec.device: Description: /sys/devices/virtual/tty/ttyec Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyec.device Invocation ID: 4f16c643ec0c47b49d8fa3195891c91d Following Set Member: dev-ttyec.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyec Found: found-udev -> Unit systemd-udevd-control.socket: Description: udev Control Socket Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:27 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:22 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:22 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-udevd-control.socket CGroup realized: no CGroup own mask: memory pids Name: systemd-udevd-control.socket Invocation ID: 84d1d13f808a483ba98b8df55000b324 Documentation: man:systemd-udevd.service(8) Documentation: man:udev(7) Fragment Path: /lib/systemd/system/systemd-udevd-control.socket ConditionPathIsReadWrite: /sys succeeded Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:22 EDT Assert Result: yes Requires: -.mount (origin-file) Requires: system.slice (origin-file) WantedBy: systemd-udevd.service (destination-file) WantedBy: sockets.target (destination-file) Before: systemd-udevd.service (origin-implicit destination-file) Before: systemd-udev-trigger.service (destination-file) Before: sockets.target (origin-file) After: -.mount (origin-file) After: system.slice (origin-file) Triggers: systemd-udevd.service (origin-implicit destination-file) References: sockets.target (origin-file) References: system.slice (origin-file) References: systemd-udevd.service (origin-implicit) References: -.mount (origin-file) ReferencedBy: systemd-udevd.service (destination-file) ReferencedBy: systemd-udev-trigger.service (destination-file) ReferencedBy: sockets.target (destination-file) RequiresMountsFor: /run/udev/control (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: running Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0600 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: yes PassSecurity: no TCPCongestion: n/a RemoveOnStop: yes Writable: no FileDescriptorName: systemd-udevd-control.socket SELinuxContextFromNet: no ListenSequentialPacket: /run/udev/control TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyq3.device: Description: /sys/devices/virtual/tty/ttyq3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyq3.device Invocation ID: f4101a12a3ab4b0089dde35748160c9e Following Set Member: dev-ttyq3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq3 Found: found-udev -> Unit sys-devices-virtual-tty-ttya5.device: Description: /sys/devices/virtual/tty/ttya5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttya5.device Invocation ID: ed3114a2deed4d5ba0a0c71c4292ddd4 Following Set Member: dev-ttya5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya5 Found: found-udev -> Unit dev-ttybf.device: Description: /dev/ttybf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttybf.device Invocation ID: 001b6e47e49a43ca86d46a13a4de050a Following: sys-devices-virtual-tty-ttybf.device Following Set Member: sys-devices-virtual-tty-ttybf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttybf Found: found-udev -> Unit sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc.device: Description: ST3300007LC Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc.device Invocation ID: 235706e20c16417a93dd66dd4f3c3de9 Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX.device Following Set Member: dev-sdc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc Found: found-udev -> Unit sys-devices-virtual-tty-ttyv1.device: Description: /sys/devices/virtual/tty/ttyv1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyv1.device Invocation ID: bb2c8dcb35544624b771b301b1c6089d Following Set Member: dev-ttyv1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv1 Found: found-udev -> Unit sys-devices-virtual-tty-ttyc5.device: Description: /sys/devices/virtual/tty/ttyc5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyc5.device Invocation ID: f75e3bedb51b403abaa83c76404df9f1 Following Set Member: dev-ttyc5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc5 Found: found-udev -> Unit dm-event.socket: Description: dm-event.socket Instance: n/a Unit Load State: masked Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: dm-event.socket Fragment Path: /dev/null WantedBy: sockets.target (destination-file) ReferencedBy: sockets.target (destination-file) -> Unit ssh.service: Description: OpenBSD Secure Shell server Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:06 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:05 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:06 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/ssh.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: ssh.service Invocation ID: 0524ada1734e4c9f9085ff14616279a3 Documentation: man:sshd(8) Documentation: man:sshd_config(5) Fragment Path: /lib/systemd/system/ssh.service ConditionPathExists: !/etc/ssh/sshd_not_to_be_run succeeded Condition Timestamp: Sat 2018-09-22 16:15:04 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:04 EDT Assert Result: yes Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: auditd.service (origin-file) After: network.target (origin-file) After: basic.target (origin-default) After: -.mount (origin-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: sysinit.target (origin-default) References: auditd.service (origin-file) References: shutdown.target (origin-default) References: network.target (origin-file) References: basic.target (origin-default) References: -.mount (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: sysinit.target (origin-default) ReferencedBy: multi-user.target (destination-file destination-default) RequiresMountsFor: /run/sshd (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: on-failure NotifyAccess: main NotifyState: ready Main PID: 1612 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/ssh RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 RuntimeDirectory: sshd StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStartPre: Command Line: /usr/sbin/sshd -t PID: 1597 Start Timestamp: Sat 2018-09-22 16:15:05 EDT Exit Timestamp: Sat 2018-09-22 16:15:06 EDT Exit Code: exited Exit Status: 0 -> ExecStart: Command Line: /usr/sbin/sshd -D $SSHD_OPTS PID: 1612 Start Timestamp: Sat 2018-09-22 16:15:06 EDT -> ExecReload: Command Line: /usr/sbin/sshd -t Command Line: /bin/kill -HUP $MAINPID CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart4.device: Description: ST3300007LC 4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart4.device Invocation ID: bd6c4f272ca54907b1cc896f200f9dd2 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc4.device Following Set Member: dev-sdc4.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart4.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc4.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d04.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc4 Found: found-udev -> Unit sys-devices-virtual-tty-ttyba.device: Description: /sys/devices/virtual/tty/ttyba Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyba.device Invocation ID: c728506644304ab18160feb7d7bb3809 Following Set Member: dev-ttyba.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyba Found: found-udev -> Unit logrotate.service: Description: Rotate log files Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory devices pids Name: logrotate.service Documentation: man:logrotate(8) Documentation: man:logrotate.conf(5) Fragment Path: /lib/systemd/system/logrotate.service ConditionACPower: true untested Requires: sysinit.target (origin-default) Requires: var.mount (origin-file) Requires: system.slice (origin-file) Requires: -.mount (origin-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: -.mount (origin-file) After: system.slice (origin-file) After: var.mount (origin-file) After: sysinit.target (origin-default) After: systemd-tmpfiles-setup.service (origin-file) After: logrotate.timer (destination-implicit) After: basic.target (origin-default) After: systemd-journald.socket (origin-file) TriggeredBy: logrotate.timer (destination-implicit) References: shutdown.target (origin-default) References: -.mount (origin-file) References: system.slice (origin-file) References: var.mount (origin-file) References: sysinit.target (origin-default) References: systemd-tmpfiles-setup.service (origin-file) References: systemd-journald.socket (origin-file) References: basic.target (origin-default) ReferencedBy: logrotate.timer (destination-implicit) RequiresMountsFor: /tmp (origin-file) RequiresMountsFor: /var/tmp (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: yes PrivateDevices: yes ProtectKernelTunables: no ProtectKernelModules: yes ProtectControlGroups: yes PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: full MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Nice: 19 Limit NOFILE: 4096 Limit NOFILESoft: 1024 IOSchedulingClass: best-effort IOPriority: 7 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/logrotate /etc/logrotate.conf CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=closed Delegate=no -> Unit dev-ttyv7.device: Description: /dev/ttyv7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyv7.device Invocation ID: af9532f5c50f47428f7f46706bd37eb6 Following: sys-devices-virtual-tty-ttyv7.device Following Set Member: sys-devices-virtual-tty-ttyv7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv7 Found: found-udev -> Unit dev-ttya4.device: Description: /dev/ttya4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttya4.device Invocation ID: 62d3c4f547b9412eb2228856bc1e1526 Following: sys-devices-virtual-tty-ttya4.device Following Set Member: sys-devices-virtual-tty-ttya4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya4 Found: found-udev -> Unit dev-ttyq1.device: Description: /dev/ttyq1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyq1.device Invocation ID: 401fad1823b54f0ba0a1b72030a10641 Following: sys-devices-virtual-tty-ttyq1.device Following Set Member: sys-devices-virtual-tty-ttyq1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq1 Found: found-udev -> Unit sys-devices-virtual-tty-ttyx0.device: Description: /sys/devices/virtual/tty/ttyx0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyx0.device Invocation ID: 3687595f78da47f09f1a4f56eeb73d19 Following Set Member: dev-ttyx0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx0 Found: found-udev -> Unit systemd-fsckd.socket: Description: fsck to fsckd communication Socket Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:08 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:21 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:21 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-fsckd.socket CGroup realized: no CGroup own mask: memory pids Name: systemd-fsckd.socket Invocation ID: 3697b553c7134fa7b4097f312626f108 Documentation: man:systemd-fsckd.service(8) Documentation: man:systemd-fsck at .service(8) Documentation: man:systemd-fsck-root.service(8) Fragment Path: /lib/systemd/system/systemd-fsckd.socket Condition Timestamp: Sat 2018-09-22 16:14:21 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:21 EDT Assert Result: yes Requires: -.mount (origin-file) Requires: system.slice (origin-file) RequiredBy: systemd-fsckd.service (destination-file) WantedBy: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) WantedBy: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) WantedBy: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) WantedBy: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) WantedBy: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) WantedBy: systemd-fsck-root.service (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) Before: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) Before: systemd-fsckd.service (origin-implicit) Before: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) Before: systemd-fsck-root.service (destination-file) After: -.mount (origin-file) After: system.slice (origin-file) Triggers: systemd-fsckd.service (origin-implicit) References: -.mount (origin-file) References: systemd-fsckd.service (origin-implicit) References: system.slice (origin-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) ReferencedBy: systemd-fsckd.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) ReferencedBy: systemd-fsck-root.service (destination-file) RequiresMountsFor: /run/systemd/fsck.progress (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: listening Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0600 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: no PassSecurity: no TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: systemd-fsckd.socket SELinuxContextFromNet: no ListenStream: /run/systemd/fsck.progress TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-cdrw.device: Description: DW-224E Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-cdrw.device Invocation ID: 143491ddf1994a9697cc7188015c5e2c Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:02.0-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device Following Set Member: dev-dvd.device Following Set Member: dev-cdrom.device Following Set Member: dev-disk-by\x2did-ata\x2dDW\x2d224E.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:02.0\x2data\x2d1.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:02.0-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device Following Set Member: dev-sr0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:02.0/ata1/host0/target0:0:0/0:0:0:0/block/sr0 Found: found-udev -> Unit systemd-remount-fs.service: Description: Remount Root and Kernel File Systems Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:24 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:24 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-remount-fs.service Invocation ID: d287e59df07d4f1dbff2d5347bda5934 Documentation: man:systemd-remount-fs.service(8) Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/systemd-remount-fs.service ConditionPathExists: /etc/fstab succeeded Condition Timestamp: Sat 2018-09-22 16:14:24 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:24 EDT Assert Result: yes Requires: system.slice (origin-file) Wants: local-fs-pre.target (origin-file) WantedBy: local-fs.target (destination-file) Conflicts: shutdown.target (origin-file) Before: systemd-random-seed.service (destination-file) Before: local-fs.target (origin-file) Before: home-srv-swapfile.swap (destination-file) Before: systemd-quotacheck.service (destination-file) Before: systemd-timesyncd.service (destination-file) Before: systemd-update-utmp.service (destination-file) Before: systemd-sysusers.service (destination-file) Before: shutdown.target (origin-file) Before: systemd-journal-flush.service (destination-file) Before: local-fs-pre.target (origin-file) Before: systemd-hwdb-update.service (destination-file) After: systemd-fsck-root.service (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: local-fs-pre.target (origin-file) References: systemd-fsck-root.service (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-file) References: local-fs.target (origin-file) ReferencedBy: local-fs.target (destination-file) ReferencedBy: systemd-hwdb-update.service (destination-file) ReferencedBy: systemd-quotacheck.service (destination-file) ReferencedBy: systemd-timesyncd.service (destination-file) ReferencedBy: systemd-random-seed.service (destination-file) ReferencedBy: home-srv-swapfile.swap (destination-file) ReferencedBy: systemd-sysusers.service (destination-file) ReferencedBy: systemd-journal-flush.service (destination-file) ReferencedBy: systemd-update-utmp.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-remount-fs PID: 1181 Start Timestamp: Sat 2018-09-22 16:14:24 EDT Exit Timestamp: Sat 2018-09-22 16:14:24 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyz1.device: Description: /dev/ttyz1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyz1.device Invocation ID: a63e3a880d024c259497eb04562f1858 Following: sys-devices-virtual-tty-ttyz1.device Following Set Member: sys-devices-virtual-tty-ttyz1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz1 Found: found-udev -> Unit sys-devices-virtual-tty-ttyc4.device: Description: /sys/devices/virtual/tty/ttyc4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyc4.device Invocation ID: ade23882ffdb47a5b95d04dee946f3a5 Following Set Member: dev-ttyc4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc4 Found: found-udev -> Unit sys-devices-virtual-tty-ttya3.device: Description: /sys/devices/virtual/tty/ttya3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttya3.device Invocation ID: 130e43dc4b024ba6854f275eeb315d89 Following Set Member: dev-ttya3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya3 Found: found-udev -> Unit dev-ttys3.device: Description: /dev/ttys3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttys3.device Invocation ID: 8d862ea7e32c495090831ea434e2f717 Following: sys-devices-virtual-tty-ttys3.device Following Set Member: sys-devices-virtual-tty-ttys3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys3 Found: found-udev -> Unit sys-devices-virtual-tty-ttyr2.device: Description: /sys/devices/virtual/tty/ttyr2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyr2.device Invocation ID: 4e08de546c844b19aaa5cbaf1e61372f Following Set Member: dev-ttyr2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr2 Found: found-udev -> Unit dev-ttybe.device: Description: /dev/ttybe Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttybe.device Invocation ID: 035b433f954240d1be3efa71d01ac3a0 Following: sys-devices-virtual-tty-ttybe.device Following Set Member: sys-devices-virtual-tty-ttybe.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttybe Found: found-udev -> Unit dev-ttyw0.device: Description: /dev/ttyw0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyw0.device Invocation ID: 7d4123a8807e48738c92928593ce7b4e Following: sys-devices-virtual-tty-ttyw0.device Following Set Member: sys-devices-virtual-tty-ttyw0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw0 Found: found-udev -> Unit sys-devices-virtual-tty-ttyqa.device: Description: /sys/devices/virtual/tty/ttyqa Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyqa.device Invocation ID: a27cd97491b2443293512b5139345c0f Following Set Member: dev-ttyqa.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyqa Found: found-udev -> Unit sys-devices-virtual-tty-ttyxf.device: Description: /sys/devices/virtual/tty/ttyxf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyxf.device Invocation ID: 64b3ce9d9c474059bd1d09a9045bd5ce Following Set Member: dev-ttyxf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyxf Found: found-udev -> Unit dev-ttysd.device: Description: /dev/ttysd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttysd.device Invocation ID: 72953d35ae8d4680b5674b4d70c8840f Following: sys-devices-virtual-tty-ttysd.device Following Set Member: sys-devices-virtual-tty-ttysd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttysd Found: found-udev -> Unit sys-devices-virtual-tty-ttyyd.device: Description: /sys/devices/virtual/tty/ttyyd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyyd.device Invocation ID: 9a13eb57556a4601b1717df793e6b75a Following Set Member: dev-ttyyd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyyd Found: found-udev -> Unit dev-ttyvc.device: Description: /dev/ttyvc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyvc.device Invocation ID: 7f97a63781114c4d9ca93cae1b2f1a7e Following: sys-devices-virtual-tty-ttyvc.device Following Set Member: sys-devices-virtual-tty-ttyvc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyvc Found: found-udev -> Unit dev-ttyyc.device: Description: /dev/ttyyc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyyc.device Invocation ID: f32acb38b9de4ee3be7ed7c829a469d4 Following: sys-devices-virtual-tty-ttyyc.device Following Set Member: sys-devices-virtual-tty-ttyyc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyyc Found: found-udev -> Unit emergency.service: Description: Emergency Shell Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: emergency.service Documentation: man:sulogin(8) Fragment Path: /lib/systemd/system/emergency.service Requires: -.mount (origin-file) Requires: system.slice (origin-file) RequiredBy: emergency.target (destination-file) Conflicts: shutdown.target (origin-file) Conflicts: rescue.service (origin-file) ConflictedBy: sysinit.target (destination-file) ConflictedBy: syslog.socket (destination-file) Before: rescue.service (origin-file) Before: shutdown.target (origin-file) Before: emergency.target (destination-file) Before: sysinit.target (destination-file) After: syslog.socket (destination-file) After: -.mount (origin-file) After: system.slice (origin-file) References: rescue.service (origin-file) References: shutdown.target (origin-file) References: -.mount (origin-file) References: system.slice (origin-file) ReferencedBy: emergency.target (destination-file) ReferencedBy: sysinit.target (destination-file) ReferencedBy: syslog.socket (destination-file) RequiresMountsFor: /root (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: idle Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: yes UMask: 0022 WorkingDirectory: /root RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private Environment: HOME=/root RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: tty-force StandardOutput: inherit StandardError: inherit DynamicUser: no LockPersonality: no -> ExecStartPre: Command Line: /bin/plymouth --wait quit -> ExecStart: Command Line: /lib/systemd/systemd-sulogin-shell emergency CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyu4.device: Description: /dev/ttyu4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyu4.device Invocation ID: 129bd4ab7b8146f89fbbe5470110b311 Following: sys-devices-virtual-tty-ttyu4.device Following Set Member: sys-devices-virtual-tty-ttyu4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu4 Found: found-udev -> Unit nfs-server.service: Description: NFS server and services Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:07 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:06 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:07 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: nfs-server.service Invocation ID: bcb5b50d078747559ae02fbb43b36680 Fragment Path: /lib/systemd/system/nfs-server.service Condition Timestamp: Sat 2018-09-22 16:15:06 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:06 EDT Assert Result: yes Requires: system.slice (origin-file) Requires: proc-fs-nfsd.mount (origin-file) Requires: network.target (origin-file) Requires: nfs-mountd.service (origin-file) Wants: nfs-idmapd.service (origin-file) Wants: nfs-config.service (origin-file) Wants: auth-rpcgss-module.service (origin-file) Wants: rpcbind.socket (origin-file) WantedBy: multi-user.target (destination-file) BoundBy: nfs-idmapd.service (destination-file) BoundBy: nfs-mountd.service (destination-file) ConsistsOf: rpc-svcgssd.service (destination-file) Before: remote-fs-pre.target (origin-file) Before: rpc-statd-notify.service (origin-file destination-file) After: nfs-mountd.service (origin-file) After: proc-fs-nfsd.mount (origin-file) After: rpc-gssd.service (origin-file) After: rpcbind.socket (origin-file) After: network.target (origin-file) After: local-fs.target (origin-file) After: nfs-idmapd.service (origin-file) After: nfs-config.service (origin-file) After: rpc-statd.service (origin-file) After: rpc-svcgssd.service (origin-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: gssproxy.service (origin-file) References: local-fs.target (origin-file) References: nfs-idmapd.service (origin-file) References: nfs-config.service (origin-file) References: rpc-statd-notify.service (origin-file) References: auth-rpcgss-module.service (origin-file) References: rpc-gssd.service (origin-file) References: rpc-statd.service (origin-file) References: network.target (origin-file) References: gssproxy.service (origin-file) References: remote-fs-pre.target (origin-file) References: proc-fs-nfsd.mount (origin-file) References: system.slice (origin-file) References: nfs-mountd.service (origin-file) References: rpc-svcgssd.service (origin-file) References: systemd-journald.socket (origin-file) References: rpcbind.socket (origin-file) ReferencedBy: rpc-statd-notify.service (destination-file) ReferencedBy: nfs-mountd.service (destination-file) ReferencedBy: rpc-svcgssd.service (destination-file) ReferencedBy: multi-user.target (destination-file) ReferencedBy: nfs-idmapd.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/run/sysconfig/nfs-utils RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStartPre: Command Line: /usr/sbin/exportfs -r PID: 1611 Start Timestamp: Sat 2018-09-22 16:15:06 EDT Exit Timestamp: Sat 2018-09-22 16:15:07 EDT Exit Code: exited Exit Status: 0 -> ExecStart: Command Line: /usr/sbin/rpc.nfsd $RPCNFSDARGS PID: 1622 Start Timestamp: Sat 2018-09-22 16:15:07 EDT Exit Timestamp: Sat 2018-09-22 16:15:07 EDT Exit Code: exited Exit Status: 0 -> ExecReload: Command Line: /usr/sbin/exportfs -r -> ExecStop: Command Line: /usr/sbin/rpc.nfsd 0 -> ExecStopPost: Command Line: /usr/sbin/exportfs -au Command Line: /usr/sbin/exportfs -f CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttypb.device: Description: /dev/ttypb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttypb.device Invocation ID: ec881f22958d4f9dbd7df85515e3af36 Following: sys-devices-virtual-tty-ttypb.device Following Set Member: sys-devices-virtual-tty-ttypb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttypb Found: found-udev -> Unit dev-sdc2.device: Description: ST3300007LC BOOT2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:39 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sdc2.device Invocation ID: c7b29d5e91474d8b804b93a07573e3bc Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc2.device Following Set Member: dev-disk-by\x2duuid-93011b9e\x2d236b\x2d4dbc\x2d9a63\x2d6b13390e0b32.device Following Set Member: dev-disk-by\x2dlabel-BOOT2.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart2.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc2.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart2.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d02.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc2 Found: found-udev,found-mount -> Unit sys-devices-virtual-tty-ttys8.device: Description: /sys/devices/virtual/tty/ttys8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttys8.device Invocation ID: 22a1ebb73e2343f08288ac03fea2c732 Following Set Member: dev-ttys8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys8 Found: found-udev -> Unit sys-devices-virtual-tty-ttye1.device: Description: /sys/devices/virtual/tty/ttye1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttye1.device Invocation ID: bde7806432c24e3b99a7ea84cbab8c0f Following Set Member: dev-ttye1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye1 Found: found-udev -> Unit -.mount: Description: Root Mount Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:21 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:21 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: yes Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: -.mount Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Fragment Path: /run/systemd/generator/-.mount Source Path: /etc/fstab Requires: system.slice (origin-file) RequiredBy: var.mount (destination-file destination-implicit) RequiredBy: ssh.service (destination-file) RequiredBy: postgresql at 9.3-main.service (destination-file) RequiredBy: sys-fs-fuse-connections.mount (destination-implicit) RequiredBy: systemd-update-utmp-runlevel.service (destination-file) RequiredBy: systemd-ask-password-wall.path (destination-file) RequiredBy: home-srv-buildd-unpack.mount (destination-implicit) RequiredBy: systemd-timesyncd.service (destination-file) RequiredBy: avahi-daemon.socket (destination-file) RequiredBy: systemd-fsckd.socket (destination-file) RequiredBy: uuidd.socket (destination-file) RequiredBy: logrotate.timer (destination-file) RequiredBy: sys-kernel-debug.mount (destination-implicit) RequiredBy: phpsessionclean.timer (destination-file) RequiredBy: postgresql at 10-main.service (destination-file) RequiredBy: systemd-initctl.socket (destination-file) RequiredBy: dev-sdc3.swap (destination-implicit) RequiredBy: apt-cacher-ng.service (destination-file) RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-implicit) RequiredBy: basic.target (destination-file) RequiredBy: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap (destination-implicit) RequiredBy: ntp.service (destination-file) RequiredBy: apparmor.service (destination-file) RequiredBy: sys-kernel-config.mount (destination-implicit) RequiredBy: boot.mount (destination-file destination-implicit) RequiredBy: apt-daily.timer (destination-file) RequiredBy: home-srv-swapfile.swap (destination-implicit) RequiredBy: logrotate.service (destination-file) RequiredBy: cups.socket (destination-file) RequiredBy: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (destination-implicit) RequiredBy: proc-fs-nfsd.mount (destination-implicit) RequiredBy: systemd-journald.socket (destination-file) RequiredBy: systemd-journal-flush.service (destination-file) RequiredBy: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap (destination-implicit) RequiredBy: mnt.mount (destination-file destination-implicit) RequiredBy: systemd-random-seed.service (destination-file) RequiredBy: dev-hugepages.mount (destination-implicit) RequiredBy: systemd-ask-password-console.path (destination-file) RequiredBy: emergency.service (destination-file) RequiredBy: run-rpc_pipefs.mount (destination-implicit) RequiredBy: systemd-networkd.service (destination-file) RequiredBy: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap (destination-implicit) RequiredBy: systemd-journald-dev-log.socket (destination-file) RequiredBy: home.mount (destination-file destination-implicit) RequiredBy: run-user-1000.mount (destination-implicit) RequiredBy: systemd-update-utmp.service (destination-file) RequiredBy: dbus.socket (destination-file) RequiredBy: rescue.service (destination-file) RequiredBy: apt-daily-upgrade.timer (destination-file) RequiredBy: postgresql at 9.4-main.service (destination-file) RequiredBy: postgresql at 9.6-main.service (destination-file) RequiredBy: syslog.socket (destination-file) RequiredBy: phpsessionclean.service (destination-file) RequiredBy: systemd-udevd-control.socket (destination-file) RequiredBy: schroot.service (destination-file) RequiredBy: postgresql at 9.5-main.service (destination-file) RequiredBy: dev-mqueue.mount (destination-implicit) RequiredBy: ModemManager.service (destination-file) RequiredBy: local-fs.target (destination-file) RequiredBy: rpcbind.socket (destination-file) RequiredBy: home-dave.mount (destination-file destination-implicit) RequiredBy: proc-sys-fs-binfmt_misc.automount (destination-implicit) Before: dev-hugepages.mount (destination-implicit) Before: apparmor.service (destination-file) Before: systemd-journald.socket (destination-file) Before: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap (destination-implicit) Before: home-srv-swapfile.swap (destination-implicit) Before: phpsessionclean.service (destination-file) Before: mnt.mount (destination-file destination-implicit) Before: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (destination-implicit) Before: home-dave.mount (destination-file destination-implicit) Before: rescue.service (destination-file) Before: systemd-initctl.socket (destination-file) Before: home-srv-buildd-unpack.mount (destination-implicit) Before: systemd-journald-dev-log.socket (destination-file) Before: proc-sys-fs-binfmt_misc.automount (destination-implicit) Before: sys-kernel-debug.mount (destination-implicit) Before: systemd-networkd.service (destination-file) Before: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap (destination-implicit) Before: home.mount (destination-file destination-implicit) Before: apt-daily-upgrade.timer (destination-file) Before: systemd-udevd-control.socket (destination-file) Before: sys-fs-fuse-connections.mount (destination-implicit) Before: dev-sdc3.swap (destination-implicit) Before: postgresql at 9.5-main.service (destination-file) Before: ssh.service (destination-file) Before: proc-sys-fs-binfmt_misc.mount (destination-implicit) Before: systemd-ask-password-wall.path (destination-file) Before: uuidd.socket (destination-file) Before: systemd-journal-flush.service (destination-file) Before: ModemManager.service (destination-file) Before: apt-cacher-ng.service (destination-file) Before: emergency.service (destination-file) Before: run-user-1000.mount (destination-implicit) Before: schroot.service (destination-file) Before: rpcbind.socket (destination-file) Before: cups.socket (destination-file) Before: proc-fs-nfsd.mount (destination-implicit) Before: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap (destination-implicit) Before: systemd-update-utmp-runlevel.service (destination-file) Before: basic.target (destination-file) Before: ntp.service (destination-file) Before: logrotate.service (destination-file) Before: boot.mount (destination-file destination-implicit) Before: avahi-daemon.socket (destination-file) Before: dev-mqueue.mount (destination-implicit) Before: syslog.socket (destination-file) Before: postgresql at 10-main.service (destination-file) Before: run-rpc_pipefs.mount (destination-implicit) Before: apt-daily.timer (destination-file) Before: dbus.socket (destination-file) Before: sys-kernel-config.mount (destination-implicit) Before: systemd-random-seed.service (destination-file) Before: phpsessionclean.timer (destination-file) Before: systemd-ask-password-console.path (destination-file) Before: systemd-fsckd.socket (destination-file) Before: systemd-timesyncd.service (destination-file) Before: var.mount (destination-file destination-implicit) Before: postgresql at 9.4-main.service (destination-file) Before: local-fs.target (origin-file) Before: postgresql at 9.3-main.service (destination-file) Before: postgresql at 9.6-main.service (destination-file) Before: systemd-update-utmp.service (destination-file) Before: logrotate.timer (destination-file) After: system.slice (origin-file) References: system.slice (origin-file) References: local-fs.target (origin-file) ReferencedBy: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (destination-implicit) ReferencedBy: run-user-1000.mount (destination-implicit) ReferencedBy: apparmor.service (destination-file) ReferencedBy: syslog.socket (destination-file) ReferencedBy: home-dave.mount (destination-file destination-implicit) ReferencedBy: home-srv-buildd-unpack.mount (destination-implicit) ReferencedBy: mnt.mount (destination-file destination-implicit) ReferencedBy: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap (destination-implicit) ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-implicit) ReferencedBy: ssh.service (destination-file) ReferencedBy: systemd-timesyncd.service (destination-file) ReferencedBy: apt-daily-upgrade.timer (destination-file) ReferencedBy: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap (destination-implicit) ReferencedBy: emergency.service (destination-file) ReferencedBy: sys-fs-fuse-connections.mount (destination-implicit) ReferencedBy: systemd-journald-dev-log.socket (destination-file) ReferencedBy: avahi-daemon.socket (destination-file) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: ModemManager.service (destination-file) ReferencedBy: boot.mount (destination-file destination-implicit) ReferencedBy: systemd-ask-password-console.path (destination-file) ReferencedBy: local-fs.target (destination-file) ReferencedBy: phpsessionclean.service (destination-file) ReferencedBy: basic.target (destination-file) ReferencedBy: apt-cacher-ng.service (destination-file) ReferencedBy: dev-mqueue.mount (destination-implicit) ReferencedBy: dev-sdc3.swap (destination-implicit) ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-implicit) ReferencedBy: dev-hugepages.mount (destination-implicit) ReferencedBy: postgresql at 10-main.service (destination-file) ReferencedBy: schroot.service (destination-file) ReferencedBy: systemd-fsckd.socket (destination-file) ReferencedBy: systemd-update-utmp-runlevel.service (destination-file) ReferencedBy: rpcbind.socket (destination-file) ReferencedBy: dbus.socket (destination-file) ReferencedBy: apt-daily.timer (destination-file) ReferencedBy: uuidd.socket (destination-file) ReferencedBy: systemd-journald.socket (destination-file) ReferencedBy: logrotate.timer (destination-file) ReferencedBy: home.mount (destination-file destination-implicit) ReferencedBy: systemd-udevd-control.socket (destination-file) ReferencedBy: run-rpc_pipefs.mount (destination-implicit) ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap (destination-implicit) ReferencedBy: cups.socket (destination-file) ReferencedBy: phpsessionclean.timer (destination-file) ReferencedBy: var.mount (destination-file destination-implicit) ReferencedBy: systemd-journal-flush.service (destination-file) ReferencedBy: postgresql at 9.5-main.service (destination-file) ReferencedBy: systemd-random-seed.service (destination-file) ReferencedBy: systemd-update-utmp.service (destination-file) ReferencedBy: postgresql at 9.6-main.service (destination-file) ReferencedBy: postgresql at 9.3-main.service (destination-file) ReferencedBy: proc-fs-nfsd.mount (destination-implicit) ReferencedBy: home-srv-swapfile.swap (destination-implicit) ReferencedBy: sys-kernel-debug.mount (destination-implicit) ReferencedBy: logrotate.service (destination-file) ReferencedBy: rescue.service (destination-file) ReferencedBy: postgresql at 9.4-main.service (destination-file) ReferencedBy: systemd-initctl.socket (destination-file) ReferencedBy: sys-kernel-config.mount (destination-implicit) ReferencedBy: ntp.service (destination-file) ReferencedBy: systemd-ask-password-wall.path (destination-file) RequiresMountsFor: /dev/disk/by-label/ROOT2 (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: / What: /dev/sdc5 File System Type: xfs Options: rw,relatime,attr2,inode64,noquota From /proc/self/mountinfo: yes From fragment: yes Extrinsic: yes DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: null StandardError: inherit DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttycc.device: Description: /dev/ttycc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttycc.device Invocation ID: 5c403adc75f941ee848795b05723f5a8 Following: sys-devices-virtual-tty-ttycc.device Following Set Member: sys-devices-virtual-tty-ttycc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttycc Found: found-udev -> Unit dev-ttyba.device: Description: /dev/ttyba Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyba.device Invocation ID: b8258ceeab0d452aa7b4bd0b90b05b7b Following: sys-devices-virtual-tty-ttyba.device Following Set Member: sys-devices-virtual-tty-ttyba.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyba Found: found-udev -> Unit sys-devices-virtual-tty-ttyt2.device: Description: /sys/devices/virtual/tty/ttyt2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyt2.device Invocation ID: a7300d61c4524c7aa0a7c9703e89aa0b Following Set Member: dev-ttyt2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt2 Found: found-udev -> Unit basic.target: Description: Basic System Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:58 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:58 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:58 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: basic.target Invocation ID: fb41d229ffdc4ed08b08739d6e6ad0ab Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/basic.target Condition Timestamp: Sat 2018-09-22 16:14:58 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:58 EDT Assert Result: yes Requires: var.mount (origin-file) Requires: -.mount (origin-file) Requires: sysinit.target (origin-file) Wants: slices.target (origin-file) Wants: console-kit-log-system-start.service (origin-file) Wants: paths.target (origin-file) Wants: sockets.target (origin-file) Wants: tmp.mount (origin-file) Wants: timers.target (origin-file) RequiredBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: postgresql at 10-main.service (destination-default) Before: cpufrequtils.service (destination-default) Before: postgresql at 9.3-main.service (destination-default) Before: minissdpd.service (destination-default) Before: schroot.service (destination-default) Before: systemd-ask-password-wall.service (destination-default) Before: sysstat.service (destination-default) Before: network-manager.service (destination-default) Before: openipmi.service (destination-default) Before: systemd-logind.service (destination-default) Before: rc-local.service (destination-default) Before: stunnel4.service (destination-default) Before: postgresql.service (destination-default) Before: nmbd.service (destination-default) Before: nscd.service (destination-default) Before: ssh.service (destination-default) Before: serial-getty at ttyS0.service (destination-default) Before: wpa_supplicant.service (destination-default) Before: mysql.service (destination-default) Before: apt-daily-upgrade.service (destination-default) Before: getty-static.service (destination-default) Before: user at 1000.service (destination-default) Before: cron.service (destination-default) Before: postgresql at 9.6-main.service (destination-default) Before: ntp.service (destination-default) Before: cups.service (destination-default) Before: spamassassin.service (destination-default) Before: getty at tty1.service (destination-default) Before: bind9.service (destination-default) Before: rsyslog.service (destination-default) Before: sheepdog.service (destination-default) Before: postgresql at 9.5-main.service (destination-default) Before: phpsessionclean.service (destination-default) Before: polkit.service (destination-default) Before: apt-daily.service (destination-default) Before: smartd.service (destination-default) Before: smbd.service (destination-default) Before: udftools.service (destination-default) Before: dundee.service (destination-default) Before: apt-cacher-ng.service (destination-default) Before: loadcpufreq.service (destination-default) Before: logrotate.service (destination-default) Before: dbus.service (destination-default) Before: irqbalance.service (destination-default) Before: radvd.service (destination-default) Before: ofono.service (destination-default) Before: rsync.service (destination-default) Before: exim4.service (destination-default) Before: postfix at -.service (destination-default) Before: ModemManager.service (destination-default) Before: avahi-daemon.service (destination-default) Before: nfs-utils.service (destination-default) Before: ipmievd.service (destination-default) Before: accounts-daemon.service (destination-default) Before: user-runtime-dir at 1000.service (destination-default) Before: postgresql at 9.4-main.service (destination-default) Before: postfix.service (destination-default) Before: systemd-user-sessions.service (destination-default) Before: uuidd.service (destination-default) Before: multi-user.target (destination-file destination-default) Before: shutdown.target (origin-default) After: slices.target (origin-file origin-default) After: -.mount (origin-file) After: sysinit.target (origin-file origin-default) After: paths.target (origin-file origin-default) After: sockets.target (origin-file origin-default) After: tmp.mount (origin-file) After: var.mount (origin-file origin-default) References: timers.target (origin-file) References: slices.target (origin-file origin-default) References: shutdown.target (origin-default) References: -.mount (origin-file) References: sysinit.target (origin-file origin-default) References: console-kit-log-system-start.service (origin-file) References: sockets.target (origin-file origin-default) References: paths.target (origin-file origin-default) References: tmp.mount (origin-file) References: var.mount (origin-file origin-default) ReferencedBy: postfix at -.service (destination-default) ReferencedBy: getty-static.service (destination-default) ReferencedBy: accounts-daemon.service (destination-default) ReferencedBy: rc-local.service (destination-default) ReferencedBy: cron.service (destination-default) ReferencedBy: postgresql at 9.3-main.service (destination-default) ReferencedBy: sheepdog.service (destination-default) ReferencedBy: logrotate.service (destination-default) ReferencedBy: ModemManager.service (destination-default) ReferencedBy: apt-cacher-ng.service (destination-default) ReferencedBy: nscd.service (destination-default) ReferencedBy: schroot.service (destination-default) ReferencedBy: network-manager.service (destination-default) ReferencedBy: ipmievd.service (destination-default) ReferencedBy: radvd.service (destination-default) ReferencedBy: openipmi.service (destination-default) ReferencedBy: ofono.service (destination-default) ReferencedBy: dundee.service (destination-default) ReferencedBy: cpufrequtils.service (destination-default) ReferencedBy: rsyslog.service (destination-default) ReferencedBy: loadcpufreq.service (destination-default) ReferencedBy: nfs-utils.service (destination-default) ReferencedBy: systemd-ask-password-wall.service (destination-default) ReferencedBy: polkit.service (destination-default) ReferencedBy: smbd.service (destination-default) ReferencedBy: postgresql at 9.5-main.service (destination-default) ReferencedBy: irqbalance.service (destination-default) ReferencedBy: udftools.service (destination-default) ReferencedBy: sysstat.service (destination-default) ReferencedBy: exim4.service (destination-default) ReferencedBy: wpa_supplicant.service (destination-default) ReferencedBy: dbus.service (destination-default) ReferencedBy: systemd-logind.service (destination-default) ReferencedBy: postgresql.service (destination-default) ReferencedBy: postgresql at 9.4-main.service (destination-default) ReferencedBy: user-runtime-dir at 1000.service (destination-default) ReferencedBy: smartd.service (destination-default) ReferencedBy: multi-user.target (destination-file destination-default) ReferencedBy: systemd-user-sessions.service (destination-default) ReferencedBy: apt-daily-upgrade.service (destination-default) ReferencedBy: bind9.service (destination-default) ReferencedBy: postgresql at 9.6-main.service (destination-default) ReferencedBy: avahi-daemon.service (destination-default) ReferencedBy: serial-getty at ttyS0.service (destination-default) ReferencedBy: stunnel4.service (destination-default) ReferencedBy: uuidd.service (destination-default) ReferencedBy: getty at tty1.service (destination-default) ReferencedBy: postgresql at 10-main.service (destination-default) ReferencedBy: user at 1000.service (destination-default) ReferencedBy: apt-daily.service (destination-default) ReferencedBy: minissdpd.service (destination-default) ReferencedBy: mysql.service (destination-default) ReferencedBy: ntp.service (destination-default) ReferencedBy: ssh.service (destination-default) ReferencedBy: phpsessionclean.service (destination-default) ReferencedBy: nmbd.service (destination-default) ReferencedBy: postfix.service (destination-default) ReferencedBy: cups.service (destination-default) ReferencedBy: spamassassin.service (destination-default) ReferencedBy: rsync.service (destination-default) RequiresMountsFor: /var (origin-file) RequiresMountsFor: /var/tmp (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-ttyr5.device: Description: /dev/ttyr5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyr5.device Invocation ID: 15baa0302eac4c91bdaf55cd3055141a Following: sys-devices-virtual-tty-ttyr5.device Following Set Member: sys-devices-virtual-tty-ttyr5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr5 Found: found-udev -> Unit dev-ttyb4.device: Description: /dev/ttyb4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyb4.device Invocation ID: 2cd5b78be3b548f8ac86196c244ff4e9 Following: sys-devices-virtual-tty-ttyb4.device Following Set Member: sys-devices-virtual-tty-ttyb4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb4 Found: found-udev -> Unit dev-ttyc9.device: Description: /dev/ttyc9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyc9.device Invocation ID: c58377e597c94c4cb05851cdb420ff70 Following: sys-devices-virtual-tty-ttyc9.device Following Set Member: sys-devices-virtual-tty-ttyc9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc9 Found: found-udev -> Unit schroot.service: Description: Recover schroot sessions Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:17:06 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:59 EDT Active Enter Timestamp: Sat 2018-09-22 16:17:06 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: schroot.service Invocation ID: 799159c0145744cfb7292483b101fd2e Documentation: man:schroot(1) Fragment Path: /lib/systemd/system/schroot.service Condition Timestamp: Sat 2018-09-22 16:14:59 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:59 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: -.mount (origin-file) Requires: var.mount (origin-file) Requires: system.slice (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: sysinit.target (origin-default) After: -.mount (origin-file) After: var.mount (origin-file) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: sysinit.target (origin-default) References: system.slice (origin-file) References: shutdown.target (origin-default) References: var.mount (origin-file) References: -.mount (origin-file) References: basic.target (origin-default) ReferencedBy: multi-user.target (destination-file destination-default) RequiresMountsFor: /var/lib/schroot (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/init.d/schroot start PID: 1479 Start Timestamp: Sat 2018-09-22 16:14:59 EDT Exit Timestamp: Sat 2018-09-22 16:17:06 EDT Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /etc/init.d/schroot stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyb3.device: Description: /dev/ttyb3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyb3.device Invocation ID: 3f2e43459e674c938a543157b8c4f8c3 Following: sys-devices-virtual-tty-ttyb3.device Following Set Member: sys-devices-virtual-tty-ttyb3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb3 Found: found-udev -> Unit sys-kernel-debug.mount: Description: Kernel Debug File System Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:23 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:24 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/sys-kernel-debug.mount CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: sys-kernel-debug.mount Invocation ID: b8b68fa2c573413c8edce77797dc7d54 Documentation: https://www.kernel.org/doc/Documentation/filesystems/debugfs.txt Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/sys-kernel-debug.mount ConditionCapability: CAP_SYS_RAWIO succeeded ConditionPathExists: /sys/kernel/debug succeeded Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:23 EDT Assert Result: yes Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Before: sysinit.target (origin-file) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: -.mount (origin-implicit) References: sysinit.target (origin-file) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /sys/kernel (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /sys/kernel/debug What: debugfs File System Type: debugfs Options: rw,relatime From /proc/self/mountinfo: yes From fragment: yes Extrinsic: yes DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-block-ram7.device: Description: /sys/devices/virtual/block/ram7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram7.device Invocation ID: bad6085dcbf24dfe8dac364989bfb2a8 Following Set Member: dev-ram7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram7 Found: found-udev -> Unit dev-ttyda.device: Description: /dev/ttyda Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyda.device Invocation ID: 0102485aa6634da4abacf01173224254 Following: sys-devices-virtual-tty-ttyda.device Following Set Member: sys-devices-virtual-tty-ttyda.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyda Found: found-udev -> Unit sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda2.device: Description: My_Passport_0748 2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda2.device Invocation ID: 7faaf2ac885b4a3eaf242a7885f71e35 Following Set Member: dev-sda2.device Following Set Member: dev-disk-by\x2duuid-60586da5\x2d52b5\x2d4bae\x2d8396\x2d91e3fba003b1.device Following Set Member: dev-disk-by\x2dpartuuid-676ba017\x2d02.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device Following Set Member: dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0\x2dpart2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:01.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/block/sda/sda2 Found: found-udev -> Unit sys-devices-virtual-tty-ttyq9.device: Description: /sys/devices/virtual/tty/ttyq9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyq9.device Invocation ID: b39f34755a414358a29b83dedbc28534 Following Set Member: dev-ttyq9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq9 Found: found-udev -> Unit dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap: Description: /dev/disk/by-path/pci-0000:20:01.1-scsi-0:0:2:0-part3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:37 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:37 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:37 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap Invocation ID: a80765f1ac0648ecbd1ad60c16511a67 Following: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap Following Set Member: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap Following Set Member: dev-sdc3.swap Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) Conflicts: umount.target (origin-default) Before: umount.target (origin-default) Before: swap.target (origin-default) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: -.mount (origin-implicit) References: swap.target (origin-default) References: umount.target (origin-default) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) RequiresMountsFor: /dev/disk/by-path/pci-0000:20:01.1-scsi-0:0:2:0-part3 (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Swap State: active Result: success What: /dev/disk/by-path/pci-0000:20:01.1-scsi-0:0:2:0-part3 From /proc/swaps: yes From fragment: no Device Node: /dev/sdc3 Priority: -2 Options: TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit systemd-ask-password-console.path: Description: Dispatch Password Requests to Console Directory Watch Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:21 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:21 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:21 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: systemd-ask-password-console.path Invocation ID: 181176581a43411b8f9e6b3ae5dfe4f3 Documentation: man:systemd-ask-password-console.service(8) Fragment Path: /lib/systemd/system/systemd-ask-password-console.path ConditionPathExists: !/run/plymouth/pid succeeded Condition Timestamp: Sat 2018-09-22 16:14:21 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:21 EDT Assert Result: yes Requires: -.mount (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: cryptsetup.target (origin-file) Before: systemd-ask-password-console.service (origin-implicit) Before: shutdown.target (origin-file) Before: paths.target (origin-file) After: -.mount (origin-file) After: plymouth-start.service (origin-file) Triggers: systemd-ask-password-console.service (origin-implicit) References: cryptsetup.target (origin-file) References: systemd-ask-password-console.service (origin-implicit) References: shutdown.target (origin-file) References: -.mount (origin-file) References: paths.target (origin-file) References: plymouth-start.service (origin-file) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /run/systemd/ask-password (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Path State: waiting Result: success Unit: systemd-ask-password-console.service MakeDirectory: yes DirectoryMode: 0755 DirectoryNotEmpty: /run/systemd/ask-password -> Unit sys-kernel-config.mount: Description: Kernel Configuration File System Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: sys-kernel-config.mount Documentation: https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/sys-kernel-config.mount ConditionCapability: CAP_SYS_RAWIO succeeded ConditionPathExists: /sys/kernel/config failed Condition Timestamp: Sat 2018-09-22 16:14:25 EDT Condition Result: no Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Before: sysinit.target (origin-file) After: -.mount (origin-implicit) After: systemd-modules-load.service (origin-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) References: -.mount (origin-implicit) References: systemd-modules-load.service (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /sys/kernel (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: dead Result: success Where: /sys/kernel/config What: configfs File System Type: configfs Options: n/a From /proc/self/mountinfo: no From fragment: yes Extrinsic: yes DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyr8.device: Description: /dev/ttyr8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyr8.device Invocation ID: 91bb418d4dee4b4c966fc91fda9ddcdc Following: sys-devices-virtual-tty-ttyr8.device Following Set Member: sys-devices-virtual-tty-ttyr8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr8 Found: found-udev -> Unit dev-ttyuc.device: Description: /dev/ttyuc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyuc.device Invocation ID: fe00c69e64ac4eaebb38a118267501ef Following: sys-devices-virtual-tty-ttyuc.device Following Set Member: sys-devices-virtual-tty-ttyuc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyuc Found: found-udev -> Unit sys-devices-virtual-tty-ttyt0.device: Description: /sys/devices/virtual/tty/ttyt0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyt0.device Invocation ID: 56fa6184163846e3882273ad3bc0d3ed Following Set Member: dev-ttyt0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt0 Found: found-udev -> Unit dev-ttyu8.device: Description: /dev/ttyu8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyu8.device Invocation ID: 8236023d17ff4a17a4f218f3e22beaf7 Following: sys-devices-virtual-tty-ttyu8.device Following Set Member: sys-devices-virtual-tty-ttyu8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu8 Found: found-udev -> Unit systemd-logind.service: Description: Login Service Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:03 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:59 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:02 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-logind.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: systemd-logind.service Invocation ID: a8d171005d554c00890bf5d8136bfe81 Documentation: man:systemd-logind.service(8) Documentation: man:logind.conf(5) Documentation: https://www.freedesktop.org/wiki/Software/systemd/logind Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat Fragment Path: /lib/systemd/system/systemd-logind.service ConditionPathExists: /lib/systemd/system/dbus.service succeeded Condition Timestamp: Sat 2018-09-22 16:14:59 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:59 EDT Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) Requires: dbus.socket (origin-file) Wants: dbus.socket (origin-file) Wants: user.slice (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: session-c1.scope (destination-file) Before: multi-user.target (destination-default) Before: session-c2.scope (destination-file) Before: shutdown.target (origin-default) After: dbus.socket (origin-file) After: user.slice (origin-file) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: sysinit.target (origin-default) After: nss-user-lookup.target (origin-file) After: system.slice (origin-file) References: dbus.socket (origin-file) References: shutdown.target (origin-default) References: user.slice (origin-file) References: systemd-journald.socket (origin-file) References: basic.target (origin-default) References: sysinit.target (origin-default) References: nss-user-lookup.target (origin-file) References: system.slice (origin-file) ReferencedBy: session-c1.scope (destination-file) ReferencedBy: session-c2.scope (destination-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: dbus Restart: always NotifyAccess: main NotifyState: ready Main PID: 1476 Main PID Known: yes Main PID Alien: no BusName: org.freedesktop.login1 Bus Name Good: yes RestartSec: 0 TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 3min KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 16384 Limit NOFILESoft: 16384 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_kill cap_sys_admin cap_sys_tty_config cap_audit_control cap_mac_admin DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-logind PID: 1476 Start Timestamp: Sat 2018-09-22 16:14:59 EDT Status Text: Processing requests... File Descriptor Store Max: 512 File Descriptor Store Current: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no IPAddressDeny=0.0.0.0/0 IPAddressDeny=::/0 -> Unit dev-ttyaa.device: Description: /dev/ttyaa Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyaa.device Invocation ID: a12708ef95d042f5a01ef5e18d38d070 Following: sys-devices-virtual-tty-ttyaa.device Following Set Member: sys-devices-virtual-tty-ttyaa.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyaa Found: found-udev -> Unit bind9.service: Description: BIND Domain Name Server Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:09 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:05 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:09 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/bind9.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: bind9.service Invocation ID: a6107a455dcd40d08b3e7a6947d4ae9b Documentation: man:named(8) Fragment Path: /lib/systemd/system/bind9.service Condition Timestamp: Sat 2018-09-22 16:15:05 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:05 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) Wants: nss-lookup.target (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: nss-lookup.target (origin-file) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: systemd-journald.socket (origin-file) After: sysinit.target (origin-default) After: basic.target (origin-default) After: network.target (origin-file) After: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: nss-lookup.target (origin-file) References: sysinit.target (origin-default) References: basic.target (origin-default) References: network.target (origin-file) References: shutdown.target (origin-default) References: system.slice (origin-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: no NotifyAccess: none NotifyState: unknown Main PID: 1609 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/bind9 RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/named $OPTIONS PID: 1598 Start Timestamp: Sat 2018-09-22 16:15:05 EDT Exit Timestamp: Sat 2018-09-22 16:15:09 EDT Exit Code: exited Exit Status: 0 -> ExecReload: Command Line: /usr/sbin/rndc reload -> ExecStop: Command Line: /usr/sbin/rndc stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit ModemManager.service: Description: Modem Manager Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:05 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:58 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:05 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/ModemManager.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: ModemManager.service Invocation ID: 9c5c7d5f448f40fd9a8846637825b811 Fragment Path: /lib/systemd/system/ModemManager.service Condition Timestamp: Sat 2018-09-22 16:14:58 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:58 EDT Assert Result: yes Requires: dbus.socket (origin-file) Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) Requires: -.mount (origin-file) Requires: var.mount (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: systemd-journald.socket (origin-file) After: var.mount (origin-file) After: sysinit.target (origin-default) After: system.slice (origin-file) After: systemd-tmpfiles-setup.service (origin-file) After: -.mount (origin-file) After: dbus.socket (origin-file) After: basic.target (origin-default) References: systemd-journald.socket (origin-file) References: var.mount (origin-file) References: sysinit.target (origin-default) References: system.slice (origin-file) References: systemd-tmpfiles-setup.service (origin-file) References: shutdown.target (origin-default) References: -.mount (origin-file) References: dbus.socket (origin-file) References: basic.target (origin-default) ReferencedBy: multi-user.target (destination-file destination-default) RequiresMountsFor: /tmp (origin-file) RequiresMountsFor: /var/tmp (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: dbus Restart: on-abort NotifyAccess: none NotifyState: unknown Main PID: 1458 Main PID Known: yes Main PID Alien: no BusName: org.freedesktop.ModemManager1 Bus Name Good: yes RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: yes PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: yes ProtectSystem: yes MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: null SyslogFacility: daemon SyslogLevel: info CapabilityBoundingSet: cap_sys_admin DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/ModemManager --filter-policy=strict PID: 1458 Start Timestamp: Sat 2018-09-22 16:14:58 EDT CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-subsystem-net-devices-eth0.device: Description: NetXtreme BCM5701 Gigabit Ethernet Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-subsystem-net-devices-eth0.device Invocation ID: a5cd5504b2fd444ca6883c3fef1e6585 Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:02.0-net-eth0.device BoundBy: ifup at eth0.service (destination-file) Before: ifup at eth0.service (destination-file) ReferencedBy: ifup at eth0.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:02.0/net/eth0 Found: found-udev -> Unit dev-ttysf.device: Description: /dev/ttysf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttysf.device Invocation ID: 1be6728810dc488a9f5bcabaa46b8f5d Following: sys-devices-virtual-tty-ttysf.device Following Set Member: sys-devices-virtual-tty-ttysf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttysf Found: found-udev -> Unit systemd-user-sessions.service: Description: Permit User Sessions Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:08 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:07 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:08 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-user-sessions.service Invocation ID: aeed6ec2303346dfa9496dd3b9355bc9 Documentation: man:systemd-user-sessions.service(8) Fragment Path: /lib/systemd/system/systemd-user-sessions.service Condition Timestamp: Sat 2018-09-22 16:15:07 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:07 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: session-c1.scope (destination-file) Before: user-1000.slice (destination-file) Before: systemd-ask-password-wall.service (destination-file) Before: getty at tty1.service (destination-file) Before: multi-user.target (destination-default) Before: user at 1000.service (destination-file) Before: serial-getty at ttyS0.service (destination-file) Before: session-c2.scope (destination-file) After: systemd-journal-flush.service (destination-file) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: network.target (origin-file) After: remote-fs.target (origin-file) After: nss-user-lookup.target (origin-file) After: system.slice (origin-file) References: sysinit.target (origin-default) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-default) References: basic.target (origin-default) References: network.target (origin-file) References: remote-fs.target (origin-file) References: nss-user-lookup.target (origin-file) References: system.slice (origin-file) ReferencedBy: systemd-ask-password-wall.service (destination-file) ReferencedBy: systemd-journal-flush.service (destination-file) ReferencedBy: session-c2.scope (destination-file) ReferencedBy: getty at tty1.service (destination-file) ReferencedBy: user at 1000.service (destination-file) ReferencedBy: session-c1.scope (destination-file) ReferencedBy: user-1000.slice (destination-file) ReferencedBy: serial-getty at ttyS0.service (destination-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-user-sessions start PID: 1637 Start Timestamp: Sat 2018-09-22 16:15:07 EDT Exit Timestamp: Sat 2018-09-22 16:15:08 EDT Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /lib/systemd/systemd-user-sessions stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyva.device: Description: /dev/ttyva Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyva.device Invocation ID: 3e9edff5baa44b5eace0650fae5758da Following: sys-devices-virtual-tty-ttyva.device Following Set Member: sys-devices-virtual-tty-ttyva.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyva Found: found-udev -> Unit rpc-statd-notify.service: Description: Notify NFS peers of a restart Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: rpc-statd-notify.service Fragment Path: /lib/systemd/system/rpc-statd-notify.service Requires: network.target (origin-file) Requires: system.slice (origin-file) Wants: nfs-config.service (origin-file) PartOf: nfs-utils.service (origin-file) WantedBy: rpc-statd.service (destination-file) After: nss-lookup.target (origin-file) After: system.slice (origin-file) After: nfs-server.service (origin-file destination-file) After: systemd-journald.socket (origin-file) After: local-fs.target (origin-file) After: network.target (origin-file) After: nfs-config.service (origin-file) References: nss-lookup.target (origin-file) References: system.slice (origin-file) References: nfs-utils.service (origin-file) References: nfs-server.service (origin-file) References: systemd-journald.socket (origin-file) References: local-fs.target (origin-file) References: network.target (origin-file) References: nfs-config.service (origin-file) ReferencedBy: rpc-statd.service (destination-file) ReferencedBy: nfs-server.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/run/sysconfig/nfs-utils RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /sbin/sm-notify $SMNOTIFYARGS CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit systemd-update-utmp.service: Description: Update UTMP about System Boot/Shutdown Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:57 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:57 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:57 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-update-utmp.service Invocation ID: e788ed835c264e45b7290209e213e3cc Documentation: man:systemd-update-utmp.service(8) Documentation: man:utmp(5) Fragment Path: /lib/systemd/system/systemd-update-utmp.service Condition Timestamp: Sat 2018-09-22 16:14:56 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:56 EDT Assert Result: yes Requires: var.mount (origin-file) Requires: -.mount (origin-file) Requires: system.slice (origin-file) RequisiteOf: systemd-update-utmp-runlevel.service (destination-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) Before: sysinit.target (origin-file) Before: systemd-update-utmp-runlevel.service (destination-file) After: auditd.service (origin-file) After: systemd-tmpfiles-setup.service (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) After: var.mount (origin-file) After: systemd-remount-fs.service (origin-file) After: -.mount (origin-file) References: shutdown.target (origin-file) References: -.mount (origin-file) References: systemd-tmpfiles-setup.service (origin-file) References: auditd.service (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: var.mount (origin-file) References: systemd-remount-fs.service (origin-file) References: sysinit.target (origin-file) ReferencedBy: sysinit.target (destination-file) ReferencedBy: systemd-update-utmp-runlevel.service (destination-file) RequiresMountsFor: /var/log/wtmp (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-update-utmp reboot PID: 1415 Start Timestamp: Sat 2018-09-22 16:14:57 EDT Exit Timestamp: Sat 2018-09-22 16:14:57 EDT Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /lib/systemd/systemd-update-utmp shutdown CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sockets.target: Description: Sockets Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:58 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:58 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:58 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sockets.target Invocation ID: 7d9e764b1d094d3b810e2a8efa8d3324 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/sockets.target Condition Timestamp: Sat 2018-09-22 16:14:58 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:58 EDT Assert Result: yes Wants: avahi-daemon.socket (origin-file) Wants: systemd-journald.socket (origin-file) Wants: systemd-udevd-kernel.socket (origin-file) Wants: dbus.socket (origin-file) Wants: systemd-journald-dev-log.socket (origin-file) Wants: lvm2-lvmetad.socket (origin-file) Wants: cups.socket (origin-file) Wants: systemd-journald-audit.socket (origin-file) Wants: uuidd.socket (origin-file) Wants: systemd-initctl.socket (origin-file) Wants: rpcbind.socket (origin-file) Wants: systemd-udevd-control.socket (origin-file) Wants: dm-event.socket (origin-file) WantedBy: basic.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: basic.target (destination-file destination-default) After: systemd-journald-audit.socket (destination-file) After: uuidd.socket (origin-default destination-default) After: systemd-udevd-control.socket (destination-file) After: dbus.socket (origin-default destination-default) After: avahi-daemon.socket (origin-default destination-default) After: systemd-udevd-kernel.socket (destination-file) After: syslog.socket (destination-file) After: systemd-journald-dev-log.socket (destination-file) After: systemd-initctl.socket (destination-file) After: systemd-journald.socket (destination-file) After: cups.socket (origin-default destination-default) References: systemd-initctl.socket (origin-file) References: shutdown.target (origin-default) References: dbus.socket (origin-file origin-default) References: lvm2-lvmetad.socket (origin-file) References: cups.socket (origin-file origin-default) References: avahi-daemon.socket (origin-file origin-default) References: dm-event.socket (origin-file) References: systemd-journald.socket (origin-file) References: uuidd.socket (origin-file origin-default) References: systemd-journald-audit.socket (origin-file) References: rpcbind.socket (origin-file) References: systemd-journald-dev-log.socket (origin-file) References: systemd-udevd-kernel.socket (origin-file) References: systemd-udevd-control.socket (origin-file) ReferencedBy: uuidd.socket (destination-default) ReferencedBy: systemd-udevd-control.socket (destination-file) ReferencedBy: avahi-daemon.socket (destination-default) ReferencedBy: syslog.socket (destination-file) ReferencedBy: systemd-initctl.socket (destination-file) ReferencedBy: systemd-journald-dev-log.socket (destination-file) ReferencedBy: basic.target (destination-file destination-default) ReferencedBy: systemd-journald-audit.socket (destination-file) ReferencedBy: systemd-udevd-kernel.socket (destination-file) ReferencedBy: cups.socket (destination-default) ReferencedBy: systemd-journald.socket (destination-file) ReferencedBy: dbus.socket (destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-ttyu6.device: Description: /dev/ttyu6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyu6.device Invocation ID: 55961fac3c5040638e97340d1a65735e Following: sys-devices-virtual-tty-ttyu6.device Following Set Member: sys-devices-virtual-tty-ttyu6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu6 Found: found-udev -> Unit rsyslog.service: Description: System Logging Service Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:03 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:59 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:03 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/rsyslog.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: rsyslog.service Name: syslog.service Invocation ID: f4770410d1e24054baaa320ffd404046 Documentation: man:rsyslogd(8) Documentation: http://www.rsyslog.com/doc/ Fragment Path: /lib/systemd/system/rsyslog.service Condition Timestamp: Sat 2018-09-22 16:14:59 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:59 EDT Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) Requires: syslog.socket (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: syslog.socket (destination-implicit) After: system.slice (origin-file) After: basic.target (origin-default) After: sysinit.target (origin-default) TriggeredBy: syslog.socket (destination-implicit) References: sysinit.target (origin-default) References: basic.target (origin-default) References: system.slice (origin-file) References: shutdown.target (origin-default) References: syslog.socket (origin-file) ReferencedBy: syslog.socket (destination-implicit) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: on-failure NotifyAccess: main NotifyState: ready Main PID: 1473 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 16384 Limit NOFILESoft: 16384 StandardInput: null StandardOutput: null StandardError: inherit DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/rsyslogd -n -iNONE PID: 1473 Start Timestamp: Sat 2018-09-22 16:14:59 EDT CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyq1.device: Description: /sys/devices/virtual/tty/ttyq1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyq1.device Invocation ID: cdb08838a73d444ea8b4d4db40153602 Following Set Member: dev-ttyq1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq1 Found: found-udev -> Unit dev-ttyqe.device: Description: /dev/ttyqe Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyqe.device Invocation ID: 7db1e9d801a64035ad9103144f6f2836 Following: sys-devices-virtual-tty-ttyqe.device Following Set Member: sys-devices-virtual-tty-ttyqe.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyqe Found: found-udev -> Unit dev-ttya0.device: Description: /dev/ttya0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttya0.device Invocation ID: da6fb5c179d443c5984d45b401b363f9 Following: sys-devices-virtual-tty-ttya0.device Following Set Member: sys-devices-virtual-tty-ttya0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya0 Found: found-udev -> Unit dev-ttyv1.device: Description: /dev/ttyv1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyv1.device Invocation ID: af19f18dbaa8443585deb944203f5e31 Following: sys-devices-virtual-tty-ttyv1.device Following Set Member: sys-devices-virtual-tty-ttyv1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv1 Found: found-udev -> Unit dev-ttya9.device: Description: /dev/ttya9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttya9.device Invocation ID: 1f846983222747cf8efa75569a816757 Following: sys-devices-virtual-tty-ttya9.device Following Set Member: sys-devices-virtual-tty-ttya9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya9 Found: found-udev -> Unit apt-daily-upgrade.service: Description: Daily apt upgrade and clean activities Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: apt-daily-upgrade.service Documentation: man:apt(8) Fragment Path: /lib/systemd/system/apt-daily-upgrade.service ConditionACPower: true untested Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: apt-daily-upgrade.timer (destination-implicit) After: system.slice (origin-file) After: apt-daily.service (origin-file) After: NetworkManager.service (origin-file) After: sysinit.target (origin-default) After: connman.service (origin-file) After: systemd-journald.socket (origin-file) After: network.target (origin-file) After: basic.target (origin-default) After: network-online.target (origin-file) After: systemd-networkd.service (origin-file) TriggeredBy: apt-daily-upgrade.timer (destination-implicit) References: systemd-journald.socket (origin-file) References: sysinit.target (origin-default) References: shutdown.target (origin-default) References: NetworkManager.service (origin-file) References: connman.service (origin-file) References: network.target (origin-file) References: system.slice (origin-file) References: network-online.target (origin-file) References: systemd-networkd.service (origin-file) References: apt-daily.service (origin-file) References: basic.target (origin-default) ReferencedBy: apt-daily-upgrade.timer (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 15min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStartPre: Command Line: /usr/lib/apt/apt-helper wait-online -> ExecStart: Command Line: /usr/lib/apt/apt.systemd.daily install CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit rsync.service: Description: fast remote file copy program daemon Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: rsync.service Fragment Path: /lib/systemd/system/rsync.service ConditionPathExists: /etc/rsyncd.conf failed Condition Timestamp: Sat 2018-09-22 16:14:58 EDT Condition Result: no Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: system.slice (origin-file) After: sysinit.target (origin-default) After: basic.target (origin-default) After: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-default) References: basic.target (origin-default) References: shutdown.target (origin-default) References: systemd-journald.socket (origin-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/bin/rsync --daemon --no-detach CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttytc.device: Description: /sys/devices/virtual/tty/ttytc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttytc.device Invocation ID: 9ed03441cfcf48c397f15812f6f87a20 Following Set Member: dev-ttytc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttytc Found: found-udev -> Unit sys-devices-virtual-tty-ttyv3.device: Description: /sys/devices/virtual/tty/ttyv3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyv3.device Invocation ID: 0a064fba36a74c44954bb3b6f9b13dca Following Set Member: dev-ttyv3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv3 Found: found-udev -> Unit sys-devices-virtual-tty-ttye6.device: Description: /sys/devices/virtual/tty/ttye6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttye6.device Invocation ID: e64b0e92b46849d0ac04e30545b6e3b2 Following Set Member: dev-ttye6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye6 Found: found-udev -> Unit sys-devices-virtual-tty-ttyed.device: Description: /sys/devices/virtual/tty/ttyed Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyed.device Invocation ID: ac0701e725d142ffa3011a4dcf6fb2d9 Following Set Member: dev-ttyed.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyed Found: found-udev -> Unit dev-ttyr7.device: Description: /dev/ttyr7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyr7.device Invocation ID: c1bce7ada8f94e57bc8fb400a2a5ff4f Following: sys-devices-virtual-tty-ttyr7.device Following Set Member: sys-devices-virtual-tty-ttyr7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr7 Found: found-udev -> Unit dev-ttyec.device: Description: /dev/ttyec Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyec.device Invocation ID: cd62336b6ce441aba5834b69b83ef420 Following: sys-devices-virtual-tty-ttyec.device Following Set Member: sys-devices-virtual-tty-ttyec.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyec Found: found-udev -> Unit sys-devices-virtual-tty-ttyv7.device: Description: /sys/devices/virtual/tty/ttyv7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyv7.device Invocation ID: ad26838d891d4940861dcf160090e301 Following Set Member: dev-ttyv7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv7 Found: found-udev -> Unit NetworkManager.service: Description: NetworkManager.service Instance: n/a Unit Load State: masked Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: NetworkManager.service Fragment Path: /dev/null Before: apt-daily-upgrade.service (destination-file) Before: apt-daily.service (destination-file) ReferencedBy: apt-daily-upgrade.service (destination-file) ReferencedBy: apt-daily.service (destination-file) -> Unit dev-ttyb8.device: Description: /dev/ttyb8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyb8.device Invocation ID: 00b9add47d504c80b0c50655b09c6aa5 Following: sys-devices-virtual-tty-ttyb8.device Following Set Member: sys-devices-virtual-tty-ttyb8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb8 Found: found-udev -> Unit dev-ttyx0.device: Description: /dev/ttyx0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyx0.device Invocation ID: 0d135c3f64164cb99824cf7c62140ec5 Following: sys-devices-virtual-tty-ttyx0.device Following Set Member: sys-devices-virtual-tty-ttyx0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx0 Found: found-udev -> Unit dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device: Description: My_Passport_0748 1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device Invocation ID: 9a670cdfab984e5aaa522ae10a08958e Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda1.device Following Set Member: dev-sda1.device Following Set Member: dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda1.device Following Set Member: dev-disk-by\x2dpartuuid-676ba017\x2d01.device Following Set Member: dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0\x2dpart1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:01.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/block/sda/sda1 Found: found-udev -> Unit sys-devices-virtual-tty-ttyw4.device: Description: /sys/devices/virtual/tty/ttyw4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyw4.device Invocation ID: a3e25540384a4a6db4c20d0b84108bf5 Following Set Member: dev-ttyw4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw4 Found: found-udev -> Unit dev-ttyrd.device: Description: /dev/ttyrd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyrd.device Invocation ID: 0bae677feb0246628d72f7f1a95661ee Following: sys-devices-virtual-tty-ttyrd.device Following Set Member: sys-devices-virtual-tty-ttyrd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyrd Found: found-udev -> Unit dev-ttyt1.device: Description: /dev/ttyt1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyt1.device Invocation ID: 680fb7f2bf1b433fa43cea6c88038002 Following: sys-devices-virtual-tty-ttyt1.device Following Set Member: sys-devices-virtual-tty-ttyt1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt1 Found: found-udev -> Unit dev-ttya5.device: Description: /dev/ttya5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttya5.device Invocation ID: 7504343baf5b48908d959e240e0713b2 Following: sys-devices-virtual-tty-ttya5.device Following Set Member: sys-devices-virtual-tty-ttya5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya5 Found: found-udev -> Unit dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart6.device: Description: ST3300007LC VAR2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart6.device Invocation ID: 409f26a9d03d477cbc6d149572cdd1e3 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc6.device Following Set Member: dev-disk-by\x2duuid-e351db25\x2da36f\x2d40b4\x2db5f1\x2d26f7accb6623.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d06.device Following Set Member: dev-sdc6.device Following Set Member: dev-disk-by\x2dlabel-VAR2.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc6.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc6 Found: found-udev -> Unit sys-devices-virtual-tty-ttycb.device: Description: /sys/devices/virtual/tty/ttycb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttycb.device Invocation ID: 37da6fb494a44ea7826c27eb71fa47d5 Following Set Member: dev-ttycb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttycb Found: found-udev -> Unit dev-ttycf.device: Description: /dev/ttycf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttycf.device Invocation ID: 7741e0dceb1d4a0090b76d719b8bf943 Following: sys-devices-virtual-tty-ttycf.device Following Set Member: sys-devices-virtual-tty-ttycf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttycf Found: found-udev -> Unit sys-devices-virtual-tty-ttyqf.device: Description: /sys/devices/virtual/tty/ttyqf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyqf.device Invocation ID: 041eb58e56304f81a7d1ec023755b1d9 Following Set Member: dev-ttyqf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyqf Found: found-udev -> Unit mysql.service: Description: LSB: Start and stop the mysql database server daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:08 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:08 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:08 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: mysql.service Invocation ID: 4e7c8d2fd29c4de88c46c34b089184d2 Documentation: man:systemd-sysv-generator(8) Fragment Path: /run/systemd/generator.late/mysql.service Source Path: /etc/init.d/mysql Condition Timestamp: Sat 2018-09-22 16:15:08 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:08 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) Wants: network-online.target (origin-file) WantedBy: graphical.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: graphical.target (origin-file destination-default) Before: shutdown.target (origin-default) Before: exim4.service (destination-file) Before: multi-user.target (origin-file destination-default) After: remote-fs.target (origin-file) After: network-online.target (origin-file) After: basic.target (origin-default) After: time-sync.target (origin-file) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: shutdown.target (origin-default) References: remote-fs.target (origin-file) References: graphical.target (origin-file) References: network-online.target (origin-file) References: basic.target (origin-default) References: multi-user.target (origin-file) References: time-sync.target (origin-file) References: sysinit.target (origin-default) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) ReferencedBy: graphical.target (destination-file destination-default) ReferencedBy: exim4.service (destination-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: no Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 5min TimeoutStopSec: 5min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/init.d/mysql start PID: 1653 Start Timestamp: Sat 2018-09-22 16:15:08 EDT Exit Timestamp: Sat 2018-09-22 16:15:08 EDT Exit Code: exited Exit Status: 0 -> ExecReload: Command Line: /etc/init.d/mysql reload -> ExecStop: Command Line: /etc/init.d/mysql stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyb3.device: Description: /sys/devices/virtual/tty/ttyb3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyb3.device Invocation ID: e493c88d55194b8ebf549627c6840bbd Following Set Member: dev-ttyb3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb3 Found: found-udev -> Unit sys-devices-virtual-tty-ttyu4.device: Description: /sys/devices/virtual/tty/ttyu4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyu4.device Invocation ID: ca45f5897adf46c893ef4396c90b0669 Following Set Member: dev-ttyu4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu4 Found: found-udev -> Unit dev-ttya7.device: Description: /dev/ttya7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttya7.device Invocation ID: 1ffcf772a63d49bd9f5b66003e102228 Following: sys-devices-virtual-tty-ttya7.device Following Set Member: sys-devices-virtual-tty-ttya7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya7 Found: found-udev -> Unit sys-devices-virtual-tty-ttyt1.device: Description: /sys/devices/virtual/tty/ttyt1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyt1.device Invocation ID: 3703ec230c394cf9b42d9fb7571ede6c Following Set Member: dev-ttyt1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt1 Found: found-udev -> Unit wpa_supplicant.service: Description: WPA supplicant Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:03 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:00 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:03 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/wpa_supplicant.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: wpa_supplicant.service Invocation ID: 850d7b484bcd421995772b13131fdcc1 Fragment Path: /lib/systemd/system/wpa_supplicant.service Condition Timestamp: Sat 2018-09-22 16:15:00 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:00 EDT Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) Requires: dbus.socket (origin-file) Wants: network.target (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: network.target (origin-file) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: dbus.service (origin-file) After: dbus.socket (origin-file) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: system.slice (origin-file) References: network.target (origin-file) References: dbus.service (origin-file) References: dbus.socket (origin-file) References: sysinit.target (origin-default) References: shutdown.target (origin-default) References: systemd-journald.socket (origin-file) References: basic.target (origin-default) References: system.slice (origin-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: dbus Restart: no NotifyAccess: none NotifyState: unknown Main PID: 1484 Main PID Known: yes Main PID Alien: no BusName: fi.w1.wpa_supplicant1 Bus Name Good: yes RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant PID: 1484 Start Timestamp: Sat 2018-09-22 16:15:00 EDT CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service: Description: File System Check on /dev/disk/by-uuid/6c75bd8e-42fc-47aa-89d2-344399183061 Instance: dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061 Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:37 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:37 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-systemd\x2dfsck.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service Invocation ID: 4131a35ffa2240b08eee75e6f09c6680 Documentation: man:systemd-fsck at .service(8) Fragment Path: /lib/systemd/system/systemd-fsck at .service Condition Timestamp: Sat 2018-09-22 16:14:36 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:36 EDT Assert Result: yes Requires: system-systemd\x2dfsck.slice (origin-file) Wants: systemd-fsckd.socket (origin-file) BindsTo: dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.device (origin-file) RequiredBy: mnt.mount (destination-file) Before: shutdown.target (origin-file) Before: systemd-quotacheck.service (origin-file) Before: mnt.mount (destination-file) After: system-systemd\x2dfsck.slice (origin-file) After: local-fs-pre.target (origin-file) After: systemd-journald.socket (origin-file) After: dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.device (origin-file) After: systemd-fsckd.socket (origin-file) After: systemd-fsck-root.service (origin-file) References: system-systemd\x2dfsck.slice (origin-file) References: shutdown.target (origin-file) References: systemd-quotacheck.service (origin-file) References: local-fs-pre.target (origin-file) References: systemd-journald.socket (origin-file) References: dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.device (origin-file) References: systemd-fsckd.socket (origin-file) References: systemd-fsck-root.service (origin-file) ReferencedBy: mnt.mount (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: infinity RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-fsck /dev/disk/by-uuid/6c75bd8e-42fc-47aa-89d2-344399183061 PID: 1305 Start Timestamp: Sat 2018-09-22 16:14:36 EDT Exit Timestamp: Sat 2018-09-22 16:14:37 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyd3.device: Description: /dev/ttyd3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyd3.device Invocation ID: bd865613b6a04a5088afc1b07a6ca4c3 Following: sys-devices-virtual-tty-ttyd3.device Following Set Member: sys-devices-virtual-tty-ttyd3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd3 Found: found-udev -> Unit apt-daily.timer: Description: Daily apt download activities Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:17 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:57 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:57 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: apt-daily.timer Invocation ID: 03f85792781a4d6bba5cfbed4d614696 Fragment Path: /lib/systemd/system/apt-daily.timer Condition Timestamp: Sat 2018-09-22 16:14:57 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:57 EDT Assert Result: yes Requires: var.mount (origin-file) Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) WantedBy: timers.target (destination-file) Conflicts: shutdown.target (origin-default) Before: timers.target (origin-default) Before: apt-daily-upgrade.timer (destination-file) Before: shutdown.target (origin-default) Before: apt-daily.service (origin-implicit) After: sysinit.target (origin-default) After: time-sync.target (origin-default) After: -.mount (origin-file) After: var.mount (origin-file) Triggers: apt-daily.service (origin-implicit) References: sysinit.target (origin-default) References: var.mount (origin-file) References: timers.target (origin-default) References: time-sync.target (origin-default) References: -.mount (origin-file) References: shutdown.target (origin-default) References: apt-daily.service (origin-implicit) ReferencedBy: apt-daily-upgrade.timer (destination-file) ReferencedBy: timers.target (destination-file) RequiresMountsFor: /var/lib/systemd/timers (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Timer State: waiting Result: success Unit: apt-daily.service Persistent: yes WakeSystem: no Accuracy: 1min RemainAfterElapse: yes OnCalendar: *-*-* 06,18:00:00 -> Unit dev-disk-by\x2dpartuuid-676ba017\x2d02.device: Description: My_Passport_0748 2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpartuuid-676ba017\x2d02.device Invocation ID: 0817a659e0f34aa19673593fee9196b4 Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda2.device Following Set Member: dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0\x2dpart2.device Following Set Member: dev-disk-by\x2duuid-60586da5\x2d52b5\x2d4bae\x2d8396\x2d91e3fba003b1.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda2.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device Following Set Member: dev-sda2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:01.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/block/sda/sda2 Found: found-udev -> Unit dev-ttywa.device: Description: /dev/ttywa Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttywa.device Invocation ID: a9a902b1028f47a9a6953c73a08c2394 Following: sys-devices-virtual-tty-ttywa.device Following Set Member: sys-devices-virtual-tty-ttywa.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttywa Found: found-udev -> Unit sys-devices-virtual-tty-ttyz9.device: Description: /sys/devices/virtual/tty/ttyz9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyz9.device Invocation ID: 1c7f5c9e73b247019356972a1df6c4f1 Following Set Member: dev-ttyz9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz9 Found: found-udev -> Unit sys-devices-virtual-tty-ttyaf.device: Description: /sys/devices/virtual/tty/ttyaf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyaf.device Invocation ID: 1eb7356096ce49bb8bd12728efe6f515 Following Set Member: dev-ttyaf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyaf Found: found-udev -> Unit sys-devices-virtual-tty-ttyp9.device: Description: /sys/devices/virtual/tty/ttyp9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyp9.device Invocation ID: 594049bfd3b348809899358c2a77c6a9 Following Set Member: dev-ttyp9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp9 Found: found-udev -> Unit sys-devices-virtual-block-ram14.device: Description: /sys/devices/virtual/block/ram14 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:28 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:28 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:28 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram14.device Invocation ID: bc451d95ae0f42f7a591aea6ebebb710 Following Set Member: dev-ram14.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram14 Found: found-udev -> Unit systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service: Description: File System Check on /dev/disk/by-label/BOOT2 Instance: dev-disk-by\x2dlabel-BOOT2 Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:38 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:38 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-systemd\x2dfsck.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service Invocation ID: 90c1b029f5df41f99ce8e6ef7a513cf3 Documentation: man:systemd-fsck at .service(8) Fragment Path: /lib/systemd/system/systemd-fsck at .service Condition Timestamp: Sat 2018-09-22 16:14:36 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:36 EDT Assert Result: yes Requires: system-systemd\x2dfsck.slice (origin-file) Wants: systemd-fsckd.socket (origin-file) BindsTo: dev-disk-by\x2dlabel-BOOT2.device (origin-file) RequiredBy: boot.mount (destination-file) Before: shutdown.target (origin-file) Before: boot.mount (destination-file) Before: systemd-quotacheck.service (origin-file) After: local-fs-pre.target (origin-file) After: system-systemd\x2dfsck.slice (origin-file) After: dev-disk-by\x2dlabel-BOOT2.device (origin-file) After: systemd-fsckd.socket (origin-file) After: systemd-fsck-root.service (origin-file) After: systemd-journald.socket (origin-file) References: systemd-quotacheck.service (origin-file) References: local-fs-pre.target (origin-file) References: system-systemd\x2dfsck.slice (origin-file) References: dev-disk-by\x2dlabel-BOOT2.device (origin-file) References: systemd-fsckd.socket (origin-file) References: systemd-fsck-root.service (origin-file) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-file) ReferencedBy: boot.mount (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: infinity RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-fsck /dev/disk/by-label/BOOT2 PID: 1312 Start Timestamp: Sat 2018-09-22 16:14:36 EDT Exit Timestamp: Sat 2018-09-22 16:14:38 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit systemd-vconsole-setup.service: Description: systemd-vconsole-setup.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-vconsole-setup.service Before: systemd-ask-password-console.service (destination-file) ReferencedBy: systemd-ask-password-console.service (destination-file) -> Unit sys-devices-virtual-tty-ttyp5.device: Description: /sys/devices/virtual/tty/ttyp5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyp5.device Invocation ID: 18a688c94100405799c3ead63954c6b5 Following Set Member: dev-ttyp5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp5 Found: found-udev -> Unit dev-ttysb.device: Description: /dev/ttysb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttysb.device Invocation ID: 0ff2009dd4da4c60bdda304688688f25 Following: sys-devices-virtual-tty-ttysb.device Following Set Member: sys-devices-virtual-tty-ttysb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttysb Found: found-udev -> Unit sys-devices-virtual-tty-ttyvf.device: Description: /sys/devices/virtual/tty/ttyvf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyvf.device Invocation ID: 5464dc351caf45bb8e378e5913edf8c6 Following Set Member: dev-ttyvf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyvf Found: found-udev -> Unit dev-ttyx9.device: Description: /dev/ttyx9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyx9.device Invocation ID: 7914ca41e8d940fe85694fea4b76ec5a Following: sys-devices-virtual-tty-ttyx9.device Following Set Member: sys-devices-virtual-tty-ttyx9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx9 Found: found-udev -> Unit sys-devices-virtual-tty-ttyva.device: Description: /sys/devices/virtual/tty/ttyva Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyva.device Invocation ID: 7a16364a2df44fb9b07ab487b41b9cda Following Set Member: dev-ttyva.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyva Found: found-udev -> Unit dev-ttyd5.device: Description: /dev/ttyd5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyd5.device Invocation ID: 57d17aaf4ad24432a9a998206519f832 Following: sys-devices-virtual-tty-ttyd5.device Following Set Member: sys-devices-virtual-tty-ttyd5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd5 Found: found-udev -> Unit dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart2.device: Description: ST3300007LC BOOT2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart2.device Invocation ID: 0b405cdef53846a8be1810bd9226f11b Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc2.device Following Set Member: dev-disk-by\x2duuid-93011b9e\x2d236b\x2d4dbc\x2d9a63\x2d6b13390e0b32.device Following Set Member: dev-disk-by\x2dlabel-BOOT2.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc2.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart2.device Following Set Member: dev-sdc2.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d02.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc2 Found: found-udev -> Unit dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart2.device: Description: ST3300007LC BOOT2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart2.device Invocation ID: 61302f321c204ab0b3e1780dc5e7ca24 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc2.device Following Set Member: dev-disk-by\x2duuid-93011b9e\x2d236b\x2d4dbc\x2d9a63\x2d6b13390e0b32.device Following Set Member: dev-disk-by\x2dlabel-BOOT2.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart2.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc2.device Following Set Member: dev-sdc2.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d02.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc2 Found: found-udev -> Unit dev-sdc7.device: Description: ST3300007LC HOME2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:40 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sdc7.device Invocation ID: 286eb2debf624c1abadcef39a09d866b Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc7.device Following Set Member: dev-disk-by\x2duuid-d64e45b1\x2d462e\x2d4437\x2d9a0a\x2dcf835dcef080.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc7.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart7.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart7.device Following Set Member: dev-disk-by\x2dlabel-HOME2.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d07.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc7 Found: found-udev,found-mount -> Unit sys-devices-virtual-tty-ttyz4.device: Description: /sys/devices/virtual/tty/ttyz4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyz4.device Invocation ID: d37bbd6474a3492ca8aad6a670904f58 Following Set Member: dev-ttyz4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz4 Found: found-udev -> Unit rpcbind.service: Description: RPC bind portmap service Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:00 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:57 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:00 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/rpcbind.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: rpcbind.service Invocation ID: 821156d30aea4ad4a3f935bbe8b90ec7 Documentation: man:rpcbind(8) Fragment Path: /lib/systemd/system/rpcbind.service Condition Timestamp: Sat 2018-09-22 16:14:57 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:57 EDT Assert Result: yes Requires: rpcbind.socket (origin-file) Requires: system.slice (origin-file) Wants: remote-fs-pre.target (origin-file) Wants: rpcbind.target (origin-file) WantedBy: multi-user.target (destination-file) Before: remote-fs-pre.target (origin-file) Before: rpcbind.target (origin-file) After: system.slice (origin-file) After: systemd-tmpfiles-setup.service (origin-file) After: systemd-journald.socket (origin-file) After: rpcbind.socket (destination-implicit) TriggeredBy: rpcbind.socket (destination-implicit) References: system.slice (origin-file) References: systemd-tmpfiles-setup.service (origin-file) References: remote-fs-pre.target (origin-file) References: systemd-journald.socket (origin-file) References: rpcbind.target (origin-file) References: rpcbind.socket (origin-file) ReferencedBy: rpcbind.socket (destination-implicit) ReferencedBy: multi-user.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: on-failure NotifyAccess: main NotifyState: ready Main PID: 1421 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private Environment: OPTIONS=-w EnvironmentFile: -/etc/rpcbind.conf EnvironmentFile: -/etc/default/rpcbind RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /sbin/rpcbind -f $OPTIONS PID: 1421 Start Timestamp: Sat 2018-09-22 16:14:57 EDT CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyv6.device: Description: /dev/ttyv6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyv6.device Invocation ID: 85b2bf2b5e7c4dbea566462c0335f263 Following: sys-devices-virtual-tty-ttyv6.device Following Set Member: sys-devices-virtual-tty-ttyv6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv6 Found: found-udev -> Unit rescue.target: Description: Rescue Mode Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: runlevel1.target Name: rescue.target Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/rescue.target Requires: sysinit.target (origin-file) Requires: rescue.service (origin-file) Wants: systemd-update-utmp-runlevel.service (origin-file) Conflicts: shutdown.target (origin-default) ConflictedBy: graphical.target (destination-file) ConflictedBy: multi-user.target (destination-file) Before: multi-user.target (destination-file) Before: graphical.target (destination-file) Before: shutdown.target (origin-default) Before: systemd-update-utmp-runlevel.service (destination-file) After: sysinit.target (origin-file origin-default) After: rescue.service (origin-file) References: shutdown.target (origin-default) References: rescue.service (origin-file) References: sysinit.target (origin-file origin-default) References: systemd-update-utmp-runlevel.service (origin-file) ReferencedBy: multi-user.target (destination-file) ReferencedBy: systemd-update-utmp-runlevel.service (destination-file) ReferencedBy: graphical.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: dead -> Unit dev-ttydb.device: Description: /dev/ttydb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttydb.device Invocation ID: 9b32fefe10af45f0abd530d1a8bdbb36 Following: sys-devices-virtual-tty-ttydb.device Following Set Member: sys-devices-virtual-tty-ttydb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttydb Found: found-udev -> Unit dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart5.device: Description: ST3300007LC ROOT2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart5.device Invocation ID: 205b77e707bc4095a47c4a8f7ad3f179 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc5.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d05.device Following Set Member: dev-sdc5.device Following Set Member: dev-disk-by\x2duuid-ac66c6a1\x2d0b08\x2d481d\x2da400\x2d9fb6e7a49f1b.device Following Set Member: dev-disk-by\x2dlabel-ROOT2.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart5.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc5 Found: found-udev -> Unit sys-devices-virtual-tty-ttybe.device: Description: /sys/devices/virtual/tty/ttybe Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttybe.device Invocation ID: f7f2bbe414804c6996c8ae0cd2241974 Following Set Member: dev-ttybe.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttybe Found: found-udev -> Unit sys-devices-virtual-tty-ttyud.device: Description: /sys/devices/virtual/tty/ttyud Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyud.device Invocation ID: 4f2aea40bd084d098929096deac068b2 Following Set Member: dev-ttyud.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyud Found: found-udev -> Unit sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda.device: Description: My_Passport_0748 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda.device Invocation ID: 011dfc396e7b47609e3d369301bc951c Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0.device Following Set Member: dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0.device Following Set Member: dev-sda.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:01.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/block/sda Found: found-udev -> Unit dev-ttyu1.device: Description: /dev/ttyu1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyu1.device Invocation ID: 242dfd6b946047fa90a003ed5b65d42d Following: sys-devices-virtual-tty-ttyu1.device Following Set Member: sys-devices-virtual-tty-ttyu1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu1 Found: found-udev -> Unit sys-devices-virtual-tty-ttyya.device: Description: /sys/devices/virtual/tty/ttyya Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyya.device Invocation ID: 56b743253f3d4d10a1531b17d354f0ae Following Set Member: dev-ttyya.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyya Found: found-udev -> Unit sys-devices-virtual-tty-ttywe.device: Description: /sys/devices/virtual/tty/ttywe Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttywe.device Invocation ID: 46ab70009074411b8d4dc70d87e41bb1 Following Set Member: dev-ttywe.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttywe Found: found-udev -> Unit dev-ttye7.device: Description: /dev/ttye7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttye7.device Invocation ID: b1249e1fd41249298a6ee9c913f258b2 Following: sys-devices-virtual-tty-ttye7.device Following Set Member: sys-devices-virtual-tty-ttye7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye7 Found: found-udev -> Unit sys-devices-virtual-tty-ttyab.device: Description: /sys/devices/virtual/tty/ttyab Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyab.device Invocation ID: 71374635e7ff4846b83dae72fe4a44c7 Following Set Member: dev-ttyab.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyab Found: found-udev -> Unit systemd-journald-audit.socket: Description: Journal Audit Socket Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-journald-audit.socket Documentation: man:systemd-journald.service(8) Documentation: man:journald.conf(5) Fragment Path: /lib/systemd/system/systemd-journald-audit.socket ConditionCapability: CAP_AUDIT_READ succeeded ConditionSecurity: audit failed Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: no Requires: system.slice (origin-file) WantedBy: systemd-journald.service (destination-file) WantedBy: sockets.target (destination-file) Before: systemd-journald.service (origin-implicit destination-file) Before: apparmor.service (destination-file) Before: sockets.target (origin-file) After: system.slice (origin-file) Triggers: systemd-journald.service (origin-implicit destination-file) References: system.slice (origin-file) References: systemd-journald.service (origin-implicit) References: sockets.target (origin-file) ReferencedBy: systemd-journald.service (destination-file) ReferencedBy: apparmor.service (destination-file) ReferencedBy: sockets.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: dead Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0666 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: yes PassSecurity: no TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: systemd-journald-audit.socket SELinuxContextFromNet: no ReceiveBuffer: 134217728 ListenNetlink: audit 1 TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit avahi-daemon.socket: Description: Avahi mDNS/DNS-SD Stack Activation Socket Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:14 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:58 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:58 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/avahi-daemon.socket CGroup realized: no CGroup own mask: memory pids Name: avahi-daemon.socket Invocation ID: eec5e9ffa72641a2bd190b4e9f05c5b3 Fragment Path: /lib/systemd/system/avahi-daemon.socket Condition Timestamp: Sat 2018-09-22 16:14:58 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:58 EDT Assert Result: yes Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) RequiredBy: avahi-daemon.service (destination-file) WantedBy: sockets.target (destination-file) Conflicts: shutdown.target (origin-default) Before: sockets.target (origin-default destination-default) Before: shutdown.target (origin-default) Before: avahi-daemon.service (origin-implicit) After: -.mount (origin-file) After: sysinit.target (origin-default) After: system.slice (origin-file) Triggers: avahi-daemon.service (origin-implicit) References: avahi-daemon.service (origin-implicit) References: shutdown.target (origin-default) References: sockets.target (origin-default) References: sysinit.target (origin-default) References: -.mount (origin-file) References: system.slice (origin-file) ReferencedBy: avahi-daemon.service (destination-file) ReferencedBy: sockets.target (destination-file destination-default) RequiresMountsFor: /run/avahi-daemon/socket (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: running Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0666 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: no PassSecurity: no TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: avahi-daemon.socket SELinuxContextFromNet: no ListenStream: /run/avahi-daemon/socket TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit nss-user-lookup.target: Description: User and Group Name Lookups Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:21 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:21 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:21 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: nss-user-lookup.target Invocation ID: bb3844cb52d14365bdb6065e93ed5cef Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/nss-user-lookup.target Condition Timestamp: Sat 2018-09-22 16:14:21 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:21 EDT Assert Result: yes WantedBy: accounts-daemon.service (destination-file) Conflicts: shutdown.target (origin-default) Before: cron.service (destination-file) Before: shutdown.target (origin-default) Before: systemd-logind.service (destination-file) Before: systemd-user-sessions.service (destination-file) Before: accounts-daemon.service (destination-file) References: shutdown.target (origin-default) ReferencedBy: cron.service (destination-file) ReferencedBy: systemd-logind.service (destination-file) ReferencedBy: systemd-user-sessions.service (destination-file) ReferencedBy: accounts-daemon.service (destination-file) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-ttyze.device: Description: /dev/ttyze Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyze.device Invocation ID: b2adc87a4054487b9b3f62c9e9b26934 Following: sys-devices-virtual-tty-ttyze.device Following Set Member: sys-devices-virtual-tty-ttyze.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyze Found: found-udev -> Unit emergency.target: Description: Emergency Mode Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: emergency.target Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/emergency.target Requires: emergency.service (origin-file) Conflicts: shutdown.target (origin-default) ConflictedBy: sysinit.target (destination-file) Before: shutdown.target (origin-default) Before: sysinit.target (destination-file) After: emergency.service (origin-file) References: shutdown.target (origin-default) References: emergency.service (origin-file) ReferencedBy: sysinit.target (destination-file) ReferencedBy: local-fs.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: dead -> Unit sys-devices-virtual-tty-ttybc.device: Description: /sys/devices/virtual/tty/ttybc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttybc.device Invocation ID: acf21b96d170446792ef7254efa22b5d Following Set Member: dev-ttybc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttybc Found: found-udev -> Unit sys-devices-virtual-tty-ttyz1.device: Description: /sys/devices/virtual/tty/ttyz1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyz1.device Invocation ID: 2233cebb3650430e8ee5b3e6de240ef7 Following Set Member: dev-ttyz1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz1 Found: found-udev -> Unit dev-ttyx4.device: Description: /dev/ttyx4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyx4.device Invocation ID: 8a4ab091ebf34ff6ad01258682010856 Following: sys-devices-virtual-tty-ttyx4.device Following Set Member: sys-devices-virtual-tty-ttyx4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx4 Found: found-udev -> Unit dev-ttyee.device: Description: /dev/ttyee Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyee.device Invocation ID: 86c58d1fe62e4d1282922ec6ced4faf9 Following: sys-devices-virtual-tty-ttyee.device Following Set Member: sys-devices-virtual-tty-ttyee.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyee Found: found-udev -> Unit apt-cacher-ng.service: Description: Apt-Cacher NG software download proxy Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:06 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:04 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:06 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/apt-cacher-ng.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: apt-cacher-ng.service Invocation ID: 100848c2b19040e2877f46b2a1fca5f0 Fragment Path: /lib/systemd/system/apt-cacher-ng.service Condition Timestamp: Sat 2018-09-22 16:15:04 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:04 EDT Assert Result: yes Requires: var.mount (origin-file) Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) Requires: -.mount (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: sysinit.target (origin-default) After: var.mount (origin-file) After: basic.target (origin-default) After: systemd-journald.socket (origin-file) After: -.mount (origin-file) After: system.slice (origin-file) After: network.target (origin-file) References: sysinit.target (origin-default) References: var.mount (origin-file) References: basic.target (origin-default) References: systemd-journald.socket (origin-file) References: -.mount (origin-file) References: system.slice (origin-file) References: shutdown.target (origin-default) References: network.target (origin-file) ReferencedBy: multi-user.target (destination-file destination-default) RequiresMountsFor: /var/cache/apt-cacher-ng (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: on-failure NotifyAccess: main NotifyState: ready Main PID: 1593 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info User: apt-cacher-ng Group: apt-cacher-ng DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/apt-cacher-ng SocketPath=/run/apt-cacher-ng/socket -c /etc/apt-cacher-ng ForeGround=1 PID: 1593 Start Timestamp: Sat 2018-09-22 16:15:04 EDT CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyr2.device: Description: /dev/ttyr2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyr2.device Invocation ID: 05a869ee033a4ac9b6cc2f7bbe408756 Following: sys-devices-virtual-tty-ttyr2.device Following Set Member: sys-devices-virtual-tty-ttyr2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr2 Found: found-udev -> Unit sys-devices-virtual-tty-ttyd6.device: Description: /sys/devices/virtual/tty/ttyd6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyd6.device Invocation ID: d93e9616daea41b1b8aa5b9f3e8ceb9b Following Set Member: dev-ttyd6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd6 Found: found-udev -> Unit sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb.device: Description: ST3300007LC Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb.device Invocation ID: 07c73e0c430a448391f406ec957c57b3 Following Set Member: dev-sdb.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR03Y0N.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.0\x2dscsi\x2d0:0:0:0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.0/host2/target2:0:0/2:0:0:0/block/sdb Found: found-udev -> Unit polkit.service: Description: Authorization Manager Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:05 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:03 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:05 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/polkit.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: polkit.service Invocation ID: 6f9e3358f90d44168a6daf6e3ea40046 Documentation: man:polkit(8) Fragment Path: /lib/systemd/system/polkit.service Condition Timestamp: Sat 2018-09-22 16:15:03 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:03 EDT Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) Requires: dbus.socket (origin-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: system.slice (origin-file) After: sysinit.target (origin-default) After: dbus.socket (origin-file) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) References: system.slice (origin-file) References: shutdown.target (origin-default) References: sysinit.target (origin-default) References: dbus.socket (origin-file) References: systemd-journald.socket (origin-file) References: basic.target (origin-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: dbus Restart: no NotifyAccess: none NotifyState: unknown Main PID: 1551 Main PID Known: yes Main PID Alien: no BusName: org.freedesktop.PolicyKit1 Bus Name Good: yes RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/lib/policykit-1/polkitd --no-debug PID: 1551 Start Timestamp: Sat 2018-09-22 16:15:03 EDT CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyp8.device: Description: /sys/devices/virtual/tty/ttyp8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyp8.device Invocation ID: f6468f04fbd0423fbbea744f70a5428b Following Set Member: dev-ttyp8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp8 Found: found-udev -> Unit smbd.service: Description: Samba SMB Daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:13 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:11 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:13 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/smbd.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: smbd.service Invocation ID: 15b3aec664bb4c54a6361c0cbf23e470 Documentation: man:smbd(8) Documentation: man:samba(7) Documentation: man:smb.conf(5) Fragment Path: /lib/systemd/system/smbd.service Condition Timestamp: Sat 2018-09-22 16:15:11 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:11 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) Wants: network-online.target (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: nmbd.service (origin-file) After: winbind.service (origin-file) After: network.target (origin-file) After: basic.target (origin-default) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: sysinit.target (origin-default) After: network-online.target (origin-file) References: nmbd.service (origin-file) References: shutdown.target (origin-default) References: winbind.service (origin-file) References: network.target (origin-file) References: basic.target (origin-default) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: sysinit.target (origin-default) References: network-online.target (origin-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: no NotifyAccess: all NotifyState: ready Main PID: 1757 Main PID Known: yes Main PID Alien: no PIDFile: /var/run/samba/smbd.pid RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/samba RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit CORE: 18446744073709551615 Limit CORESoft: 18446744073709551615 Limit NOFILE: 16384 Limit NOFILESoft: 16384 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/smbd --foreground --no-process-group $SMBDOPTIONS PID: 1757 Start Timestamp: Sat 2018-09-22 16:15:11 EDT -> ExecReload: Command Line: /bin/kill -HUP $MAINPID Status Text: smbd: ready to serve connections... CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyx5.device: Description: /sys/devices/virtual/tty/ttyx5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyx5.device Invocation ID: aad176f1ed3f4a019140b4546284b8cd Following Set Member: dev-ttyx5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx5 Found: found-udev -> Unit dev-sr0.device: Description: DW-224E Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sr0.device Invocation ID: 5720762fa46b41d3b72444df10445275 Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:02.0-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device Following Set Member: dev-dvd.device Following Set Member: dev-cdrom.device Following Set Member: dev-disk-by\x2did-ata\x2dDW\x2d224E.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:02.0\x2data\x2d1.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:02.0-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device Following Set Member: dev-cdrw.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:02.0/ata1/host0/target0:0:0/0:0:0:0/block/sr0 Found: found-udev -> Unit sys-devices-virtual-tty-ttys0.device: Description: /sys/devices/virtual/tty/ttys0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttys0.device Invocation ID: 68bff6e6aa514b549b70ea5833474f82 Following Set Member: dev-ttys0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys0 Found: found-udev -> Unit sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc3.device: Description: ST3300007LC 3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc3.device Invocation ID: bd800313a0ef4a719c4a2a86e47612f3 Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d03.device Following Set Member: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.device Following Set Member: dev-sdc3.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc3 Found: found-udev -> Unit sys-devices-virtual-block-ram15.device: Description: /sys/devices/virtual/block/ram15 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram15.device Invocation ID: e7d83f5c4aae43f1ba11703b943bbb56 Following Set Member: dev-ram15.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram15 Found: found-udev -> Unit sys-devices-virtual-tty-ttyu7.device: Description: /sys/devices/virtual/tty/ttyu7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyu7.device Invocation ID: 66313e6275eb4a36921fb0b753e24c6b Following Set Member: dev-ttyu7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu7 Found: found-udev -> Unit radvd.service: Description: LSB: Router Advertising Daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:09 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:07 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:09 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: radvd.service Invocation ID: ab2a4bb4e8de49bda5fa85edbe6298d8 Documentation: man:systemd-sysv-generator(8) Fragment Path: /run/systemd/generator.late/radvd.service Source Path: /etc/init.d/radvd Condition Timestamp: Sat 2018-09-22 16:15:07 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:07 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) Wants: network-online.target (origin-file) WantedBy: graphical.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: graphical.target (origin-file destination-default) Before: shutdown.target (origin-default) Before: multi-user.target (origin-file destination-default) After: basic.target (origin-default) After: systemd-journald.socket (origin-file) After: remote-fs.target (origin-file) After: system.slice (origin-file) After: network-online.target (origin-file) After: sysinit.target (origin-default) References: basic.target (origin-default) References: graphical.target (origin-file) References: multi-user.target (origin-file) References: systemd-journald.socket (origin-file) References: remote-fs.target (origin-file) References: system.slice (origin-file) References: network-online.target (origin-file) References: shutdown.target (origin-default) References: sysinit.target (origin-default) ReferencedBy: graphical.target (destination-file destination-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: no Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 5min TimeoutStopSec: 5min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/init.d/radvd start PID: 1634 Start Timestamp: Sat 2018-09-22 16:15:07 EDT Exit Timestamp: Sat 2018-09-22 16:15:09 EDT Exit Code: exited Exit Status: 0 -> ExecReload: Command Line: /etc/init.d/radvd reload -> ExecStop: Command Line: /etc/init.d/radvd stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyc1.device: Description: /sys/devices/virtual/tty/ttyc1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyc1.device Invocation ID: 9b15e6ae3a3e4048882de6db2036ab3c Following Set Member: dev-ttyc1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc1 Found: found-udev -> Unit systemd-timesyncd.service: Description: Network Time Synchronization Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory devices pids Name: systemd-timesyncd.service Documentation: man:systemd-timesyncd.service(8) Fragment Path: /lib/systemd/system/systemd-timesyncd.service ConditionVirtualization: !container untested ConditionCapability: CAP_SYS_TIME untested Requires: var.mount (origin-file) Requires: -.mount (origin-file) Requires: system.slice (origin-file) Wants: time-sync.target (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) ConflictedBy: ntp.service (destination-file) Before: shutdown.target (origin-file) Before: sysinit.target (origin-file) Before: time-sync.target (origin-file) After: systemd-journald.socket (origin-file) After: systemd-tmpfiles-setup.service (origin-file) After: system.slice (origin-file) After: var.mount (origin-file) After: systemd-remount-fs.service (origin-file) After: -.mount (origin-file) References: sysinit.target (origin-file) References: -.mount (origin-file) References: systemd-tmpfiles-setup.service (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: time-sync.target (origin-file) References: var.mount (origin-file) References: systemd-remount-fs.service (origin-file) References: shutdown.target (origin-file) ReferencedBy: ntp.service (destination-file) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /var/lib/systemd/timesync (origin-file) RequiresMountsFor: /run/systemd/timesync (origin-file) RequiresMountsFor: /tmp (origin-file) RequiresMountsFor: /var/tmp (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: always NotifyAccess: main NotifyState: unknown RestartSec: 0 TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 3min KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: yes PrivateDevices: yes ProtectKernelTunables: yes ProtectKernelModules: yes ProtectControlGroups: yes PrivateNetwork: no PrivateUsers: no ProtectHome: yes ProtectSystem: strict MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 RuntimeDirectory: systemd/timesync StateDirectoryMode: 0755 StateDirectory: systemd/timesync CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info CapabilityBoundingSet: cap_sys_time AmbientCapabilities: cap_sys_time User: systemd-timesync Group: systemd-timesync DynamicUser: yes LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-timesyncd CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=closed Delegate=no -> Unit sys-devices-virtual-tty-ttybd.device: Description: /sys/devices/virtual/tty/ttybd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttybd.device Invocation ID: ed945f58cd964a08bb720da0c6936908 Following Set Member: dev-ttybd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttybd Found: found-udev -> Unit postgresql at 9.4-main.service: Description: PostgreSQL Cluster 9.4-main Instance: 9.4-main Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-postgresql.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: postgresql at 9.4-main.service Fragment Path: /lib/systemd/system/postgresql at .service AssertPathExists: /etc/postgresql/9.4/main/postgresql.conf untested Requires: system-postgresql.slice (origin-file) Requires: var.mount (origin-file) Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) PartOf: postgresql.service (origin-file) WantedBy: postgresql.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: postgresql.service (origin-file) After: basic.target (origin-default) After: system-postgresql.slice (origin-file) After: systemd-journald.socket (origin-file) After: var.mount (origin-file) After: -.mount (origin-file) After: sysinit.target (origin-default) ReloadPropagatedFrom: postgresql.service (origin-file) References: shutdown.target (origin-default) References: basic.target (origin-default) References: system-postgresql.slice (origin-file) References: systemd-journald.socket (origin-file) References: var.mount (origin-file) References: -.mount (origin-file) References: postgresql.service (origin-file) References: sysinit.target (origin-default) ReferencedBy: postgresql.service (destination-file) RequiresMountsFor: /etc/postgresql/9.4/main (origin-file) RequiresMountsFor: /var/lib/postgresql/9.4/main (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: no NotifyAccess: none NotifyState: unknown PIDFile: /var/run/postgresql/9.4-main.pid RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1h RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 OOMScoreAdjust: -900 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect 9.4-main start -> ExecReload: Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect 9.4-main reload -> ExecStop: Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect -m fast 9.4-main stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttytb.device: Description: /dev/ttytb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttytb.device Invocation ID: 75a5ab8115a24e6fb90bde239f99e48f Following: sys-devices-virtual-tty-ttytb.device Following Set Member: sys-devices-virtual-tty-ttytb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttytb Found: found-udev -> Unit dev-sdc3.swap: Description: /dev/sdc3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:37 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:37 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:37 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: dev-sdc3.swap Invocation ID: 049eb4f5ae654b94933f667f76ae71bd Following: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap Following Set Member: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) Conflicts: umount.target (origin-default) Before: umount.target (origin-default) Before: swap.target (origin-default) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: system.slice (origin-file) References: umount.target (origin-default) References: systemd-journald.socket (origin-file) References: -.mount (origin-implicit) References: swap.target (origin-default) RequiresMountsFor: /dev/sdc3 (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Swap State: active Result: success What: /dev/sdc3 From /proc/swaps: yes From fragment: no Device Node: /dev/sdc3 Priority: -2 Options: TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyyb.device: Description: /sys/devices/virtual/tty/ttyyb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyyb.device Invocation ID: 464932f5a44941efb77c70e128ee56b9 Following Set Member: dev-ttyyb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyyb Found: found-udev -> Unit dev-ttye5.device: Description: /dev/ttye5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttye5.device Invocation ID: 1241f3ef256348b7bb1acf928c53147e Following: sys-devices-virtual-tty-ttye5.device Following Set Member: sys-devices-virtual-tty-ttye5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye5 Found: found-udev -> Unit dev-ttyr1.device: Description: /dev/ttyr1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyr1.device Invocation ID: 66151db511c8472583b3999d664e5d5a Following: sys-devices-virtual-tty-ttyr1.device Following Set Member: sys-devices-virtual-tty-ttyr1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr1 Found: found-udev -> Unit dev-ram3.device: Description: /dev/ram3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram3.device Invocation ID: 22941903abae474495f65d39cf7c6425 Following: sys-devices-virtual-block-ram3.device Following Set Member: sys-devices-virtual-block-ram3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram3 Found: found-udev -> Unit sys-devices-virtual-tty-ttyd3.device: Description: /sys/devices/virtual/tty/ttyd3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyd3.device Invocation ID: 04b168ff05204bbea3bb0dab02408dfc Following Set Member: dev-ttyd3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd3 Found: found-udev -> Unit sys-devices-virtual-tty-ttyca.device: Description: /sys/devices/virtual/tty/ttyca Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyca.device Invocation ID: 7f03811f7f594b478356d7ddf669a9c2 Following Set Member: dev-ttyca.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyca Found: found-udev -> Unit cryptsetup.target: Description: Local Encrypted Volumes Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:22 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:22 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:22 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: cryptsetup.target Invocation ID: b26648f8951849e8ac7428da70017c4c Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/cryptsetup.target Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:22 EDT Assert Result: yes WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: sysinit.target (destination-default) After: systemd-ask-password-console.path (destination-file) After: systemd-ask-password-wall.path (destination-file) References: shutdown.target (origin-default) ReferencedBy: systemd-ask-password-wall.path (destination-file) ReferencedBy: sysinit.target (destination-file destination-default) ReferencedBy: systemd-ask-password-console.path (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit ctdb.service: Description: ctdb.service Instance: n/a Unit Load State: masked Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: ctdb.service Fragment Path: /dev/null WantedBy: multi-user.target (destination-file) ReferencedBy: multi-user.target (destination-file) -> Unit sys-devices-virtual-tty-ttyuc.device: Description: /sys/devices/virtual/tty/ttyuc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyuc.device Invocation ID: f1750ebb9e0042969e52b3bec09bf5af Following Set Member: dev-ttyuc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyuc Found: found-udev -> Unit sys-devices-virtual-tty-ttyy9.device: Description: /sys/devices/virtual/tty/ttyy9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyy9.device Invocation ID: b9dcb85e99e642a38e2c000d82a91941 Following Set Member: dev-ttyy9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy9 Found: found-udev -> Unit dev-ttyz0.device: Description: /dev/ttyz0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyz0.device Invocation ID: e13770bb6b064022b90f97afd468eb51 Following: sys-devices-virtual-tty-ttyz0.device Following Set Member: sys-devices-virtual-tty-ttyz0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz0 Found: found-udev -> Unit ifupdown-wait-online.service: Description: Wait for network to be configured by ifupdown Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:00 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:23 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:00 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: ifupdown-wait-online.service Invocation ID: 2d444216c80948a8992249cbc2410e15 Fragment Path: /lib/systemd/system/ifupdown-wait-online.service ConditionFileIsExecutable: /sbin/ifup succeeded Condition Timestamp: Sat 2018-09-22 16:14:23 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:23 EDT Assert Result: yes Requires: system.slice (origin-file) WantedBy: network-online.target (destination-file) Before: network-online.target (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: network-online.target (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) ReferencedBy: network-online.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/ifupdown/wait-online.sh PID: 1174 Start Timestamp: Sat 2018-09-22 16:14:23 EDT Exit Timestamp: Sat 2018-09-22 16:15:00 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dbus.service: Description: D-Bus System Message Bus Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:00 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:00 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:00 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/dbus.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: dbus.service Invocation ID: a3924274003e40118dfb1d8f6e31b079 Documentation: man:dbus-daemon(1) Fragment Path: /lib/systemd/system/dbus.service Condition Timestamp: Sat 2018-09-22 16:15:00 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:00 EDT Assert Result: yes Requires: system.slice (origin-file) Requires: dbus.socket (origin-file) Requires: sysinit.target (origin-default) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: network-manager.service (destination-file) Before: shutdown.target (origin-default) Before: wpa_supplicant.service (destination-file) Before: multi-user.target (destination-default) After: sysinit.target (origin-default) After: dbus.socket (destination-implicit) After: basic.target (origin-default) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) TriggeredBy: dbus.socket (destination-implicit) References: shutdown.target (origin-default) References: sysinit.target (origin-default) References: dbus.socket (origin-file) References: basic.target (origin-default) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: network-manager.service (destination-file) ReferencedBy: dbus.socket (destination-implicit) ReferencedBy: multi-user.target (destination-file destination-default) ReferencedBy: wpa_supplicant.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown Main PID: 1483 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 OOMScoreAdjust: -900 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only PID: 1483 Start Timestamp: Sat 2018-09-22 16:15:00 EDT -> ExecReload: Command Line: /usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyz5.device: Description: /dev/ttyz5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyz5.device Invocation ID: 8e3f1a3c0d6f492480877cc3e4212819 Following: sys-devices-virtual-tty-ttyz5.device Following Set Member: sys-devices-virtual-tty-ttyz5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz5 Found: found-udev -> Unit apparmor.service: Description: Load AppArmor profiles Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: apparmor.service Documentation: man:apparmor(7) Documentation: https://gitlab.com/apparmor/apparmor/wikis/home/ Fragment Path: /lib/systemd/system/apparmor.service ConditionPathExists: !/rofs/etc/apparmor.d succeeded ConditionSecurity: apparmor failed AssertPathIsReadWrite: /sys/kernel/security/apparmor/.load untested Condition Timestamp: Sat 2018-09-22 16:14:55 EDT Condition Result: no Requires: var.mount (origin-file) Requires: -.mount (origin-file) Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Before: ifup at eth0.service (destination-file) Before: sysinit.target (origin-file) Before: networking.service (destination-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: local-fs.target (origin-file) After: -.mount (origin-file) After: systemd-journald-audit.socket (origin-file) After: var.mount (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: sysinit.target (origin-file) References: local-fs.target (origin-file) References: -.mount (origin-file) References: systemd-journald-audit.socket (origin-file) References: var.mount (origin-file) ReferencedBy: ifup at eth0.service (destination-file) ReferencedBy: sysinit.target (destination-file) ReferencedBy: networking.service (destination-file) RequiresMountsFor: /var/cache/apparmor (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/init.d/apparmor start -> ExecReload: Command Line: /etc/init.d/apparmor reload -> ExecStop: Command Line: /bin/true CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit greylist.service: Description: greylist.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: greylist.service Before: exim4.service (destination-file) ReferencedBy: exim4.service (destination-file) -> Unit postgresql.service: Description: PostgreSQL RDBMS Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: postgresql.service Fragment Path: /lib/systemd/system/postgresql.service Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) Wants: postgresql at 9.3-main.service (origin-file) Wants: postgresql at 9.5-main.service (origin-file) Wants: postgresql at 10-main.service (origin-file) Wants: postgresql at 9.6-main.service (origin-file) Wants: postgresql at 9.4-main.service (origin-file) ConsistsOf: postgresql at 9.6-main.service (destination-file) ConsistsOf: postgresql at 9.5-main.service (destination-file) ConsistsOf: postgresql at 9.3-main.service (destination-file) ConsistsOf: postgresql at 9.4-main.service (destination-file) ConsistsOf: postgresql at 10-main.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: exim4.service (destination-file) After: system.slice (origin-file) After: postgresql at 9.3-main.service (destination-file) After: postgresql at 9.5-main.service (destination-file) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: postgresql at 9.6-main.service (destination-file) After: postgresql at 10-main.service (destination-file) After: basic.target (origin-default) After: postgresql at 9.4-main.service (destination-file) PropagatesReloadTo: postgresql at 9.6-main.service (destination-file) PropagatesReloadTo: postgresql at 9.5-main.service (destination-file) PropagatesReloadTo: postgresql at 9.3-main.service (destination-file) PropagatesReloadTo: postgresql at 9.4-main.service (destination-file) PropagatesReloadTo: postgresql at 10-main.service (destination-file) References: system.slice (origin-file) References: postgresql at 9.3-main.service (origin-file) References: postgresql at 9.5-main.service (origin-file) References: sysinit.target (origin-default) References: postgresql at 10-main.service (origin-file) References: postgresql at 9.6-main.service (origin-file) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-default) References: basic.target (origin-default) References: postgresql at 9.4-main.service (origin-file) ReferencedBy: postgresql at 9.6-main.service (destination-file) ReferencedBy: postgresql at 9.5-main.service (destination-file) ReferencedBy: postgresql at 9.3-main.service (destination-file) ReferencedBy: postgresql at 9.4-main.service (destination-file) ReferencedBy: postgresql at 10-main.service (destination-file) ReferencedBy: exim4.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/true -> ExecReload: Command Line: /bin/true CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyv2.device: Description: /sys/devices/virtual/tty/ttyv2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyv2.device Invocation ID: dfe53f1cb3a14932a9223b93782f2f17 Following Set Member: dev-ttyv2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv2 Found: found-udev -> Unit dev-ttyyd.device: Description: /dev/ttyyd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyyd.device Invocation ID: 61a693f310844e81bf8e3f9e70b4dc75 Following: sys-devices-virtual-tty-ttyyd.device Following Set Member: sys-devices-virtual-tty-ttyyd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyyd Found: found-udev -> Unit sys-devices-virtual-tty-ttytb.device: Description: /sys/devices/virtual/tty/ttytb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttytb.device Invocation ID: 0eeab65e3ecb4b28985020126f000bf7 Following Set Member: dev-ttytb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttytb Found: found-udev -> Unit sys-devices-virtual-tty-ttyrc.device: Description: /sys/devices/virtual/tty/ttyrc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyrc.device Invocation ID: 2cda27252f6b4da497205e5a6800b508 Following Set Member: dev-ttyrc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyrc Found: found-udev -> Unit dev-ttyx5.device: Description: /dev/ttyx5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyx5.device Invocation ID: 0d11e208b6ba474c956de243f971f902 Following: sys-devices-virtual-tty-ttyx5.device Following Set Member: sys-devices-virtual-tty-ttyx5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx5 Found: found-udev -> Unit auth-rpcgss-module.service: Description: Kernel Module supporting RPCSEC_GSS Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: auth-rpcgss-module.service Fragment Path: /lib/systemd/system/auth-rpcgss-module.service ConditionPathExists: /etc/krb5.keytab failed Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: no Requires: system.slice (origin-file) Wants: rpc-svcgssd.service (origin-file) Wants: rpc-gssd.service (origin-file) Wants: gssproxy.service (origin-file) WantedBy: nfs-client.target (destination-file) WantedBy: nfs-server.service (destination-file) Before: rpc-svcgssd.service (origin-file) Before: rpc-gssd.service (origin-file) Before: gssproxy.service (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: rpc-gssd.service (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: gssproxy.service (origin-file) References: rpc-svcgssd.service (origin-file) ReferencedBy: nfs-client.target (destination-file) ReferencedBy: nfs-server.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /sbin/modprobe -q auth_rpcgss CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart4.device: Description: ST3300007LC 4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart4.device Invocation ID: 9841cc3ec86b43209719b3ef048ff820 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc4.device Following Set Member: dev-sdc4.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc4.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d04.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc4 Found: found-udev -> Unit sys-devices-virtual-tty-ttyd8.device: Description: /sys/devices/virtual/tty/ttyd8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyd8.device Invocation ID: acf16ad74697421f9780450c696812ef Following Set Member: dev-ttyd8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd8 Found: found-udev -> Unit dev-ttyc0.device: Description: /dev/ttyc0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyc0.device Invocation ID: bdde49f130e847649da82c20f22c0243 Following: sys-devices-virtual-tty-ttyc0.device Following Set Member: sys-devices-virtual-tty-ttyc0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc0 Found: found-udev -> Unit dev-ttyxa.device: Description: /dev/ttyxa Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyxa.device Invocation ID: 89682fc213fb4c21b27aeba295afba09 Following: sys-devices-virtual-tty-ttyxa.device Following Set Member: sys-devices-virtual-tty-ttyxa.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyxa Found: found-udev -> Unit serial-getty at ttyS0.service: Description: Serial Getty on ttyS0 Instance: ttyS0 Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:09 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:09 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:09 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-serial\x2dgetty.slice CGroup: /system.slice/system-serial\x2dgetty.slice/serial-getty at ttyS0.service CGroup realized: yes CGroup realized mask: memory pids CGroup own mask: memory pids Name: serial-getty at ttyS0.service Invocation ID: 81ab2d635ee24e22b11a213049321d53 Documentation: man:agetty(8) Documentation: man:systemd-getty-generator(8) Documentation: http://0pointer.de/blog/projects/serial-console.html Fragment Path: /lib/systemd/system/serial-getty at .service Condition Timestamp: Sat 2018-09-22 16:15:09 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:09 EDT Assert Result: yes Requires: system-serial\x2dgetty.slice (origin-file) Requires: sysinit.target (origin-default) BindsTo: dev-ttyS0.device (origin-file) WantedBy: getty.target (destination-file) Conflicts: shutdown.target (origin-default) Conflicts: rescue.service (origin-file) Before: rescue.service (origin-file) Before: shutdown.target (origin-default) Before: getty.target (origin-file destination-default) After: dev-ttyS0.device (origin-file) After: system-serial\x2dgetty.slice (origin-file) After: plymouth-quit-wait.service (origin-file) After: systemd-user-sessions.service (origin-file) After: getty-pre.target (origin-file) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: rc-local.service (origin-file) References: getty-pre.target (origin-file) References: rescue.service (origin-file) References: plymouth-quit-wait.service (origin-file) References: systemd-user-sessions.service (origin-file) References: rc-local.service (origin-file) References: getty.target (origin-file) References: systemd-journald.socket (origin-file) References: system-serial\x2dgetty.slice (origin-file) References: shutdown.target (origin-default) References: basic.target (origin-default) References: dev-ttyS0.device (origin-file) References: sysinit.target (origin-default) ReferencedBy: getty.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: idle Restart: always NotifyAccess: none NotifyState: unknown Main PID: 1664 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: yes UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit TTYPath: /dev/ttyS0 TTYReset: yes TTYVHangup: yes TTYVTDisallocate: no SyslogFacility: daemon SyslogLevel: info DynamicUser: no UtmpIdentifier: ttyS0 LockPersonality: no -> ExecStart: Command Line: /sbin/agetty -o '-p -- \u' --keep-baud 115200,38400,9600 ttyS0 $TERM PID: 1664 Start Timestamp: Sat 2018-09-22 16:15:09 EDT CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyp2.device: Description: /sys/devices/virtual/tty/ttyp2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyp2.device Invocation ID: 5a7f639685f346e4b54ec336b40a9f89 Following Set Member: dev-ttyp2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp2 Found: found-udev -> Unit dev-disk-by\x2dpartuuid-818f7e70\x2d07.device: Description: ST3300007LC HOME2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpartuuid-818f7e70\x2d07.device Invocation ID: 24387717f6f948c982b6c5256b6c1c49 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc7.device Following Set Member: dev-disk-by\x2duuid-d64e45b1\x2d462e\x2d4437\x2d9a0a\x2dcf835dcef080.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart7.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc7.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart7.device Following Set Member: dev-disk-by\x2dlabel-HOME2.device Following Set Member: dev-sdc7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc7 Found: found-udev -> Unit sys-devices-virtual-tty-ttyr1.device: Description: /sys/devices/virtual/tty/ttyr1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyr1.device Invocation ID: 39811fdc62c7462d98a24a8ec784dac2 Following Set Member: dev-ttyr1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr1 Found: found-udev -> Unit phpsessionclean.timer: Description: Clean PHP session files every 30 mins Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 18:39:03 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:57 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:57 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: phpsessionclean.timer Invocation ID: 67007ffc3d294ab4a887ccc34780897b Fragment Path: /lib/systemd/system/phpsessionclean.timer Condition Timestamp: Sat 2018-09-22 16:14:57 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:57 EDT Assert Result: yes Requires: var.mount (origin-file) Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) WantedBy: timers.target (destination-file) Conflicts: shutdown.target (origin-default) Before: timers.target (origin-default) Before: shutdown.target (origin-default) Before: phpsessionclean.service (origin-implicit) After: -.mount (origin-file) After: sysinit.target (origin-default) After: time-sync.target (origin-default) After: var.mount (origin-file) Triggers: phpsessionclean.service (origin-implicit) References: shutdown.target (origin-default) References: -.mount (origin-file) References: sysinit.target (origin-default) References: time-sync.target (origin-default) References: phpsessionclean.service (origin-implicit) References: var.mount (origin-file) References: timers.target (origin-default) ReferencedBy: timers.target (destination-file) RequiresMountsFor: /var/lib/systemd/timers (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Timer State: waiting Result: success Unit: phpsessionclean.service Persistent: yes WakeSystem: no Accuracy: 1min RemainAfterElapse: yes OnCalendar: *-*-* *:09,39:00 -> Unit sys-devices-virtual-tty-ttyye.device: Description: /sys/devices/virtual/tty/ttyye Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyye.device Invocation ID: 2be40d670480497e9c83dc294758d3d6 Following Set Member: dev-ttyye.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyye Found: found-udev -> Unit nmbd.service: Description: Samba NMB Daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:11 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:04 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:11 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/nmbd.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: nmbd.service Invocation ID: 62483ad8be7748cd94caa9215f97c249 Documentation: man:nmbd(8) Documentation: man:samba(7) Documentation: man:smb.conf(5) Fragment Path: /lib/systemd/system/nmbd.service Condition Timestamp: Sat 2018-09-22 16:15:04 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:04 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) Wants: network-online.target (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: multi-user.target (destination-default) Before: shutdown.target (origin-default) Before: smbd.service (destination-file) After: network.target (origin-file) After: network-online.target (origin-file) After: basic.target (origin-default) After: system.slice (origin-file) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) References: network.target (origin-file) References: network-online.target (origin-file) References: shutdown.target (origin-default) References: basic.target (origin-default) References: system.slice (origin-file) References: sysinit.target (origin-default) References: systemd-journald.socket (origin-file) ReferencedBy: smbd.service (destination-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: no NotifyAccess: all NotifyState: ready Main PID: 1595 Main PID Known: yes Main PID Alien: no PIDFile: /var/run/samba/nmbd.pid RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/samba RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit CORE: 18446744073709551615 Limit CORESoft: 18446744073709551615 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/nmbd --foreground --no-process-group $NMBDOPTIONS PID: 1595 Start Timestamp: Sat 2018-09-22 16:15:04 EDT -> ExecReload: Command Line: /bin/kill -HUP $MAINPID Status Text: nmbd: ready to serve connections... CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device: Description: My_Passport_0748 2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device Invocation ID: a419cda3256f4f7d95ebb4e7d5857c4c Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda2.device Following Set Member: dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0\x2dpart2.device Following Set Member: dev-disk-by\x2duuid-60586da5\x2d52b5\x2d4bae\x2d8396\x2d91e3fba003b1.device Following Set Member: dev-disk-by\x2dpartuuid-676ba017\x2d02.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda2.device Following Set Member: dev-sda2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:01.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/block/sda/sda2 Found: found-udev -> Unit lvm2-activation.service: Description: lvm2-activation.service Instance: n/a Unit Load State: masked Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: lvm2-activation.service Fragment Path: /dev/null WantedBy: local-fs.target (destination-file) ReferencedBy: local-fs.target (destination-file) -> Unit sys-devices-virtual-block-ram13.device: Description: /sys/devices/virtual/block/ram13 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:28 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:28 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:28 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram13.device Invocation ID: aa413dddaf8a47108cb35f731fec68b5 Following Set Member: dev-ram13.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram13 Found: found-udev -> Unit sys-devices-virtual-tty-ttyde.device: Description: /sys/devices/virtual/tty/ttyde Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyde.device Invocation ID: 4bd4039cfc584cf1bbeaa28a212d8d2d Following Set Member: dev-ttyde.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyde Found: found-udev -> Unit dev-ttycb.device: Description: /dev/ttycb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttycb.device Invocation ID: 4dc58ad2d3e04fc08f66e9df150500a1 Following: sys-devices-virtual-tty-ttycb.device Following Set Member: sys-devices-virtual-tty-ttycb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttycb Found: found-udev -> Unit sys-devices-virtual-tty-ttyd2.device: Description: /sys/devices/virtual/tty/ttyd2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyd2.device Invocation ID: abdb882f63d641bab1d4629f895821e0 Following Set Member: dev-ttyd2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd2 Found: found-udev -> Unit systemd-udev-trigger.service: Description: udev Coldplug all Devices Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:25 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:22 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:25 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-udev-trigger.service Invocation ID: f517c43e48c94e839a80b88725a313fe Documentation: man:udev(7) Documentation: man:systemd-udevd.service(8) Fragment Path: /lib/systemd/system/systemd-udev-trigger.service ConditionPathIsReadWrite: /sys succeeded Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:22 EDT Assert Result: yes Requires: system.slice (origin-file) Wants: systemd-udevd.service (origin-file) WantedBy: sysinit.target (destination-file) Before: sysinit.target (origin-file) Before: ifupdown-pre.service (destination-file) After: systemd-udevd-control.socket (origin-file) After: systemd-udevd-kernel.socket (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: systemd-udevd-control.socket (origin-file) References: systemd-udevd-kernel.socket (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: systemd-udevd.service (origin-file) References: sysinit.target (origin-file) ReferencedBy: sysinit.target (destination-file) ReferencedBy: ifupdown-pre.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/udevadm trigger --type=subsystems --action=add PID: 1168 Start Timestamp: Sat 2018-09-22 16:14:22 EDT Exit Timestamp: Sat 2018-09-22 16:14:24 EDT Exit Code: exited Exit Status: 0 Command Line: /bin/udevadm trigger --type=devices --action=add PID: 1187 Start Timestamp: Sat 2018-09-22 16:14:24 EDT Exit Timestamp: Sat 2018-09-22 16:14:25 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyyb.device: Description: /dev/ttyyb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyyb.device Invocation ID: 1ee32648fc1a4313a498f7548ede14e0 Following: sys-devices-virtual-tty-ttyyb.device Following Set Member: sys-devices-virtual-tty-ttyyb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyyb Found: found-udev -> Unit system-postfix.slice: Description: system-postfix.slice Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:21 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:21 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:21 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/system-postfix.slice CGroup realized: yes CGroup realized mask: memory devices pids CGroup enabled mask: memory pids CGroup own mask: memory pids CGroup members mask: memory pids Name: system-postfix.slice Invocation ID: 5f7a3c37488e46ef9ca31fd323c12cb5 Condition Timestamp: Sat 2018-09-22 16:14:21 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:21 EDT Assert Result: yes Requires: system.slice (origin-implicit) RequiredBy: postfix at -.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: postfix at -.service (destination-file) After: system.slice (origin-implicit) References: shutdown.target (origin-default) References: system.slice (origin-implicit) ReferencedBy: postfix at -.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: active CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no -> Unit ofono.service: Description: Telephony service Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:03 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:58 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:03 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/ofono.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: ofono.service Invocation ID: d4c408bed9834b88b44dd7153e992a0a Fragment Path: /lib/systemd/system/ofono.service Condition Timestamp: Sat 2018-09-22 16:14:58 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:58 EDT Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) Requires: dbus.socket (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: system.slice (origin-file) After: syslog.target (origin-file) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: dbus.socket (origin-file) After: sysinit.target (origin-default) References: system.slice (origin-file) References: syslog.target (origin-file) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-default) References: basic.target (origin-default) References: dbus.socket (origin-file) References: sysinit.target (origin-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: dbus Restart: no NotifyAccess: none NotifyState: unknown Main PID: 1459 Main PID Known: yes Main PID Alien: no BusName: org.ofono Bus Name Good: yes RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: null SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/ofonod -n PID: 1459 Start Timestamp: Sat 2018-09-22 16:14:58 EDT CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-block-ram4.device: Description: /sys/devices/virtual/block/ram4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram4.device Invocation ID: b5cf72823e73416995a3b407e18be33a Following Set Member: dev-ram4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram4 Found: found-udev -> Unit sys-devices-virtual-tty-ttyw3.device: Description: /sys/devices/virtual/tty/ttyw3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyw3.device Invocation ID: c67d37748b2e4773b9bb703829dccb51 Following Set Member: dev-ttyw3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw3 Found: found-udev -> Unit dev-ram12.device: Description: /dev/ram12 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:28 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:28 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:28 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram12.device Invocation ID: 747b67d432714f709b8c8e62e4281b22 Following: sys-devices-virtual-block-ram12.device Following Set Member: sys-devices-virtual-block-ram12.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram12 Found: found-udev -> Unit dev-ttye3.device: Description: /dev/ttye3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttye3.device Invocation ID: abe15d2b65f34dddb30eedf96aef3f04 Following: sys-devices-virtual-tty-ttye3.device Following Set Member: sys-devices-virtual-tty-ttye3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye3 Found: found-udev -> Unit sys-devices-virtual-tty-ttyy2.device: Description: /sys/devices/virtual/tty/ttyy2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyy2.device Invocation ID: 1de7ab0c97f2463dac40d87138964131 Following Set Member: dev-ttyy2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy2 Found: found-udev -> Unit sys-devices-virtual-tty-ttya1.device: Description: /sys/devices/virtual/tty/ttya1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttya1.device Invocation ID: ecc06459f6e749c6a94d594352ab1645 Following Set Member: dev-ttya1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya1 Found: found-udev -> Unit cups.socket: Description: CUPS Scheduler Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:14 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:57 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:57 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/cups.socket CGroup realized: no CGroup own mask: memory pids Name: cups.socket Invocation ID: 0d66949074c743a5a5cfae7482afbe14 Fragment Path: /lib/systemd/system/cups.socket Condition Timestamp: Sat 2018-09-22 16:14:57 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:57 EDT Assert Result: yes Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) PartOf: cups.service (origin-file) WantedBy: sockets.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: cups.service (origin-implicit) Before: sockets.target (origin-default destination-default) After: -.mount (origin-file) After: sysinit.target (origin-default) After: system.slice (origin-file) Triggers: cups.service (origin-implicit) References: shutdown.target (origin-default) References: sockets.target (origin-default) References: sysinit.target (origin-default) References: cups.service (origin-file origin-implicit) References: -.mount (origin-file) References: system.slice (origin-file) ReferencedBy: sockets.target (destination-file destination-default) RequiresMountsFor: /run/cups/cups.sock (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: running Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0666 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: no PassSecurity: no TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: cups.socket SELinuxContextFromNet: no ListenStream: /run/cups/cups.sock TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyr9.device: Description: /dev/ttyr9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyr9.device Invocation ID: fa520186d85440108fb5b5b556c58d5b Following: sys-devices-virtual-tty-ttyr9.device Following Set Member: sys-devices-virtual-tty-ttyr9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr9 Found: found-udev -> Unit sys-devices-virtual-tty-ttyzf.device: Description: /sys/devices/virtual/tty/ttyzf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyzf.device Invocation ID: 398fb38e691242efaff58297d140fd37 Following Set Member: dev-ttyzf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyzf Found: found-udev -> Unit dev-ttyy9.device: Description: /dev/ttyy9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyy9.device Invocation ID: a65ec8d2565e4330b90d2649d44dddca Following: sys-devices-virtual-tty-ttyy9.device Following Set Member: sys-devices-virtual-tty-ttyy9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy9 Found: found-udev -> Unit dev-ttyS0.device: Description: Diva Serial [GSP] Multiport UART (Everest SP2) Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:27 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:27 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:27 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyS0.device Invocation ID: 845f902e22834da098a52061d6e9a42c Following: sys-devices-parisc-0-0:7-pci0000:e0-0000:e0:01.1-tty-ttyS0.device Following Set Member: sys-devices-parisc-0-0:7-pci0000:e0-0000:e0:01.1-tty-ttyS0.device Condition Timestamp: Sat 2018-09-22 16:14:23 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:23 EDT Assert Result: yes BoundBy: serial-getty at ttyS0.service (destination-file) Before: serial-getty at ttyS0.service (destination-file) ReferencedBy: serial-getty at ttyS0.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:7/pci0000:e0/0000:e0:01.1/tty/ttyS0 Found: found-udev -> Unit dev-ttyS3.device: Description: /dev/ttyS3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:27 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:27 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:27 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyS3.device Invocation ID: 6e22dc07038840a89f2c388dcf6a1340 Following: sys-devices-platform-serial8250-tty-ttyS3.device Following Set Member: sys-devices-platform-serial8250-tty-ttyS3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3 Found: found-udev -> Unit dev-ttyvb.device: Description: /dev/ttyvb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyvb.device Invocation ID: c1d604db1a1a4b99b2943fa613fa9818 Following: sys-devices-virtual-tty-ttyvb.device Following Set Member: sys-devices-virtual-tty-ttyvb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyvb Found: found-udev -> Unit dev-sda1.device: Description: My_Passport_0748 1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:39 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sda1.device Invocation ID: 7dd4d2f1d8ad4fe59d404141ee553984 Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda1.device Following Set Member: dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0\x2dpart1.device Following Set Member: dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda1.device Following Set Member: dev-disk-by\x2dpartuuid-676ba017\x2d01.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:01.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/block/sda/sda1 Found: found-udev,found-mount -> Unit dev-ttype.device: Description: /dev/ttype Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttype.device Invocation ID: 43ef76e39d574a7284caa9993f785047 Following: sys-devices-virtual-tty-ttype.device Following Set Member: sys-devices-virtual-tty-ttype.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttype Found: found-udev -> Unit dev-ram11.device: Description: /dev/ram11 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:28 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:28 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:28 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram11.device Invocation ID: a3bde164e3d8402f8ced117a71b21c8a Following: sys-devices-virtual-block-ram11.device Following Set Member: sys-devices-virtual-block-ram11.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram11 Found: found-udev -> Unit dev-ram8.device: Description: /dev/ram8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram8.device Invocation ID: b9bafc1dfa6c40bfb5b17f1bdb1af011 Following: sys-devices-virtual-block-ram8.device Following Set Member: sys-devices-virtual-block-ram8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram8 Found: found-udev -> Unit system-postgresql.slice: Description: system-postgresql.slice Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids CGroup members mask: memory pids Name: system-postgresql.slice Requires: system.slice (origin-implicit) RequiredBy: postgresql at 9.4-main.service (destination-file) RequiredBy: postgresql at 9.3-main.service (destination-file) RequiredBy: postgresql at 9.5-main.service (destination-file) RequiredBy: postgresql at 10-main.service (destination-file) RequiredBy: postgresql at 9.6-main.service (destination-file) Conflicts: shutdown.target (origin-default) Before: postgresql at 9.6-main.service (destination-file) Before: postgresql at 9.5-main.service (destination-file) Before: postgresql at 9.3-main.service (destination-file) Before: postgresql at 9.4-main.service (destination-file) Before: postgresql at 10-main.service (destination-file) Before: shutdown.target (origin-default) After: system.slice (origin-implicit) References: shutdown.target (origin-default) References: system.slice (origin-implicit) ReferencedBy: postgresql at 9.4-main.service (destination-file) ReferencedBy: postgresql at 9.3-main.service (destination-file) ReferencedBy: postgresql at 9.5-main.service (destination-file) ReferencedBy: postgresql at 10-main.service (destination-file) ReferencedBy: postgresql at 9.6-main.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: dead CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyz0.device: Description: /sys/devices/virtual/tty/ttyz0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyz0.device Invocation ID: a9d9c773b30f439095f9b74e08d1b687 Following Set Member: dev-ttyz0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz0 Found: found-udev -> Unit dev-ttyc4.device: Description: /dev/ttyc4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyc4.device Invocation ID: 5f44b5b1f11c4d6ebb050131aa7742b1 Following: sys-devices-virtual-tty-ttyc4.device Following Set Member: sys-devices-virtual-tty-ttyc4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc4 Found: found-udev -> Unit dev-ttyw9.device: Description: /dev/ttyw9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyw9.device Invocation ID: 9dc13425d2094defbad20401af85f35d Following: sys-devices-virtual-tty-ttyw9.device Following Set Member: sys-devices-virtual-tty-ttyw9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw9 Found: found-udev -> Unit sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc7.device: Description: ST3300007LC HOME2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc7.device Invocation ID: 84b9878b785e4f8892012ef61b52bcd7 Following Set Member: dev-disk-by\x2duuid-d64e45b1\x2d462e\x2d4437\x2d9a0a\x2dcf835dcef080.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart7.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart7.device Following Set Member: dev-disk-by\x2dlabel-HOME2.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d07.device Following Set Member: dev-sdc7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc7 Found: found-udev -> Unit systemd-initctl.socket: Description: initctl Compatibility Named Pipe Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:22 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:22 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:22 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-initctl.socket CGroup realized: no CGroup own mask: memory pids Name: systemd-initctl.socket Invocation ID: 2fc611af1dec4d028577d3887d21f97d Documentation: man:systemd-initctl.service(8) Fragment Path: /lib/systemd/system/systemd-initctl.socket Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:22 EDT Assert Result: yes Requires: -.mount (origin-file) Requires: system.slice (origin-file) WantedBy: sockets.target (destination-file) Before: systemd-initctl.service (origin-implicit) Before: sockets.target (origin-file) After: -.mount (origin-file) After: system.slice (origin-file) Triggers: systemd-initctl.service (origin-implicit) References: systemd-initctl.service (origin-implicit) References: sockets.target (origin-file) References: -.mount (origin-file) References: system.slice (origin-file) ReferencedBy: sockets.target (destination-file) RequiresMountsFor: /run/initctl (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: listening Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0600 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: no PassSecurity: no TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: systemd-initctl.socket SELinuxContextFromNet: no ListenFIFO: /run/initctl TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip Symlinks: /dev/initctl TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyq4.device: Description: /dev/ttyq4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyq4.device Invocation ID: 893a2d2f940d44cfa977757552a207e1 Following: sys-devices-virtual-tty-ttyq4.device Following Set Member: sys-devices-virtual-tty-ttyq4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq4 Found: found-udev -> Unit sys-devices-virtual-tty-ttyd9.device: Description: /sys/devices/virtual/tty/ttyd9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyd9.device Invocation ID: 8e5fa39153224aafa0c0e0198f864bed Following Set Member: dev-ttyd9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd9 Found: found-udev -> Unit dev-ttydf.device: Description: /dev/ttydf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttydf.device Invocation ID: 577d9985ea3c46d7ad3ebac7d7db28c0 Following: sys-devices-virtual-tty-ttydf.device Following Set Member: sys-devices-virtual-tty-ttydf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttydf Found: found-udev -> Unit ifupdown-pre.service: Description: Helper to synchronize boot up for ifupdown Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:26 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:25 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:26 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: ifupdown-pre.service Invocation ID: 77669733392748709733f2f4701cde8b Fragment Path: /lib/systemd/system/ifupdown-pre.service Condition Timestamp: Sat 2018-09-22 16:14:25 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:25 EDT Assert Result: yes Requires: system.slice (origin-file) Wants: systemd-udevd.service (origin-file) RequiredBy: networking.service (destination-file) Before: network.target (origin-file) Before: networking.service (destination-file) After: system.slice (origin-file) After: systemd-udev-trigger.service (origin-file) After: systemd-journald.socket (origin-file) References: systemd-journald.socket (origin-file) References: network.target (origin-file) References: system.slice (origin-file) References: systemd-udevd.service (origin-file) References: systemd-udev-trigger.service (origin-file) ReferencedBy: networking.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 3min TimeoutStopSec: 3min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/networking RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/sh -c 'if [ "$CONFIGURE_INTERFACES" != "no" ] && [ -n "$(ifquery --read-environment --list --exclude=lo)" ] && [ -x /bin/udevadm ]; then udevadm settle; fi' PID: 1198 Start Timestamp: Sat 2018-09-22 16:14:25 EDT Exit Timestamp: Sat 2018-09-22 16:14:26 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart6.device: Description: ST3300007LC VAR2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart6.device Invocation ID: 45ede7572a6e43f093f51cc2ade3c7a4 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc6.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart6.device Following Set Member: dev-sdc6.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d06.device Following Set Member: dev-disk-by\x2dlabel-VAR2.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc6.device Following Set Member: dev-disk-by\x2duuid-e351db25\x2da36f\x2d40b4\x2db5f1\x2d26f7accb6623.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc6 Found: found-udev -> Unit sys-devices-virtual-tty-ttyu9.device: Description: /sys/devices/virtual/tty/ttyu9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyu9.device Invocation ID: 0130e7d564b84ebe87fd144dba2ebfed Following Set Member: dev-ttyu9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu9 Found: found-udev -> Unit sys-devices-virtual-tty-ttypc.device: Description: /sys/devices/virtual/tty/ttypc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttypc.device Invocation ID: b091dc0f081e48ce9560cd242cf7c71d Following Set Member: dev-ttypc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttypc Found: found-udev -> Unit sys-devices-virtual-tty-ttyta.device: Description: /sys/devices/virtual/tty/ttyta Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyta.device Invocation ID: b92d9eadfb234fb48a9d92e6e7e81351 Following Set Member: dev-ttyta.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyta Found: found-udev -> Unit sys-devices-virtual-block-ram11.device: Description: /sys/devices/virtual/block/ram11 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:28 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:28 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:28 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram11.device Invocation ID: 3627d138cf194aee943a57808f503306 Following Set Member: dev-ram11.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram11 Found: found-udev -> Unit dev-ttyv8.device: Description: /dev/ttyv8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyv8.device Invocation ID: cea9a163653d4856911f07aedc7ace2c Following: sys-devices-virtual-tty-ttyv8.device Following Set Member: sys-devices-virtual-tty-ttyv8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv8 Found: found-udev -> Unit sys-devices-virtual-tty-ttyr8.device: Description: /sys/devices/virtual/tty/ttyr8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyr8.device Invocation ID: 14d2d7c8190f4b158c90283a2bd7ad32 Following Set Member: dev-ttyr8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr8 Found: found-udev -> Unit sys-devices-virtual-tty-ttyvd.device: Description: /sys/devices/virtual/tty/ttyvd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyvd.device Invocation ID: 1d4b1053da6f4b8cbccda88b8abcdfad Following Set Member: dev-ttyvd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyvd Found: found-udev -> Unit dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0.device: Description: My_Passport_0748 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0.device Invocation ID: 236f62a056c94af79cc7825794c53559 Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0.device Following Set Member: dev-sda.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:01.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/block/sda Found: found-udev -> Unit dev-ttyp5.device: Description: /dev/ttyp5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyp5.device Invocation ID: a5207e331e794bfc9c0f142ed7a18923 Following: sys-devices-virtual-tty-ttyp5.device Following Set Member: sys-devices-virtual-tty-ttyp5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp5 Found: found-udev -> Unit dev-ttyq5.device: Description: /dev/ttyq5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyq5.device Invocation ID: 158262b236904e2fa86d7aa0d2d40414 Following: sys-devices-virtual-tty-ttyq5.device Following Set Member: sys-devices-virtual-tty-ttyq5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq5 Found: found-udev -> Unit dev-ttyy3.device: Description: /dev/ttyy3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyy3.device Invocation ID: 3ef1c3bb01bc4548b92d5baf9a2eb7ec Following: sys-devices-virtual-tty-ttyy3.device Following Set Member: sys-devices-virtual-tty-ttyy3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy3 Found: found-udev -> Unit dev-sdc5.device: Description: ST3300007LC ROOT2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:24 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sdc5.device Invocation ID: 3fd665cef73b4143b7749bbc2be7f671 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc5.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d05.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart5.device Following Set Member: dev-disk-by\x2duuid-ac66c6a1\x2d0b08\x2d481d\x2da400\x2d9fb6e7a49f1b.device Following Set Member: dev-disk-by\x2dlabel-ROOT2.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc5.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc5 Found: found-udev,found-mount -> Unit session-c1.scope: Description: Session c1 of user dave Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:24 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:24 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: yes Perpetual: no Garbage Collection Mode: inactive Slice: user-1000.slice CGroup: /user.slice/user-1000.slice/session-c1.scope CGroup realized: yes CGroup realized mask: memory pids CGroup own mask: memory pids Name: session-c1.scope Invocation ID: 6e7fbadaf9554983a412ec1c007fd77d Fragment Path: /run/systemd/transient/session-c1.scope Condition Timestamp: Sat 2018-09-22 16:15:24 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:24 EDT Assert Result: yes Requires: user-1000.slice (origin-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: systemd-user-sessions.service (origin-file) After: systemd-logind.service (origin-file) After: user-1000.slice (origin-file) References: shutdown.target (origin-default) References: user-1000.slice (origin-file) References: systemd-user-sessions.service (origin-file) References: systemd-logind.service (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Scope State: running Result: success CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: yes -> Unit dev-ttyvd.device: Description: /dev/ttyvd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyvd.device Invocation ID: 7756103490164fe1a4d1d578b3a1d02b Following: sys-devices-virtual-tty-ttyvd.device Following Set Member: sys-devices-virtual-tty-ttyvd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyvd Found: found-udev -> Unit dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0\x2dpart2.device: Description: My_Passport_0748 2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0\x2dpart2.device Invocation ID: b316a18ee69c4c28934fb9c44c4980e3 Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda2.device Following Set Member: dev-sda2.device Following Set Member: dev-disk-by\x2duuid-60586da5\x2d52b5\x2d4bae\x2d8396\x2d91e3fba003b1.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda2.device Following Set Member: dev-disk-by\x2dpartuuid-676ba017\x2d02.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:01.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/block/sda/sda2 Found: found-udev -> Unit dev-ttyq9.device: Description: /dev/ttyq9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyq9.device Invocation ID: bcec781bca604c858c30564381df375e Following: sys-devices-virtual-tty-ttyq9.device Following Set Member: sys-devices-virtual-tty-ttyq9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq9 Found: found-udev -> Unit sys-devices-virtual-tty-ttye7.device: Description: /sys/devices/virtual/tty/ttye7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttye7.device Invocation ID: f757ac9d6cdc46a3b2f20f72d7d02cf2 Following Set Member: dev-ttye7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye7 Found: found-udev -> Unit sys-devices-virtual-tty-ttyc6.device: Description: /sys/devices/virtual/tty/ttyc6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyc6.device Invocation ID: b1d0726fc9ff4e779042e644e2e7165a Following Set Member: dev-ttyc6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc6 Found: found-udev -> Unit sys-devices-virtual-tty-ttyb8.device: Description: /sys/devices/virtual/tty/ttyb8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyb8.device Invocation ID: 093e9d993fb142ba83fc8b1536098058 Following Set Member: dev-ttyb8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb8 Found: found-udev -> Unit accounts-daemon.service: Description: Accounts Service Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:05 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:58 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:05 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/accounts-daemon.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: accounts-daemon.service Invocation ID: c08021bfd63e4dde8086aca09328be29 Fragment Path: /lib/systemd/system/accounts-daemon.service Condition Timestamp: Sat 2018-09-22 16:14:58 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:58 EDT Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) Requires: dbus.socket (origin-file) Wants: nss-user-lookup.target (origin-file) WantedBy: graphical.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: graphical.target (destination-default) After: sysinit.target (origin-default) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: nss-user-lookup.target (origin-file) After: dbus.socket (origin-file) After: basic.target (origin-default) References: sysinit.target (origin-default) References: shutdown.target (origin-default) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: nss-user-lookup.target (origin-file) References: dbus.socket (origin-file) References: basic.target (origin-default) ReferencedBy: graphical.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: dbus Restart: no NotifyAccess: none NotifyState: unknown Main PID: 1453 Main PID Known: yes Main PID Alien: no BusName: org.freedesktop.Accounts Bus Name Good: yes RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private Environment: GVFS_DISABLE_FUSE=1 Environment: GIO_USE_VFS=local Environment: GVFS_REMOTE_VOLUME_MONITOR_IGNORE=1 RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/lib/accountsservice/accounts-daemon PID: 1453 Start Timestamp: Sat 2018-09-22 16:14:58 EDT CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyx3.device: Description: /sys/devices/virtual/tty/ttyx3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyx3.device Invocation ID: b5951973035044a7b2f66f32836d4dbb Following Set Member: dev-ttyx3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx3 Found: found-udev -> Unit system-getty.slice: Description: system-getty.slice Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:22 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:22 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:22 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/system-getty.slice CGroup realized: yes CGroup realized mask: memory devices pids CGroup enabled mask: memory pids CGroup own mask: memory pids CGroup members mask: memory pids Name: system-getty.slice Invocation ID: 99d0c9426c0d4c3e98e9ee6048b00f2e Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:22 EDT Assert Result: yes Requires: system.slice (origin-implicit) RequiredBy: getty at tty1.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: getty at tty1.service (destination-file) After: system.slice (origin-implicit) References: shutdown.target (origin-default) References: system.slice (origin-implicit) ReferencedBy: getty at tty1.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: active CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyce.device: Description: /sys/devices/virtual/tty/ttyce Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyce.device Invocation ID: 6241fa67eab7446b8f55f699bf453431 Following Set Member: dev-ttyce.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyce Found: found-udev -> Unit rpc-svcgssd.service: Description: RPC security service for NFS server Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: rpc-svcgssd.service Fragment Path: /lib/systemd/system/rpc-svcgssd.service ConditionPathExists: /etc/krb5.keytab failed ConditionPathExists: |!/proc/net/rpc/use-gss-proxy untested ConditionPathExists: |!/run/gssproxy.pid untested Condition Timestamp: Sat 2018-09-22 16:14:56 EDT Condition Result: no Requires: run-rpc_pipefs.mount (origin-file) Requires: system.slice (origin-file) Wants: nfs-config.service (origin-file) PartOf: nfs-utils.service (origin-file) PartOf: nfs-server.service (origin-file) WantedBy: auth-rpcgss-module.service (destination-file) Before: nfs-client.target (destination-file) Before: nfs-server.service (destination-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: local-fs.target (origin-file) After: run-rpc_pipefs.mount (origin-file) After: gssproxy.service (origin-file) After: nfs-config.service (origin-file) After: auth-rpcgss-module.service (destination-file) References: system.slice (origin-file) References: nfs-utils.service (origin-file) References: nfs-server.service (origin-file) References: systemd-journald.socket (origin-file) References: local-fs.target (origin-file) References: run-rpc_pipefs.mount (origin-file) References: gssproxy.service (origin-file) References: nfs-config.service (origin-file) ReferencedBy: nfs-client.target (destination-file) ReferencedBy: auth-rpcgss-module.service (destination-file) ReferencedBy: nfs-server.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/run/sysconfig/nfs-utils RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/rpc.svcgssd $SVCGSSDARGS CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart7.device: Description: ST3300007LC HOME2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart7.device Invocation ID: 5ba8b9b4e32d4eb281977d2fe38ed488 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc7.device Following Set Member: dev-disk-by\x2duuid-d64e45b1\x2d462e\x2d4437\x2d9a0a\x2dcf835dcef080.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart7.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc7.device Following Set Member: dev-disk-by\x2dlabel-HOME2.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d07.device Following Set Member: dev-sdc7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc7 Found: found-udev -> Unit systemd-ask-password-wall.path: Description: Forward Password Requests to Wall Directory Watch Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:21 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:21 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:21 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: systemd-ask-password-wall.path Invocation ID: 7f4ea57503544a0fa828b2db4242988f Documentation: man:systemd-ask-password-console.service(8) Fragment Path: /lib/systemd/system/systemd-ask-password-wall.path Condition Timestamp: Sat 2018-09-22 16:14:21 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:21 EDT Assert Result: yes Requires: -.mount (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-file) Before: paths.target (origin-file) Before: shutdown.target (origin-file) Before: systemd-ask-password-wall.service (origin-implicit) Before: cryptsetup.target (origin-file) After: -.mount (origin-file) Triggers: systemd-ask-password-wall.service (origin-implicit) References: paths.target (origin-file) References: shutdown.target (origin-file) References: systemd-ask-password-wall.service (origin-implicit) References: cryptsetup.target (origin-file) References: -.mount (origin-file) ReferencedBy: multi-user.target (destination-file) RequiresMountsFor: /run/systemd/ask-password (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Path State: waiting Result: success Unit: systemd-ask-password-wall.service MakeDirectory: yes DirectoryMode: 0755 DirectoryNotEmpty: /run/systemd/ask-password -> Unit dev-ttyxf.device: Description: /dev/ttyxf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyxf.device Invocation ID: 51595c520bc94b5a809ae5d0013b628a Following: sys-devices-virtual-tty-ttyxf.device Following Set Member: sys-devices-virtual-tty-ttyxf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyxf Found: found-udev -> Unit dev-ttye2.device: Description: /dev/ttye2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttye2.device Invocation ID: 17c93dd9c92c48489ab70884c23b2ab9 Following: sys-devices-virtual-tty-ttye2.device Following Set Member: sys-devices-virtual-tty-ttye2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye2 Found: found-udev -> Unit dev-ttyse.device: Description: /dev/ttyse Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyse.device Invocation ID: 7b8e0c9d86a94144b6fddc15d03fc0bf Following: sys-devices-virtual-tty-ttyse.device Following Set Member: sys-devices-virtual-tty-ttyse.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyse Found: found-udev -> Unit sys-devices-virtual-tty-ttype.device: Description: /sys/devices/virtual/tty/ttype Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttype.device Invocation ID: 1e6806afdfe14bcbb5ca7f51e8c0daa9 Following Set Member: dev-ttype.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttype Found: found-udev -> Unit dev-ttyv0.device: Description: /dev/ttyv0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyv0.device Invocation ID: 8b62124e6138450f89fc52c63c1d8852 Following: sys-devices-virtual-tty-ttyv0.device Following Set Member: sys-devices-virtual-tty-ttyv0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv0 Found: found-udev -> Unit dev-cdrom.device: Description: DW-224E Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-cdrom.device Invocation ID: 31f1be48e5c745d687da7b9705156984 Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:02.0-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device Following Set Member: dev-sr0.device Following Set Member: dev-dvd.device Following Set Member: dev-disk-by\x2did-ata\x2dDW\x2d224E.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:02.0\x2data\x2d1.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:02.0-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device Following Set Member: dev-cdrw.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:02.0/ata1/host0/target0:0:0/0:0:0:0/block/sr0 Found: found-udev -> Unit sys-devices-virtual-tty-ttya4.device: Description: /sys/devices/virtual/tty/ttya4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttya4.device Invocation ID: d2be0e201cd24cf0a5b914b8be5cb8da Following Set Member: dev-ttya4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya4 Found: found-udev -> Unit sys-devices-virtual-tty-ttyq4.device: Description: /sys/devices/virtual/tty/ttyq4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyq4.device Invocation ID: 46e9a5db4ba54b528cac52b555f6d433 Following Set Member: dev-ttyq4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq4 Found: found-udev -> Unit dev-ttyp1.device: Description: /dev/ttyp1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyp1.device Invocation ID: e55dfe8fb9ae4cfbb6574b818f922d3e Following: sys-devices-virtual-tty-ttyp1.device Following Set Member: sys-devices-virtual-tty-ttyp1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp1 Found: found-udev -> Unit sys-devices-virtual-tty-ttyv4.device: Description: /sys/devices/virtual/tty/ttyv4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyv4.device Invocation ID: ef3990719974442d8598cfa4a412e47c Following Set Member: dev-ttyv4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv4 Found: found-udev -> Unit dev-ttyx3.device: Description: /dev/ttyx3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyx3.device Invocation ID: 3c205b96ab91419ba8d8ef9a5ed10da8 Following: sys-devices-virtual-tty-ttyx3.device Following Set Member: sys-devices-virtual-tty-ttyx3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx3 Found: found-udev -> Unit multi-user.target: Description: Multi-User System Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:17:06 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:17:06 EDT Active Enter Timestamp: Sat 2018-09-22 16:17:06 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: multi-user.target Name: runlevel4.target Name: runlevel3.target Name: runlevel2.target Invocation ID: 14f8a3d1f8ad468195e98b102c8ede1c Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/multi-user.target Condition Timestamp: Sat 2018-09-22 16:17:06 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:17:06 EDT Assert Result: yes Requires: basic.target (origin-file) Wants: minissdpd.service (origin-file) Wants: ModemManager.service (origin-file) Wants: sysstat.service (origin-file) Wants: ctdb.service (origin-file) Wants: networking.service (origin-file) Wants: systemd-update-utmp-runlevel.service (origin-file) Wants: open-iscsi.service (origin-file) Wants: ipmievd.service (origin-file) Wants: irqbalance.service (origin-file) Wants: network-manager.service (origin-file) Wants: remote-fs.target (origin-file) Wants: exim4.service (origin-file) Wants: mysql.service (origin-file) Wants: ebtables.service (origin-file) Wants: smbd.service (origin-file) Wants: systemd-user-sessions.service (origin-file) Wants: bind9.service (origin-file) Wants: cron.service (origin-file) Wants: systemd-ask-password-wall.path (origin-file) Wants: smartd.service (origin-file) Wants: nmbd.service (origin-file) Wants: loadcpufreq.service (origin-file) Wants: cpufrequtils.service (origin-file) Wants: nfs-client.target (origin-file) Wants: dundee.service (origin-file) Wants: ntp.service (origin-file) Wants: schroot.service (origin-file) Wants: postfix.service (origin-file) Wants: rsyslog.service (origin-file) Wants: stunnel4.service (origin-file) Wants: ofono.service (origin-file) Wants: asterisk.service (origin-file) Wants: nscd.service (origin-file) Wants: getty.target (origin-file) Wants: nfs-server.service (origin-file) Wants: systemd-logind.service (origin-file) Wants: sheepdog.service (origin-file) Wants: rpcbind.service (origin-file) Wants: ssh-session-cleanup.service (origin-file) Wants: apt-cacher-ng.service (origin-file) Wants: radvd.service (origin-file) Wants: udftools.service (origin-file) Wants: rsync.service (origin-file) Wants: dbus.service (origin-file) Wants: rc-local.service (origin-file) Wants: wpa_supplicant.service (origin-file) Wants: ssh.service (origin-file) Wants: openipmi.service (origin-file) RequiredBy: graphical.target (destination-file) Conflicts: shutdown.target (origin-default) Conflicts: rescue.target (origin-file) Conflicts: rescue.service (origin-file) Before: systemd-update-utmp-runlevel.service (destination-file) Before: graphical.target (destination-file destination-default) Before: shutdown.target (origin-default) After: apt-cacher-ng.service (origin-default) After: schroot.service (origin-default) After: rsyslog.service (origin-default) After: getty.target (origin-default) After: minissdpd.service (origin-default) After: ofono.service (origin-default) After: systemd-networkd.service (destination-file) After: systemd-logind.service (origin-default) After: radvd.service (origin-default destination-file) After: stunnel4.service (origin-default destination-file) After: nfs-client.target (origin-default) After: loadcpufreq.service (origin-default destination-file) After: wpa_supplicant.service (origin-default) After: ssh.service (origin-default) After: rescue.target (origin-file) After: dundee.service (origin-default) After: rescue.service (origin-file) After: systemd-user-sessions.service (origin-default) After: cpufrequtils.service (origin-default destination-file) After: sheepdog.service (origin-default destination-file) After: nmbd.service (origin-default) After: bind9.service (origin-default) After: smartd.service (origin-default) After: udftools.service (origin-default destination-file) After: exim4.service (origin-default destination-file) After: ipmievd.service (origin-default destination-file) After: sysstat.service (origin-default) After: ntp.service (origin-default) After: cron.service (origin-default) After: network-manager.service (origin-default destination-file) After: ModemManager.service (origin-default) After: nscd.service (origin-default) After: dbus.service (origin-default) After: smbd.service (origin-default) After: openipmi.service (origin-default destination-file) After: rc-local.service (origin-default) After: rsync.service (origin-default) After: irqbalance.service (origin-default) After: postfix.service (origin-default) After: mysql.service (origin-default destination-file) After: basic.target (origin-file origin-default) References: systemd-logind.service (origin-file origin-default) References: rescue.target (origin-file) References: irqbalance.service (origin-file origin-default) References: getty.target (origin-file origin-default) References: systemd-user-sessions.service (origin-file origin-default) References: ctdb.service (origin-file) References: openipmi.service (origin-file origin-default) References: remote-fs.target (origin-file) References: apt-cacher-ng.service (origin-file origin-default) References: postfix.service (origin-file origin-default) References: bind9.service (origin-file origin-default) References: ebtables.service (origin-file) References: mysql.service (origin-file origin-default) References: udftools.service (origin-file origin-default) References: systemd-update-utmp-runlevel.service (origin-file) References: exim4.service (origin-file origin-default) References: rsync.service (origin-file origin-default) References: sysstat.service (origin-file origin-default) References: ssh.service (origin-file origin-default) References: minissdpd.service (origin-file origin-default) References: ssh-session-cleanup.service (origin-file) References: cpufrequtils.service (origin-file origin-default) References: rc-local.service (origin-file origin-default) References: open-iscsi.service (origin-file) References: nfs-client.target (origin-file origin-default) References: rpcbind.service (origin-file) References: dbus.service (origin-file origin-default) References: smartd.service (origin-file origin-default) References: ModemManager.service (origin-file origin-default) References: asterisk.service (origin-file) References: dundee.service (origin-file origin-default) References: loadcpufreq.service (origin-file origin-default) References: radvd.service (origin-file origin-default) References: sheepdog.service (origin-file origin-default) References: systemd-ask-password-wall.path (origin-file) References: cron.service (origin-file origin-default) References: ntp.service (origin-file origin-default) References: nfs-server.service (origin-file) References: rsyslog.service (origin-file origin-default) References: smbd.service (origin-file origin-default) References: networking.service (origin-file) References: wpa_supplicant.service (origin-file origin-default) References: nmbd.service (origin-file origin-default) References: nscd.service (origin-file origin-default) References: network-manager.service (origin-file origin-default) References: schroot.service (origin-file origin-default) References: ofono.service (origin-file origin-default) References: ipmievd.service (origin-file origin-default) References: basic.target (origin-file origin-default) References: rescue.service (origin-file) References: stunnel4.service (origin-file origin-default) References: shutdown.target (origin-default) ReferencedBy: ipmievd.service (destination-file) ReferencedBy: udftools.service (destination-file) ReferencedBy: exim4.service (destination-file) ReferencedBy: stunnel4.service (destination-file) ReferencedBy: radvd.service (destination-file) ReferencedBy: mysql.service (destination-file) ReferencedBy: openipmi.service (destination-file) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: loadcpufreq.service (destination-file) ReferencedBy: graphical.target (destination-file destination-default) ReferencedBy: cpufrequtils.service (destination-file) ReferencedBy: systemd-update-utmp-runlevel.service (destination-file) ReferencedBy: sheepdog.service (destination-file) ReferencedBy: network-manager.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit ssh-session-cleanup.service: Description: ssh-session-cleanup.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: ssh-session-cleanup.service WantedBy: multi-user.target (destination-file) ReferencedBy: multi-user.target (destination-file) -> Unit dev-disk-by\x2duuid-93011b9e\x2d236b\x2d4dbc\x2d9a63\x2d6b13390e0b32.device: Description: ST3300007LC BOOT2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2duuid-93011b9e\x2d236b\x2d4dbc\x2d9a63\x2d6b13390e0b32.device Invocation ID: e4e57556c7924b45865597af84fa5c36 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc2.device Following Set Member: dev-disk-by\x2dlabel-BOOT2.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart2.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc2.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart2.device Following Set Member: dev-sdc2.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d02.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc2 Found: found-udev -> Unit sys-devices-virtual-tty-ttyb7.device: Description: /sys/devices/virtual/tty/ttyb7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyb7.device Invocation ID: 112d69a7b9f04eaebd80c9848545aa81 Following Set Member: dev-ttyb7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb7 Found: found-udev -> Unit sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc4.device: Description: ST3300007LC 4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc4.device Invocation ID: af09b13ee8db4b179d622e4cd817f7d3 Following Set Member: dev-sdc4.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart4.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d04.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc4 Found: found-udev -> Unit sys-devices-virtual-tty-ttyee.device: Description: /sys/devices/virtual/tty/ttyee Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyee.device Invocation ID: 427d27abd8fa420f8b989fd371c99ad0 Following Set Member: dev-ttyee.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyee Found: found-udev -> Unit dev-ttyy2.device: Description: /dev/ttyy2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyy2.device Invocation ID: 0b596191a9f944b9b518896f083e0fc8 Following: sys-devices-virtual-tty-ttyy2.device Following Set Member: sys-devices-virtual-tty-ttyy2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy2 Found: found-udev -> Unit dev-ttyud.device: Description: /dev/ttyud Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyud.device Invocation ID: 204b106613d04f03a6e199ff1f119e76 Following: sys-devices-virtual-tty-ttyud.device Following Set Member: sys-devices-virtual-tty-ttyud.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyud Found: found-udev -> Unit dev-ttyya.device: Description: /dev/ttyya Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyya.device Invocation ID: 37c27432ad024b1398a929d8bf4ccd68 Following: sys-devices-virtual-tty-ttyya.device Following Set Member: sys-devices-virtual-tty-ttyya.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyya Found: found-udev -> Unit systemd-networkd.service: Description: Network Service Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-networkd.service Documentation: man:systemd-networkd.service(8) Fragment Path: /lib/systemd/system/systemd-networkd.service ConditionCapability: CAP_NET_ADMIN untested Requires: var.mount (origin-file) Requires: -.mount (origin-file) Requires: system.slice (origin-file) Wants: network.target (origin-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) Before: multi-user.target (origin-file) Before: apt-daily.service (destination-file) Before: apt-daily-upgrade.service (destination-file) Before: network.target (origin-file) After: network-pre.target (origin-file) After: var.mount (origin-file) After: systemd-journald.socket (origin-file) After: -.mount (origin-file) After: systemd-sysctl.service (origin-file) After: system.slice (origin-file) After: systemd-udevd.service (origin-file) After: systemd-tmpfiles-setup.service (origin-file) References: network-pre.target (origin-file) References: shutdown.target (origin-file) References: var.mount (origin-file) References: systemd-journald.socket (origin-file) References: multi-user.target (origin-file) References: -.mount (origin-file) References: systemd-sysctl.service (origin-file) References: system.slice (origin-file) References: network.target (origin-file) References: systemd-udevd.service (origin-file) References: systemd-tmpfiles-setup.service (origin-file) ReferencedBy: apt-daily-upgrade.service (destination-file) ReferencedBy: apt-daily.service (destination-file) RequiresMountsFor: /var/tmp (origin-file) RequiresMountsFor: /run/systemd/netif (origin-file) RequiresMountsFor: /tmp (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: on-failure NotifyAccess: main NotifyState: unknown RestartSec: 0 TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 3min KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: yes PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: yes ProtectControlGroups: yes PrivateNetwork: no PrivateUsers: no ProtectHome: yes ProtectSystem: strict MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: yes RuntimeDirectoryMode: 0755 RuntimeDirectory: systemd/netif StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info CapabilityBoundingSet: cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw AmbientCapabilities: cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw User: systemd-network Group: systemd-network DynamicUser: yes LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-networkd CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyad.device: Description: /sys/devices/virtual/tty/ttyad Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyad.device Invocation ID: 383e4c9268f7464f8ad8d7b4e959f0a9 Following Set Member: dev-ttyad.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyad Found: found-udev -> Unit dev-ttyu0.device: Description: /dev/ttyu0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyu0.device Invocation ID: cf75801ce3d34817ab4203912f43fc32 Following: sys-devices-virtual-tty-ttyu0.device Following Set Member: sys-devices-virtual-tty-ttyu0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu0 Found: found-udev -> Unit dev-ram14.device: Description: /dev/ram14 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:28 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:28 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:28 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram14.device Invocation ID: 2ea38f7caae943e79330c895e7f1c10d Following: sys-devices-virtual-block-ram14.device Following Set Member: sys-devices-virtual-block-ram14.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram14 Found: found-udev -> Unit uuidd.service: Description: Daemon for generating UUIDs Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: uuidd.service Fragment Path: /lib/systemd/system/uuidd.service Requires: uuidd.socket (origin-file) Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: systemd-journald.socket (origin-file) After: uuidd.socket (destination-implicit) After: basic.target (origin-default) After: sysinit.target (origin-default) After: system.slice (origin-file) TriggeredBy: uuidd.socket (destination-implicit) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-default) References: uuidd.socket (origin-file) References: basic.target (origin-default) References: sysinit.target (origin-default) References: system.slice (origin-file) ReferencedBy: uuidd.socket (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info User: uuidd Group: uuidd DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/uuidd --socket-activation CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyu0.device: Description: /sys/devices/virtual/tty/ttyu0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyu0.device Invocation ID: 4854394e31964d4a9aac135d8fe55220 Following Set Member: dev-ttyu0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu0 Found: found-udev -> Unit dev-ttybc.device: Description: /dev/ttybc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttybc.device Invocation ID: be99da077bfb471cace459138a279efa Following: sys-devices-virtual-tty-ttybc.device Following Set Member: sys-devices-virtual-tty-ttybc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttybc Found: found-udev -> Unit dev-sdc3.device: Description: ST3300007LC 3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:37 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sdc3.device Invocation ID: c2464e2c818540cdb2eb990c27c441f8 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc3.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d03.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc3.device Following Set Member: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc3 Found: found-udev,found-swap -> Unit sys-devices-virtual-tty-ttypb.device: Description: /sys/devices/virtual/tty/ttypb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttypb.device Invocation ID: 83918f3cf7b4400b9023611e18a66ae8 Following Set Member: dev-ttypb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttypb Found: found-udev -> Unit dev-ttyz2.device: Description: /dev/ttyz2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyz2.device Invocation ID: 62941d0299e041708c914c249fdd2cdf Following: sys-devices-virtual-tty-ttyz2.device Following Set Member: sys-devices-virtual-tty-ttyz2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz2 Found: found-udev -> Unit sys-devices-virtual-tty-ttysd.device: Description: /sys/devices/virtual/tty/ttysd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttysd.device Invocation ID: 586a790f74194ec599f5d5ebfab09cc1 Following Set Member: dev-ttysd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttysd Found: found-udev -> Unit sys-devices-virtual-tty-ttysc.device: Description: /sys/devices/virtual/tty/ttysc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttysc.device Invocation ID: b165f0932105417983207a3f4d0a55c5 Following Set Member: dev-ttysc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttysc Found: found-udev -> Unit dev-ttyzd.device: Description: /dev/ttyzd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyzd.device Invocation ID: 70f62144f7974d43a1aa4ada146f352e Following: sys-devices-virtual-tty-ttyzd.device Following Set Member: sys-devices-virtual-tty-ttyzd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyzd Found: found-udev -> Unit dev-ttyp9.device: Description: /dev/ttyp9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyp9.device Invocation ID: 9b87d82220ee4d6c904ade5b4f63e19f Following: sys-devices-virtual-tty-ttyp9.device Following Set Member: sys-devices-virtual-tty-ttyp9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp9 Found: found-udev -> Unit dev-ttyzb.device: Description: /dev/ttyzb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyzb.device Invocation ID: 64d1bce6ed0b492cb4467ca776bdc9d7 Following: sys-devices-virtual-tty-ttyzb.device Following Set Member: sys-devices-virtual-tty-ttyzb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyzb Found: found-udev -> Unit dev-ttyd1.device: Description: /dev/ttyd1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyd1.device Invocation ID: 9862fe0439f9406097ae4a08c33b05c7 Following: sys-devices-virtual-tty-ttyd1.device Following Set Member: sys-devices-virtual-tty-ttyd1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd1 Found: found-udev -> Unit dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.device: Description: ST3300007LC 3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.device Invocation ID: a56c01d9cbc54b13a8ab41c117c54f24 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc3.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d03.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc3.device Following Set Member: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.device Following Set Member: dev-sdc3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc3 Found: found-udev -> Unit dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap: Description: /dev/disk/by-partuuid/818f7e70-03 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:37 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:37 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:37 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap Invocation ID: 458b104d065e42739b7122487ffdf044 Following: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap Following Set Member: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap Following Set Member: dev-sdc3.swap Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) Conflicts: umount.target (origin-default) Before: umount.target (origin-default) Before: swap.target (origin-default) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: -.mount (origin-implicit) References: umount.target (origin-default) References: swap.target (origin-default) RequiresMountsFor: /dev/disk/by-partuuid/818f7e70-03 (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Swap State: active Result: success What: /dev/disk/by-partuuid/818f7e70-03 From /proc/swaps: yes From fragment: no Device Node: /dev/sdc3 Priority: -2 Options: TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyxd.device: Description: /dev/ttyxd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyxd.device Invocation ID: 0fc282414f234158bd00ccfe75c6a26a Following: sys-devices-virtual-tty-ttyxd.device Following Set Member: sys-devices-virtual-tty-ttyxd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyxd Found: found-udev -> Unit sys-devices-virtual-tty-ttyu2.device: Description: /sys/devices/virtual/tty/ttyu2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyu2.device Invocation ID: d56d01adad8d4d36ab0fc5db1345f1a0 Following Set Member: dev-ttyu2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu2 Found: found-udev -> Unit systemd-fsck at dev-disk-by\x2dlabel-DAVE.service: Description: File System Check on /dev/disk/by-label/DAVE Instance: dev-disk-by\x2dlabel-DAVE Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:38 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:37 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:38 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-systemd\x2dfsck.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service Invocation ID: bdbc049fe0614a30940ff0909bcc8940 Documentation: man:systemd-fsck at .service(8) Fragment Path: /lib/systemd/system/systemd-fsck at .service Condition Timestamp: Sat 2018-09-22 16:14:36 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:36 EDT Assert Result: yes Requires: system-systemd\x2dfsck.slice (origin-file) Wants: systemd-fsckd.socket (origin-file) BindsTo: dev-disk-by\x2dlabel-DAVE.device (origin-file) RequiredBy: home-dave.mount (destination-file) Before: home-dave.mount (destination-file) Before: shutdown.target (origin-file) Before: systemd-quotacheck.service (origin-file) After: system-systemd\x2dfsck.slice (origin-file) After: dev-disk-by\x2dlabel-DAVE.device (origin-file) After: local-fs-pre.target (origin-file) After: systemd-journald.socket (origin-file) After: systemd-fsckd.socket (origin-file) After: systemd-fsck-root.service (origin-file) References: system-systemd\x2dfsck.slice (origin-file) References: shutdown.target (origin-file) References: dev-disk-by\x2dlabel-DAVE.device (origin-file) References: systemd-quotacheck.service (origin-file) References: local-fs-pre.target (origin-file) References: systemd-journald.socket (origin-file) References: systemd-fsckd.socket (origin-file) References: systemd-fsck-root.service (origin-file) ReferencedBy: home-dave.mount (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: infinity RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-fsck /dev/disk/by-label/DAVE PID: 1313 Start Timestamp: Sat 2018-09-22 16:14:37 EDT Exit Timestamp: Sat 2018-09-22 16:14:38 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit systemd-sysctl.service: Description: Apply Kernel Variables Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:25 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:25 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:25 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-sysctl.service Invocation ID: 2820784aa9424f15b5ca613ff9730896 Documentation: man:systemd-sysctl.service(8) Documentation: man:sysctl.d(5) Fragment Path: /lib/systemd/system/systemd-sysctl.service ConditionPathIsReadWrite: /proc/sys/net succeeded Condition Timestamp: Sat 2018-09-22 16:14:25 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:25 EDT Assert Result: yes Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: ifup at eth0.service (destination-file) Before: shutdown.target (origin-file) Before: networking.service (destination-file) Before: sysinit.target (origin-file) Before: systemd-networkd.service (destination-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: systemd-modules-load.service (origin-file) References: sysinit.target (origin-file) References: systemd-modules-load.service (origin-file) References: shutdown.target (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: sysinit.target (destination-file) ReferencedBy: ifup at eth0.service (destination-file) ReferencedBy: networking.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-sysctl PID: 1196 Start Timestamp: Sat 2018-09-22 16:14:25 EDT Exit Timestamp: Sat 2018-09-22 16:14:25 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit gssproxy.service: Description: gssproxy.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: gssproxy.service WantedBy: auth-rpcgss-module.service (destination-file) Before: rpc-svcgssd.service (destination-file) Before: nfs-client.target (destination-file) Before: nfs-server.service (destination-file) After: auth-rpcgss-module.service (destination-file) ReferencedBy: rpc-svcgssd.service (destination-file) ReferencedBy: nfs-client.target (destination-file) ReferencedBy: auth-rpcgss-module.service (destination-file) ReferencedBy: nfs-server.service (destination-file) -> Unit cron.service: Description: Regular background program processing daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:08 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:08 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:08 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/cron.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: cron.service Invocation ID: b6297a37b35e461984922f8fd013a913 Documentation: man:cron(8) Fragment Path: /lib/systemd/system/cron.service Condition Timestamp: Sat 2018-09-22 16:15:08 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:08 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: sysinit.target (origin-default) After: nss-user-lookup.target (origin-file) After: basic.target (origin-default) After: remote-fs.target (origin-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) References: sysinit.target (origin-default) References: shutdown.target (origin-default) References: nss-user-lookup.target (origin-file) References: basic.target (origin-default) References: remote-fs.target (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: on-failure NotifyAccess: none NotifyState: unknown Main PID: 1659 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/cron RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/cron -f $EXTRA_OPTS PID: 1659 Start Timestamp: Sat 2018-09-22 16:15:08 EDT CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit graphical.target: Description: Graphical Interface Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:17:06 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:17:06 EDT Active Enter Timestamp: Sat 2018-09-22 16:17:06 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: graphical.target Name: runlevel5.target Name: default.target Invocation ID: d07ccb6767a649d5a05822cec56b54a6 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/graphical.target Condition Timestamp: Sat 2018-09-22 16:17:06 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:17:06 EDT Assert Result: yes Requires: multi-user.target (origin-file) Wants: radvd.service (origin-file) Wants: loadcpufreq.service (origin-file) Wants: sheepdog.service (origin-file) Wants: ipmievd.service (origin-file) Wants: cpufrequtils.service (origin-file) Wants: display-manager.service (origin-file) Wants: stunnel4.service (origin-file) Wants: exim4.service (origin-file) Wants: mysql.service (origin-file) Wants: accounts-daemon.service (origin-file) Wants: openipmi.service (origin-file) Wants: network-manager.service (origin-file) Wants: systemd-update-utmp-runlevel.service (origin-file) Wants: udftools.service (origin-file) Conflicts: shutdown.target (origin-default) Conflicts: rescue.target (origin-file) Conflicts: rescue.service (origin-file) Before: shutdown.target (origin-default) Before: systemd-update-utmp-runlevel.service (destination-file) After: cpufrequtils.service (origin-default destination-file) After: multi-user.target (origin-file origin-default) After: udftools.service (origin-default destination-file) After: rescue.target (origin-file) After: exim4.service (origin-default destination-file) After: mysql.service (origin-default destination-file) After: display-manager.service (origin-file) After: rescue.service (origin-file) After: loadcpufreq.service (origin-default destination-file) After: ipmievd.service (origin-default destination-file) After: accounts-daemon.service (origin-default) After: radvd.service (origin-default destination-file) After: network-manager.service (origin-default destination-file) After: stunnel4.service (origin-default destination-file) After: openipmi.service (origin-default destination-file) After: sheepdog.service (origin-default destination-file) References: exim4.service (origin-file origin-default) References: rescue.service (origin-file) References: ipmievd.service (origin-file origin-default) References: systemd-update-utmp-runlevel.service (origin-file) References: radvd.service (origin-file origin-default) References: loadcpufreq.service (origin-file origin-default) References: accounts-daemon.service (origin-file origin-default) References: display-manager.service (origin-file) References: sheepdog.service (origin-file origin-default) References: multi-user.target (origin-file origin-default) References: mysql.service (origin-file origin-default) References: network-manager.service (origin-file origin-default) References: udftools.service (origin-file origin-default) References: rescue.target (origin-file) References: stunnel4.service (origin-file origin-default) References: cpufrequtils.service (origin-file origin-default) References: openipmi.service (origin-file origin-default) References: shutdown.target (origin-default) ReferencedBy: ipmievd.service (destination-file) ReferencedBy: sheepdog.service (destination-file) ReferencedBy: udftools.service (destination-file) ReferencedBy: network-manager.service (destination-file) ReferencedBy: stunnel4.service (destination-file) ReferencedBy: openipmi.service (destination-file) ReferencedBy: loadcpufreq.service (destination-file) ReferencedBy: cpufrequtils.service (destination-file) ReferencedBy: radvd.service (destination-file) ReferencedBy: mysql.service (destination-file) ReferencedBy: systemd-update-utmp-runlevel.service (destination-file) ReferencedBy: exim4.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit sys-devices-virtual-tty-ttyw8.device: Description: /sys/devices/virtual/tty/ttyw8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyw8.device Invocation ID: d9b75514c5764a0c8a066d986d87e989 Following Set Member: dev-ttyw8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw8 Found: found-udev -> Unit sys-devices-virtual-tty-ttyr6.device: Description: /sys/devices/virtual/tty/ttyr6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyr6.device Invocation ID: 1a08541966b741a69e98124b9cd02542 Following Set Member: dev-ttyr6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr6 Found: found-udev -> Unit dev-ttywf.device: Description: /dev/ttywf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttywf.device Invocation ID: fa33ac4ab2004b13bcdd19efb31917cd Following: sys-devices-virtual-tty-ttywf.device Following Set Member: sys-devices-virtual-tty-ttywf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttywf Found: found-udev -> Unit dev-ram2.device: Description: /dev/ram2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram2.device Invocation ID: 5c5baca7bf584f5995fc03bbe4444f1d Following: sys-devices-virtual-block-ram2.device Following Set Member: sys-devices-virtual-block-ram2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram2 Found: found-udev -> Unit system.slice: Description: System Slice Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:21 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:21 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:21 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: yes Garbage Collection Mode: inactive Slice: -.slice CGroup: /system.slice CGroup realized: yes CGroup realized mask: memory devices pids CGroup enabled mask: memory devices pids CGroup own mask: memory pids CGroup members mask: memory devices pids Name: system.slice Documentation: man:systemd.special(7) Requires: -.slice (origin-implicit) RequiredBy: apt-daily.service (destination-file) RequiredBy: systemd-binfmt.service (destination-file) RequiredBy: ebtables.service (destination-file) RequiredBy: systemd-random-seed.service (destination-file) RequiredBy: nfs-blkmap.service (destination-file) RequiredBy: sys-kernel-config.mount (destination-file) RequiredBy: systemd-sysusers.service (destination-file) RequiredBy: rpc-gssd.service (destination-file) RequiredBy: systemd-user-sessions.service (destination-file) RequiredBy: nscd.service (destination-file) RequiredBy: systemd-update-utmp.service (destination-file) RequiredBy: systemd-udev-trigger.service (destination-file) RequiredBy: ntp.service (destination-file) RequiredBy: home-srv-buildd-unpack.mount (destination-file) RequiredBy: dbus.service (destination-file) RequiredBy: cups.service (destination-file) RequiredBy: systemd-update-utmp-runlevel.service (destination-file) RequiredBy: nmbd.service (destination-file) RequiredBy: ifupdown-pre.service (destination-file) RequiredBy: system-serial\x2dgetty.slice (destination-implicit) RequiredBy: systemd-udevd.service (destination-file) RequiredBy: dev-hugepages.mount (destination-file) RequiredBy: kmod-static-nodes.service (destination-file) RequiredBy: systemd-fsckd.socket (destination-file) RequiredBy: systemd-fsckd.service (destination-file) RequiredBy: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap (destination-file) RequiredBy: polkit.service (destination-file) RequiredBy: accounts-daemon.service (destination-file) RequiredBy: irqbalance.service (destination-file) RequiredBy: networking.service (destination-file) RequiredBy: nfs-server.service (destination-file) RequiredBy: run-user-1000.mount (destination-file) RequiredBy: rescue.service (destination-file) RequiredBy: rpc-statd-notify.service (destination-file) RequiredBy: uuidd.service (destination-file) RequiredBy: systemd-udevd-control.socket (destination-file) RequiredBy: schroot.service (destination-file) RequiredBy: rpcbind.service (destination-file) RequiredBy: sysstat.service (destination-file) RequiredBy: phpsessionclean.service (destination-file) RequiredBy: dev-sdc3.swap (destination-file) RequiredBy: systemd-modules-load.service (destination-file) RequiredBy: rpcbind.socket (destination-file) RequiredBy: nfs-idmapd.service (destination-file) RequiredBy: logrotate.service (destination-file) RequiredBy: smbd.service (destination-file) RequiredBy: ofono.service (destination-file) RequiredBy: systemd-journald.service (destination-file) RequiredBy: proc-fs-nfsd.mount (destination-file) RequiredBy: dev-mqueue.mount (destination-file) RequiredBy: ifupdown-wait-online.service (destination-file) RequiredBy: minissdpd.service (destination-file) RequiredBy: mnt.mount (destination-file) RequiredBy: home.mount (destination-file) RequiredBy: rpc-statd.service (destination-file) RequiredBy: systemd-journald-dev-log.socket (destination-file) RequiredBy: stunnel4.service (destination-file) RequiredBy: dbus.socket (destination-file) RequiredBy: systemd-timesyncd.service (destination-file) RequiredBy: mysql.service (destination-file) RequiredBy: nfs-config.service (destination-file) RequiredBy: nfs-mountd.service (destination-file) RequiredBy: bind9.service (destination-file) RequiredBy: systemd-journal-flush.service (destination-file) RequiredBy: systemd-tmpfiles-setup-dev.service (destination-file) RequiredBy: openipmi.service (destination-file) RequiredBy: cron.service (destination-file) RequiredBy: systemd-ask-password-wall.service (destination-file) RequiredBy: systemd-journald-audit.socket (destination-file) RequiredBy: rc-local.service (destination-file) RequiredBy: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap (destination-file) RequiredBy: ModemManager.service (destination-file) RequiredBy: systemd-fsck-root.service (destination-file) RequiredBy: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap (destination-file) RequiredBy: sheepdog.service (destination-file) RequiredBy: ipmievd.service (destination-file) RequiredBy: loadcpufreq.service (destination-file) RequiredBy: emergency.service (destination-file) RequiredBy: systemd-initctl.socket (destination-file) RequiredBy: apt-cacher-ng.service (destination-file) RequiredBy: getty-static.service (destination-file) RequiredBy: sys-fs-fuse-connections.mount (destination-file) RequiredBy: syslog.socket (destination-file) RequiredBy: systemd-initctl.service (destination-file) RequiredBy: systemd-sysctl.service (destination-file) RequiredBy: postfix.service (destination-file) RequiredBy: systemd-networkd.service (destination-file) RequiredBy: udftools.service (destination-file) RequiredBy: systemd-logind.service (destination-file) RequiredBy: avahi-daemon.service (destination-file) RequiredBy: systemd-udevd-kernel.socket (destination-file) RequiredBy: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (destination-file) RequiredBy: system-user\x2druntime\x2ddir.slice (destination-implicit) RequiredBy: systemd-tmpfiles-setup.service (destination-file) RequiredBy: ssh.service (destination-file) RequiredBy: console-kit-log-system-start.service (destination-file) RequiredBy: var.mount (destination-file) RequiredBy: network-manager.service (destination-file) RequiredBy: system-postgresql.slice (destination-implicit) RequiredBy: wpa_supplicant.service (destination-file) RequiredBy: system-postfix.slice (destination-implicit) RequiredBy: cpufrequtils.service (destination-file) RequiredBy: apt-daily-upgrade.service (destination-file) RequiredBy: smartd.service (destination-file) RequiredBy: systemd-tmpfiles-clean.service (destination-file) RequiredBy: nfs-utils.service (destination-file) RequiredBy: auth-rpcgss-module.service (destination-file) RequiredBy: rsync.service (destination-file) RequiredBy: apparmor.service (destination-file) RequiredBy: radvd.service (destination-file) RequiredBy: system-getty.slice (destination-implicit) RequiredBy: spamassassin.service (destination-file) RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-file) RequiredBy: postgresql.service (destination-file) RequiredBy: systemd-machine-id-commit.service (destination-file) RequiredBy: uuidd.socket (destination-file) RequiredBy: -.mount (destination-file) RequiredBy: dundee.service (destination-file) RequiredBy: run-rpc_pipefs.mount (destination-file) RequiredBy: systemd-remount-fs.service (destination-file) RequiredBy: sys-kernel-debug.mount (destination-file) RequiredBy: home-srv-swapfile.swap (destination-file) RequiredBy: avahi-daemon.socket (destination-file) RequiredBy: systemd-journald.socket (destination-file) RequiredBy: rsyslog.service (destination-file) RequiredBy: systemd-quotacheck.service (destination-file) RequiredBy: rpc-svcgssd.service (destination-file) RequiredBy: boot.mount (destination-file) RequiredBy: systemd-ask-password-console.service (destination-file) RequiredBy: systemd-hwdb-update.service (destination-file) RequiredBy: exim4.service (destination-file) RequiredBy: system-systemd\x2dfsck.slice (destination-implicit) RequiredBy: home-dave.mount (destination-file) RequiredBy: ifup at eth0.service (destination-file) RequiredBy: cups.socket (destination-file) WantedBy: slices.target (destination-file) Before: systemd-remount-fs.service (destination-file) Before: postgresql.service (destination-file) Before: rpcbind.service (destination-file) Before: logrotate.service (destination-file) Before: var.mount (destination-file) Before: ifupdown-wait-online.service (destination-file) Before: -.mount (destination-file) Before: ntp.service (destination-file) Before: systemd-tmpfiles-setup-dev.service (destination-file) Before: systemd-journald.service (destination-file) Before: ModemManager.service (destination-file) Before: networking.service (destination-file) Before: systemd-networkd.service (destination-file) Before: dev-hugepages.mount (destination-file) Before: cron.service (destination-file) Before: polkit.service (destination-file) Before: proc-fs-nfsd.mount (destination-file) Before: systemd-initctl.socket (destination-file) Before: phpsessionclean.service (destination-file) Before: nfs-idmapd.service (destination-file) Before: ifupdown-pre.service (destination-file) Before: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap (destination-file) Before: dev-sdc3.swap (destination-file) Before: systemd-timesyncd.service (destination-file) Before: systemd-journald.socket (destination-file) Before: system-postfix.slice (destination-implicit) Before: apt-daily.service (destination-file) Before: smartd.service (destination-file) Before: systemd-random-seed.service (destination-file) Before: getty-static.service (destination-file) Before: spamassassin.service (destination-file) Before: systemd-quotacheck.service (destination-file) Before: sysstat.service (destination-file) Before: systemd-udevd-control.socket (destination-file) Before: udftools.service (destination-file) Before: mysql.service (destination-file) Before: systemd-sysusers.service (destination-file) Before: dev-mqueue.mount (destination-file) Before: home-dave.mount (destination-file) Before: ebtables.service (destination-file) Before: system-postgresql.slice (destination-implicit) Before: smbd.service (destination-file) Before: nfs-blkmap.service (destination-file) Before: apt-cacher-ng.service (destination-file) Before: radvd.service (destination-file) Before: auth-rpcgss-module.service (destination-file) Before: syslog.socket (destination-file) Before: home-srv-swapfile.swap (destination-file) Before: nfs-config.service (destination-file) Before: rpc-svcgssd.service (destination-file) Before: exim4.service (destination-file) Before: systemd-udevd.service (destination-file) Before: nmbd.service (destination-file) Before: ssh.service (destination-file) Before: postfix.service (destination-file) Before: rc-local.service (destination-file) Before: avahi-daemon.socket (destination-file) Before: minissdpd.service (destination-file) Before: sys-kernel-config.mount (destination-file) Before: systemd-user-sessions.service (destination-file) Before: systemd-fsckd.service (destination-file) Before: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap (destination-file) Before: systemd-update-utmp-runlevel.service (destination-file) Before: nfs-mountd.service (destination-file) Before: systemd-machine-id-commit.service (destination-file) Before: home.mount (destination-file) Before: wpa_supplicant.service (destination-file) Before: rpc-statd-notify.service (destination-file) Before: mnt.mount (destination-file) Before: stunnel4.service (destination-file) Before: apt-daily-upgrade.service (destination-file) Before: systemd-journald-dev-log.socket (destination-file) Before: boot.mount (destination-file) Before: dbus.service (destination-file) Before: bind9.service (destination-file) Before: systemd-journal-flush.service (destination-file) Before: openipmi.service (destination-file) Before: cups.service (destination-file) Before: sys-kernel-debug.mount (destination-file) Before: nscd.service (destination-file) Before: nfs-utils.service (destination-file) Before: proc-sys-fs-binfmt_misc.mount (destination-file) Before: sys-fs-fuse-connections.mount (destination-file) Before: systemd-udev-trigger.service (destination-file) Before: systemd-journald-audit.socket (destination-file) Before: slices.target (destination-file) Before: rsyslog.service (destination-file) Before: ipmievd.service (destination-file) Before: network-manager.service (destination-file) Before: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap (destination-file) Before: schroot.service (destination-file) Before: systemd-hwdb-update.service (destination-file) Before: run-user-1000.mount (destination-file) Before: loadcpufreq.service (destination-file) Before: cpufrequtils.service (destination-file) Before: avahi-daemon.service (destination-file) Before: systemd-binfmt.service (destination-file) Before: dundee.service (destination-file) Before: sheepdog.service (destination-file) Before: ofono.service (destination-file) Before: system-serial\x2dgetty.slice (destination-implicit) Before: system-user\x2druntime\x2ddir.slice (destination-implicit) Before: cups.socket (destination-file) Before: systemd-fsckd.socket (destination-file) Before: systemd-initctl.service (destination-file) Before: apparmor.service (destination-file) Before: uuidd.socket (destination-file) Before: systemd-ask-password-wall.service (destination-file) Before: irqbalance.service (destination-file) Before: rsync.service (destination-file) Before: emergency.service (destination-file) Before: systemd-update-utmp.service (destination-file) Before: nfs-server.service (destination-file) Before: rpcbind.socket (destination-file) Before: uuidd.service (destination-file) Before: dbus.socket (destination-file) Before: systemd-udevd-kernel.socket (destination-file) Before: systemd-fsck-root.service (destination-file) Before: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (destination-file) Before: home-srv-buildd-unpack.mount (destination-file) Before: system-systemd\x2dfsck.slice (destination-implicit) Before: systemd-sysctl.service (destination-file) Before: accounts-daemon.service (destination-file) Before: ifup at eth0.service (destination-file) Before: system-getty.slice (destination-implicit) Before: kmod-static-nodes.service (destination-file) Before: rpc-gssd.service (destination-file) Before: run-rpc_pipefs.mount (destination-file) Before: systemd-tmpfiles-clean.service (destination-file) Before: systemd-modules-load.service (destination-file) Before: rpc-statd.service (destination-file) Before: systemd-tmpfiles-setup.service (destination-file) Before: systemd-logind.service (destination-file) Before: systemd-ask-password-console.service (destination-file) Before: console-kit-log-system-start.service (destination-file) Before: rescue.service (destination-file) After: -.slice (origin-implicit) References: -.slice (origin-implicit) ReferencedBy: systemd-udevd-control.socket (destination-file) ReferencedBy: system-systemd\x2dfsck.slice (destination-implicit) ReferencedBy: home-dave.mount (destination-file) ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: system-getty.slice (destination-implicit) ReferencedBy: ebtables.service (destination-file) ReferencedBy: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap (destination-file) ReferencedBy: dbus.socket (destination-file) ReferencedBy: spamassassin.service (destination-file) ReferencedBy: sysstat.service (destination-file) ReferencedBy: systemd-initctl.socket (destination-file) ReferencedBy: ntp.service (destination-file) ReferencedBy: systemd-modules-load.service (destination-file) ReferencedBy: systemd-udevd.service (destination-file) ReferencedBy: systemd-timesyncd.service (destination-file) ReferencedBy: system-user\x2druntime\x2ddir.slice (destination-implicit) ReferencedBy: systemd-user-sessions.service (destination-file) ReferencedBy: minissdpd.service (destination-file) ReferencedBy: run-rpc_pipefs.mount (destination-file) ReferencedBy: irqbalance.service (destination-file) ReferencedBy: dev-sdc3.swap (destination-file) ReferencedBy: systemd-update-utmp-runlevel.service (destination-file) ReferencedBy: rsync.service (destination-file) ReferencedBy: sys-kernel-config.mount (destination-file) ReferencedBy: uuidd.socket (destination-file) ReferencedBy: uuidd.service (destination-file) ReferencedBy: sheepdog.service (destination-file) ReferencedBy: rpcbind.service (destination-file) ReferencedBy: systemd-ask-password-wall.service (destination-file) ReferencedBy: home-srv-buildd-unpack.mount (destination-file) ReferencedBy: systemd-tmpfiles-setup.service (destination-file) ReferencedBy: apt-daily.service (destination-file) ReferencedBy: dbus.service (destination-file) ReferencedBy: cups.service (destination-file) ReferencedBy: ModemManager.service (destination-file) ReferencedBy: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (destination-file) ReferencedBy: openipmi.service (destination-file) ReferencedBy: systemd-udev-trigger.service (destination-file) ReferencedBy: polkit.service (destination-file) ReferencedBy: apt-cacher-ng.service (destination-file) ReferencedBy: postfix.service (destination-file) ReferencedBy: rpcbind.socket (destination-file) ReferencedBy: schroot.service (destination-file) ReferencedBy: systemd-binfmt.service (destination-file) ReferencedBy: cups.socket (destination-file) ReferencedBy: phpsessionclean.service (destination-file) ReferencedBy: systemd-logind.service (destination-file) ReferencedBy: system-postgresql.slice (destination-implicit) ReferencedBy: ssh.service (destination-file) ReferencedBy: systemd-hwdb-update.service (destination-file) ReferencedBy: systemd-journald-audit.socket (destination-file) ReferencedBy: proc-fs-nfsd.mount (destination-file) ReferencedBy: nfs-idmapd.service (destination-file) ReferencedBy: systemd-machine-id-commit.service (destination-file) ReferencedBy: nfs-blkmap.service (destination-file) ReferencedBy: logrotate.service (destination-file) ReferencedBy: bind9.service (destination-file) ReferencedBy: postgresql.service (destination-file) ReferencedBy: ipmievd.service (destination-file) ReferencedBy: apparmor.service (destination-file) ReferencedBy: rc-local.service (destination-file) ReferencedBy: accounts-daemon.service (destination-file) ReferencedBy: udftools.service (destination-file) ReferencedBy: rsyslog.service (destination-file) ReferencedBy: dundee.service (destination-file) ReferencedBy: systemd-fsck-root.service (destination-file) ReferencedBy: syslog.socket (destination-file) ReferencedBy: smartd.service (destination-file) ReferencedBy: rpc-svcgssd.service (destination-file) ReferencedBy: ofono.service (destination-file) ReferencedBy: emergency.service (destination-file) ReferencedBy: auth-rpcgss-module.service (destination-file) ReferencedBy: stunnel4.service (destination-file) ReferencedBy: -.mount (destination-file) ReferencedBy: systemd-journald.socket (destination-file) ReferencedBy: apt-daily-upgrade.service (destination-file) ReferencedBy: systemd-random-seed.service (destination-file) ReferencedBy: run-user-1000.mount (destination-file) ReferencedBy: systemd-sysctl.service (destination-file) ReferencedBy: network-manager.service (destination-file) ReferencedBy: systemd-fsckd.service (destination-file) ReferencedBy: nfs-server.service (destination-file) ReferencedBy: rpc-statd-notify.service (destination-file) ReferencedBy: systemd-sysusers.service (destination-file) ReferencedBy: cron.service (destination-file) ReferencedBy: slices.target (destination-file) ReferencedBy: wpa_supplicant.service (destination-file) ReferencedBy: nfs-mountd.service (destination-file) ReferencedBy: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap (destination-file) ReferencedBy: system-postfix.slice (destination-implicit) ReferencedBy: systemd-journal-flush.service (destination-file) ReferencedBy: nfs-config.service (destination-file) ReferencedBy: kmod-static-nodes.service (destination-file) ReferencedBy: avahi-daemon.service (destination-file) ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file) ReferencedBy: systemd-udevd-kernel.socket (destination-file) ReferencedBy: ifup at eth0.service (destination-file) ReferencedBy: boot.mount (destination-file) ReferencedBy: systemd-tmpfiles-clean.service (destination-file) ReferencedBy: mnt.mount (destination-file) ReferencedBy: systemd-remount-fs.service (destination-file) ReferencedBy: nfs-utils.service (destination-file) ReferencedBy: systemd-update-utmp.service (destination-file) ReferencedBy: home.mount (destination-file) ReferencedBy: rpc-statd.service (destination-file) ReferencedBy: var.mount (destination-file) ReferencedBy: system-serial\x2dgetty.slice (destination-implicit) ReferencedBy: smbd.service (destination-file) ReferencedBy: systemd-initctl.service (destination-file) ReferencedBy: sys-kernel-debug.mount (destination-file) ReferencedBy: systemd-journald-dev-log.socket (destination-file) ReferencedBy: rescue.service (destination-file) ReferencedBy: loadcpufreq.service (destination-file) ReferencedBy: dev-hugepages.mount (destination-file) ReferencedBy: nmbd.service (destination-file) ReferencedBy: systemd-fsckd.socket (destination-file) ReferencedBy: networking.service (destination-file) ReferencedBy: mysql.service (destination-file) ReferencedBy: sys-fs-fuse-connections.mount (destination-file) ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap (destination-file) ReferencedBy: home-srv-swapfile.swap (destination-file) ReferencedBy: getty-static.service (destination-file) ReferencedBy: cpufrequtils.service (destination-file) ReferencedBy: systemd-ask-password-console.service (destination-file) ReferencedBy: console-kit-log-system-start.service (destination-file) ReferencedBy: exim4.service (destination-file) ReferencedBy: nscd.service (destination-file) ReferencedBy: dev-mqueue.mount (destination-file) ReferencedBy: systemd-journald.service (destination-file) ReferencedBy: avahi-daemon.socket (destination-file) ReferencedBy: rpc-gssd.service (destination-file) ReferencedBy: radvd.service (destination-file) ReferencedBy: ifupdown-pre.service (destination-file) ReferencedBy: systemd-quotacheck.service (destination-file) ReferencedBy: ifupdown-wait-online.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: active CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttye9.device: Description: /sys/devices/virtual/tty/ttye9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttye9.device Invocation ID: 54765f001bb24149a8fa8983c29d42b5 Following Set Member: dev-ttye9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye9 Found: found-udev -> Unit dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart7.device: Description: ST3300007LC HOME2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart7.device Invocation ID: 3001d7eeded949d69aae6ce969de6007 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc7.device Following Set Member: dev-disk-by\x2duuid-d64e45b1\x2d462e\x2d4437\x2d9a0a\x2dcf835dcef080.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc7.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart7.device Following Set Member: dev-disk-by\x2dlabel-HOME2.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d07.device Following Set Member: dev-sdc7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc7 Found: found-udev -> Unit sys-devices-virtual-tty-ttyzc.device: Description: /sys/devices/virtual/tty/ttyzc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyzc.device Invocation ID: 6b1f3396baf44b5bbf3cfe779f899a73 Following Set Member: dev-ttyzc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyzc Found: found-udev -> Unit sys-devices-virtual-tty-ttyc3.device: Description: /sys/devices/virtual/tty/ttyc3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyc3.device Invocation ID: d6f2dda4a9c34fd2a215137c05382c3b Following Set Member: dev-ttyc3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc3 Found: found-udev -> Unit sys-devices-virtual-block-ram1.device: Description: /sys/devices/virtual/block/ram1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:28 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:28 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:28 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram1.device Invocation ID: 23f7e29bb634455da321b2d0b3b780c7 Following Set Member: dev-ram1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram1 Found: found-udev -> Unit sys-devices-virtual-tty-ttyp0.device: Description: /sys/devices/virtual/tty/ttyp0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyp0.device Invocation ID: 586b2a797b3f487995e98e7a8f701cd2 Following Set Member: dev-ttyp0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp0 Found: found-udev -> Unit sys-devices-virtual-tty-ttyw2.device: Description: /sys/devices/virtual/tty/ttyw2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyw2.device Invocation ID: c0a052ad7b7e456e95a8f477e5ce7df4 Following Set Member: dev-ttyw2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw2 Found: found-udev -> Unit dev-ttyy0.device: Description: /dev/ttyy0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyy0.device Invocation ID: 11aac52cc9be47f0ba7e7f0c8d4da730 Following: sys-devices-virtual-tty-ttyy0.device Following Set Member: sys-devices-virtual-tty-ttyy0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy0 Found: found-udev -> Unit dev-ttye0.device: Description: /dev/ttye0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttye0.device Invocation ID: 6170cf0969a4499694cd5a12c85a88ce Following: sys-devices-virtual-tty-ttye0.device Following Set Member: sys-devices-virtual-tty-ttye0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye0 Found: found-udev -> Unit sys-devices-virtual-tty-ttyt6.device: Description: /sys/devices/virtual/tty/ttyt6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyt6.device Invocation ID: 4464f9089c414e51a4e055e16e0d5a2c Following Set Member: dev-ttyt6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt6 Found: found-udev -> Unit boot.mount: Description: /boot Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:40 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:38 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:40 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/boot.mount CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: boot.mount Invocation ID: 3ed3063e1b254df89746a187003c3709 Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Fragment Path: /run/systemd/generator/boot.mount Source Path: /etc/fstab Condition Timestamp: Sat 2018-09-22 16:14:38 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:38 EDT Assert Result: yes Requires: system.slice (origin-file) Requires: -.mount (origin-file origin-implicit) Requires: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (origin-file) BindsTo: dev-disk-by\x2dlabel-BOOT2.device (origin-file) RequiredBy: local-fs.target (destination-file) WantedBy: dev-disk-by\x2dlabel-BOOT2.device (destination-file) Conflicts: umount.target (origin-file) Before: umount.target (origin-file) Before: local-fs.target (origin-file) After: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (origin-file) After: local-fs-pre.target (origin-file) After: -.mount (origin-file origin-implicit) After: dev-disk-by\x2dlabel-BOOT2.device (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (origin-file) References: local-fs-pre.target (origin-file) References: -.mount (origin-file origin-implicit) References: local-fs.target (origin-file) References: dev-disk-by\x2dlabel-BOOT2.device (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: umount.target (origin-file) ReferencedBy: local-fs.target (destination-file) RequiresMountsFor: / (origin-implicit) RequiresMountsFor: /dev/disk/by-label/BOOT2 (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /boot What: /dev/sdc2 File System Type: ext2 Options: rw,relatime,errors=continue,user_xattr From /proc/self/mountinfo: yes From fragment: yes Extrinsic: no DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyd8.device: Description: /dev/ttyd8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyd8.device Invocation ID: 9e1215791625405c91fda935e45fed71 Following: sys-devices-virtual-tty-ttyd8.device Following Set Member: sys-devices-virtual-tty-ttyd8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd8 Found: found-udev -> Unit clamav-daemon.service: Description: clamav-daemon.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: clamav-daemon.service Before: exim4.service (destination-file) ReferencedBy: exim4.service (destination-file) -> Unit sys-devices-virtual-tty-ttyaa.device: Description: /sys/devices/virtual/tty/ttyaa Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyaa.device Invocation ID: 6861120dfd8b45ce936ce537a4bd49c0 Following Set Member: dev-ttyaa.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyaa Found: found-udev -> Unit dev-ttyy6.device: Description: /dev/ttyy6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyy6.device Invocation ID: 8f26ea51fdbe4ef2a1fbd2e28bf81f09 Following: sys-devices-virtual-tty-ttyy6.device Following Set Member: sys-devices-virtual-tty-ttyy6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy6 Found: found-udev -> Unit irqbalance.service: Description: irqbalance daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:59 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:59 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:59 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/irqbalance.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: irqbalance.service Invocation ID: 366581f8f24f46bca5a205eb56424528 Fragment Path: /lib/systemd/system/irqbalance.service ConditionVirtualization: !container succeeded Condition Timestamp: Sat 2018-09-22 16:14:58 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:58 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: basic.target (origin-default) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) After: sysinit.target (origin-default) References: shutdown.target (origin-default) References: basic.target (origin-default) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown Main PID: 1469 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/irqbalance RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/irqbalance --foreground $IRQBALANCE_ARGS PID: 1469 Start Timestamp: Sat 2018-09-22 16:14:59 EDT CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit plymouth-quit-wait.service: Description: plymouth-quit-wait.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: plymouth-quit-wait.service Before: serial-getty at ttyS0.service (destination-file) Before: getty at tty1.service (destination-file) ReferencedBy: serial-getty at ttyS0.service (destination-file) ReferencedBy: getty at tty1.service (destination-file) -> Unit dev-disk-by\x2dpath-pci\x2d0000:20:01.0\x2dscsi\x2d0:0:0:0\x2dpart1.device: Description: ST3300007LC DAVE Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-pci\x2d0000:20:01.0\x2dscsi\x2d0:0:0:0\x2dpart1.device Invocation ID: 515a24394c484ee0b7bd2f8d12679ce4 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb-sdb1.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb-sdb1.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR03Y0N\x2dpart1.device Following Set Member: dev-disk-by\x2dlabel-DAVE.device Following Set Member: dev-sdb1.device Following Set Member: dev-disk-by\x2duuid-319a7735\x2dd320\x2d4e62\x2db142\x2d05950b0eff50.device Following Set Member: dev-disk-by\x2dpartuuid-0a40befa\x2d01.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.0/host2/target2:0:0/2:0:0:0/block/sdb/sdb1 Found: found-udev -> Unit apt-daily.service: Description: Daily apt download activities Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: apt-daily.service Documentation: man:apt(8) Fragment Path: /lib/systemd/system/apt-daily.service ConditionACPower: true untested Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: apt-daily-upgrade.service (destination-file) After: connman.service (origin-file) After: sysinit.target (origin-default) After: NetworkManager.service (origin-file) After: system.slice (origin-file) After: network-online.target (origin-file) After: network.target (origin-file) After: systemd-networkd.service (origin-file) After: apt-daily.timer (destination-implicit) After: basic.target (origin-default) After: systemd-journald.socket (origin-file) TriggeredBy: apt-daily.timer (destination-implicit) References: sysinit.target (origin-default) References: shutdown.target (origin-default) References: NetworkManager.service (origin-file) References: system.slice (origin-file) References: network-online.target (origin-file) References: network.target (origin-file) References: systemd-networkd.service (origin-file) References: basic.target (origin-default) References: connman.service (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: apt-daily-upgrade.service (destination-file) ReferencedBy: apt-daily.timer (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStartPre: Command Line: /usr/lib/apt/apt-helper wait-online -> ExecStart: Command Line: /usr/lib/apt/apt.systemd.daily update CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit syslog.target: Description: syslog.target Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: syslog.target Before: dundee.service (destination-file) Before: ofono.service (destination-file) ReferencedBy: dundee.service (destination-file) ReferencedBy: ofono.service (destination-file) -> Unit sys-devices-virtual-tty-ttyw6.device: Description: /sys/devices/virtual/tty/ttyw6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyw6.device Invocation ID: d9d7b82e779f436eb3e698c9342445ad Following Set Member: dev-ttyw6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw6 Found: found-udev -> Unit nfs-idmapd.service: Description: NFSv4 ID-name mapping service Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:56 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:56 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:56 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/nfs-idmapd.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: nfs-idmapd.service Invocation ID: bd0af68642394525ae8f62c671e400cd Fragment Path: /lib/systemd/system/nfs-idmapd.service Condition Timestamp: Sat 2018-09-22 16:14:56 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:56 EDT Assert Result: yes Requires: run-rpc_pipefs.mount (origin-file) Requires: system.slice (origin-file) Wants: nfs-config.service (origin-file) BindsTo: nfs-server.service (origin-file) WantedBy: nfs-server.service (destination-file) Before: nfs-server.service (destination-file) After: systemd-journald.socket (origin-file) After: run-rpc_pipefs.mount (origin-file) After: local-fs.target (origin-file) After: nfs-config.service (origin-file) After: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: run-rpc_pipefs.mount (origin-file) References: local-fs.target (origin-file) References: nfs-server.service (origin-file) References: nfs-config.service (origin-file) References: system.slice (origin-file) ReferencedBy: nfs-server.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: no NotifyAccess: none NotifyState: unknown Main PID: 1403 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/run/sysconfig/nfs-utils RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/rpc.idmapd $RPCIDMAPDARGS PID: 1400 Start Timestamp: Sat 2018-09-22 16:14:56 EDT Exit Timestamp: Sat 2018-09-22 16:14:56 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyt6.device: Description: /dev/ttyt6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyt6.device Invocation ID: baddd00802bd40229ff79ac8ccaf75b5 Following: sys-devices-virtual-tty-ttyt6.device Following Set Member: sys-devices-virtual-tty-ttyt6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt6 Found: found-udev -> Unit dev-sda2.device: Description: My_Passport_0748 2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sda2.device Invocation ID: b71698a637974558af05554f243b920f Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda2.device Following Set Member: dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0\x2dpart2.device Following Set Member: dev-disk-by\x2duuid-60586da5\x2d52b5\x2d4bae\x2d8396\x2d91e3fba003b1.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda2.device Following Set Member: dev-disk-by\x2dpartuuid-676ba017\x2d02.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:01.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/block/sda/sda2 Found: found-udev -> Unit sys-devices-virtual-tty-ttyp1.device: Description: /sys/devices/virtual/tty/ttyp1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyp1.device Invocation ID: 635272aeca47457e8aa45173367df508 Following Set Member: dev-ttyp1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp1 Found: found-udev -> Unit dev-ttypf.device: Description: /dev/ttypf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttypf.device Invocation ID: 51de703e7d8f4030b47416d16575a306 Following: sys-devices-virtual-tty-ttypf.device Following Set Member: sys-devices-virtual-tty-ttypf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttypf Found: found-udev -> Unit sys-devices-virtual-tty-ttyd4.device: Description: /sys/devices/virtual/tty/ttyd4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyd4.device Invocation ID: 3afece4e1b51417ab876273f7d5e3845 Following Set Member: dev-ttyd4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd4 Found: found-udev -> Unit dev-ttyw8.device: Description: /dev/ttyw8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyw8.device Invocation ID: e4e32f91880b4c718573c23dda390400 Following: sys-devices-virtual-tty-ttyw8.device Following Set Member: sys-devices-virtual-tty-ttyw8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw8 Found: found-udev -> Unit dev-ram5.device: Description: /dev/ram5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram5.device Invocation ID: 763fee3fe07847f797f6dfbca644da7f Following: sys-devices-virtual-block-ram5.device Following Set Member: sys-devices-virtual-block-ram5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram5 Found: found-udev -> Unit dev-ttyt8.device: Description: /dev/ttyt8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyt8.device Invocation ID: 2a9e9dbfc442406ea241f06c954c0c84 Following: sys-devices-virtual-tty-ttyt8.device Following Set Member: sys-devices-virtual-tty-ttyt8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt8 Found: found-udev -> Unit sys-devices-virtual-tty-ttyza.device: Description: /sys/devices/virtual/tty/ttyza Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyza.device Invocation ID: a69c8269f4154b928f9c3c1f0e2bec91 Following Set Member: dev-ttyza.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyza Found: found-udev -> Unit sys-devices-virtual-tty-ttys6.device: Description: /sys/devices/virtual/tty/ttys6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttys6.device Invocation ID: dc644b4eb7f34e169bd6a0b61a9934fe Following Set Member: dev-ttys6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys6 Found: found-udev -> Unit sys-devices-virtual-tty-ttyyf.device: Description: /sys/devices/virtual/tty/ttyyf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyyf.device Invocation ID: 42524887361f4ef6bf8ad35120636748 Following Set Member: dev-ttyyf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyyf Found: found-udev -> Unit dev-ttyp2.device: Description: /dev/ttyp2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyp2.device Invocation ID: dcad93e37c7641548735d819d8eb3c56 Following: sys-devices-virtual-tty-ttyp2.device Following Set Member: sys-devices-virtual-tty-ttyp2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp2 Found: found-udev -> Unit sys-devices-virtual-tty-ttyu3.device: Description: /sys/devices/virtual/tty/ttyu3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyu3.device Invocation ID: 678b3fef6676492cab95fb9a20285eaf Following Set Member: dev-ttyu3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu3 Found: found-udev -> Unit sys-devices-virtual-tty-ttye4.device: Description: /sys/devices/virtual/tty/ttye4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttye4.device Invocation ID: 444bc9bba0f042a3b24673ebf8d6e8f8 Following Set Member: dev-ttye4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye4 Found: found-udev -> Unit sys-devices-virtual-tty-ttytf.device: Description: /sys/devices/virtual/tty/ttytf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttytf.device Invocation ID: 33afc3f811304fd9adf60215b08bd3cd Following Set Member: dev-ttytf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttytf Found: found-udev -> Unit cups.service: Description: CUPS Scheduler Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:14 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:14 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:14 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/cups.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: cups.service Invocation ID: f9b868045c8944fa8ac187b39110cda2 Documentation: man:cupsd(8) Fragment Path: /lib/systemd/system/cups.service Condition Timestamp: Sat 2018-09-22 16:15:14 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:14 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) ConsistsOf: cups.socket (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: sysinit.target (origin-default) After: cups.socket (destination-implicit) After: system.slice (origin-file) TriggeredBy: cups.socket (destination-implicit) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-default) References: basic.target (origin-default) References: sysinit.target (origin-default) References: system.slice (origin-file) ReferencedBy: cups.socket (destination-file destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: on-failure NotifyAccess: none NotifyState: unknown Main PID: 1835 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/cupsd -l PID: 1835 Start Timestamp: Sat 2018-09-22 16:15:14 EDT CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttybb.device: Description: /sys/devices/virtual/tty/ttybb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttybb.device Invocation ID: 54f33156e2be4e3a9f354993ede17726 Following Set Member: dev-ttybb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttybb Found: found-udev -> Unit dev-ttyS1.device: Description: Diva Serial [GSP] Multiport UART (Everest SP2) Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:27 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:27 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:27 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyS1.device Invocation ID: 846b210f96874c35b2ac6f5d7be6d3fe Following: sys-devices-parisc-0-0:7-pci0000:e0-0000:e0:01.1-tty-ttyS1.device Following Set Member: sys-devices-parisc-0-0:7-pci0000:e0-0000:e0:01.1-tty-ttyS1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:7/pci0000:e0/0000:e0:01.1/tty/ttyS1 Found: found-udev -> Unit sys-devices-virtual-tty-ttywf.device: Description: /sys/devices/virtual/tty/ttywf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttywf.device Invocation ID: 2034575c23694a10947dcc9713b0fc07 Following Set Member: dev-ttywf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttywf Found: found-udev -> Unit uuidd.socket: Description: UUID daemon activation socket Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:58 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:58 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:58 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/uuidd.socket CGroup realized: no CGroup own mask: memory pids Name: uuidd.socket Invocation ID: d6aa81ddb9bf4d88bb32b388651259c2 Fragment Path: /lib/systemd/system/uuidd.socket Condition Timestamp: Sat 2018-09-22 16:14:58 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:58 EDT Assert Result: yes Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) RequiredBy: uuidd.service (destination-file) WantedBy: sockets.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: uuidd.service (origin-implicit) Before: sockets.target (origin-default destination-default) After: -.mount (origin-file) After: sysinit.target (origin-default) After: system.slice (origin-file) Triggers: uuidd.service (origin-implicit) References: shutdown.target (origin-default) References: uuidd.service (origin-implicit) References: sockets.target (origin-default) References: sysinit.target (origin-default) References: -.mount (origin-file) References: system.slice (origin-file) ReferencedBy: uuidd.service (destination-file) ReferencedBy: sockets.target (destination-file destination-default) RequiresMountsFor: /run/uuidd/request (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: listening Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0666 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: no PassSecurity: no TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: uuidd.socket SELinuxContextFromNet: no ListenStream: /run/uuidd/request TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-dvd.device: Description: DW-224E Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-dvd.device Invocation ID: e0e16e6ae2a14f369e6182f566d481a1 Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:02.0-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device Following Set Member: dev-sr0.device Following Set Member: dev-cdrom.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:02.0\x2data\x2d1.device Following Set Member: dev-disk-by\x2did-ata\x2dDW\x2d224E.device Following Set Member: dev-cdrw.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:02.0-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:02.0/ata1/host0/target0:0:0/0:0:0:0/block/sr0 Found: found-udev -> Unit apt-daily-upgrade.timer: Description: Daily apt upgrade and clean activities Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:17 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:57 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:57 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: apt-daily-upgrade.timer Invocation ID: 64394772df1f4e75859a5503cb5c9b11 Fragment Path: /lib/systemd/system/apt-daily-upgrade.timer Condition Timestamp: Sat 2018-09-22 16:14:57 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:57 EDT Assert Result: yes Requires: var.mount (origin-file) Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) WantedBy: timers.target (destination-file) Conflicts: shutdown.target (origin-default) Before: timers.target (origin-default) Before: shutdown.target (origin-default) Before: apt-daily-upgrade.service (origin-implicit) After: sysinit.target (origin-default) After: -.mount (origin-file) After: apt-daily.timer (origin-file) After: time-sync.target (origin-default) After: var.mount (origin-file) Triggers: apt-daily-upgrade.service (origin-implicit) References: apt-daily-upgrade.service (origin-implicit) References: sysinit.target (origin-default) References: -.mount (origin-file) References: timers.target (origin-default) References: apt-daily.timer (origin-file) References: shutdown.target (origin-default) References: time-sync.target (origin-default) References: var.mount (origin-file) ReferencedBy: timers.target (destination-file) RequiresMountsFor: /var/lib/systemd/timers (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Timer State: waiting Result: success Unit: apt-daily-upgrade.service Persistent: yes WakeSystem: no Accuracy: 1min RemainAfterElapse: yes OnCalendar: *-*-* 06:00:00 -> Unit dev-ttyz8.device: Description: /dev/ttyz8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyz8.device Invocation ID: 6e730d05cf71429bbd7297bd10caa06f Following: sys-devices-virtual-tty-ttyz8.device Following Set Member: sys-devices-virtual-tty-ttyz8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz8 Found: found-udev -> Unit sys-devices-virtual-tty-ttydf.device: Description: /sys/devices/virtual/tty/ttydf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttydf.device Invocation ID: 07f7360112584053ac20c9edf894c8e6 Following Set Member: dev-ttydf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttydf Found: found-udev -> Unit dev-ttypd.device: Description: /dev/ttypd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttypd.device Invocation ID: 37f2e270ce704577b6b2cdde634b7c80 Following: sys-devices-virtual-tty-ttypd.device Following Set Member: sys-devices-virtual-tty-ttypd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttypd Found: found-udev -> Unit dev-ttydd.device: Description: /dev/ttydd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttydd.device Invocation ID: ce826095478c4c44868263699ba2ebe6 Following: sys-devices-virtual-tty-ttydd.device Following Set Member: sys-devices-virtual-tty-ttydd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttydd Found: found-udev -> Unit sys-devices-virtual-block-ram9.device: Description: /sys/devices/virtual/block/ram9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram9.device Invocation ID: 4986b09e3e58441ebc2fc4cd4713c2f9 Following Set Member: dev-ram9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram9 Found: found-udev -> Unit network-manager.service: Description: LSB: network connection manager Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:08 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:08 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:08 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: network-manager.service Invocation ID: 11b31056b5aa449ca447c735c72d045a Documentation: man:systemd-sysv-generator(8) Fragment Path: /run/systemd/generator.late/network-manager.service Source Path: /etc/init.d/network-manager Condition Timestamp: Sat 2018-09-22 16:15:07 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:07 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: graphical.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: graphical.target (origin-file destination-default) Before: shutdown.target (origin-default) Before: multi-user.target (origin-file destination-default) After: basic.target (origin-default) After: dbus.service (origin-file) After: system.slice (origin-file) After: remote-fs.target (origin-file) After: sysinit.target (origin-default) After: systemd-udevd.service (origin-file) After: systemd-journald.socket (origin-file) References: basic.target (origin-default) References: graphical.target (origin-file) References: dbus.service (origin-file) References: system.slice (origin-file) References: remote-fs.target (origin-file) References: shutdown.target (origin-default) References: multi-user.target (origin-file) References: sysinit.target (origin-default) References: systemd-udevd.service (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: graphical.target (destination-file destination-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: no Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 5min TimeoutStopSec: 5min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/init.d/network-manager start PID: 1646 Start Timestamp: Sat 2018-09-22 16:15:08 EDT Exit Timestamp: Sat 2018-09-22 16:15:08 EDT Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /etc/init.d/network-manager stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit systemd-hwdb-update.service: Description: Rebuild Hardware Database Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-hwdb-update.service Documentation: man:hwdb(7) Documentation: man:systemd-hwdb(8) Fragment Path: /lib/systemd/system/systemd-hwdb-update.service ConditionDirectoryNotEmpty: |/etc/udev/hwdb.d failed ConditionPathExists: |/etc/udev/hwdb.bin failed ConditionPathExists: |!/lib/udev/hwdb.bin failed ConditionNeedsUpdate: /etc succeeded Condition Timestamp: Sat 2018-09-22 16:14:24 EDT Condition Result: no Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: systemd-update-done.service (origin-file) Before: systemd-udevd.service (destination-file) Before: sysinit.target (origin-file) Before: shutdown.target (origin-file) After: systemd-remount-fs.service (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: systemd-remount-fs.service (origin-file) References: systemd-update-done.service (origin-file) References: sysinit.target (origin-file) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-file) References: system.slice (origin-file) ReferencedBy: systemd-udevd.service (destination-file) ReferencedBy: sysinit.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/systemd-hwdb update CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyeb.device: Description: /sys/devices/virtual/tty/ttyeb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyeb.device Invocation ID: aae022b159ae447b85d3417235e94f4e Following Set Member: dev-ttyeb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyeb Found: found-udev -> Unit dev-ttyc7.device: Description: /dev/ttyc7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyc7.device Invocation ID: 51ae1bda3acf460a806a0a43cdbfe0a0 Following: sys-devices-virtual-tty-ttyc7.device Following Set Member: sys-devices-virtual-tty-ttyc7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc7 Found: found-udev -> Unit dev-ttyaf.device: Description: /dev/ttyaf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyaf.device Invocation ID: a9241274b8254a728e75f391889cfc88 Following: sys-devices-virtual-tty-ttyaf.device Following Set Member: sys-devices-virtual-tty-ttyaf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyaf Found: found-udev -> Unit sys-devices-virtual-tty-ttya0.device: Description: /sys/devices/virtual/tty/ttya0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttya0.device Invocation ID: ca27aafe753b45bb85d967aeb4e3be1c Following Set Member: dev-ttya0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya0 Found: found-udev -> Unit dev-disk-by\x2duuid-ac66c6a1\x2d0b08\x2d481d\x2da400\x2d9fb6e7a49f1b.device: Description: ST3300007LC ROOT2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2duuid-ac66c6a1\x2d0b08\x2d481d\x2da400\x2d9fb6e7a49f1b.device Invocation ID: 35088c74ad9c4cb39418418c8d32f449 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc5.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d05.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart5.device Following Set Member: dev-sdc5.device Following Set Member: dev-disk-by\x2dlabel-ROOT2.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart5.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc5 Found: found-udev -> Unit dev-ttyt5.device: Description: /dev/ttyt5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyt5.device Invocation ID: 54916f63febc493e965d9ad5b48e7886 Following: sys-devices-virtual-tty-ttyt5.device Following Set Member: sys-devices-virtual-tty-ttyt5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt5 Found: found-udev -> Unit dev-disk-by\x2duuid-e351db25\x2da36f\x2d40b4\x2db5f1\x2d26f7accb6623.device: Description: ST3300007LC VAR2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2duuid-e351db25\x2da36f\x2d40b4\x2db5f1\x2d26f7accb6623.device Invocation ID: 7aae8736e3104227888519f3cfc21261 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc6.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart6.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d06.device Following Set Member: dev-sdc6.device Following Set Member: dev-disk-by\x2dlabel-VAR2.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc6.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc6 Found: found-udev -> Unit sys-devices-parisc-0-0:1-pci0000:20-0000:20:02.0-net-eth0.device: Description: NetXtreme BCM5701 Gigabit Ethernet Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:1-pci0000:20-0000:20:02.0-net-eth0.device Invocation ID: b4ddf4c62ea947419ee795bb4aa7d962 Following Set Member: sys-subsystem-net-devices-eth0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:02.0/net/eth0 Found: found-udev -> Unit dev-ttyw2.device: Description: /dev/ttyw2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyw2.device Invocation ID: 90eba75c69d24198b4402dd7896e8e6b Following: sys-devices-virtual-tty-ttyw2.device Following Set Member: sys-devices-virtual-tty-ttyw2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw2 Found: found-udev -> Unit dev-disk-by\x2dpath-pci\x2d0000:00:02.0\x2data\x2d1.device: Description: DW-224E Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-pci\x2d0000:00:02.0\x2data\x2d1.device Invocation ID: 5a739d6961dc4b82bdbb8f8d8328a881 Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:02.0-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device Following Set Member: dev-sr0.device Following Set Member: dev-dvd.device Following Set Member: dev-cdrom.device Following Set Member: dev-disk-by\x2did-ata\x2dDW\x2d224E.device Following Set Member: dev-cdrw.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:02.0-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:02.0/ata1/host0/target0:0:0/0:0:0:0/block/sr0 Found: found-udev -> Unit postgresql at 10-main.service: Description: PostgreSQL Cluster 10-main Instance: 10-main Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-postgresql.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: postgresql at 10-main.service Fragment Path: /lib/systemd/system/postgresql at .service AssertPathExists: /etc/postgresql/10/main/postgresql.conf untested Requires: var.mount (origin-file) Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) Requires: system-postgresql.slice (origin-file) PartOf: postgresql.service (origin-file) WantedBy: postgresql.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: postgresql.service (origin-file) After: var.mount (origin-file) After: -.mount (origin-file) After: basic.target (origin-default) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: system-postgresql.slice (origin-file) ReloadPropagatedFrom: postgresql.service (origin-file) References: var.mount (origin-file) References: -.mount (origin-file) References: shutdown.target (origin-default) References: system-postgresql.slice (origin-file) References: basic.target (origin-default) References: sysinit.target (origin-default) References: postgresql.service (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: postgresql.service (destination-file) RequiresMountsFor: /etc/postgresql/10/main (origin-file) RequiresMountsFor: /var/lib/postgresql/10/main (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: no NotifyAccess: none NotifyState: unknown PIDFile: /var/run/postgresql/10-main.pid RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1h RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 OOMScoreAdjust: -900 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect 10-main start -> ExecReload: Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect 10-main reload -> ExecStop: Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect -m fast 10-main stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit networking.service: Description: Raise network interfaces Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:04 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:56 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:04 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: networking.service Invocation ID: b7858a4ca8244896aa86a4971d640d35 Documentation: man:interfaces(5) Fragment Path: /lib/systemd/system/networking.service Condition Timestamp: Sat 2018-09-22 16:14:56 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:56 EDT Assert Result: yes Requires: ifupdown-pre.service (origin-file) Requires: system.slice (origin-file) Wants: network.target (origin-file) WantedBy: network-online.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-file) Before: network.target (origin-file) Before: shutdown.target (origin-file) Before: network-online.target (origin-file) After: system.slice (origin-file) After: systemd-sysctl.service (origin-file) After: network-pre.target (origin-file) After: apparmor.service (origin-file) After: systemd-modules-load.service (origin-file) After: ifupdown-pre.service (origin-file) After: local-fs.target (origin-file) After: systemd-journald.socket (origin-file) References: systemd-journald.socket (origin-file) References: network.target (origin-file) References: system.slice (origin-file) References: systemd-sysctl.service (origin-file) References: network-pre.target (origin-file) References: apparmor.service (origin-file) References: systemd-modules-load.service (origin-file) References: shutdown.target (origin-file) References: ifupdown-pre.service (origin-file) References: local-fs.target (origin-file) References: network-online.target (origin-file) ReferencedBy: network-online.target (destination-file) ReferencedBy: multi-user.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 5min TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/networking RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /sbin/ifup -a --read-environment PID: 1407 Start Timestamp: Sat 2018-09-22 16:14:56 EDT Exit Timestamp: Sat 2018-09-22 16:15:04 EDT Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /sbin/ifdown -a --read-environment --exclude=lo CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyx6.device: Description: /sys/devices/virtual/tty/ttyx6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyx6.device Invocation ID: c622c5f10bf046f7bffd7b367ad44428 Following Set Member: dev-ttyx6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx6 Found: found-udev -> Unit dev-sdc4.device: Description: ST3300007LC 4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sdc4.device Invocation ID: 80fd1ba1d5dd4b7f94755b34bd116855 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc4.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc4.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart4.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d04.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc4 Found: found-udev -> Unit getty-pre.target: Description: Login Prompts (Pre) Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: getty-pre.target Documentation: man:systemd.special(7) Documentation: man:systemd-getty-generator(8) Documentation: http://0pointer.de/blog/projects/serial-console.html Fragment Path: /lib/systemd/system/getty-pre.target Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: serial-getty at ttyS0.service (destination-file) Before: getty at tty1.service (destination-file) References: shutdown.target (origin-default) ReferencedBy: serial-getty at ttyS0.service (destination-file) ReferencedBy: getty at tty1.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: dead -> Unit dev-ttys4.device: Description: /dev/ttys4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttys4.device Invocation ID: fac6229e6e3d4375a78073168ed9112e Following: sys-devices-virtual-tty-ttys4.device Following Set Member: sys-devices-virtual-tty-ttys4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys4 Found: found-udev -> Unit rpcbind.socket: Description: RPCbind Server Activation Socket Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:00 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:22 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:22 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/rpcbind.socket CGroup realized: no CGroup own mask: memory pids Name: rpcbind.socket Invocation ID: ee9c9a13a8ac43c5be11d6a98a3c5ab4 Fragment Path: /lib/systemd/system/rpcbind.socket Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:22 EDT Assert Result: yes Requires: -.mount (origin-file) Requires: system.slice (origin-file) RequiredBy: rpc-statd.service (destination-file) RequiredBy: rpcbind.service (destination-file) WantedBy: sockets.target (destination-file) WantedBy: nfs-server.service (destination-file) Before: rpc-statd.service (destination-file) Before: rpcbind.service (origin-implicit) Before: nfs-server.service (destination-file) After: -.mount (origin-file) After: system.slice (origin-file) Triggers: rpcbind.service (origin-implicit) References: -.mount (origin-file) References: rpcbind.service (origin-implicit) References: system.slice (origin-file) ReferencedBy: rpc-statd.service (destination-file) ReferencedBy: rpcbind.service (destination-file) ReferencedBy: sockets.target (destination-file) ReferencedBy: nfs-server.service (destination-file) RequiresMountsFor: /run/rpcbind.sock (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: running Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0666 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: no PassSecurity: no TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: rpcbind.socket SELinuxContextFromNet: no ListenStream: /run/rpcbind.sock TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyv8.device: Description: /sys/devices/virtual/tty/ttyv8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyv8.device Invocation ID: 871206fae2d74f4f8278c324d56b8e73 Following Set Member: dev-ttyv8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv8 Found: found-udev -> Unit systemd-update-utmp-runlevel.service: Description: Update UTMP about System Runlevel Changes Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: Sat 2018-09-22 16:17:06 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:17:06 EDT Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: Sat 2018-09-22 16:17:06 EDT May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-update-utmp-runlevel.service Invocation ID: 467eb7c64aa0439b8a2ea4800a1fbe7f Documentation: man:systemd-update-utmp.service(8) Documentation: man:utmp(5) Fragment Path: /lib/systemd/system/systemd-update-utmp-runlevel.service Condition Timestamp: Sat 2018-09-22 16:17:06 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:17:06 EDT Assert Result: yes Requires: var.mount (origin-file) Requires: -.mount (origin-file) Requires: system.slice (origin-file) Requisite: systemd-update-utmp.service (origin-file) WantedBy: graphical.target (destination-file) WantedBy: rescue.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) After: var.mount (origin-file) After: -.mount (origin-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: multi-user.target (origin-file) After: graphical.target (origin-file) After: systemd-update-utmp.service (origin-file) After: rescue.target (origin-file) References: var.mount (origin-file) References: -.mount (origin-file) References: shutdown.target (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: multi-user.target (origin-file) References: graphical.target (origin-file) References: systemd-update-utmp.service (origin-file) References: rescue.target (origin-file) ReferencedBy: graphical.target (destination-file) ReferencedBy: rescue.target (destination-file) ReferencedBy: multi-user.target (destination-file) RequiresMountsFor: /var/log/wtmp (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-update-utmp runlevel PID: 5021 Start Timestamp: Sat 2018-09-22 16:17:06 EDT Exit Timestamp: Sat 2018-09-22 16:17:06 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyw4.device: Description: /dev/ttyw4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyw4.device Invocation ID: d50740d6635b4c43957f367f6e3404d6 Following: sys-devices-virtual-tty-ttyw4.device Following Set Member: sys-devices-virtual-tty-ttyw4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw4 Found: found-udev -> Unit dev-ttyr6.device: Description: /dev/ttyr6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyr6.device Invocation ID: bc45f48d1ba74e25a6286a2b9177828b Following: sys-devices-virtual-tty-ttyr6.device Following Set Member: sys-devices-virtual-tty-ttyr6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr6 Found: found-udev -> Unit sys-devices-virtual-tty-ttyy3.device: Description: /sys/devices/virtual/tty/ttyy3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyy3.device Invocation ID: e5bc7cfb31c647ecb48f4e4cf3937131 Following Set Member: dev-ttyy3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy3 Found: found-udev -> Unit console-kit-log-system-start.service: Description: Console System Startup Logging Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:03 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:00 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:03 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: console-kit-log-system-start.service Invocation ID: 092fc91ef1d4438a9a4fdd6a44445386 Fragment Path: /lib/systemd/system/console-kit-log-system-start.service Condition Timestamp: Sat 2018-09-22 16:15:00 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:00 EDT Assert Result: yes Requires: system.slice (origin-file) WantedBy: basic.target (destination-file) Before: shutdown.target (origin-file) After: system.slice (origin-file) After: sysinit.target (origin-file) After: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: shutdown.target (origin-file) References: sysinit.target (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: basic.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/ck-log-system-start PID: 1487 Start Timestamp: Sat 2018-09-22 16:15:00 EDT Exit Timestamp: Sat 2018-09-22 16:15:03 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit local-fs-pre.target: Description: Local File Systems (Pre) Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:26 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:26 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:26 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: local-fs-pre.target Invocation ID: bf024f96398d4ef48c746a38c69e5367 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/local-fs-pre.target Condition Timestamp: Sat 2018-09-22 16:14:26 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:26 EDT Assert Result: yes WantedBy: systemd-remount-fs.service (destination-file) Conflicts: shutdown.target (origin-default) Before: var.mount (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) Before: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) Before: shutdown.target (origin-default) Before: home-srv-buildd-unpack.mount (destination-file) Before: local-fs.target (destination-file) Before: mnt.mount (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) Before: boot.mount (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) Before: home.mount (destination-file) Before: run-user-1000.mount (destination-mountinfo-default) Before: home-dave.mount (destination-file) After: systemd-remount-fs.service (destination-file) After: systemd-tmpfiles-setup-dev.service (destination-file) References: shutdown.target (origin-default) ReferencedBy: home-dave.mount (destination-file) ReferencedBy: systemd-remount-fs.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) ReferencedBy: run-user-1000.mount (destination-mountinfo-default) ReferencedBy: home-srv-buildd-unpack.mount (destination-file) ReferencedBy: local-fs.target (destination-file) ReferencedBy: mnt.mount (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) ReferencedBy: home.mount (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) ReferencedBy: boot.mount (destination-file) ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) ReferencedBy: var.mount (destination-file) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit proc-sys-fs-binfmt_misc.automount: Description: Arbitrary Executable File Formats File System Automount Point Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:20:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:22 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:22 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: proc-sys-fs-binfmt_misc.automount Invocation ID: 63ff1cfd2d0d411f81e19f7ad1f76cef Documentation: https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/proc-sys-fs-binfmt_misc.automount ConditionPathIsReadWrite: /proc/sys succeeded ConditionPathExists: /proc/sys/fs/binfmt_misc succeeded Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:22 EDT Assert Result: yes Requires: -.mount (origin-implicit) WantedBy: sysinit.target (destination-file) Before: systemd-binfmt.service (destination-file) Before: sysinit.target (origin-file) Before: proc-sys-fs-binfmt_misc.mount (origin-implicit) After: -.mount (origin-implicit) Triggers: proc-sys-fs-binfmt_misc.mount (origin-implicit) References: -.mount (origin-implicit) References: sysinit.target (origin-file) References: proc-sys-fs-binfmt_misc.mount (origin-implicit) ReferencedBy: sysinit.target (destination-file) ReferencedBy: systemd-binfmt.service (destination-file) RequiresMountsFor: /proc/sys/fs (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Automount State: running Result: success Where: /proc/sys/fs/binfmt_misc DirectoryMode: 0755 TimeoutIdleUSec: 0 -> Unit systemd-ask-password-wall.service: Description: Forward Password Requests to Wall Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-ask-password-wall.service Documentation: man:systemd-ask-password-console.service(8) Fragment Path: /lib/systemd/system/systemd-ask-password-wall.service Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: systemd-ask-password-wall.path (destination-implicit) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: sysinit.target (origin-default) After: systemd-user-sessions.service (origin-file) After: system.slice (origin-file) TriggeredBy: systemd-ask-password-wall.path (destination-implicit) References: shutdown.target (origin-default) References: systemd-journald.socket (origin-file) References: basic.target (origin-default) References: sysinit.target (origin-default) References: systemd-user-sessions.service (origin-file) References: system.slice (origin-file) ReferencedBy: systemd-ask-password-wall.path (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStartPre: Command Line: /bin/systemctl stop systemd-ask-password-console.path systemd-ask-password-console.service systemd-ask-password-plymouth.path systemd-ask-password-plymouth.service -> ExecStart: Command Line: /bin/systemd-tty-ask-password-agent --wall CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyd5.device: Description: /sys/devices/virtual/tty/ttyd5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyd5.device Invocation ID: a59165058505453b93a43805cd9d7b32 Following Set Member: dev-ttyd5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd5 Found: found-udev -> Unit dev-ttyed.device: Description: /dev/ttyed Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyed.device Invocation ID: 37397c068fad4ee082bb354aedad922f Following: sys-devices-virtual-tty-ttyed.device Following Set Member: sys-devices-virtual-tty-ttyed.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyed Found: found-udev -> Unit dev-ttyr4.device: Description: /dev/ttyr4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyr4.device Invocation ID: 1cad6bf30a734544ae0fa55468497d43 Following: sys-devices-virtual-tty-ttyr4.device Following Set Member: sys-devices-virtual-tty-ttyr4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr4 Found: found-udev -> Unit sys-devices-virtual-tty-ttyxb.device: Description: /sys/devices/virtual/tty/ttyxb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyxb.device Invocation ID: 350445f3bac54718bf64865880c801eb Following Set Member: dev-ttyxb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyxb Found: found-udev -> Unit sys-devices-virtual-tty-ttye3.device: Description: /sys/devices/virtual/tty/ttye3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttye3.device Invocation ID: 6a6fddc92059438b8661a47853feb458 Following Set Member: dev-ttye3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye3 Found: found-udev -> Unit sys-devices-virtual-block-ram8.device: Description: /sys/devices/virtual/block/ram8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram8.device Invocation ID: 9c3cdb74e5e24f7688f3d96bd4cd6cd5 Following Set Member: dev-ram8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram8 Found: found-udev -> Unit dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart1.device: Description: ST3300007LC 1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart1.device Invocation ID: f25ec4920c1449e099f290f2f485ce9a Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc1.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart1.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc1.device Following Set Member: dev-sdc1.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d01.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc1 Found: found-udev -> Unit dev-sda.device: Description: My_Passport_0748 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sda.device Invocation ID: 7c75c326326f42f9a6c77ce32b9219fa Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0.device Following Set Member: dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:01.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/block/sda Found: found-udev -> Unit sys-devices-virtual-tty-ttypd.device: Description: /sys/devices/virtual/tty/ttypd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttypd.device Invocation ID: 0a843d82762b440997950a5ce906fc52 Following Set Member: dev-ttypd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttypd Found: found-udev -> Unit dev-ttyq8.device: Description: /dev/ttyq8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyq8.device Invocation ID: 2098aac3c45d41f4ad86da82a6d1ebd5 Following: sys-devices-virtual-tty-ttyq8.device Following Set Member: sys-devices-virtual-tty-ttyq8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq8 Found: found-udev -> Unit systemd-journald.socket: Description: Journal Socket Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:22 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:22 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-journald.socket CGroup realized: no CGroup own mask: memory pids Name: systemd-journald.socket Invocation ID: f2e4d58f872445bc970b53f0334200e5 Documentation: man:systemd-journald.service(8) Documentation: man:journald.conf(5) Fragment Path: /lib/systemd/system/systemd-journald.socket Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:22 EDT Assert Result: yes Requires: -.mount (origin-file) Requires: system.slice (origin-file) RequiredBy: systemd-journald.service (destination-file) WantedBy: systemd-journald.service (destination-file) WantedBy: sockets.target (destination-file) Before: systemd-update-utmp-runlevel.service (destination-file) Before: systemd-hwdb-update.service (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) Before: ifupdown-wait-online.service (destination-file) Before: systemd-sysusers.service (destination-file) Before: dbus.service (destination-file) Before: var.mount (destination-file) Before: accounts-daemon.service (destination-file) Before: nscd.service (destination-file) Before: dundee.service (destination-file) Before: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) Before: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (destination-file) Before: nfs-mountd.service (destination-file) Before: network-manager.service (destination-file) Before: udftools.service (destination-file) Before: systemd-tmpfiles-clean.service (destination-file) Before: systemd-fsckd.service (destination-file) Before: systemd-fsck-root.service (destination-file) Before: logrotate.service (destination-file) Before: nfs-utils.service (destination-file) Before: rpcbind.service (destination-file) Before: wpa_supplicant.service (destination-file) Before: rpc-svcgssd.service (destination-file) Before: getty-static.service (destination-file) Before: sys-kernel-debug.mount (destination-file) Before: getty at tty1.service (destination-file) Before: ModemManager.service (destination-file) Before: serial-getty at ttyS0.service (destination-file) Before: mnt.mount (destination-file) Before: postgresql at 9.5-main.service (destination-file) Before: polkit.service (destination-file) Before: apt-daily.service (destination-file) Before: home-srv-buildd-unpack.mount (destination-file) Before: postfix.service (destination-file) Before: apt-daily-upgrade.service (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) Before: postgresql at 9.3-main.service (destination-file) Before: ebtables.service (destination-file) Before: systemd-logind.service (destination-file) Before: sysstat.service (destination-file) Before: nfs-idmapd.service (destination-file) Before: proc-sys-fs-binfmt_misc.mount (destination-file) Before: systemd-user-sessions.service (destination-file) Before: systemd-ask-password-wall.service (destination-file) Before: loadcpufreq.service (destination-file) Before: rsync.service (destination-file) Before: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap (destination-file) Before: systemd-timesyncd.service (destination-file) Before: systemd-udevd.service (destination-file) Before: cron.service (destination-file) Before: apparmor.service (destination-file) Before: systemd-quotacheck.service (destination-file) Before: stunnel4.service (destination-file) Before: phpsessionclean.service (destination-file) Before: mysql.service (destination-file) Before: sockets.target (origin-file) Before: kmod-static-nodes.service (destination-file) Before: systemd-modules-load.service (destination-file) Before: systemd-journal-flush.service (destination-file) Before: proc-fs-nfsd.mount (destination-file) Before: home.mount (destination-file) Before: dev-mqueue.mount (destination-file) Before: minissdpd.service (destination-file) Before: rc-local.service (destination-file) Before: networking.service (destination-file) Before: ifup at eth0.service (destination-file) Before: ofono.service (destination-file) Before: systemd-udev-trigger.service (destination-file) Before: systemd-machine-id-commit.service (destination-file) Before: nfs-blkmap.service (destination-file) Before: run-rpc_pipefs.mount (destination-file) Before: systemd-initctl.service (destination-file) Before: uuidd.service (destination-file) Before: nfs-config.service (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) Before: rpc-statd-notify.service (destination-file) Before: sys-kernel-config.mount (destination-file) Before: ssh.service (destination-file) Before: systemd-ask-password-console.service (destination-file) Before: bind9.service (destination-file) Before: systemd-random-seed.service (destination-file) Before: user-runtime-dir at 1000.service (destination-file) Before: systemd-tmpfiles-setup.service (destination-file) Before: schroot.service (destination-file) Before: dev-sdc3.swap (destination-file) Before: systemd-binfmt.service (destination-file) Before: cpufrequtils.service (destination-file) Before: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap (destination-file) Before: smbd.service (destination-file) Before: exim4.service (destination-file) Before: systemd-tmpfiles-setup-dev.service (destination-file) Before: postgresql at 9.6-main.service (destination-file) Before: ntp.service (destination-file) Before: rpc-statd.service (destination-file) Before: boot.mount (destination-file) Before: ifupdown-pre.service (destination-file) Before: nmbd.service (destination-file) Before: irqbalance.service (destination-file) Before: apt-cacher-ng.service (destination-file) Before: user at 1000.service (destination-file) Before: nfs-server.service (destination-file) Before: sheepdog.service (destination-file) Before: systemd-journald.service (origin-implicit destination-file) Before: console-kit-log-system-start.service (destination-file) Before: dev-hugepages.mount (destination-file) Before: home-dave.mount (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) Before: avahi-daemon.service (destination-file) Before: radvd.service (destination-file) Before: cups.service (destination-file) Before: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap (destination-file) Before: smartd.service (destination-file) Before: run-user-1000.mount (destination-file) Before: postgresql.service (destination-file) Before: home-srv-swapfile.swap (destination-file) Before: rpc-gssd.service (destination-file) Before: postfix at -.service (destination-file) Before: systemd-sysctl.service (destination-file) Before: postgresql at 9.4-main.service (destination-file) Before: systemd-update-utmp.service (destination-file) Before: systemd-networkd.service (destination-file) Before: systemd-remount-fs.service (destination-file) Before: ipmievd.service (destination-file) Before: sys-fs-fuse-connections.mount (destination-file) Before: openipmi.service (destination-file) Before: auth-rpcgss-module.service (destination-file) Before: postgresql at 10-main.service (destination-file) After: -.mount (origin-file) After: system.slice (origin-file) Triggers: systemd-journald.service (origin-implicit destination-file) References: sockets.target (origin-file) References: system.slice (origin-file) References: systemd-journald.service (origin-implicit) References: -.mount (origin-file) ReferencedBy: stunnel4.service (destination-file) ReferencedBy: user at 1000.service (destination-file) ReferencedBy: rc-local.service (destination-file) ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap (destination-file) ReferencedBy: udftools.service (destination-file) ReferencedBy: systemd-binfmt.service (destination-file) ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file) ReferencedBy: systemd-journal-flush.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) ReferencedBy: polkit.service (destination-file) ReferencedBy: nfs-utils.service (destination-file) ReferencedBy: user-runtime-dir at 1000.service (destination-file) ReferencedBy: nfs-server.service (destination-file) ReferencedBy: getty-static.service (destination-file) ReferencedBy: systemd-tmpfiles-clean.service (destination-file) ReferencedBy: systemd-remount-fs.service (destination-file) ReferencedBy: exim4.service (destination-file) ReferencedBy: systemd-sysctl.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) ReferencedBy: postfix at -.service (destination-file) ReferencedBy: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap (destination-file) ReferencedBy: systemd-modules-load.service (destination-file) ReferencedBy: dev-mqueue.mount (destination-file) ReferencedBy: run-rpc_pipefs.mount (destination-file) ReferencedBy: sys-kernel-config.mount (destination-file) ReferencedBy: dev-sdc3.swap (destination-file) ReferencedBy: ipmievd.service (destination-file) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: systemd-hwdb-update.service (destination-file) ReferencedBy: uuidd.service (destination-file) ReferencedBy: systemd-fsck-root.service (destination-file) ReferencedBy: postgresql at 9.5-main.service (destination-file) ReferencedBy: systemd-tmpfiles-setup.service (destination-file) ReferencedBy: ModemManager.service (destination-file) ReferencedBy: run-user-1000.mount (destination-file) ReferencedBy: systemd-journald.service (destination-file) ReferencedBy: minissdpd.service (destination-file) ReferencedBy: nfs-blkmap.service (destination-file) ReferencedBy: ifup at eth0.service (destination-file) ReferencedBy: systemd-quotacheck.service (destination-file) ReferencedBy: console-kit-log-system-start.service (destination-file) ReferencedBy: sheepdog.service (destination-file) ReferencedBy: cpufrequtils.service (destination-file) ReferencedBy: proc-fs-nfsd.mount (destination-file) ReferencedBy: openipmi.service (destination-file) ReferencedBy: apt-cacher-ng.service (destination-file) ReferencedBy: systemd-initctl.service (destination-file) ReferencedBy: irqbalance.service (destination-file) ReferencedBy: dbus.service (destination-file) ReferencedBy: sockets.target (destination-file) ReferencedBy: postgresql at 9.3-main.service (destination-file) ReferencedBy: home-srv-buildd-unpack.mount (destination-file) ReferencedBy: ifupdown-wait-online.service (destination-file) ReferencedBy: avahi-daemon.service (destination-file) ReferencedBy: postgresql at 10-main.service (destination-file) ReferencedBy: nfs-config.service (destination-file) ReferencedBy: serial-getty at ttyS0.service (destination-file) ReferencedBy: rpc-statd.service (destination-file) ReferencedBy: nscd.service (destination-file) ReferencedBy: network-manager.service (destination-file) ReferencedBy: systemd-random-seed.service (destination-file) ReferencedBy: radvd.service (destination-file) ReferencedBy: smbd.service (destination-file) ReferencedBy: ssh.service (destination-file) ReferencedBy: kmod-static-nodes.service (destination-file) ReferencedBy: postfix.service (destination-file) ReferencedBy: boot.mount (destination-file) ReferencedBy: apt-daily-upgrade.service (destination-file) ReferencedBy: logrotate.service (destination-file) ReferencedBy: systemd-ask-password-wall.service (destination-file) ReferencedBy: home-srv-swapfile.swap (destination-file) ReferencedBy: systemd-sysusers.service (destination-file) ReferencedBy: systemd-timesyncd.service (destination-file) ReferencedBy: ebtables.service (destination-file) ReferencedBy: dev-hugepages.mount (destination-file) ReferencedBy: bind9.service (destination-file) ReferencedBy: rpc-svcgssd.service (destination-file) ReferencedBy: systemd-udevd.service (destination-file) ReferencedBy: nfs-idmapd.service (destination-file) ReferencedBy: sys-kernel-debug.mount (destination-file) ReferencedBy: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap (destination-file) ReferencedBy: systemd-udev-trigger.service (destination-file) ReferencedBy: systemd-machine-id-commit.service (destination-file) ReferencedBy: wpa_supplicant.service (destination-file) ReferencedBy: mnt.mount (destination-file) ReferencedBy: cron.service (destination-file) ReferencedBy: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (destination-file) ReferencedBy: schroot.service (destination-file) ReferencedBy: systemd-user-sessions.service (destination-file) ReferencedBy: rpcbind.service (destination-file) ReferencedBy: sys-fs-fuse-connections.mount (destination-file) ReferencedBy: smartd.service (destination-file) ReferencedBy: ntp.service (destination-file) ReferencedBy: nmbd.service (destination-file) ReferencedBy: accounts-daemon.service (destination-file) ReferencedBy: rpc-gssd.service (destination-file) ReferencedBy: nfs-mountd.service (destination-file) ReferencedBy: networking.service (destination-file) ReferencedBy: postgresql.service (destination-file) ReferencedBy: systemd-fsckd.service (destination-file) ReferencedBy: ofono.service (destination-file) ReferencedBy: apparmor.service (destination-file) ReferencedBy: rsync.service (destination-file) ReferencedBy: phpsessionclean.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) ReferencedBy: postgresql at 9.4-main.service (destination-file) ReferencedBy: home.mount (destination-file) ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file) ReferencedBy: cups.service (destination-file) ReferencedBy: systemd-update-utmp-runlevel.service (destination-file) ReferencedBy: loadcpufreq.service (destination-file) ReferencedBy: systemd-ask-password-console.service (destination-file) ReferencedBy: var.mount (destination-file) ReferencedBy: sysstat.service (destination-file) ReferencedBy: auth-rpcgss-module.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) ReferencedBy: ifupdown-pre.service (destination-file) ReferencedBy: getty at tty1.service (destination-file) ReferencedBy: postgresql at 9.6-main.service (destination-file) ReferencedBy: systemd-update-utmp.service (destination-file) ReferencedBy: mysql.service (destination-file) ReferencedBy: apt-daily.service (destination-file) ReferencedBy: dundee.service (destination-file) ReferencedBy: systemd-logind.service (destination-file) ReferencedBy: home-dave.mount (destination-file) ReferencedBy: rpc-statd-notify.service (destination-file) RequiresMountsFor: /run/systemd/journal/stdout (origin-file) RequiresMountsFor: /run/systemd/journal/socket (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Socket State: running Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0666 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: yes PassSecurity: yes TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: systemd-journald.socket SELinuxContextFromNet: no ReceiveBuffer: 8388608 ListenStream: /run/systemd/journal/stdout ListenDatagram: /run/systemd/journal/socket TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit openipmi.service: Description: LSB: OpenIPMI Driver init script Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:10 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:08 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:10 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: openipmi.service Invocation ID: e616d44bfb25448fbd42d9bf0c443b9b Documentation: man:systemd-sysv-generator(8) Fragment Path: /run/systemd/generator.late/openipmi.service Source Path: /etc/init.d/openipmi Condition Timestamp: Sat 2018-09-22 16:15:08 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:08 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: graphical.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: graphical.target (origin-file destination-default) Before: shutdown.target (origin-default) Before: multi-user.target (origin-file destination-default) After: system.slice (origin-file) After: remote-fs.target (origin-file) After: sysinit.target (origin-default) After: basic.target (origin-default) After: systemd-journald.socket (origin-file) References: shutdown.target (origin-default) References: system.slice (origin-file) References: remote-fs.target (origin-file) References: sysinit.target (origin-default) References: graphical.target (origin-file) References: multi-user.target (origin-file) References: basic.target (origin-default) References: systemd-journald.socket (origin-file) ReferencedBy: graphical.target (destination-file destination-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: no Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 5min TimeoutStopSec: 5min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/init.d/openipmi start PID: 1649 Start Timestamp: Sat 2018-09-22 16:15:08 EDT Exit Timestamp: Sat 2018-09-22 16:15:10 EDT Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /etc/init.d/openipmi stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyp4.device: Description: /sys/devices/virtual/tty/ttyp4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyp4.device Invocation ID: fcb17f09d44f42e08cbc2db1cef59560 Following Set Member: dev-ttyp4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp4 Found: found-udev -> Unit dev-ttyeb.device: Description: /dev/ttyeb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyeb.device Invocation ID: afa495f526d349f980a1503436e97501 Following: sys-devices-virtual-tty-ttyeb.device Following Set Member: sys-devices-virtual-tty-ttyeb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyeb Found: found-udev -> Unit systemd-update-done.service: Description: systemd-update-done.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-update-done.service After: systemd-sysusers.service (destination-file) After: systemd-hwdb-update.service (destination-file) ReferencedBy: systemd-sysusers.service (destination-file) ReferencedBy: systemd-hwdb-update.service (destination-file) -> Unit dev-ttybd.device: Description: /dev/ttybd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttybd.device Invocation ID: ff057934a285408a8a337589d07ccf5e Following: sys-devices-virtual-tty-ttybd.device Following Set Member: sys-devices-virtual-tty-ttybd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttybd Found: found-udev -> Unit sys-devices-virtual-tty-ttys5.device: Description: /sys/devices/virtual/tty/ttys5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttys5.device Invocation ID: 570609a397584d1a8f6c9a9ed033b252 Following Set Member: dev-ttys5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys5 Found: found-udev -> Unit dev-ttyad.device: Description: /dev/ttyad Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyad.device Invocation ID: 656f5547fd674c5e8cdb8c1d1d947aca Following: sys-devices-virtual-tty-ttyad.device Following Set Member: sys-devices-virtual-tty-ttyad.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyad Found: found-udev -> Unit dev-ttyqa.device: Description: /dev/ttyqa Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyqa.device Invocation ID: 26ef34f378d04ebc83bd58676dfc4e58 Following: sys-devices-virtual-tty-ttyqa.device Following Set Member: sys-devices-virtual-tty-ttyqa.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyqa Found: found-udev -> Unit avahi-daemon.service: Description: Avahi mDNS/DNS-SD Stack Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:14 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:14 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:14 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/avahi-daemon.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: dbus-org.freedesktop.Avahi.service Name: avahi-daemon.service Invocation ID: a3c2d2d2f6c54451806f6e7d3d88eec9 Fragment Path: /lib/systemd/system/avahi-daemon.service Condition Timestamp: Sat 2018-09-22 16:15:14 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:14 EDT Assert Result: yes Requires: avahi-daemon.socket (origin-file) Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) Requires: dbus.socket (origin-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: avahi-daemon.socket (destination-implicit) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) After: dbus.socket (origin-file) After: basic.target (origin-default) TriggeredBy: avahi-daemon.socket (destination-implicit) References: shutdown.target (origin-default) References: avahi-daemon.socket (origin-file) References: sysinit.target (origin-default) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: dbus.socket (origin-file) References: basic.target (origin-default) ReferencedBy: avahi-daemon.socket (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: dbus Restart: no NotifyAccess: main NotifyState: unknown Main PID: 1833 Main PID Known: yes Main PID Alien: no BusName: org.freedesktop.Avahi Bus Name Good: yes RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/avahi-daemon -s PID: 1833 Start Timestamp: Sat 2018-09-22 16:15:14 EDT -> ExecReload: Command Line: /usr/sbin/avahi-daemon -r Status Text: avahi-daemon 0.7 starting up. CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyy5.device: Description: /dev/ttyy5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyy5.device Invocation ID: 988bdb7bdd6047b3965c2c07b8d2c5c8 Following: sys-devices-virtual-tty-ttyy5.device Following Set Member: sys-devices-virtual-tty-ttyy5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy5 Found: found-udev -> Unit sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc1.device: Description: ST3300007LC 1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc1.device Invocation ID: b7e25db6889c4e1dbc8a4b1530222116 Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart1.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart1.device Following Set Member: dev-sdc1.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d01.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc1 Found: found-udev -> Unit rpc-statd.service: Description: NFS status monitor for NFSv2/3 locking. Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: rpc-statd.service Fragment Path: /lib/systemd/system/rpc-statd.service Requires: nss-lookup.target (origin-file) Requires: rpcbind.socket (origin-file) Requires: system.slice (origin-file) Wants: rpc-statd-notify.service (origin-file) Wants: nfs-config.service (origin-file) PartOf: nfs-utils.service (origin-file) Conflicts: umount.target (origin-file) Before: nfs-server.service (destination-file) After: network.target (origin-file) After: systemd-journald.socket (origin-file) After: rpcbind.socket (origin-file) After: nfs-config.service (origin-file) After: nss-lookup.target (origin-file) After: system.slice (origin-file) References: nss-lookup.target (origin-file) References: system.slice (origin-file) References: nfs-utils.service (origin-file) References: systemd-journald.socket (origin-file) References: rpcbind.socket (origin-file) References: network.target (origin-file) References: rpc-statd-notify.service (origin-file) References: umount.target (origin-file) References: nfs-config.service (origin-file) ReferencedBy: nfs-server.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: no NotifyAccess: none NotifyState: unknown PIDFile: /var/run/rpc.statd.pid RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/run/sysconfig/nfs-utils RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /sbin/rpc.statd --no-notify $STATDARGS CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyr0.device: Description: /dev/ttyr0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyr0.device Invocation ID: 7515653480024497acca8b661b80848e Following: sys-devices-virtual-tty-ttyr0.device Following Set Member: sys-devices-virtual-tty-ttyr0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr0 Found: found-udev -> Unit stunnel4.service: Description: LSB: Start or stop stunnel 4.x (TLS tunnel for network daemons) Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:09 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:08 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:09 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: stunnel4.service Invocation ID: 01e5fa1210a3466fae7d045a5002c532 Documentation: man:systemd-sysv-generator(8) Fragment Path: /run/systemd/generator.late/stunnel4.service Source Path: /etc/init.d/stunnel4 Condition Timestamp: Sat 2018-09-22 16:15:08 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:08 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: graphical.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: graphical.target (origin-file destination-default) Before: shutdown.target (origin-default) Before: multi-user.target (origin-file destination-default) After: sysinit.target (origin-default) After: remote-fs.target (origin-file) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: system.slice (origin-file) References: graphical.target (origin-file) References: sysinit.target (origin-default) References: remote-fs.target (origin-file) References: shutdown.target (origin-default) References: systemd-journald.socket (origin-file) References: multi-user.target (origin-file) References: basic.target (origin-default) References: system.slice (origin-file) ReferencedBy: graphical.target (destination-file destination-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: no Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 5min TimeoutStopSec: 5min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/init.d/stunnel4 start PID: 1656 Start Timestamp: Sat 2018-09-22 16:15:08 EDT Exit Timestamp: Sat 2018-09-22 16:15:09 EDT Exit Code: exited Exit Status: 0 -> ExecReload: Command Line: /etc/init.d/stunnel4 reload -> ExecStop: Command Line: /etc/init.d/stunnel4 stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttywb.device: Description: /dev/ttywb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttywb.device Invocation ID: b7f73a36bb6943c1af9f275eef48bd05 Following: sys-devices-virtual-tty-ttywb.device Following Set Member: sys-devices-virtual-tty-ttywb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttywb Found: found-udev -> Unit sys-devices-parisc-0-0:7-pci0000:e0-0000:e0:01.1-tty-ttyS1.device: Description: Diva Serial [GSP] Multiport UART (Everest SP2) Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:27 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:27 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:27 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:7-pci0000:e0-0000:e0:01.1-tty-ttyS1.device Invocation ID: 37327176318f48eaa786e8ed19936469 Following Set Member: dev-ttyS1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:7/pci0000:e0/0000:e0:01.1/tty/ttyS1 Found: found-udev -> Unit sys-devices-virtual-tty-ttysa.device: Description: /sys/devices/virtual/tty/ttysa Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttysa.device Invocation ID: 82ebac6f868a4c34b8dd81ed353c03c4 Following Set Member: dev-ttysa.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttysa Found: found-udev -> Unit sys-devices-virtual-tty-ttywb.device: Description: /sys/devices/virtual/tty/ttywb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttywb.device Invocation ID: bbdb1966e5e243fabbe5f1fc4994c46d Following Set Member: dev-ttywb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttywb Found: found-udev -> Unit sys-devices-virtual-tty-ttyef.device: Description: /sys/devices/virtual/tty/ttyef Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyef.device Invocation ID: 5fe292af59d44a3f99e4afacec8f411d Following Set Member: dev-ttyef.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyef Found: found-udev -> Unit local-fs.target: Description: Local File Systems Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:55 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:55 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:55 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: local-fs.target Invocation ID: ba69736753424d5a9463fd09cfad99a0 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/local-fs.target Condition Timestamp: Sat 2018-09-22 16:14:55 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:55 EDT Assert Result: yes Requires: home-srv-buildd-unpack.mount (origin-file) Requires: var.mount (origin-file) Requires: boot.mount (origin-file) Requires: home-dave.mount (origin-file) Requires: -.mount (origin-file) Requires: home.mount (origin-file) Requires: mnt.mount (origin-file) Wants: lvm2-activation-early.service (origin-file) Wants: systemd-fsck-root.service (origin-file) Wants: systemd-remount-fs.service (origin-file) Wants: lvm2-activation.service (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: nfs-server.service (destination-file) Before: apparmor.service (destination-file) Before: rpc-svcgssd.service (destination-file) Before: sysinit.target (destination-file) Before: systemd-tmpfiles-setup.service (destination-file) Before: ifup at eth0.service (destination-file) Before: networking.service (destination-file) Before: ebtables.service (destination-file) Before: rpc-statd-notify.service (destination-file) Before: systemd-tmpfiles-clean.service (destination-file) Before: nfs-config.service (destination-file) Before: nfs-idmapd.service (destination-file) Before: systemd-machine-id-commit.service (destination-file) Before: nfs-mountd.service (destination-file) After: mnt.mount (destination-file) After: -.mount (destination-file) After: var.mount (destination-file) After: home.mount (destination-file) After: home-dave.mount (destination-file) After: home-srv-buildd-unpack.mount (destination-file) After: boot.mount (destination-file) After: run-user-1000.mount (destination-mountinfo-implicit) After: systemd-fsck-root.service (destination-file) After: systemd-remount-fs.service (destination-file) After: local-fs-pre.target (origin-file) OnFailure: emergency.target (origin-file) References: mnt.mount (origin-file) References: lvm2-activation.service (origin-file) References: emergency.target (origin-file) References: local-fs-pre.target (origin-file) References: lvm2-activation-early.service (origin-file) References: home-dave.mount (origin-file) References: boot.mount (origin-file) References: home-srv-buildd-unpack.mount (origin-file) References: home.mount (origin-file) References: shutdown.target (origin-file) References: -.mount (origin-file) References: systemd-remount-fs.service (origin-file) References: systemd-fsck-root.service (origin-file) References: var.mount (origin-file) ReferencedBy: rpc-svcgssd.service (destination-file) ReferencedBy: rpc-statd-notify.service (destination-file) ReferencedBy: systemd-machine-id-commit.service (destination-file) ReferencedBy: systemd-fsck-root.service (destination-file) ReferencedBy: boot.mount (destination-file) ReferencedBy: var.mount (destination-file) ReferencedBy: ebtables.service (destination-file) ReferencedBy: home-srv-buildd-unpack.mount (destination-file) ReferencedBy: home.mount (destination-file) ReferencedBy: nfs-config.service (destination-file) ReferencedBy: sysinit.target (destination-file) ReferencedBy: home-dave.mount (destination-file) ReferencedBy: mnt.mount (destination-file) ReferencedBy: apparmor.service (destination-file) ReferencedBy: systemd-tmpfiles-clean.service (destination-file) ReferencedBy: run-user-1000.mount (destination-mountinfo-implicit) ReferencedBy: ifup at eth0.service (destination-file) ReferencedBy: networking.service (destination-file) ReferencedBy: systemd-tmpfiles-setup.service (destination-file) ReferencedBy: systemd-remount-fs.service (destination-file) ReferencedBy: -.mount (destination-file) ReferencedBy: nfs-server.service (destination-file) ReferencedBy: nfs-idmapd.service (destination-file) ReferencedBy: nfs-mountd.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace-irreversibly IgnoreOnIsolate: no Target State: active -> Unit sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc2.device: Description: ST3300007LC BOOT2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc2.device Invocation ID: 8db9eff940564ec0b8c21c05b93b9f2a Following Set Member: dev-disk-by\x2duuid-93011b9e\x2d236b\x2d4dbc\x2d9a63\x2d6b13390e0b32.device Following Set Member: dev-disk-by\x2dlabel-BOOT2.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart2.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart2.device Following Set Member: dev-sdc2.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d02.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc2 Found: found-udev -------------- next part -------------- ==> /var/lib/systemd/deb-systemd-helper-enabled/accounts-daemon.service.dsh-also <== /etc/systemd/system/graphical.target.wants/accounts-daemon.service ==> /var/lib/systemd/deb-systemd-helper-enabled/ctdb.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/ctdb.service ==> /var/lib/systemd/deb-systemd-helper-enabled/open-iscsi.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/open-iscsi.service /etc/systemd/system/iscsi.service ==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-lvmpolld.socket.dsh-also <== /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket ==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-lvmpolld.socket <== ==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-lvmetad.socket <== ==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-monitor.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/apparmor.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/networking.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/networking.service /etc/systemd/system/network-online.target.wants/networking.service ==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/apt-daily-upgrade.timer <== ==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/phpsessionclean.timer <== ==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/logrotate.timer <== ==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/apt-daily.timer <== ==> /var/lib/systemd/deb-systemd-helper-enabled/saned.socket.dsh-also <== /etc/systemd/system/sockets.target.wants/saned.socket ==> /var/lib/systemd/deb-systemd-helper-enabled/inetd.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/inetd.service ==> /var/lib/systemd/deb-systemd-helper-enabled/cgmanager.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/cgmanager.service ==> /var/lib/systemd/deb-systemd-helper-enabled/uuidd.socket.dsh-also <== /etc/systemd/system/sockets.target.wants/uuidd.socket ==> /var/lib/systemd/deb-systemd-helper-enabled/bluetooth.target.wants/bluetooth.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/spamassassin.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/spamassassin.service ==> /var/lib/systemd/deb-systemd-helper-enabled/sshd.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/dm-event.socket.dsh-also <== /etc/systemd/system/sockets.target.wants/dm-event.socket ==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-activation-early.service.dsh-also <== /etc/systemd/system/local-fs.target.wants/lvm2-activation-early.service ==> /var/lib/systemd/deb-systemd-helper-enabled/udisks2.service.dsh-also <== /etc/systemd/system/graphical.target.wants/udisks2.service ==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-activation.service.dsh-also <== /etc/systemd/system/local-fs.target.wants/lvm2-activation.service ==> /var/lib/systemd/deb-systemd-helper-enabled/iscsi.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/ofono.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/ofono.service ==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.socket.dsh-also <== /etc/systemd/system/sockets.target.wants/ssh.socket ==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.Avahi.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/smbd.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/smbd.service ==> /var/lib/systemd/deb-systemd-helper-enabled/cups.socket.dsh-also <== /etc/systemd/system/sockets.target.wants/cups.socket ==> /var/lib/systemd/deb-systemd-helper-enabled/bluetooth.service.dsh-also <== /etc/systemd/system/bluetooth.target.wants/bluetooth.service /etc/systemd/system/dbus-org.bluez.service ==> /var/lib/systemd/deb-systemd-helper-enabled/apt-cacher-ng.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/apt-cacher-ng.service ==> /var/lib/systemd/deb-systemd-helper-enabled/rpcbind.socket.dsh-also <== /etc/systemd/system/sockets.target.wants/rpcbind.socket ==> /var/lib/systemd/deb-systemd-helper-enabled/wpa_supplicant.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/wpa_supplicant.service /etc/systemd/system/dbus-fi.w1.wpa_supplicant1.service ==> /var/lib/systemd/deb-systemd-helper-enabled/logrotate.timer.dsh-also <== /etc/systemd/system/timers.target.wants/logrotate.timer ==> /var/lib/systemd/deb-systemd-helper-enabled/upower.service.dsh-also <== /etc/systemd/system/graphical.target.wants/upower.service ==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.NetworkManager.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-fi.w1.wpa_supplicant1.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/cups.service.dsh-also <== /etc/systemd/system/sockets.target.wants/cups.socket /etc/systemd/system/multi-user.target.wants/cups.path /etc/systemd/system/printer.target.wants/cups.service ==> /var/lib/systemd/deb-systemd-helper-enabled/binfmt-support.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/binfmt-support.service ==> /var/lib/systemd/deb-systemd-helper-enabled/dundee.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/dundee.service ==> /var/lib/systemd/deb-systemd-helper-enabled/ntp.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/ntp.service ==> /var/lib/systemd/deb-systemd-helper-enabled/bind9-resolvconf.service.dsh-also <== /etc/systemd/system/bind9.service.wants/bind9-resolvconf.service ==> /var/lib/systemd/deb-systemd-helper-enabled/postgresql.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/postgresql.service ==> /var/lib/systemd/deb-systemd-helper-enabled/cgproxy.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/cgproxy.service ==> /var/lib/systemd/deb-systemd-helper-enabled/rpcbind.service.dsh-also <== /etc/systemd/system/sockets.target.wants/rpcbind.socket /etc/systemd/system/multi-user.target.wants/rpcbind.service ==> /var/lib/systemd/deb-systemd-helper-enabled/minissdpd.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/minissdpd.service ==> /var/lib/systemd/deb-systemd-helper-enabled/avahi-daemon.socket.dsh-also <== /etc/systemd/system/sockets.target.wants/avahi-daemon.socket ==> /var/lib/systemd/deb-systemd-helper-enabled/rsyslog.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/rsyslog.service /etc/systemd/system/syslog.service ==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/avahi-daemon.socket <== ==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/lvm2-lvmetad.socket <== ==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/uuidd.socket <== ==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/dm-event.socket <== ==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/cups.socket <== ==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/rpcbind.socket <== ==> /var/lib/systemd/deb-systemd-helper-enabled/ifupdown-wait-online.service.dsh-also <== /etc/systemd/system/network-online.target.wants/ifupdown-wait-online.service ==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-lvmetad.service.dsh-also <== /etc/systemd/system/sysinit.target.wants/lvm2-lvmetad.service ==> /var/lib/systemd/deb-systemd-helper-enabled/pppd-dns.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/pppd-dns.service ==> /var/lib/systemd/deb-systemd-helper-enabled/phpsessionclean.timer.dsh-also <== /etc/systemd/system/timers.target.wants/phpsessionclean.timer ==> /var/lib/systemd/deb-systemd-helper-enabled/lwresd.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/lwresd.service ==> /var/lib/systemd/deb-systemd-helper-enabled/NetworkManager-dispatcher.service.dsh-also <== /etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service ==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.ModemManager1.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/nfs-server.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/nfs-server.service ==> /var/lib/systemd/deb-systemd-helper-enabled/asterisk.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/asterisk.service ==> /var/lib/systemd/deb-systemd-helper-enabled/syslog.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/rtkit-daemon.service.dsh-also <== /etc/systemd/system/graphical.target.wants/rtkit-daemon.service ==> /var/lib/systemd/deb-systemd-helper-enabled/irqbalance.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/irqbalance.service ==> /var/lib/systemd/deb-systemd-helper-enabled/avahi-daemon.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/avahi-daemon.service /etc/systemd/system/sockets.target.wants/avahi-daemon.socket /etc/systemd/system/dbus-org.freedesktop.Avahi.service ==> /var/lib/systemd/deb-systemd-helper-enabled/ModemManager.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/ModemManager.service /etc/systemd/system/dbus-org.freedesktop.ModemManager1.service ==> /var/lib/systemd/deb-systemd-helper-enabled/graphical.target.wants/udisks2.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/graphical.target.wants/accounts-daemon.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/NetworkManager.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/NetworkManager.service /etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service ==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/ssh.service /etc/systemd/system/sshd.service ==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.nm-dispatcher.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/postfix.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/postfix.service ==> /var/lib/systemd/deb-systemd-helper-enabled/cron.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/cron.service ==> /var/lib/systemd/deb-systemd-helper-enabled/nscd.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/nscd.service ==> /var/lib/systemd/deb-systemd-helper-enabled/bind9.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/bind9.service ==> /var/lib/systemd/deb-systemd-helper-enabled/remote-fs.target.wants/nfs-client.target <== ==> /var/lib/systemd/deb-systemd-helper-enabled/ssh-session-cleanup.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/ssh-session-cleanup.service ==> /var/lib/systemd/deb-systemd-helper-enabled/apt-daily.timer.dsh-also <== /etc/systemd/system/timers.target.wants/apt-daily.timer ==> /var/lib/systemd/deb-systemd-helper-enabled/apt-daily-upgrade.timer.dsh-also <== /etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer ==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-lvmetad.socket.dsh-also <== /etc/systemd/system/sockets.target.wants/lvm2-lvmetad.socket /etc/systemd/system/sysinit.target.wants/lvm2-lvmetad.socket ==> /var/lib/systemd/deb-systemd-helper-enabled/smartd.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/smartd.service ==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-lvmpolld.service.dsh-also <== /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.service ==> /var/lib/systemd/deb-systemd-helper-enabled/rsync.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/rsync.service ==> /var/lib/systemd/deb-systemd-helper-enabled/dm-event.service.dsh-also <== /etc/systemd/system/sysinit.target.wants/dm-event.service ==> /var/lib/systemd/deb-systemd-helper-enabled/uuidd.service.dsh-also <== /etc/systemd/system/sockets.target.wants/uuidd.socket ==> /var/lib/systemd/deb-systemd-helper-enabled/printer.target.wants/cups.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/epmd.service.dsh-also <== /etc/systemd/system/sockets.target.wants/epmd.socket /etc/systemd/system/multi-user.target.wants/epmd.service ==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-monitor.service.dsh-also <== /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service ==> /var/lib/systemd/deb-systemd-helper-enabled/fstrim.timer.dsh-also <== /etc/systemd/system/timers.target.wants/fstrim.timer ==> /var/lib/systemd/deb-systemd-helper-enabled/nmbd.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/nmbd.service ==> /var/lib/systemd/deb-systemd-helper-enabled/schroot.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/schroot.service ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ebtables.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/rpcbind.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/avahi-daemon.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/smartd.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/inetd.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/rsyslog.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/apt-cacher-ng.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/lwresd.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ofono.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/nfs-server.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/minissdpd.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/cron.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/wpa_supplicant.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/rsync.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/sysstat.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ntp.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ctdb.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/open-iscsi.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/NetworkManager.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/postfix.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/smbd.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ModemManager.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/dundee.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/irqbalance.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/asterisk.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/schroot.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/binfmt-support.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/postgresql.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/atd.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/nfs-client.target <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/pppd-dns.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/networking.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ssh.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ssh-session-cleanup.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/nscd.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/nmbd.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/cups.path <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/bind9.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/NetworkManager-wait-online.service.dsh-also <== /etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service ==> /var/lib/systemd/deb-systemd-helper-enabled/network-online.target.wants/ifupdown-wait-online.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/network-online.target.wants/networking.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/apparmor.service.dsh-also <== /etc/systemd/system/sysinit.target.wants/apparmor.service ==> /var/lib/systemd/deb-systemd-helper-enabled/local-fs.target.wants/lvm2-activation-early.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/local-fs.target.wants/lvm2-activation.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/bind9-pkcs11.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/bind9-pkcs11.service ==> /var/lib/systemd/deb-systemd-helper-enabled/cups.path.dsh-also <== /etc/systemd/system/multi-user.target.wants/cups.path ==> /var/lib/systemd/deb-systemd-helper-enabled/nfs-client.target.dsh-also <== /etc/systemd/system/multi-user.target.wants/nfs-client.target /etc/systemd/system/remote-fs.target.wants/nfs-client.target ==> /var/lib/systemd/deb-systemd-helper-enabled/atd.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/atd.service ==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.bluez.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/epmd.socket.dsh-also <== /etc/systemd/system/sockets.target.wants/epmd.socket ==> /var/lib/systemd/deb-systemd-helper-enabled/ebtables.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/ebtables.service ==> /var/lib/systemd/deb-systemd-helper-enabled/sysstat.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/sysstat.service -------------- next part -------------- # /etc/fstab: static file system information. # # proc /proc proc defaults 0 0 tmpfs /run tmpfs defaults,noexec,nosuid 0 0 # /dev/sdb5 / ext3 errors=remount-ro 0 1 # UUID=6b217ee1-25a8-4f94-89b8-c647fe3a62d7 / ext3 errors=remount-ro 0 1 # /dev/sdc5 / xfs errors=remount-ro 0 1 # UUID=ac66c6a1-0b08-481d-a400-9fb6e7a49f1b / xfs errors=remount-ro 0 1 LABEL=ROOT2 / xfs defaults 0 1 # /dev/sdb2 /boot ext2 defaults 0 2 # UUID=258b6e0c-1e60-4022-b815-79fece43230c /boot ext2 defaults 0 2 # /dev/sdc2 /boot ext2 defaults 0 2 # UUID=93011b9e-236b-4dbc-9a63-6b13390e0b32 /boot ext2 defaults 0 2 LABEL=BOOT2 /boot ext2 defaults 0 2 # /dev/sdc3 none swap sw 0 0 UUID=6a3619bf-4d3a-4ecd-8e24-937668d768bb none swap sw 0 0 # /dev/sdb7 /home ext3 defaults 0 2 # UUID=13445b7d-3175-4364-af72-b60a6b1a5e48 /home ext3 defaults 0 2 # /dev/sdc7 /home xfs defaults 0 2 # UUID=5712f05e-dac3-41e6-a837-3cbf9473e81d /home xfs defaults 0 2 LABEL=HOME2 /home ext4 defaults,user_xattr 0 2 LABEL=DAVE /home/dave ext4 defaults,user_xattr 0 3 # /dev/sdb6 none swap sw 0 0 # UUID=61b029c3-cacd-4f91-aae5-de589d17def9 none swap sw 0 0 # /dev/sdc6 /var xfs defaults 0 2 # UUID=648b2cd8-9c20-466a-92d0-a62d8a32f713 /var xfs defaults 0 2 LABEL=VAR2 /var ext4 defaults,user_xattr 0 2 # /dev/hda /media/cdrom0 udf,iso9660 user,noauto 0 0 /dev/cdrom /media/cdrom0 udf,iso9660 user,noauto 0 0 # /dev/sdc1 /home/dave/linux ext3 defaults 0 3 # UUID=66f0ff66-4621-421a-bb06-6790ad36fef3 /home/dave/linux ext3 defaults 0 3 # /dev/sdc2 /usr/share ext3 defaults 0 2 # UUID=707f2b6b-4de6-4853-a5c0-d941b8c8b607 /usr/share ext3 defaults 0 2 # /dev/sda1 /mnt xfs defaults 0 2 UUID=6c75bd8e-42fc-47aa-89d2-344399183061 /mnt xfs defaults 0 2 # NFS # macpro:/Users/dave/mx3210/nfs /home/dave/macpro nfs sync 0 0 # swap file and tmpfs mount for buildd - we already have enough swap /home/srv/swapfile none swap sw 0 3 tmpfs /home/srv/buildd/unpack tmpfs size=25G 0 3 From biebl at debian.org Sun Sep 23 08:48:24 2018 From: biebl at debian.org (Michael Biebl) Date: Sun, 23 Sep 2018 09:48:24 +0200 Subject: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object In-Reply-To: <153765633785.21643.3720245629877255158.reportbug@mx3210> References: <153765633785.21643.3720245629877255158.reportbug@mx3210> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> Control: tags -1 + help Am 23.09.18 um 00:45 schrieb John David Anglin: > Source: systemd > Version: 239-9 > Severity: normal > > Dear Maintainer, > > The build fails here: > > [416/1547] cc -o src/udev/ata_id 'src/udev/src at udev@@ata_id at exe/ata_id_ata_id.c.o' -flto -Wl,--no-undefined -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -pie -Wl,--gc-sections -g -O2 -fdebug-prefix-map=/<>=. -Wformat -Werror=format-security -Wl,--start-group src/udev/libudev_static.a src/shared/libsystemd-shared-239.a src/libsystemd/libsystemd_static.a src/basic/libbasic.a src/udev/libudev-basic.a -lrt /usr/lib/hppa-linux-gnu/libcap.so -lacl /usr/lib/hppa-linux-gnu/libcryptsetup.so -lgcrypt /usr/lib/hppa-linux-gnu/libip4tc.so /usr/lib/hppa-linux-gnu/libip6tc.so /usr/lib/hppa-linux-gnu/libselinux.so /usr/lib/hppa-linux-gnu/libidn.so /usr/lib/hppa-linux-gnu/liblzma.so /usr/lib/hppa-linux-gnu/liblz4.so /usr/lib/hppa-linux-gnu/libblkid.so -lrt /usr/lib/hppa-linux-gnu/libmount.so -Wl,--end-group -pthread > FAILED: src/udev/ata_id > cc -o src/udev/ata_id 'src/udev/src at udev@@ata_id at exe/ata_id_ata_id.c.o' -flto -Wl,--no-undefined -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -pie -Wl,--gc-sections -g -O2 -fdebug-prefix-map=/<>=. -Wformat -Werror=format-security -Wl,--start-group src/udev/libudev_static.a src/shared/libsystemd-shared-239.a src/libsystemd/libsystemd_static.a src/basic/libbasic.a src/udev/libudev-basic.a -lrt /usr/lib/hppa-linux-gnu/libcap.so -lacl /usr/lib/hppa-linux-gnu/libcryptsetup.so -lgcrypt /usr/lib/hppa-linux-gnu/libip4tc.so /usr/lib/hppa-linux-gnu/libip6tc.so /usr/lib/hppa-linux-gnu/libselinux.so /usr/lib/hppa-linux-gnu/libidn.so /usr/lib/hppa-linux-gnu/liblzma.so /usr/lib/hppa-linux-gnu/liblz4.so /usr/lib/hppa-linux-gnu/libblkid.so -lrt /usr/lib/hppa-linux-gnu/libmount.so -Wl,--end-group -pthread > /usr/bin/ld: /tmp/ccHOKcGI.ltrans0.ltrans.o: relocation R_PARISC_DPREL21L can not be used when making a shared object; recompile with -fPIC > /usr/bin/ld: BFD (GNU Binutils for Debian) 2.31.1 internal error, aborting at ../../bfd/elf32-hppa.c:3956 in elf32_hppa_relocate_section > > /usr/bin/ld: Please report this bug. > > collect2: error: ld returned 1 exit status > > I believe the error message is correct. Please add "-fPIC" or "-fPIE" to the > link command. Can you provide a tested patch? I.e. one which let's the build and the test-suite pass. Thanks, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Sun Sep 23 08:51:06 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 23 Sep 2018 07:51:06 +0000 Subject: Processed: Re: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object References: <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: Processing control commands: > tags -1 + help Bug #909396 [src:systemd] systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object Added tag(s) help. -- 909396: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909396 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Sun Sep 23 09:03:03 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 23 Sep 2018 08:03:03 +0000 Subject: Processed: Re: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object References: <9eb7272c-dd8c-4351-bab2-fef624bdf53a@debian.org> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: Processing control commands: > tags -1 + moreinfo Bug #909396 [src:systemd] systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object Added tag(s) moreinfo. -- 909396: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909396 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From biebl at debian.org Sun Sep 23 09:01:35 2018 From: biebl at debian.org (Michael Biebl) Date: Sun, 23 Sep 2018 10:01:35 +0200 Subject: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object In-Reply-To: <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> References: <153765633785.21643.3720245629877255158.reportbug@mx3210> <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: <9eb7272c-dd8c-4351-bab2-fef624bdf53a@debian.org> Control: tags -1 + moreinfo Am 23.09.18 um 09:48 schrieb Michael Biebl: > Control: tags -1 + help > > Am 23.09.18 um 00:45 schrieb John David Anglin: >> I believe the error message is correct. Please add "-fPIC" or "-fPIE" to the >> link command. > > Can you provide a tested patch? > I.e. one which let's the build and the test-suite pass. Looking at https://buildd.debian.org/status/logs.php?pkg=systemd&arch=hppa , systemd built fine in the past, say 239-7 There weren't any relevant changes between 239-7 and 239-9 afaics, which makes me think that this is rather a toolchain issue on hppa and not a bug in systemd itself. Would be great if you can investigate this. Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From biebl at debian.org Sun Sep 23 09:06:54 2018 From: biebl at debian.org (Michael Biebl) Date: Sun, 23 Sep 2018 10:06:54 +0200 Subject: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object In-Reply-To: <9eb7272c-dd8c-4351-bab2-fef624bdf53a@debian.org> References: <153765633785.21643.3720245629877255158.reportbug@mx3210> <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> <9eb7272c-dd8c-4351-bab2-fef624bdf53a@debian.org> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: <98d57ef9-9a0d-5b2c-c3bc-e3e5239ca9ff@debian.org> Am 23.09.18 um 10:01 schrieb Michael Biebl: > There weren't any relevant changes between 239-7 and 239-9 afaics, which > makes me think that this is rather a toolchain issue on hppa and not a > bug in systemd itself. > > Would be great if you can investigate this. One obvious difference is that 239-7 was compiled with meson 0.47.1-1, 239-8 and 239-9 with 0.47.2-1 -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From dave.anglin at bell.net Sun Sep 23 13:43:59 2018 From: dave.anglin at bell.net (John David Anglin) Date: Sun, 23 Sep 2018 08:43:59 -0400 Subject: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object In-Reply-To: <98d57ef9-9a0d-5b2c-c3bc-e3e5239ca9ff@debian.org> References: <153765633785.21643.3720245629877255158.reportbug@mx3210> <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> <9eb7272c-dd8c-4351-bab2-fef624bdf53a@debian.org> <98d57ef9-9a0d-5b2c-c3bc-e3e5239ca9ff@debian.org> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: <46614eb2-a673-18cf-accb-143b4f798596@bell.net> On 2018-09-23 4:06 AM, Michael Biebl wrote: > Am 23.09.18 um 10:01 schrieb Michael Biebl: > >> There weren't any relevant changes between 239-7 and 239-9 afaics, which >> makes me think that this is rather a toolchain issue on hppa and not a >> bug in systemd itself. >> >> Would be great if you can investigate this. > One obvious difference is that 239-7 was compiled with meson 0.47.1-1, > 239-8 and 239-9 with 0.47.2-1 Okay.  I don't know anything about systemd build and where one would modify link options. I can try if you can suggest a possible location for change. It might be the "-flto" option would change things.  It causes various compilations to occur which might cause error linking. -- John David Anglin dave.anglin at bell.net From biebl at debian.org Sun Sep 23 14:27:10 2018 From: biebl at debian.org (Michael Biebl) Date: Sun, 23 Sep 2018 15:27:10 +0200 Subject: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object In-Reply-To: <46614eb2-a673-18cf-accb-143b4f798596@bell.net> References: <153765633785.21643.3720245629877255158.reportbug@mx3210> <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> <9eb7272c-dd8c-4351-bab2-fef624bdf53a@debian.org> <98d57ef9-9a0d-5b2c-c3bc-e3e5239ca9ff@debian.org> <46614eb2-a673-18cf-accb-143b4f798596@bell.net> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: <21d4c467-7793-0a13-596b-1f1f12becc25@debian.org> Am 23.09.18 um 14:43 schrieb John David Anglin: > On 2018-09-23 4:06 AM, Michael Biebl wrote: >> Am 23.09.18 um 10:01 schrieb Michael Biebl: >> >>> There weren't any relevant changes between 239-7 and 239-9 afaics, which >>> makes me think that this is rather a toolchain issue on hppa and not a >>> bug in systemd itself. >>> >>> Would be great if you can investigate this. >> One obvious difference is that 239-7 was compiled with meson 0.47.1-1, >> 239-8 and 239-9 with 0.47.2-1 > Okay.  I don't know anything about systemd build and where one would > modify link options. > I can try if you can suggest a possible location for change. > > It might be the "-flto" option would change things.  It causes various > compilations to occur > which might cause error linking. My point is, that the systemd build system did not change between 239-7 and 239-8. So I suspect the root cause is elsewhere and not in systemd directly. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From dave.anglin at bell.net Sun Sep 23 21:27:56 2018 From: dave.anglin at bell.net (John David Anglin) Date: Sun, 23 Sep 2018 16:27:56 -0400 Subject: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object In-Reply-To: <21d4c467-7793-0a13-596b-1f1f12becc25@debian.org> References: <153765633785.21643.3720245629877255158.reportbug@mx3210> <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> <9eb7272c-dd8c-4351-bab2-fef624bdf53a@debian.org> <98d57ef9-9a0d-5b2c-c3bc-e3e5239ca9ff@debian.org> <46614eb2-a673-18cf-accb-143b4f798596@bell.net> <21d4c467-7793-0a13-596b-1f1f12becc25@debian.org> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: <705fca09-9f98-b1c4-f3f2-7d945a1a7289@bell.net> On 2018-09-23 9:27 AM, Michael Biebl wrote: > Am 23.09.18 um 14:43 schrieb John David Anglin: >> On 2018-09-23 4:06 AM, Michael Biebl wrote: >>> Am 23.09.18 um 10:01 schrieb Michael Biebl: >>> >>>> There weren't any relevant changes between 239-7 and 239-9 afaics, which >>>> makes me think that this is rather a toolchain issue on hppa and not a >>>> bug in systemd itself. >>>> >>>> Would be great if you can investigate this. >>> One obvious difference is that 239-7 was compiled with meson 0.47.1-1, >>> 239-8 and 239-9 with 0.47.2-1 >> Okay.  I don't know anything about systemd build and where one would >> modify link options. >> I can try if you can suggest a possible location for change. >> >> It might be the "-flto" option would change things.  It causes various >> compilations to occur >> which might cause error linking. > My point is, that the systemd build system did not change between 239-7 > and 239-8. So I suspect the root cause is elsewhere and not in systemd > directly. Well the problem was latent in 239-7 and probably gcc changed.  The thing is the error points to an error in the link command.  On hppa, it is almost always necessary to link shared and pie objects with -fPIC or -fPIE, respectively.  There are compilations in the link process and the generated objects need to be position independent when doing shared and pie links. The attached patch fixes the failing link command although I'm not sure it's optimal as generally -fPIE and -pie need to be specified together.  Meson appears to test the options separately.  Putting them together as one option doesn't work.  The systemd build completes with the patch.  There was one timeout in the testsuite but the system was under high load. Dave -- John David Anglin dave.anglin at bell.net -------------- next part -------------- --- meson.build.save 2018-09-23 14:27:45.765707025 -0400 +++ meson.build 2018-09-23 14:40:20.002886449 -0400 @@ -341,7 +341,7 @@ # enable it when we are linking against them if not fuzzer_build possible_cc_flags += '-fPIE' - possible_link_flags += '-pie' + possible_link_flags += [ '-fPIE', '-pie', ] endif if cc.get_id() == 'clang' From dave.anglin at bell.net Sun Sep 23 21:32:44 2018 From: dave.anglin at bell.net (John David Anglin) Date: Sun, 23 Sep 2018 16:32:44 -0400 Subject: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object In-Reply-To: <98d57ef9-9a0d-5b2c-c3bc-e3e5239ca9ff@debian.org> References: <153765633785.21643.3720245629877255158.reportbug@mx3210> <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> <9eb7272c-dd8c-4351-bab2-fef624bdf53a@debian.org> <98d57ef9-9a0d-5b2c-c3bc-e3e5239ca9ff@debian.org> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: <2dc98eaf-bd2b-0205-6892-d122ae4bbcf1@bell.net> On 2018-09-23 4:06 AM, Michael Biebl wrote: > One obvious difference is that 239-7 was compiled with meson 0.47.1-1, > 239-8 and 239-9 with 0.47.2-1 The systemd build breaks completely with meson 0.48.0-1. Dave -- John David Anglin dave.anglin at bell.net From biebl at debian.org Sun Sep 23 21:44:39 2018 From: biebl at debian.org (Michael Biebl) Date: Sun, 23 Sep 2018 22:44:39 +0200 Subject: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object In-Reply-To: <705fca09-9f98-b1c4-f3f2-7d945a1a7289@bell.net> References: <153765633785.21643.3720245629877255158.reportbug@mx3210> <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> <9eb7272c-dd8c-4351-bab2-fef624bdf53a@debian.org> <98d57ef9-9a0d-5b2c-c3bc-e3e5239ca9ff@debian.org> <46614eb2-a673-18cf-accb-143b4f798596@bell.net> <21d4c467-7793-0a13-596b-1f1f12becc25@debian.org> <705fca09-9f98-b1c4-f3f2-7d945a1a7289@bell.net> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: <0d0fac69-deb4-193f-927b-efe679f16057@debian.org> Am 23.09.18 um 22:27 schrieb John David Anglin: > Well the problem was latent in 239-7 and probably gcc changed.  The > thing is the error points > to an error in the link command.  On hppa, it is almost always necessary > to link shared and pie > objects with -fPIC or -fPIE, respectively.  There are compilations in > the link process and > the generated objects need to be position independent when doing shared > and pie links. > > The attached patch fixes the failing link command although I'm not sure > it's optimal as > generally -fPIE and -pie need to be specified together.  Meson appears > to test the options > separately.  Putting them together as one option doesn't work.  The > systemd build completes > with the patch.  There was one timeout in the testsuite but the system > was under high load. Looking at the "ld" man page, it doesn't say anything about -fPIE, only about -pie. Can you please provide some references why on hppa the linker needs -fPIE in addition to -pie -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From biebl at debian.org Sun Sep 23 21:56:03 2018 From: biebl at debian.org (Michael Biebl) Date: Sun, 23 Sep 2018 22:56:03 +0200 Subject: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object In-Reply-To: <0d0fac69-deb4-193f-927b-efe679f16057@debian.org> References: <153765633785.21643.3720245629877255158.reportbug@mx3210> <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> <9eb7272c-dd8c-4351-bab2-fef624bdf53a@debian.org> <98d57ef9-9a0d-5b2c-c3bc-e3e5239ca9ff@debian.org> <46614eb2-a673-18cf-accb-143b4f798596@bell.net> <21d4c467-7793-0a13-596b-1f1f12becc25@debian.org> <705fca09-9f98-b1c4-f3f2-7d945a1a7289@bell.net> <153765633785.21643.3720245629877255158.reportbug@mx3210> <0d0fac69-deb4-193f-927b-efe679f16057@debian.org> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: <750744d4-25f4-971f-a91c-88b94f317f2e@debian.org> Am 23.09.18 um 22:44 schrieb Michael Biebl: > Looking at the "ld" man page, it doesn't say anything about -fPIE, only > about -pie. > Can you please provide some references why on hppa the linker needs > -fPIE in addition to -pie Fwiw, this command succeeded for 239-7 [425/1545] cc -o src/udev/ata_id 'src/udev/src at udev@@ata_id at exe/ata_id_ata_id.c.o' -flto -Wl,--no-undefined -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -pie -Wl,--gc-sections -g -O2 -fdebug-prefix-map=/<>=. -Wformat -Werror=format-security -Wl,--start-group src/udev/libudev_static.a src/shared/libsystemd-shared-239.a src/libsystemd/libsystemd_static.a src/basic/libbasic.a src/udev/libudev-basic.a -lrt /usr/lib/hppa-linux-gnu/libcap.so -lacl /usr/lib/hppa-linux-gnu/libcryptsetup.so -lgcrypt /usr/lib/hppa-linux-gnu/libip4tc.so /usr/lib/hppa-linux-gnu/libip6tc.so /usr/lib/hppa-linux-gnu/libselinux.so /usr/lib/hppa-linux-gnu/libidn.so /usr/lib/hppa-linux-gnu/liblzma.so /usr/lib/hppa-linux-gnu/liblz4.so /usr/lib/hppa-linux-gnu/libblkid.so -lrt /usr/lib/hppa-linux-gnu/libmount.so -Wl,--end-group Why is this now suddenly failing on hppa? -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From dave.anglin at bell.net Sun Sep 23 22:00:51 2018 From: dave.anglin at bell.net (John David Anglin) Date: Sun, 23 Sep 2018 17:00:51 -0400 Subject: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object In-Reply-To: <0d0fac69-deb4-193f-927b-efe679f16057@debian.org> References: <153765633785.21643.3720245629877255158.reportbug@mx3210> <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> <9eb7272c-dd8c-4351-bab2-fef624bdf53a@debian.org> <98d57ef9-9a0d-5b2c-c3bc-e3e5239ca9ff@debian.org> <46614eb2-a673-18cf-accb-143b4f798596@bell.net> <21d4c467-7793-0a13-596b-1f1f12becc25@debian.org> <705fca09-9f98-b1c4-f3f2-7d945a1a7289@bell.net> <0d0fac69-deb4-193f-927b-efe679f16057@debian.org> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: On 2018-09-23 4:44 PM, Michael Biebl wrote: > Am 23.09.18 um 22:27 schrieb John David Anglin: >> Well the problem was latent in 239-7 and probably gcc changed.  The >> thing is the error points >> to an error in the link command.  On hppa, it is almost always necessary >> to link shared and pie >> objects with -fPIC or -fPIE, respectively.  There are compilations in >> the link process and >> the generated objects need to be position independent when doing shared >> and pie links. >> >> The attached patch fixes the failing link command although I'm not sure >> it's optimal as >> generally -fPIE and -pie need to be specified together.  Meson appears >> to test the options >> separately.  Putting them together as one option doesn't work.  The >> systemd build completes >> with the patch.  There was one timeout in the testsuite but the system >> was under high load. > Looking at the "ld" man page, it doesn't say anything about -fPIE, only > about -pie. > Can you please provide some references why on hppa the linker needs > -fPIE in addition to -pie -fPIE is not a "ld" option.  It is a compiler option.  Note that the code uses the "cc", compiler driver, to perform the link.   The "-flto" option also is a compiler driver option that enables link-time optimization. Take a look at what happens when you do a shared or pie link with compiler driver.  Add "-v" to see the intermediate steps.   -fPIC                       Generate position-independent code if possible                               (large mode).   -fPIE                       Generate position-independent code for                               executables if possible (large mode).   -flto                       Enable link-time optimization.   -pie                     Create a dynamically linked position independent                            executable.   -shared                  Create a shared library. Dave -- John David Anglin dave.anglin at bell.net From biebl at debian.org Sun Sep 23 22:03:15 2018 From: biebl at debian.org (Michael Biebl) Date: Sun, 23 Sep 2018 23:03:15 +0200 Subject: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object In-Reply-To: References: <153765633785.21643.3720245629877255158.reportbug@mx3210> <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> <9eb7272c-dd8c-4351-bab2-fef624bdf53a@debian.org> <98d57ef9-9a0d-5b2c-c3bc-e3e5239ca9ff@debian.org> <46614eb2-a673-18cf-accb-143b4f798596@bell.net> <21d4c467-7793-0a13-596b-1f1f12becc25@debian.org> <705fca09-9f98-b1c4-f3f2-7d945a1a7289@bell.net> <0d0fac69-deb4-193f-927b-efe679f16057@debian.org> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: <83507de8-ede8-a944-8483-3065bee3a827@debian.org> Am 23.09.18 um 23:00 schrieb John David Anglin: > On 2018-09-23 4:44 PM, Michael Biebl wrote: >> Can you please provide some references why on hppa the linker needs >> -fPIE in addition to -pie > -fPIE is not a "ld" option.  It is a compiler option. Right, that's why I don't see why it should be added to possible_link_flags -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From dave.anglin at bell.net Sun Sep 23 22:17:54 2018 From: dave.anglin at bell.net (John David Anglin) Date: Sun, 23 Sep 2018 17:17:54 -0400 Subject: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object In-Reply-To: <83507de8-ede8-a944-8483-3065bee3a827@debian.org> References: <153765633785.21643.3720245629877255158.reportbug@mx3210> <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> <9eb7272c-dd8c-4351-bab2-fef624bdf53a@debian.org> <98d57ef9-9a0d-5b2c-c3bc-e3e5239ca9ff@debian.org> <46614eb2-a673-18cf-accb-143b4f798596@bell.net> <21d4c467-7793-0a13-596b-1f1f12becc25@debian.org> <705fca09-9f98-b1c4-f3f2-7d945a1a7289@bell.net> <0d0fac69-deb4-193f-927b-efe679f16057@debian.org> <83507de8-ede8-a944-8483-3065bee3a827@debian.org> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: <6ad2fd35-bf04-485a-1b63-09bd20fb9f61@bell.net> On 2018-09-23 5:03 PM, Michael Biebl wrote: > Am 23.09.18 um 23:00 schrieb John David Anglin: >> On 2018-09-23 4:44 PM, Michael Biebl wrote: >>> Can you please provide some references why on hppa the linker needs >>> -fPIE in addition to -pie >> -fPIE is not a "ld" option.  It is a compiler option. > Right, that's why I don't see why it should be added to possible_link_flags It's needed because the compiler driver is being used to optimize the link.  ld is not being used directly.  The linker optimization involves various compilations which need the option. The libtool driver is another example of this.  If ld were used directly, then the option wouldn't be needed.  But then the build process would have to select the correct startup files, etc. -- John David Anglin dave.anglin at bell.net From dave.anglin at bell.net Sun Sep 23 22:34:05 2018 From: dave.anglin at bell.net (John David Anglin) Date: Sun, 23 Sep 2018 17:34:05 -0400 Subject: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object In-Reply-To: <750744d4-25f4-971f-a91c-88b94f317f2e@debian.org> References: <153765633785.21643.3720245629877255158.reportbug@mx3210> <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> <9eb7272c-dd8c-4351-bab2-fef624bdf53a@debian.org> <98d57ef9-9a0d-5b2c-c3bc-e3e5239ca9ff@debian.org> <46614eb2-a673-18cf-accb-143b4f798596@bell.net> <21d4c467-7793-0a13-596b-1f1f12becc25@debian.org> <705fca09-9f98-b1c4-f3f2-7d945a1a7289@bell.net> <153765633785.21643.3720245629877255158.reportbug@mx3210> <0d0fac69-deb4-193f-927b-efe679f16057@debian.org> <750744d4-25f4-971f-a91c-88b94f317f2e@debian.org> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: <88176259-b444-3978-3b5c-39e788e8b1fa@bell.net> On 2018-09-23 4:56 PM, Michael Biebl wrote: > Am 23.09.18 um 22:44 schrieb Michael Biebl: >> Looking at the "ld" man page, it doesn't say anything about -fPIE, only >> about -pie. >> Can you please provide some references why on hppa the linker needs >> -fPIE in addition to -pie > Fwiw, this command succeeded for 239-7 > > [425/1545] cc -o src/udev/ata_id > 'src/udev/src at udev@@ata_id at exe/ata_id_ata_id.c.o' -flto > -Wl,--no-undefined -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -pie > -Wl,--gc-sections -g -O2 -fdebug-prefix-map=/<>=. -Wformat > -Werror=format-security -Wl,--start-group src/udev/libudev_static.a > src/shared/libsystemd-shared-239.a src/libsystemd/libsystemd_static.a > src/basic/libbasic.a src/udev/libudev-basic.a -lrt > /usr/lib/hppa-linux-gnu/libcap.so -lacl > /usr/lib/hppa-linux-gnu/libcryptsetup.so -lgcrypt > /usr/lib/hppa-linux-gnu/libip4tc.so /usr/lib/hppa-linux-gnu/libip6tc.so > /usr/lib/hppa-linux-gnu/libselinux.so /usr/lib/hppa-linux-gnu/libidn.so > /usr/lib/hppa-linux-gnu/liblzma.so /usr/lib/hppa-linux-gnu/liblz4.so > /usr/lib/hppa-linux-gnu/libblkid.so -lrt > /usr/lib/hppa-linux-gnu/libmount.so -Wl,--end-group > > Why is this now suddenly failing on hppa? This is difficult to say as it's no longer possible to redo the 239-7 without the exact same library versions.  The meson package is now updated in sid. Here is the gcc documentation for -flto: @item -flto[=@var{n}] @opindex flto This option runs the standard link-time optimizer.  When invoked with source code, it generates GIMPLE (one of GCC's internal representations) and writes it to special ELF sections in the object file.  When the object files are linked together, all the function bodies are read from these ELF sections and instantiated as if they had been part of the same translation unit. To use the link-time optimizer, @option{-flto} and optimization options should be specified at compile time and during the final link. *It is recommended that you compile all the files participating in the** **same link with the same options and also specify those options at** **link time.* For example: @smallexample gcc -c -O2 -flto foo.c gcc -c -O2 -flto bar.c gcc -o myprog -flto -O2 foo.o bar.o @end smallexample The first two invocations to GCC save a bytecode representation of GIMPLE into special ELF sections inside @file{foo.o} and @file{bar.o}.  The final invocation reads the GIMPLE bytecode from @file{foo.o} and @file{bar.o}, merges the two files into a single internal image, and compiles the result as usual.  Since both @file{foo.o} and @file{bar.o} are merged into a single image, this causes all the interprocedural analyses and optimizations in GCC to work across the two files as if they were a single one.  This means, for example, that the inliner is able to inline functions in @file{bar.o} into functions in @file{foo.o} and vice-versa. Another (simpler) way to enable link-time optimization is: @smallexample gcc -o myprog -flto -O2 foo.c bar.c @end smallexample The above generates bytecode for @file{foo.c} and @file{bar.c}, merges them together into a single GIMPLE representation and optimizes them as usual to produce @file{myprog}. The only important thing to keep in mind is that to enable link-time optimizations you need to use the GCC driver to perform the link step. GCC then automatically performs link-time optimization if any of the objects involved were compiled with the @option{-flto} command-line option. You generally should specify the optimization options to be used for link-time optimization though GCC tries to be clever at guessing an optimization level to use from the options used at compile time if you fail to specify one at link time.  You can always override the automatic decision to do link-time optimization by passing @option{-fno-lto} to the link command. To make whole program optimization effective, it is necessary to make certain whole program assumptions.  The compiler needs to know what functions and variables can be accessed by libraries and runtime outside of the link-time optimized unit.  When supported by the linker, the linker plugin (see @option{-fuse-linker-plugin}) passes information to the compiler about used and externally visible symbols.  When the linker plugin is not available, @option{-fwhole-program} should be used to allow the compiler to make these assumptions, which leads to more aggressive optimization decisions. When @option{-fuse-linker-plugin} is not enabled, when a file is compiled with @option{-flto}, the generated object file is larger than a regular object file because it contains GIMPLE bytecodes and the usual final code (see @option{-ffat-lto-objects}.  This means that object files with LTO information can be linked as normal object files; if @option{-fno-lto} is passed to the linker, no interprocedural optimizations are applied.  Note that when @option{-fno-fat-lto-objects} is enabled the compile stage is faster but you cannot perform a regular, non-LTO link on them. ... -- John David Anglin dave.anglin at bell.net From helmut at subdivi.de Mon Sep 24 05:18:05 2018 From: helmut at subdivi.de (Helmut Grohne) Date: Mon, 24 Sep 2018 06:18:05 +0200 Subject: Bug#909455: systemd FTBFS: meson_options.txt:49:0: ERROR: Option name debug is reserved. Message-ID: <20180924041804.GA32529@alf.mars> Source: systemd Version: 239-9 Severity: serious Tags: ftbfs User: helmutg at debian.org Usertags: rebootstrap Control: reassign 909440 meson Control: tags 909440 + ftbfs Control: affects 909440 + src:systemd Control: block -1 by 909440 systemd presently fails to build from source. The immediate reason is that meson lacks a dependency on python3-pkg-resources. That problem can be worked around e.g. by adding --add-depends=python3-pkg-resources to an sbuild invocation. The missing dependency is already properly tracked and not subject of this bug. Once you work around the issue, systemd fails to build in a novel way: | make[1]: Entering directory '/<>' | dh_auto_configure --builddirectory=build-deb \ | -- -Db_lto=true -Drootlibdir=/lib/x86_64-linux-gnu -Dsplit-usr=true -Dquotaon-path=/sbin/quotaon -Dquotacheck-path=/sbin/quotacheck -Dkmod-path=/bin/kmod -Dkexec-path=/sbin/kexec -Dsulogin-path=/sbin/sulogin -Dmount-path=/bin/mount -Dumount-path=/bin/umount -Dloadkeys-path=/bin/loadkeys -Dsetfont-path=/bin/setfont -Dtelinit-path=/lib/sysvinit/telinit -Dsysvinit-path=/etc/init.d -Dsysvrcnd-path=/etc -Ddebug-shell=/bin/bash -Dzshcompletiondir=/usr/share/zsh/vendor-completions -Ddbuspolicydir=/usr/share/dbus-1/system.d/ -Dsupport-url=https://www.debian.org/support -Ddefault-kill-user-processes=false -Dpamconfdir=no -Drpmmacrosdir=no -Dqrencode=false -Dvconsole=false -Dfirstboot=false -Dxkbcommon=false -Dportabled=false -Dwheel-group=false -Dntp-servers="0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org 3.debian.pool.ntp.org" -Dlink-udev-shared=false -Dsystem-uid-max=999 -Dsystem-gid-max=999 -Dnobody-user=nobody -Dnobody-group=nogroup -Ddev-kvm-mode=0660 -Dselinux=true -Dhwdb=true -Dsysusers=true -Dinstall-tests=true -Defi=true -Dnss-systemd=true -Dresolve=true -Daudit=true -Dlibcryptsetup=true -Dcoredump=true -Delfutils=true -Dapparmor=true -Dlibidn=true -Dlibiptc=true -Dlibcurl=true -Dimportd=true -Dmicrohttpd=true -Dgnutls=true | cd build-deb && LC_ALL=C.UTF-8 meson .. --wrap-mode=nodownload --buildtype=plain --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=lib/x86_64-linux-gnu --libexecdir=lib/x86_64-linux-gnu -Db_lto=true -Drootlibdir=/lib/x86_64-linux-gnu -Dsplit-usr=true -Dquotaon-path=/sbin/quotaon -Dquotacheck-path=/sbin/quotacheck -Dkmod-path=/bin/kmod -Dkexec-path=/sbin/kexec -Dsulogin-path=/sbin/sulogin -Dmount-path=/bin/mount -Dumount-path=/bin/umount -Dloadkeys-path=/bin/loadkeys -Dsetfont-path=/bin/setfont -Dtelinit-path=/lib/sysvinit/telinit -Dsysvinit-path=/etc/init.d -Dsysvrcnd-path=/etc -Ddebug-shell=/bin/bash -Dzshcompletiondir=/usr/share/zsh/vendor-completions -Ddbuspolicydir=/usr/share/dbus-1/system.d/ -Dsupport-url=https://www.debian.org/support -Ddefault-kill-user-processes=false -Dpamconfdir=no -Drpmmacrosdir=no -Dqrencode=false -Dvconsole=false -Dfirstboot=false -Dxkbcommon=false -Dportabled=false -Dwheel-group=false "-Dntp-servers=0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org 3.debian.pool.ntp.org" -Dlink-udev-shared=false -Dsystem-uid-max=999 -Dsystem-gid-max=999 -Dnobody-user=nobody -Dnobody-group=nogroup -Ddev-kvm-mode=0660 -Dselinux=true -Dhwdb=true -Dsysusers=true -Dinstall-tests=true -Defi=true -Dnss-systemd=true -Dresolve=true -Daudit=true -Dlibcryptsetup=true -Dcoredump=true -Delfutils=true -Dapparmor=true -Dlibidn=true -Dlibiptc=true -Dlibcurl=true -Dimportd=true -Dmicrohttpd=true -Dgnutls=true | The Meson build system | Version: 0.48.0 | Source dir: /<> | Build dir: /<>/build-deb | Build type: native build | | meson_options.txt:49:0: ERROR: Option name debug is reserved. | | A full log can be found at /<>/build-deb/meson-logs/meson-log.txt | cd build-deb && tail -v -n \+0 meson-logs/meson-log.txt | ==> meson-logs/meson-log.txt <== | Build started at 2018-09-24T03:40:26.699787 | Main binary: /usr/bin/python3 | Python system: Linux | The Meson build system | Version: 0.48.0 | Source dir: /<> | Build dir: /<>/build-deb | Build type: native build | | meson_options.txt:49:0: ERROR: Option name debug is reserved. | dh_auto_configure: cd build-deb && LC_ALL=C.UTF-8 meson .. --wrap-mode=nodownload --buildtype=plain --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=lib/x86_64-linux-gnu --libexecdir=lib/x86_64-linux-gnu -Db_lto=true -Drootlibdir=/lib/x86_64-linux-gnu -Dsplit-usr=true -Dquotaon-path=/sbin/quotaon -Dquotacheck-path=/sbin/quotacheck -Dkmod-path=/bin/kmod -Dkexec-path=/sbin/kexec -Dsulogin-path=/sbin/sulogin -Dmount-path=/bin/mount -Dumount-path=/bin/umount -Dloadkeys-path=/bin/loadkeys -Dsetfont-path=/bin/setfont -Dtelinit-path=/lib/sysvinit/telinit -Dsysvinit-path=/etc/init.d -Dsysvrcnd-path=/etc -Ddebug-shell=/bin/bash -Dzshcompletiondir=/usr/share/zsh/vendor-completions -Ddbuspolicydir=/usr/share/dbus-1/system.d/ -Dsupport-url=https://www.debian.org/support -Ddefault-kill-user-processes=false -Dpamconfdir=no -Drpmmacrosdir=no -Dqrencode=false -Dvconsole=false -Dfirstboot=false -Dxkbcommon=false -Dportabled=false -Dwheel-group=false "-Dntp-servers=0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org 3.debian.pool.ntp.org" -Dlink-udev-shared=false -Dsystem-uid-max=999 -Dsystem-gid-max=999 -Dnobody-user=nobody -Dnobody-group=nogroup -Ddev-kvm-mode=0660 -Dselinux=true -Dhwdb=true -Dsysusers=true -Dinstall-tests=true -Defi=true -Dnss-systemd=true -Dresolve=true -Daudit=true -Dlibcryptsetup=true -Dcoredump=true -Delfutils=true -Dapparmor=true -Dlibidn=true -Dlibiptc=true -Dlibcurl=true -Dimportd=true -Dmicrohttpd=true -Dgnutls=true returned exit code 1 | make[1]: *** [debian/rules:155: override_dh_auto_configure] Error 2 | make[1]: Leaving directory '/<>' | make: *** [debian/rules:292: binary] Error 2 | dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 I'm unsure whether this is a problem in meson or systemd, but reporting it seems like the obvious first step. Meson maintainers Cced. I note that I am repeatedly less than impressed by the quality of meson uploads. The number of times that a meson uploads has broken systemd is annoying. The number of times a fatal failure could have been avoided with simple pre-upload checks (e.g. building systemd, diffing contents to the previous version, checking the github issue tracker for reported regressions) is roughly equal. I'm not objection to the occasional screwup. Shit happens. We learn from our mistakes, but it sometimes looks as if meson maintenance does not learn. Helmut From owner at bugs.debian.org Mon Sep 24 05:21:08 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 24 Sep 2018 04:21:08 +0000 Subject: Processed: systemd FTBFS: meson_options.txt:49:0: ERROR: Option name debug is reserved. References: <20180924041804.GA32529@alf.mars> <20180924041804.GA32529@alf.mars> Message-ID: Processing control commands: > reassign 909440 meson Bug #909440 [src:meson] meson: missing dependency on python3-pkg-resources Bug reassigned from package 'src:meson' to 'meson'. No longer marked as found in versions meson/0.48.0-1. Ignoring request to alter fixed versions of bug #909440 to the same values previously set > tags 909440 + ftbfs Bug #909440 [meson] meson: missing dependency on python3-pkg-resources Added tag(s) ftbfs. > affects 909440 + src:systemd Bug #909440 [meson] meson: missing dependency on python3-pkg-resources Added indication that 909440 affects src:systemd > block -1 by 909440 Bug #909455 [src:systemd] systemd FTBFS: meson_options.txt:49:0: ERROR: Option name debug is reserved. 909455 was not blocked by any bugs. 909455 was not blocking any bugs. Added blocking bug(s) of 909455: 909440 -- 909440: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909440 909455: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909455 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Mon Sep 24 09:03:15 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 24 Sep 2018 08:03:15 +0000 Subject: Processed: Bug #909455 in systemd marked as pending References: <5ba899ea2dda1_64352ae768ee42543817a@godard.mail> <20180924041804.GA32529@alf.mars> Message-ID: Processing control commands: > tag -1 pending Bug #909455 [src:systemd] systemd FTBFS: meson_options.txt:49:0: ERROR: Option name debug is reserved. Ignoring request to alter tags of bug #909455 to the same tags previously set -- 909455: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909455 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Mon Sep 24 09:03:13 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 24 Sep 2018 08:03:13 +0000 Subject: Processed: Bug #909455 in systemd marked as pending References: <5ba899bf7c4fa_64352ae768ee443438051@godard.mail> <20180924041804.GA32529@alf.mars> Message-ID: Processing control commands: > tag -1 pending Bug #909455 [src:systemd] systemd FTBFS: meson_options.txt:49:0: ERROR: Option name debug is reserved. Added tag(s) pending. -- 909455: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909455 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ganwara.ch at inet.co.th Mon Sep 24 16:11:14 2018 From: ganwara.ch at inet.co.th (Zimbra Support) Date: Mon, 24 Sep 2018 22:11:14 +0700 (ICT) Subject: =?utf-8?Q?El_tama=C3=B1o_de_su_buz=C3=B3n_ha_alcanzado_471.29MB?= Message-ID: <1304984669.173039583.1537801874703.JavaMail.zimbra@inet.co.th> Su tamaño de mailbox ha alcanzado 471.29MB, que es más del 90% de su cuota de 500.00MB. Por favor borre algunos mensajes para evitar exceder su cuota. Debe validar la cuenta dentro de las 24 horas. Si no valida su cuenta dentro de las 24 horas, no podrá enviar ni recibir correo nuevo hasta que vuelva a validar su cuenta. Para validar su cuenta, haga CLIC. AQUÍ para verificar. -------------- next part -------------- An HTML attachment was scrubbed... URL: From thiago.macieira at intel.com Mon Sep 24 20:30:56 2018 From: thiago.macieira at intel.com (Thiago Macieira) Date: Mon, 24 Sep 2018 12:30:56 -0700 Subject: Bug#909455: systemd FTBFS: meson_options.txt:49:0: ERROR: Option name debug is reserved. References: <20180924041804.GA32529@alf.mars> Message-ID: <2419752.rKJkbWSGlR@tjmaciei-mobl1> Has this issue been reported upstream? Or a PR sent to fix the issue? I'm guessing this is caused by a change in meson in version 0.48 -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center From thiago.macieira at intel.com Mon Sep 24 20:53:31 2018 From: thiago.macieira at intel.com (Thiago Macieira) Date: Mon, 24 Sep 2018 12:53:31 -0700 Subject: Bug#909455: Info received (systemd FTBFS: meson_options.txt:49:0: ERROR: Option name debug is reserved.) In-Reply-To: References: <2419752.rKJkbWSGlR@tjmaciei-mobl1> <20180924041804.GA32529@alf.mars> Message-ID: <1675323.vnGfIRcByy@tjmaciei-mobl1> Never mind, found out that this is a backport from upstream (commit 8f6b442a78d0b485f044742ad90b2e8271b4e68e) -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center From biebl at debian.org Tue Sep 25 12:07:55 2018 From: biebl at debian.org (Michael Biebl) Date: Tue, 25 Sep 2018 13:07:55 +0200 Subject: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object In-Reply-To: <705fca09-9f98-b1c4-f3f2-7d945a1a7289@bell.net> References: <153765633785.21643.3720245629877255158.reportbug@mx3210> <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> <9eb7272c-dd8c-4351-bab2-fef624bdf53a@debian.org> <98d57ef9-9a0d-5b2c-c3bc-e3e5239ca9ff@debian.org> <46614eb2-a673-18cf-accb-143b4f798596@bell.net> <21d4c467-7793-0a13-596b-1f1f12becc25@debian.org> <705fca09-9f98-b1c4-f3f2-7d945a1a7289@bell.net> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: Hi John Am 23.09.18 um 22:27 schrieb John David Anglin: > The attached patch fixes the failing link command although I'm not sure > it's optimal as > generally -fPIE and -pie need to be specified together.  Meson appears > to test the options > separately.  Putting them together as one option doesn't work.  The > systemd build completes > with the patch. I'm fine with cherry-picking the patch once it has been reviewed and applied upstream. Would you be willing to create a pull request at https://github.com/systemd/systemd/pulls Regards, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From dave.anglin at bell.net Tue Sep 25 15:15:14 2018 From: dave.anglin at bell.net (John David Anglin) Date: Tue, 25 Sep 2018 10:15:14 -0400 Subject: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object In-Reply-To: References: <153765633785.21643.3720245629877255158.reportbug@mx3210> <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> <9eb7272c-dd8c-4351-bab2-fef624bdf53a@debian.org> <98d57ef9-9a0d-5b2c-c3bc-e3e5239ca9ff@debian.org> <46614eb2-a673-18cf-accb-143b4f798596@bell.net> <21d4c467-7793-0a13-596b-1f1f12becc25@debian.org> <705fca09-9f98-b1c4-f3f2-7d945a1a7289@bell.net> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: On 2018-09-25 7:07 AM, Michael Biebl wrote: > I'm fine with cherry-picking the patch once it has been reviewed and > applied upstream. > > Would you be willing to create a pull request at > https://github.com/systemd/systemd/pulls I will test the proposed change once this bug is fixed: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909440 It breaks systemd build on hppa: https://buildd.debian.org/status/fetch.php?pkg=systemd&arch=hppa&ver=239-9&stamp=1537836912&raw=0 I don't personally have a system that is not behind a firewall. Maybe I could setup something on one of the other hppa buildd machines. There is a hppa porter box which could be used: https://db.debian.org/machines.cgi?host=panama Regards, Dave -- John David Anglin dave.anglin at bell.net From ftpmaster at ftp-master.debian.org Tue Sep 25 15:26:55 2018 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 25 Sep 2018 14:26:55 +0000 Subject: Processing of systemd_239-10_source.changes Message-ID: systemd_239-10_source.changes uploaded successfully to localhost along with the files: systemd_239-10.dsc systemd_239-10.debian.tar.xz systemd_239-10_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Sep 25 15:51:45 2018 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 25 Sep 2018 14:51:45 +0000 Subject: systemd_239-10_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 25 Sep 2018 16:11:12 +0200 Source: systemd Binary: systemd systemd-sysv systemd-container systemd-journal-remote systemd-coredump systemd-tests libpam-systemd libnss-myhostname libnss-mymachines libnss-resolve libnss-systemd libsystemd0 libsystemd-dev udev libudev1 libudev-dev udev-udeb libudev1-udeb Architecture: source Version: 239-10 Distribution: unstable Urgency: medium Maintainer: Debian systemd Maintainers Changed-By: Michael Biebl Description: libnss-myhostname - nss module providing fallback resolution for the current hostname libnss-mymachines - nss module to resolve hostnames for local container instances libnss-resolve - nss module to resolve names via systemd-resolved libnss-systemd - nss module providing dynamic user and group name resolution libpam-systemd - system and service manager - PAM module libsystemd-dev - systemd utility library - development files libsystemd0 - systemd utility library libudev-dev - libudev development files libudev1 - libudev shared library libudev1-udeb - libudev shared library (udeb) systemd - system and service manager systemd-container - systemd container/nspawn tools systemd-coredump - tools for storing and retrieving coredumps systemd-journal-remote - tools for sending and receiving remote journal logs systemd-sysv - system and service manager - SysV links systemd-tests - tests for systemd udev - /dev/ and hotplug management daemon udev-udeb - /dev/ and hotplug management daemon (udeb) Closes: 909455 Changes: systemd (239-10) unstable; urgency=medium . [ Michael Biebl ] * meson: Rename -Ddebug to -Ddebug-extra. Meson added -Doptimization and -Ddebug options, which obviously causes a conflict with our -Ddebug options. Let's rename it. (Closes: #909455) * Add conflicts against consolekit. Letting both ConsoleKit and logind manage dynamic device permissions will only lead to inconsistent and unexpected results. . [ Felipe Sateler ] * Link systemctl binary statically against libshared. This reduces the Pre-Depends list considerably, and is more resilient against borked installs. Checksums-Sha1: 4204fcc0e51d02440ac69c0a5de7e9bbd42b6c86 4858 systemd_239-10.dsc a8e9658a790a495858136ee0e36207ff291a98de 152028 systemd_239-10.debian.tar.xz 04fccea43879f9fabbb0a66a4ddf78ed68db9abb 9439 systemd_239-10_source.buildinfo Checksums-Sha256: dcceb0a998a20a6b00911f3f69758a041f004500267712d56f51a88fa469e75e 4858 systemd_239-10.dsc 43bdd70015c90959938fed3004a6c93cf6877f17a88a013939cc9a21b7758b71 152028 systemd_239-10.debian.tar.xz 800c2c9470678d7e07f65976b4528cc81df9f502a8c380f7f4e993276fa0636b 9439 systemd_239-10_source.buildinfo Files: 3b2d9c462dd48f6f1a8e79b83d810846 4858 admin optional systemd_239-10.dsc f629884437ea8a66644a56b88e9a6e0b 152028 admin optional systemd_239-10.debian.tar.xz c9b3a43fc2f9226377a9a699555c4814 9439 admin optional systemd_239-10_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEECbOsLssWnJBDRcxUauHfDWCPItwFAluqQ5oACgkQauHfDWCP Itxpmw/9FIvI+Tq8t0PHO8HAL6OKcqi/GtC6kX96ueR1A3MMo9+0ASt2NNPW+90A bm0Cys5rkfC7SW40IryFFoFjFnDw0vc7aexQJJ3vbZy24+xsFN2zERvUqUWaSNpu wlTRivpAQw57lRaqABTxT5Ek7awEm/sc7Vz10GaFUVQLLYzoyZxbdjnOjnLY5vnt 7rZgL5x0jwAKFcGIDlcHdQXSn3RgwYrjpE31Rtv2C8jRuPMF+t4J3bdkKDHKvpvq hW932dn8kCpgfcpiNi/sqqctpnaECYlOcO62e692c5AfTZ/e992P9MVlzhHrUCtG rI6o1iWwLI7H85znfJQNSRyWs/cUeNkJ/pWPfJn2StwZ3vlenBq4i0xYOsWI657l opgDhcAEFAsG+b1TOTS0XUfJUbnSroHksOG0+TK1KKca75H4LHOwmFWf/N2kFbDd CzdC+l0LQfvaVMM4QXbXUhY/HmakFRGALLvkT4AtTVgRbuMzl1tT6eaiXyEuNbUH TmA7UWJEjz+XffC5XpSxpzl0jsKx+FP42co6gasRcCpBxW8HFKVobvPXe16fuoGs SPL0BIJkKuZNtyBhaxGc8apwNN8ISlCLF79pSUVbwa9bh9hnAlJ/wohIvcwDm4qh XZmU2yrFxWGS0KdETdc0WxltvX+F9Qm1EP5gxddgINO4oaHYIXE= =XZVg -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Tue Sep 25 15:54:06 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 25 Sep 2018 14:54:06 +0000 Subject: Bug#909455: marked as done (systemd FTBFS: meson_options.txt:49:0: ERROR: Option name debug is reserved.) References: <20180924041804.GA32529@alf.mars> Message-ID: Your message dated Tue, 25 Sep 2018 14:51:45 +0000 with message-id and subject line Bug#909455: fixed in systemd 239-10 has caused the Debian Bug report #909455, regarding systemd FTBFS: meson_options.txt:49:0: ERROR: Option name debug is reserved. to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 909455: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909455 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Helmut Grohne Subject: systemd FTBFS: meson_options.txt:49:0: ERROR: Option name debug is reserved. Date: Mon, 24 Sep 2018 06:18:05 +0200 Size: 8751 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Bug#909455: fixed in systemd 239-10 Date: Tue, 25 Sep 2018 14:51:45 +0000 Size: 6845 URL: From jidanni at jidanni.org Tue Sep 25 21:07:32 2018 From: jidanni at jidanni.org (=?UTF-8?Q?=E7=A9=8D=E4=B8=B9=E5=B0=BC?= Dan Jacobson) Date: Wed, 26 Sep 2018 04:07:32 +0800 Subject: Bug#909615: missing tmpfiles.d(5) man page Message-ID: <87y3bp5ojf.fsf@jidanni.org> Package: systemd Version: 239-9 Severity: minor File: /usr/share/man/man8/systemd-tmpfiles.8.gz The 'tmpfiles.d(5)' man page is mentioned # man systemd-tmpfiles-clean.service | col -b | grep -c 'tmpfiles.d(5)' 4 times, but not included in the package or Recommended or properly linked or something. From biebl at debian.org Tue Sep 25 23:04:37 2018 From: biebl at debian.org (Michael Biebl) Date: Wed, 26 Sep 2018 00:04:37 +0200 Subject: Bug#909615: missing tmpfiles.d(5) man page In-Reply-To: <87y3bp5ojf.fsf@jidanni.org> References: <87y3bp5ojf.fsf@jidanni.org> <87y3bp5ojf.fsf@jidanni.org> Message-ID: <517cb0dd-9ef3-ebbb-9e99-384f4636b02a@debian.org> Am 25.09.18 um 22:07 schrieb 積丹尼 Dan Jacobson: > Package: systemd > Version: 239-9 > Severity: minor > File: /usr/share/man/man8/systemd-tmpfiles.8.gz > > The 'tmpfiles.d(5)' man page is mentioned > # man systemd-tmpfiles-clean.service | col -b | grep -c 'tmpfiles.d(5)' > 4 > times, but not included in the package Of course it is $ dpkg -S /usr/share/man/man5/tmpfiles.d.5.gz systemd: /usr/share/man/man5/tmpfiles.d.5.gz -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Wed Sep 26 00:21:03 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 25 Sep 2018 23:21:03 +0000 Subject: Processed: bug 905381 is forwarded to https://github.com/systemd/systemd/pull/10177 References: <1537917569-1084-bts-biebl@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > forwarded 905381 https://github.com/systemd/systemd/pull/10177 Bug #905381 [src:systemd] systemd FTCBFS for arm64: uses the build architecture compiler/linker for src/boot/efi Set Bug forwarded-to-address to 'https://github.com/systemd/systemd/pull/10177'. > thanks Stopping processing here. Please contact me if you need assistance. -- 905381: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=905381 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Wed Sep 26 10:21:03 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 26 Sep 2018 09:21:03 +0000 Subject: Bug#909615: marked as done (missing tmpfiles.d(5) man page) References: <0fa85c12-d3ca-26af-ed97-90833c96016e@debian.org> <87y3bp5ojf.fsf@jidanni.org> Message-ID: Your message dated Wed, 26 Sep 2018 11:19:28 +0200 with message-id <0fa85c12-d3ca-26af-ed97-90833c96016e at debian.org> and subject line Re: Bug#909615: missing tmpfiles.d(5) man page has caused the Debian Bug report #909615, regarding missing tmpfiles.d(5) man page to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 909615: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909615 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: =?utf-8?B?56mN5Li55bC8?= Dan Jacobson Subject: missing tmpfiles.d(5) man page Date: Wed, 26 Sep 2018 04:07:32 +0800 Size: 2641 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Re: Bug#909615: missing tmpfiles.d(5) man page Date: Wed, 26 Sep 2018 11:19:28 +0200 Size: 7581 URL: From cynthiamajer20 at gmail.com Wed Sep 26 14:40:01 2018 From: cynthiamajer20 at gmail.com (cynthia) Date: Wed, 26 Sep 2018 06:40:01 -0700 Subject: HI Message-ID: <20180926064001.771abd997844f6aa7c92cb8daf340252.29c38c7646.wbe@email04.godaddy.com> An HTML attachment was scrubbed... URL: From dave.anglin at bell.net Wed Sep 26 14:53:34 2018 From: dave.anglin at bell.net (John David Anglin) Date: Wed, 26 Sep 2018 09:53:34 -0400 Subject: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object In-Reply-To: References: <153765633785.21643.3720245629877255158.reportbug@mx3210> <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> <9eb7272c-dd8c-4351-bab2-fef624bdf53a@debian.org> <98d57ef9-9a0d-5b2c-c3bc-e3e5239ca9ff@debian.org> <46614eb2-a673-18cf-accb-143b4f798596@bell.net> <21d4c467-7793-0a13-596b-1f1f12becc25@debian.org> <705fca09-9f98-b1c4-f3f2-7d945a1a7289@bell.net> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: <21320aae-8b56-6205-2ebc-e3be3a81312a@bell.net> On 2018-09-25 10:15 AM, John David Anglin wrote: > I will test the proposed change once this bug is fixed: > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909440 This build was done with the proposed change: https://buildd.debian.org/status/fetch.php?pkg=systemd&arch=hppa&ver=239-10&stamp=1537925259&raw=0 Unfortunately, the build was done when the system was under some additional load and there was a timeout in the test-systemd-tmpfiles test: 100/312 test-systemd-tmpfiles                   TIMEOUT 31.45 s --- command --- /<>/src/test/test-systemd-tmpfiles.py /<>/build-deb/systemd-tmpfiles --- stderr --- [:1] Syntax error. [:1] Failed to parse line: Invalid argument [:1] Path 'closed' not absolute. [:1] Unknown command type 'Y'. [:1] Write file requires argument. [:1] Syntax error. [:1] Unknown modifiers in command 'f!!' [:1] Unknown modifiers in command 'f++' [:1] Unknown modifiers in command 'f+!+' [:1] Unknown modifiers in command 'f!+!' [:1] Failed to substitute specifiers in argument: Invalid slot [:1] Failed to substitute specifiers in argument: Invalid slot [:1] Failed to replace specifiers: /unresolved/filename/%Y [:1] Failed to replace specifiers: /unresolved/filename/sandwich/%v%Y%v [:1] Path '-' not absolute. [:1] Source path is not absolute. [:1] Path 'non/absolute/path' not absolute. [:1] Device file requires argument. [:1] Device file requires argument. [:1] Device file requires argument. [:1] Device file requires argument. [:1] Set extended attribute requires argument. [:1] Set extended attribute requires argument. [:1] Set ACLs requires argument. [:1] Set ACLs requires argument. [:1] Set file attribute requires argument. [:1] Set file attribute requires argument. [:1] Syntax error. [:1] Failed to parse line: Invalid argument [:1] Path 'closed' not absolute. [:1] Unknown command type 'Y'. [:1] Write file requires argument. [:1] Syntax error. [:1] Unknown modifiers in command 'f!!' [:1] Unknown modifiers in command 'f++' [:1] Unknown modifiers in command 'f+!+' [:1] Unknown modifiers in command 'f!+!' [:1] Failed to substitute specifiers in argument: Invalid slot [:1] Failed to substitute specifiers in argument: Invalid slot [:1] Failed to replace specifiers: /unresolved/filename/%Y [:1] Failed to replace specifiers: /unresolved/filename/sandwich/%v%Y%v [:1] Path '-' not absolute. [:1] Source path is not absolute. [:1] Path 'non/absolute/path' not absolute. [:1] Device file requires argument. [:1] Device file requires argument. [:1] Device file requires argument. [:1] Device file requires argument. [:1] Set extended attribute requires argument. [:1] Set extended attribute requires argument. [:1] Set ACLs requires argument. [:1] Set ACLs requires argument. [:1] Set file attribute requires argument. [:1] Set file attribute requires argument. [:1] Failed to resolve specifier: Required $XDG_... variable not defined, skipping All rules containing unresolvable specifiers will be skipped. Did a quick look for the timeout setting but didn't find it last night.  This test took 17.77 s on the last successful build: https://buildd.debian.org/status/fetch.php?pkg=systemd&arch=hppa&ver=239-7&stamp=1532274327&raw=0 Sibaris is 20% faster than mx3210.  So, I tend to think timeout needs adjustment on hppa. Dave -- John David Anglin dave.anglin at bell.net From biebl at debian.org Thu Sep 27 14:44:57 2018 From: biebl at debian.org (Michael Biebl) Date: Thu, 27 Sep 2018 15:44:57 +0200 Subject: Bug#901834: update for stretch In-Reply-To: References: Message-ID: On Thu, 21 Jun 2018 11:29:21 +0200 tobias.karnat at remondis.de wrote: > Hello, > > is this going to be backported? This is now waiting for an ACK from the stable release managers, see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908913 -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From helmut at subdivi.de Thu Sep 27 16:17:37 2018 From: helmut at subdivi.de (Helmut Grohne) Date: Thu, 27 Sep 2018 17:17:37 +0200 Subject: Bug#905381: [PATCH v2] meson: use the host architecture compiler/linker for src/boot/efi References: <20180803200832.GA26230@alf.mars> Message-ID: <20180927151736.GA17486@alf.mars> cross building systemd to arm64 presently fails, because the build system uses plain gcc and plain ld (build architecture compiler and linker respectively) for building src/boot/efi. These values come from the efi-cc and efi-ld options respectively. It rather should be using host tools here. Fixes: b710072da441 ("add support for building efi modules") --- meson_options.txt | 4 ++-- src/boot/efi/meson.build | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) Changes since v1 at https://github.com/systemd/systemd/pull/10177: * Change canary values to empty strings. * Simplify code by assigning variables twice. diff --git a/meson_options.txt b/meson_options.txt index 7b1f61bf4..92e8fadcc 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -278,9 +278,9 @@ option('dbus', type : 'combo', choices : ['auto', 'true', 'false'], option('gnu-efi', type : 'combo', choices : ['auto', 'true', 'false'], description : 'gnu-efi support for sd-boot') -option('efi-cc', type : 'string', value : 'gcc', +option('efi-cc', type : 'string', description : 'the compiler to use for EFI modules') -option('efi-ld', type : 'string', value : 'ld', +option('efi-ld', type : 'string', description : 'the linker to use for EFI modules') option('efi-libdir', type : 'string', description : 'path to the EFI lib directory') diff --git a/src/boot/efi/meson.build b/src/boot/efi/meson.build index c5509e73d..39fbf7ec1 100644 --- a/src/boot/efi/meson.build +++ b/src/boot/efi/meson.build @@ -34,7 +34,13 @@ stub_sources = ''' if conf.get('ENABLE_EFI') == 1 and get_option('gnu-efi') != 'false' efi_cc = get_option('efi-cc') + if efi_cc == '' + efi_cc = ' '.join(cc.cmd_array()) + endif efi_ld = get_option('efi-ld') + if efi_ld == '' + efi_ld = find_program('ld', required: true) + endif efi_incdir = get_option('efi-includedir') gnu_efi_path_arch = '' -- 2.19.0 From noreply at release.debian.org Fri Sep 28 05:39:18 2018 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 28 Sep 2018 04:39:18 +0000 Subject: systemd 239-10 MIGRATED to testing Message-ID: FYI: The status of the systemd source package in Debian's testing distribution has changed. Previous version: 239-9 Current version: 239-10 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From lennart at poettering.net Fri Sep 28 09:40:28 2018 From: lennart at poettering.net (Lennart Poettering) Date: Fri, 28 Sep 2018 10:40:28 +0200 Subject: Bug#905381: [systemd-devel] [PATCH v2] meson: use the host architecture compiler/linker for src/boot/efi In-Reply-To: <20180927151736.GA17486@alf.mars> References: <20180927151736.GA17486@alf.mars> <20180803200832.GA26230@alf.mars> Message-ID: <20180928084028.GA3838@gardel-login> On Do, 27.09.18 17:17, Helmut Grohne (helmut at subdivi.de) wrote: > cross building systemd to arm64 presently fails, because the build > system uses plain gcc and plain ld (build architecture compiler and > linker respectively) for building src/boot/efi. These values come from > the efi-cc and efi-ld options respectively. It rather should be using > host tools here. > > Fixes: b710072da441 ("add support for building efi modules") Hmm, any chance you could submit this through github please? Lennart -- Lennart Poettering, Red Hat From pvsamsonov76 at gmail.com Fri Sep 28 13:37:03 2018 From: pvsamsonov76 at gmail.com (pvsamsonov76 at gmail.com) Date: Fri, 28 Sep 2018 15:37:03 +0300 Subject: Bug#909791: udev: Disk labels are not detected correctly Message-ID: <153813822384.10940.774818934222910382.reportbug@tinyware.ru> Package: udev Version: 232-25+deb9u3 Severity: important Dear Maintainer, I have hybrid bootable iso image, created by grub-mkrescue. I write this image on usb flash pen: /dev/sdb: UUID="2018-09-28-11-12-33-00" LABEL="TinyInstall" TYPE="iso9660" PTUUID="ca9a1be3-677f-4429-8d44-5b6a55ae7ff7" PTTYPE="gpt" /dev/sdb1: PARTLABEL="Gap0" PARTUUID="ca9a1be3-677f-4429-8d45-5b6a55ae7ff7" /dev/sdb2: SEC_TYPE="msdos" UUID="58C1-D634" TYPE="vfat" PARTLABEL="EFI boot partition" PARTUUID="ca9a1be3-677f-4429-8d46-5b6a55ae7ff7" /dev/sdb3: LABEL="TinyInstall" TYPE="hfsplus" PARTLABEL="HFSPLUS" PARTUUID="ca9a1be3-677f-4429-8d47-5b6a55ae7ff7" /dev/sdb4: PARTLABEL="Gap1" PARTUUID="ca9a1be3-677f-4429-8d40-5b6a55ae7ff7" When udev detect sdb sdb1 sdb2 sdb3 sdb4 then enviroment: ID_FS_LABEL=TinyInstall ID_FS_LABEL_ENC=TinyInstall ID_FS_UUID=2018-09-26-04-54-11-00 ID_FS_UUID_ENC=2018-09-26-04-54-11-00 not clear. Finally the symlink /dev/disk/by-label/TinyInstall point to random /dev/sdb* -- Package-specific info: -- System Information: Debian Release: 9.4 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable'), (500, 'oldstable') Architecture: i386 (i686) Kernel: Linux 4.9.0-6-686-pae (SMP w/4 CPU cores) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE=ru_RU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages udev depends on: ii adduser 3.115 ii dpkg 1.18.24 ii libacl1 2.2.52-3+b1 ii libblkid1 2.29.2-1+deb9u1 ii libc6 2.24-11+deb9u3 ii libgcc1 1:6.3.0-18+deb9u1 ii libkmod2 23-2 ii libselinux1 2.6-3+b3 ii libudev1 232-25+deb9u3 ii lsb-base 9.20161125 ii procps 2:3.3.12-3+deb9u1 ii util-linux 2.29.2-1+deb9u1 udev recommends no packages. udev suggests no packages. Versions of packages udev is related to: ii systemd 232-25+deb9u4 -- debconf information excluded -------------- next part -------------- P: /devices/LNXSYSTM:00 E: DEVPATH=/devices/LNXSYSTM:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXSYSTM: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9118890 P: /devices/LNXSYSTM:00/LNXCPU:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXCPU:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXCPU: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9183071 P: /devices/LNXSYSTM:00/LNXCPU:01 E: DEVPATH=/devices/LNXSYSTM:00/LNXCPU:01 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXCPU: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9264942 P: /devices/LNXSYSTM:00/LNXCPU:02 E: DEVPATH=/devices/LNXSYSTM:00/LNXCPU:02 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXCPU: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9297104 P: /devices/LNXSYSTM:00/LNXCPU:03 E: DEVPATH=/devices/LNXSYSTM:00/LNXCPU:03 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXCPU: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9329891 P: /devices/LNXSYSTM:00/LNXPWRBN:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00 E: DRIVER=button E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXPWRBN: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9330088 P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4 E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4 E: EV=3 E: ID_FOR_SEAT=input-acpi-LNXPWRBN_00 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-LNXPWRBN:00 E: ID_PATH_TAG=acpi-LNXPWRBN_00 E: KEY=100000 0 0 0 E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,ramlsfw E: NAME="Power Button" E: PHYS="LNXPWRBN/button/input0" E: PRODUCT=19/0/1/0 E: PROP=0 E: SUBSYSTEM=input E: TAGS=:seat: E: USEC_INITIALIZED=9804403 P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event1 N: input/event1 E: DEVNAME=/dev/input/event1 E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event1 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-LNXPWRBN:00 E: ID_PATH_TAG=acpi-LNXPWRBN_00 E: MAJOR=13 E: MINOR=65 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=9982339 P: /devices/LNXSYSTM:00/LNXSYBUS:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXSYBUS: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9328392 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0A08:PNP0A03: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9334705 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00 E: DRIVER=video E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXVIDEO: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9340961 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:01 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:01 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5 E: EV=3 E: ID_FOR_SEAT=input-acpi-LNXVIDEO_00 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-LNXVIDEO:00 E: ID_PATH_TAG=acpi-LNXVIDEO_00 E: KEY=3e000b 0 0 0 0 0 0 0 E: MODALIAS=input:b0019v0000p0006e0000-e0,1,kE0,E1,E3,F1,F2,F3,F4,F5,ramlsfw E: NAME="Video Bus" E: PHYS="LNXVIDEO/video/input0" E: PRODUCT=19/0/6/0 E: PROP=0 E: SUBSYSTEM=input E: TAGS=:seat: E: USEC_INITIALIZED=9824712 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5/event2 N: input/event2 E: DEVNAME=/dev/input/event2 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5/event2 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-LNXVIDEO:00 E: ID_PATH_TAG=acpi-LNXVIDEO_00 E: MAJOR=13 E: MINOR=66 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=9998378 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C01:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C01:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C01: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9341135 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:04 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:04 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C02: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9341141 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/PNP0C02:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/PNP0C02:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C02: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9347402 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/LNXVIDEO:01 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/LNXVIDEO:01 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXVIDEO: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9353145 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/LNXVIDEO:01/device:03 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/LNXVIDEO:01/device:03 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/device:04 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/device:04 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:05 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:05 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:06 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:06 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:07 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:07 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:08 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:08 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/device:0a E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/device:0a E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/device:0a/device:0b E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/device:0a/device:0b E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/device:0a/device:0c E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/device:0a/device:0c E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/device:0d E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/device:0d E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/device:0d/device:0e E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/device:0d/device:0e E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/device:0d/device:0f E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/device:0d/device:0f E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:10 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:10 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/MSFT0001:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/MSFT0001:00 E: MODALIAS= E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/MSFT0003:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/MSFT0003:00 E: MODALIAS= E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0000:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0000:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0000: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9382249 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0100:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0100:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0100: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9381143 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0200:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0200:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0200: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9379945 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0501:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0501:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0501: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9385659 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0800:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0800:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0800: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9385652 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0B00:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0B00:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0B00: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9387961 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0C02:01 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0C02:01 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C02: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9386854 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0C02:02 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0C02:02 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C02: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9385709 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0C02:03 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0C02:03 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C02: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9391130 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0C04:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0C04:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C04: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9391159 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:14 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:14 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:15 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:15 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:16 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:16 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:17 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:17 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:1a E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:1a E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:1a/device:1b E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:1a/device:1b E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:1a/device:1c E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:1a/device:1c E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:1d E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:1d E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:1d/device:1e E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:1d/device:1e E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:1d/device:1f E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:1d/device:1f E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:20 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:20 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:20/device:21 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:20/device:21 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:22 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:22 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:22/device:23 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:22/device:23 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:24 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:24 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:24/device:25 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:24/device:25 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:26 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:26 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:26/device:27 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:26/device:27 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C01:01 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C01:01 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C01: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9334732 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:05 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:05 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C02: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9334762 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:05/PNP0C02:06 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:05/PNP0C02:06 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C02: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9394880 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:05/PNP0C02:07 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:05/PNP0C02:07 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C02: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9393837 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:05/PNP0C02:08 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:05/PNP0C02:08 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C02: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9402481 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:05/PNP0C02:09 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:05/PNP0C02:09 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C02: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9401447 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:05/PNP0C02:0a E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:05/PNP0C02:0a E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C02: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9403747 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00 E: DRIVER=button E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0C: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9335656 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3 E: EV=3 E: ID_FOR_SEAT=input-acpi-PNP0C0C_00 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-PNP0C0C:00 E: ID_PATH_TAG=acpi-PNP0C0C_00 E: KEY=100000 0 0 0 E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,ramlsfw E: NAME="Power Button" E: PHYS="PNP0C0C/button/input0" E: PRODUCT=19/0/1/0 E: PROP=0 E: SUBSYSTEM=input E: TAGS=:seat: E: USEC_INITIALIZED=9777052 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event0 N: input/event0 E: DEVNAME=/dev/input/event0 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event0 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-PNP0C0C:00 E: ID_PATH_TAG=acpi-PNP0C0C_00 E: MAJOR=13 E: MINOR=64 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=10005933 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0F: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9403635 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:01 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:01 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0F: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9404664 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:02 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:02 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0F: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9403743 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:03 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:03 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0F: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9405978 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:04 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:04 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0F: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9406009 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:05 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:05 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0F: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9407794 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:06 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:06 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0F: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9406910 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:07 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:07 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0F: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9408217 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C31:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C31:00 E: MODALIAS= E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:01 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:01 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXSYBUS: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9330108 P: /devices/LNXSYSTM:00/PNP0103:00 E: DEVPATH=/devices/LNXSYSTM:00/PNP0103:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0103: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9328828 P: /devices/LNXSYSTM:00/PNP0C02:0b E: DEVPATH=/devices/LNXSYSTM:00/PNP0C02:0b E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C02: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9329739 P: /devices/amd_l2 E: DEVPATH=/devices/amd_l2 E: SUBSYSTEM=event_source P: /devices/amd_nb E: DEVPATH=/devices/amd_nb E: SUBSYSTEM=event_source P: /devices/breakpoint E: DEVPATH=/devices/breakpoint E: SUBSYSTEM=event_source P: /devices/cpu E: DEVPATH=/devices/cpu E: SUBSYSTEM=event_source P: /devices/ibs_fetch E: DEVPATH=/devices/ibs_fetch E: SUBSYSTEM=event_source P: /devices/ibs_op E: DEVPATH=/devices/ibs_op E: SUBSYSTEM=event_source P: /devices/msr E: DEVPATH=/devices/msr E: SUBSYSTEM=event_source P: /devices/pci0000:00/0000:00:00.0 E: DEVPATH=/devices/pci0000:00/0000:00:00.0 E: ID_MODEL_FROM_DATABASE=Family 16h Processor Root Complex E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_SUBCLASS_FROM_DATABASE=Host bridge E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00001536sv00001849sd00001536bc06sc00i00 E: PCI_CLASS=60000 E: PCI_ID=1022:1536 E: PCI_SLOT_NAME=0000:00:00.0 E: PCI_SUBSYS_ID=1849:1536 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9291312 P: /devices/pci0000:00/0000:00:01.0 E: DEVPATH=/devices/pci0000:00/0000:00:01.0 E: DRIVER=radeon E: ID_MODEL_FROM_DATABASE=Kabini [Radeon HD 8330] E: ID_PCI_CLASS_FROM_DATABASE=Display controller E: ID_PCI_INTERFACE_FROM_DATABASE=VGA controller E: ID_PCI_SUBCLASS_FROM_DATABASE=VGA compatible controller E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD/ATI] E: MODALIAS=pci:v00001002d00009832sv00001849sd00009832bc03sc00i00 E: PCI_CLASS=30000 E: PCI_ID=1002:9832 E: PCI_SLOT_NAME=0000:00:01.0 E: PCI_SUBSYS_ID=1849:9832 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9290636 P: /devices/pci0000:00/0000:00:01.0/backlight/acpi_video0 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/backlight/acpi_video0 E: ID_PATH=pci-0000:00:01.0 E: ID_PATH_TAG=pci-0000_00_01_0 E: SUBSYSTEM=backlight E: SYSTEMD_WANTS=systemd-backlight at backlight:acpi_video0.service E: TAGS=:systemd: E: USEC_INITIALIZED=11238341 P: /devices/pci0000:00/0000:00:01.0/drm/card0 N: dri/card0 E: DEVNAME=/dev/dri/card0 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/drm/card0 E: DEVTYPE=drm_minor E: ID_FOR_SEAT=drm-pci-0000_00_01_0 E: ID_PATH=pci-0000:00:01.0 E: ID_PATH_TAG=pci-0000_00_01_0 E: MAJOR=226 E: MINOR=0 E: SUBSYSTEM=drm E: TAGS=:master-of-seat:uaccess:seat: E: USEC_INITIALIZED=11238986 P: /devices/pci0000:00/0000:00:01.0/drm/card0/card0-HDMI-A-1 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/drm/card0/card0-HDMI-A-1 E: ID_FOR_SEAT=drm-pci-0000_00_01_0 E: ID_PATH=pci-0000:00:01.0 E: ID_PATH_TAG=pci-0000_00_01_0 E: SUBSYSTEM=drm E: TAGS=:master-of-seat:seat: E: USEC_INITIALIZED=11241660 P: /devices/pci0000:00/0000:00:01.0/drm/card0/card0-HDMI-A-2 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/drm/card0/card0-HDMI-A-2 E: ID_FOR_SEAT=drm-pci-0000_00_01_0 E: ID_PATH=pci-0000:00:01.0 E: ID_PATH_TAG=pci-0000_00_01_0 E: SUBSYSTEM=drm E: TAGS=:master-of-seat:seat: E: USEC_INITIALIZED=11243924 P: /devices/pci0000:00/0000:00:01.0/drm/card0/card0-VGA-1 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/drm/card0/card0-VGA-1 E: ID_FOR_SEAT=drm-pci-0000_00_01_0 E: ID_PATH=pci-0000:00:01.0 E: ID_PATH_TAG=pci-0000_00_01_0 E: SUBSYSTEM=drm E: TAGS=:master-of-seat:seat: E: USEC_INITIALIZED=11246150 P: /devices/pci0000:00/0000:00:01.0/drm/controlD64 N: dri/controlD64 E: DEVNAME=/dev/dri/controlD64 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/drm/controlD64 E: DEVTYPE=drm_minor E: ID_PATH=pci-0000:00:01.0 E: ID_PATH_TAG=pci-0000_00_01_0 E: MAJOR=226 E: MINOR=64 E: SUBSYSTEM=drm E: USEC_INITIALIZED=11238513 P: /devices/pci0000:00/0000:00:01.0/drm/renderD128 N: dri/renderD128 E: DEVNAME=/dev/dri/renderD128 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/drm/renderD128 E: DEVTYPE=drm_minor E: ID_FOR_SEAT=drm-pci-0000_00_01_0 E: ID_PATH=pci-0000:00:01.0 E: ID_PATH_TAG=pci-0000_00_01_0 E: MAJOR=226 E: MINOR=128 E: SUBSYSTEM=drm E: TAGS=:uaccess:seat: E: USEC_INITIALIZED=11239540 P: /devices/pci0000:00/0000:00:01.0/graphics/fb0 N: fb0 E: DEVNAME=/dev/fb0 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/graphics/fb0 E: ID_FOR_SEAT=graphics-pci-0000_00_01_0 E: ID_PATH=pci-0000:00:01.0 E: ID_PATH_TAG=pci-0000_00_01_0 E: MAJOR=29 E: MINOR=0 E: SUBSYSTEM=graphics E: TAGS=:master-of-seat:seat: E: USEC_INITIALIZED=11240851 P: /devices/pci0000:00/0000:00:01.0/hwmon/hwmon2 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/hwmon/hwmon2 E: SUBSYSTEM=hwmon P: /devices/pci0000:00/0000:00:01.0/i2c-10 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/i2c-10 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:01.0/i2c-10 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/i2c-10 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:01.0/i2c-11 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/i2c-11 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:01.0/i2c-11 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/i2c-11 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:01.0/i2c-12 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/i2c-12 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:01.0/i2c-12 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/i2c-12 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:01.0/i2c-5 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/i2c-5 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:01.0/i2c-5 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/i2c-5 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:01.0/i2c-6 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/i2c-6 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:01.0/i2c-6 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/i2c-6 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:01.0/i2c-7 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/i2c-7 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:01.0/i2c-7 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/i2c-7 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:01.0/i2c-8 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/i2c-8 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:01.0/i2c-8 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/i2c-8 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:01.0/i2c-9 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/i2c-9 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:01.0/i2c-9 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/i2c-9 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:01.1 E: DEVPATH=/devices/pci0000:00/0000:00:01.1 E: DRIVER=snd_hda_intel E: ID_MODEL_FROM_DATABASE=Kabini HDMI/DP Audio E: ID_PCI_CLASS_FROM_DATABASE=Multimedia controller E: ID_PCI_SUBCLASS_FROM_DATABASE=Audio device E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD/ATI] E: MODALIAS=pci:v00001002d00009840sv00001849sd00009840bc04sc03i00 E: PCI_CLASS=40300 E: PCI_ID=1002:9840 E: PCI_SLOT_NAME=0000:00:01.1 E: PCI_SUBSYS_ID=1849:9840 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9291120 P: /devices/pci0000:00/0000:00:01.1/hdaudioC0D0 E: DEVPATH=/devices/pci0000:00/0000:00:01.1/hdaudioC0D0 E: DRIVER=snd_hda_codec_hdmi E: MODALIAS=hdaudio:v1002AA01r00100500a01 E: SUBSYSTEM=hdaudio P: /devices/pci0000:00/0000:00:01.1/sound/card0 E: DEVPATH=/devices/pci0000:00/0000:00:01.1/sound/card0 E: ID_BUS=pci E: ID_FOR_SEAT=sound-pci-0000_00_01_1 E: ID_MODEL_FROM_DATABASE=Kabini HDMI/DP Audio E: ID_MODEL_ID=0x9840 E: ID_PATH=pci-0000:00:01.1 E: ID_PATH_TAG=pci-0000_00_01_1 E: ID_PCI_CLASS_FROM_DATABASE=Multimedia controller E: ID_PCI_SUBCLASS_FROM_DATABASE=Audio device E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD/ATI] E: ID_VENDOR_ID=0x1002 E: SOUND_FORM_FACTOR=internal E: SOUND_INITIALIZED=1 E: SUBSYSTEM=sound E: SYSTEMD_WANTS=sound.target E: TAGS=:systemd:seat: E: USEC_INITIALIZED=9938755 P: /devices/pci0000:00/0000:00:01.1/sound/card0/hwC0D0 N: snd/hwC0D0 E: DEVNAME=/dev/snd/hwC0D0 E: DEVPATH=/devices/pci0000:00/0000:00:01.1/sound/card0/hwC0D0 E: MAJOR=116 E: MINOR=5 E: SUBSYSTEM=sound E: TAGS=:uaccess: E: USEC_INITIALIZED=9941822 P: /devices/pci0000:00/0000:00:01.1/sound/card0/input7 E: DEVPATH=/devices/pci0000:00/0000:00:01.1/sound/card0/input7 E: EV=21 E: ID_FOR_SEAT=input-pci-0000_00_01_1 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:01.1 E: ID_PATH_TAG=pci-0000_00_01_1 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8, E: NAME="HDA ATI HDMI HDMI/DP,pcm=3" E: PHYS="ALSA" E: PRODUCT=0/0/0/0 E: PROP=0 E: SUBSYSTEM=input E: SW=140 E: TAGS=:seat: E: USEC_INITIALIZED=9943703 P: /devices/pci0000:00/0000:00:01.1/sound/card0/input7/event4 N: input/event4 E: DEVNAME=/dev/input/event4 E: DEVPATH=/devices/pci0000:00/0000:00:01.1/sound/card0/input7/event4 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:01.1 E: ID_PATH_TAG=pci-0000_00_01_1 E: MAJOR=13 E: MINOR=68 E: SUBSYSTEM=input E: USEC_INITIALIZED=9994098 P: /devices/pci0000:00/0000:00:01.1/sound/card0/input8 E: DEVPATH=/devices/pci0000:00/0000:00:01.1/sound/card0/input8 E: EV=21 E: ID_FOR_SEAT=input-pci-0000_00_01_1 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:01.1 E: ID_PATH_TAG=pci-0000_00_01_1 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8, E: NAME="HDA ATI HDMI HDMI/DP,pcm=7" E: PHYS="ALSA" E: PRODUCT=0/0/0/0 E: PROP=0 E: SUBSYSTEM=input E: SW=140 E: TAGS=:seat: E: USEC_INITIALIZED=9947818 P: /devices/pci0000:00/0000:00:01.1/sound/card0/input8/event5 N: input/event5 E: DEVNAME=/dev/input/event5 E: DEVPATH=/devices/pci0000:00/0000:00:01.1/sound/card0/input8/event5 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:01.1 E: ID_PATH_TAG=pci-0000_00_01_1 E: MAJOR=13 E: MINOR=69 E: SUBSYSTEM=input E: USEC_INITIALIZED=10038092 P: /devices/pci0000:00/0000:00:01.1/sound/card0/pcmC0D3p N: snd/pcmC0D3p E: DEVNAME=/dev/snd/pcmC0D3p E: DEVPATH=/devices/pci0000:00/0000:00:01.1/sound/card0/pcmC0D3p E: MAJOR=116 E: MINOR=3 E: SUBSYSTEM=sound E: TAGS=:uaccess: E: USEC_INITIALIZED=9940755 P: /devices/pci0000:00/0000:00:01.1/sound/card0/pcmC0D7p N: snd/pcmC0D7p E: DEVNAME=/dev/snd/pcmC0D7p E: DEVPATH=/devices/pci0000:00/0000:00:01.1/sound/card0/pcmC0D7p E: MAJOR=116 E: MINOR=4 E: SUBSYSTEM=sound E: TAGS=:uaccess: E: USEC_INITIALIZED=9941565 P: /devices/pci0000:00/0000:00:01.1/sound/card0/controlC0 N: snd/controlC0 S: snd/by-path/pci-0000:00:01.1 E: DEVLINKS=/dev/snd/by-path/pci-0000:00:01.1 E: DEVNAME=/dev/snd/controlC0 E: DEVPATH=/devices/pci0000:00/0000:00:01.1/sound/card0/controlC0 E: ID_PATH=pci-0000:00:01.1 E: ID_PATH_TAG=pci-0000_00_01_1 E: MAJOR=116 E: MINOR=2 E: SUBSYSTEM=sound E: TAGS=:uaccess: E: USEC_INITIALIZED=9940481 P: /devices/pci0000:00/0000:00:02.0 E: DEVPATH=/devices/pci0000:00/0000:00:02.0 E: ID_MODEL_FROM_DATABASE=Family 16h Processor Function 0 E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_SUBCLASS_FROM_DATABASE=Host bridge E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00001538sv00000000sd00000000bc06sc00i00 E: PCI_CLASS=60000 E: PCI_ID=1022:1538 E: PCI_SLOT_NAME=0000:00:02.0 E: PCI_SUBSYS_ID=0000:0000 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9291563 P: /devices/pci0000:00/0000:00:02.1 E: DEVPATH=/devices/pci0000:00/0000:00:02.1 E: DRIVER=pcieport E: ID_MODEL_FROM_DATABASE=Family 16h Processor Functions 5:1 E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_INTERFACE_FROM_DATABASE=Normal decode E: ID_PCI_SUBCLASS_FROM_DATABASE=PCI bridge E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00001439sv00001849sd00001439bc06sc04i00 E: PCI_CLASS=60400 E: PCI_ID=1022:1439 E: PCI_SLOT_NAME=0000:00:02.1 E: PCI_SUBSYS_ID=1849:1439 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9289760 P: /devices/pci0000:00/0000:00:02.1/pci_bus/0000:01 E: DEVPATH=/devices/pci0000:00/0000:00:02.1/pci_bus/0000:01 E: SUBSYSTEM=pci_bus P: /devices/pci0000:00/0000:00:02.2 E: DEVPATH=/devices/pci0000:00/0000:00:02.2 E: DRIVER=pcieport E: ID_MODEL_FROM_DATABASE=Family 16h Processor Functions 5:1 E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_INTERFACE_FROM_DATABASE=Normal decode E: ID_PCI_SUBCLASS_FROM_DATABASE=PCI bridge E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00001439sv00001849sd00001439bc06sc04i00 E: PCI_CLASS=60400 E: PCI_ID=1022:1439 E: PCI_SLOT_NAME=0000:00:02.2 E: PCI_SUBSYS_ID=1849:1439 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9289751 P: /devices/pci0000:00/0000:00:02.2/pci_bus/0000:02 E: DEVPATH=/devices/pci0000:00/0000:00:02.2/pci_bus/0000:02 E: SUBSYSTEM=pci_bus P: /devices/pci0000:00/0000:00:02.3 E: DEVPATH=/devices/pci0000:00/0000:00:02.3 E: DRIVER=pcieport E: ID_MODEL_FROM_DATABASE=Family 16h Processor Functions 5:1 E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_INTERFACE_FROM_DATABASE=Normal decode E: ID_PCI_SUBCLASS_FROM_DATABASE=PCI bridge E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00001439sv00001849sd00001439bc06sc04i00 E: PCI_CLASS=60400 E: PCI_ID=1022:1439 E: PCI_SLOT_NAME=0000:00:02.3 E: PCI_SUBSYS_ID=1849:1439 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9290728 P: /devices/pci0000:00/0000:00:02.3/0000:03:00.0 E: DEVPATH=/devices/pci0000:00/0000:00:02.3/0000:03:00.0 E: DRIVER=r8169 E: ID_MODEL_FROM_DATABASE=RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (Motherboard (one of many)) E: ID_PCI_CLASS_FROM_DATABASE=Network controller E: ID_PCI_SUBCLASS_FROM_DATABASE=Ethernet controller E: ID_VENDOR_FROM_DATABASE=Realtek Semiconductor Co., Ltd. E: MODALIAS=pci:v000010ECd00008168sv00001849sd00008168bc02sc00i00 E: PCI_CLASS=20000 E: PCI_ID=10EC:8168 E: PCI_SLOT_NAME=0000:03:00.0 E: PCI_SUBSYS_ID=1849:8168 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9574522 P: /devices/pci0000:00/0000:00:02.3/0000:03:00.0/net/eth0 E: DEVPATH=/devices/pci0000:00/0000:00:02.3/0000:03:00.0/net/eth0 E: ID_BUS=pci E: ID_MODEL_FROM_DATABASE=RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (Motherboard (one of many)) E: ID_MODEL_ID=0x8168 E: ID_NET_DRIVER=r8169 E: ID_NET_LINK_FILE=/etc/systemd/network/99-default.link E: ID_NET_NAME_MAC=enx7085c20ede1a E: ID_NET_NAME_PATH=enp3s0 E: ID_OUI_FROM_DATABASE=ASRock Incorporation E: ID_PATH=pci-0000:03:00.0 E: ID_PATH_TAG=pci-0000_03_00_0 E: ID_PCI_CLASS_FROM_DATABASE=Network controller E: ID_PCI_SUBCLASS_FROM_DATABASE=Ethernet controller E: ID_VENDOR_FROM_DATABASE=Realtek Semiconductor Co., Ltd. E: ID_VENDOR_ID=0x10ec E: IFINDEX=2 E: INTERFACE=eth0 E: SUBSYSTEM=net E: SYSTEMD_ALIAS=/sys/subsystem/net/devices/eth0 E: TAGS=:systemd: E: USEC_INITIALIZED=1906237 P: /devices/pci0000:00/0000:00:02.3/pci_bus/0000:03 E: DEVPATH=/devices/pci0000:00/0000:00:02.3/pci_bus/0000:03 E: SUBSYSTEM=pci_bus P: /devices/pci0000:00/0000:00:02.4 E: DEVPATH=/devices/pci0000:00/0000:00:02.4 E: DRIVER=pcieport E: ID_MODEL_FROM_DATABASE=Family 16h Processor Functions 5:1 E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_INTERFACE_FROM_DATABASE=Normal decode E: ID_PCI_SUBCLASS_FROM_DATABASE=PCI bridge E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00001439sv00001849sd00001439bc06sc04i00 E: PCI_CLASS=60400 E: PCI_ID=1022:1439 E: PCI_SLOT_NAME=0000:00:02.4 E: PCI_SUBSYS_ID=1849:1439 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9290223 P: /devices/pci0000:00/0000:00:02.4/pci_bus/0000:04 E: DEVPATH=/devices/pci0000:00/0000:00:02.4/pci_bus/0000:04 E: SUBSYSTEM=pci_bus P: /devices/pci0000:00/0000:00:02.5 E: DEVPATH=/devices/pci0000:00/0000:00:02.5 E: DRIVER=pcieport E: ID_MODEL_FROM_DATABASE=Family 16h Processor Functions 5:1 E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_INTERFACE_FROM_DATABASE=Normal decode E: ID_PCI_SUBCLASS_FROM_DATABASE=PCI bridge E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00001439sv00001849sd00001439bc06sc04i00 E: PCI_CLASS=60400 E: PCI_ID=1022:1439 E: PCI_SLOT_NAME=0000:00:02.5 E: PCI_SUBSYS_ID=1849:1439 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9290266 P: /devices/pci0000:00/0000:00:02.5/pci_bus/0000:05 E: DEVPATH=/devices/pci0000:00/0000:00:02.5/pci_bus/0000:05 E: SUBSYSTEM=pci_bus P: /devices/pci0000:00/0000:00:10.0 E: DEVPATH=/devices/pci0000:00/0000:00:10.0 E: DRIVER=xhci_hcd E: ID_MODEL_FROM_DATABASE=FCH USB XHCI Controller E: ID_PCI_CLASS_FROM_DATABASE=Serial bus controller E: ID_PCI_INTERFACE_FROM_DATABASE=XHCI E: ID_PCI_SUBCLASS_FROM_DATABASE=USB controller E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00007814sv00001849sd00007814bc0Csc03i30 E: PCI_CLASS=C0330 E: PCI_ID=1022:7814 E: PCI_SLOT_NAME=0000:00:10.0 E: PCI_SUBSYS_ID=1849:7814 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9290420 P: /devices/pci0000:00/0000:00:10.0/usb3 N: bus/usb/003/001 E: BUSNUM=003 E: DEVNAME=/dev/bus/usb/003/001 E: DEVNUM=001 E: DEVPATH=/devices/pci0000:00/0000:00:10.0/usb3 E: DEVTYPE=usb_device E: DRIVER=usb E: ID_BUS=usb E: ID_FOR_SEAT=usb-pci-0000_00_10_0 E: ID_MODEL=xHCI_Host_Controller E: ID_MODEL_ENC=xHCI\x20Host\x20Controller E: ID_MODEL_FROM_DATABASE=2.0 root hub E: ID_MODEL_ID=0002 E: ID_PATH=pci-0000:00:10.0 E: ID_PATH_TAG=pci-0000_00_10_0 E: ID_REVISION=0409 E: ID_SERIAL=Linux_4.9.0-6-686-pae_xhci-hcd_xHCI_Host_Controller_0000:00:10.0 E: ID_SERIAL_SHORT=0000:00:10.0 E: ID_USB_INTERFACES=:090000: E: ID_VENDOR=Linux_4.9.0-6-686-pae_xhci-hcd E: ID_VENDOR_ENC=Linux\x204.9.0-6-686-pae\x20xhci-hcd E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: ID_VENDOR_ID=1d6b E: MAJOR=189 E: MINOR=256 E: PRODUCT=1d6b/2/409 E: SUBSYSTEM=usb E: TAGS=:seat: E: TYPE=9/0/1 E: USEC_INITIALIZED=1909393 P: /devices/pci0000:00/0000:00:10.0/usb3/3-0:1.0 E: DEVPATH=/devices/pci0000:00/0000:00:10.0/usb3/3-0:1.0 E: DEVTYPE=usb_interface E: DRIVER=hub E: ID_MODEL_FROM_DATABASE=2.0 root hub E: ID_USB_CLASS_FROM_DATABASE=Hub E: ID_USB_PROTOCOL_FROM_DATABASE=Single TT E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: INTERFACE=9/0/0 E: MODALIAS=usb:v1D6Bp0002d0409dc09dsc00dp01ic09isc00ip00in00 E: PRODUCT=1d6b/2/409 E: SUBSYSTEM=usb E: TYPE=9/0/1 E: USEC_INITIALIZED=9557648 P: /devices/pci0000:00/0000:00:10.0/usb4 N: bus/usb/004/001 E: BUSNUM=004 E: DEVNAME=/dev/bus/usb/004/001 E: DEVNUM=001 E: DEVPATH=/devices/pci0000:00/0000:00:10.0/usb4 E: DEVTYPE=usb_device E: DRIVER=usb E: ID_BUS=usb E: ID_FOR_SEAT=usb-pci-0000_00_10_0 E: ID_MODEL=xHCI_Host_Controller E: ID_MODEL_ENC=xHCI\x20Host\x20Controller E: ID_MODEL_FROM_DATABASE=3.0 root hub E: ID_MODEL_ID=0003 E: ID_PATH=pci-0000:00:10.0 E: ID_PATH_TAG=pci-0000_00_10_0 E: ID_REVISION=0409 E: ID_SERIAL=Linux_4.9.0-6-686-pae_xhci-hcd_xHCI_Host_Controller_0000:00:10.0 E: ID_SERIAL_SHORT=0000:00:10.0 E: ID_USB_INTERFACES=:090000: E: ID_VENDOR=Linux_4.9.0-6-686-pae_xhci-hcd E: ID_VENDOR_ENC=Linux\x204.9.0-6-686-pae\x20xhci-hcd E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: ID_VENDOR_ID=1d6b E: MAJOR=189 E: MINOR=384 E: PRODUCT=1d6b/3/409 E: SUBSYSTEM=usb E: TAGS=:seat: E: TYPE=9/0/3 E: USEC_INITIALIZED=1909329 P: /devices/pci0000:00/0000:00:10.0/usb4/4-0:1.0 E: DEVPATH=/devices/pci0000:00/0000:00:10.0/usb4/4-0:1.0 E: DEVTYPE=usb_interface E: DRIVER=hub E: ID_MODEL_FROM_DATABASE=3.0 root hub E: ID_USB_CLASS_FROM_DATABASE=Hub E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: INTERFACE=9/0/0 E: MODALIAS=usb:v1D6Bp0003d0409dc09dsc00dp03ic09isc00ip00in00 E: PRODUCT=1d6b/3/409 E: SUBSYSTEM=usb E: TYPE=9/0/3 E: USEC_INITIALIZED=9557711 P: /devices/pci0000:00/0000:00:11.0 E: DEVPATH=/devices/pci0000:00/0000:00:11.0 E: DRIVER=ahci E: ID_MODEL_FROM_DATABASE=FCH SATA Controller [AHCI mode] E: ID_PCI_CLASS_FROM_DATABASE=Mass storage controller E: ID_PCI_INTERFACE_FROM_DATABASE=AHCI 1.0 E: ID_PCI_SUBCLASS_FROM_DATABASE=SATA controller E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00007801sv00001849sd00007801bc01sc06i01 E: PCI_CLASS=10601 E: PCI_ID=1022:7801 E: PCI_SLOT_NAME=0000:00:11.0 E: PCI_SUBSYS_ID=1849:7801 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9290869 P: /devices/pci0000:00/0000:00:11.0/ata1/ata_port/ata1 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/ata_port/ata1 E: SUBSYSTEM=ata_port P: /devices/pci0000:00/0000:00:11.0/ata1/host0 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/host0 E: DEVTYPE=scsi_host E: SUBSYSTEM=scsi P: /devices/pci0000:00/0000:00:11.0/ata1/host0/scsi_host/host0 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/host0/scsi_host/host0 E: SUBSYSTEM=scsi_host P: /devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0 E: DEVTYPE=scsi_target E: SUBSYSTEM=scsi P: /devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0 E: DEVTYPE=scsi_device E: DRIVER=sd E: MODALIAS=scsi:t-0x00 E: SUBSYSTEM=scsi P: /devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda N: sda S: disk/by-id/ata-TOSHIBA_HDWK105_Z651P9FST S: disk/by-id/wwn-0x50000397721812c4 S: disk/by-path/pci-0000:00:11.0-ata-1 E: DEVLINKS=/dev/disk/by-id/ata-TOSHIBA_HDWK105_Z651P9FST /dev/disk/by-id/wwn-0x50000397721812c4 /dev/disk/by-path/pci-0000:00:11.0-ata-1 E: DEVNAME=/dev/sda E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda E: DEVTYPE=disk E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN=112 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=112 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_ROTATION_RATE_RPM=5400 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN2=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_MODEL=TOSHIBA_HDWK105 E: ID_MODEL_ENC=TOSHIBA\x20HDWK105\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_TABLE_TYPE=gpt E: ID_PART_TABLE_UUID=df5e801d-b647-441e-9db4-ca73224c6078 E: ID_PATH=pci-0000:00:11.0-ata-1 E: ID_PATH_TAG=pci-0000_00_11_0-ata-1 E: ID_REVISION=AM0P2A E: ID_SERIAL=TOSHIBA_HDWK105_Z651P9FST E: ID_SERIAL_SHORT=Z651P9FST E: ID_TYPE=disk E: ID_WWN=0x50000397721812c4 E: ID_WWN_WITH_EXTENSION=0x50000397721812c4 E: MAJOR=8 E: MINOR=0 E: SUBSYSTEM=block E: TAGS=:systemd: E: USEC_INITIALIZED=2790326 P: /devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 N: sda1 S: disk/by-id/ata-TOSHIBA_HDWK105_Z651P9FST-part1 S: disk/by-id/wwn-0x50000397721812c4-part1 S: disk/by-partuuid/a3f1cf11-b00b-4821-a23d-b9a0c81d33cc S: disk/by-path/pci-0000:00:11.0-ata-1-part1 S: disk/by-uuid/16BB-B58C E: DEVLINKS=/dev/disk/by-path/pci-0000:00:11.0-ata-1-part1 /dev/disk/by-id/ata-TOSHIBA_HDWK105_Z651P9FST-part1 /dev/disk/by-uuid/16BB-B58C /dev/disk/by-id/wwn-0x50000397721812c4-part1 /dev/disk/by-partuuid/a3f1cf11-b00b-4821-a23d-b9a0c81d33cc E: DEVNAME=/dev/sda1 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 E: DEVTYPE=partition E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN=112 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=112 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_ROTATION_RATE_RPM=5400 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN2=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_FS_TYPE=vfat E: ID_FS_USAGE=filesystem E: ID_FS_UUID=16BB-B58C E: ID_FS_UUID_ENC=16BB-B58C E: ID_FS_VERSION=FAT16 E: ID_MODEL=TOSHIBA_HDWK105 E: ID_MODEL_ENC=TOSHIBA\x20HDWK105\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_ENTRY_DISK=8:0 E: ID_PART_ENTRY_NUMBER=1 E: ID_PART_ENTRY_OFFSET=2048 E: ID_PART_ENTRY_SCHEME=gpt E: ID_PART_ENTRY_SIZE=1048576 E: ID_PART_ENTRY_TYPE=c12a7328-f81f-11d2-ba4b-00a0c93ec93b E: ID_PART_ENTRY_UUID=a3f1cf11-b00b-4821-a23d-b9a0c81d33cc E: ID_PART_TABLE_TYPE=gpt E: ID_PART_TABLE_UUID=df5e801d-b647-441e-9db4-ca73224c6078 E: ID_PATH=pci-0000:00:11.0-ata-1 E: ID_PATH_TAG=pci-0000_00_11_0-ata-1 E: ID_REVISION=AM0P2A E: ID_SERIAL=TOSHIBA_HDWK105_Z651P9FST E: ID_SERIAL_SHORT=Z651P9FST E: ID_TYPE=disk E: ID_WWN=0x50000397721812c4 E: ID_WWN_WITH_EXTENSION=0x50000397721812c4 E: MAJOR=8 E: MINOR=1 E: PARTN=1 E: SUBSYSTEM=block E: TAGS=:systemd: E: USEC_INITIALIZED=3256264 P: /devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 N: sda2 S: disk/by-id/ata-TOSHIBA_HDWK105_Z651P9FST-part2 S: disk/by-id/wwn-0x50000397721812c4-part2 S: disk/by-label/tiny-root S: disk/by-partuuid/df1b9c76-75cd-4cc0-90df-d01af19fd136 S: disk/by-path/pci-0000:00:11.0-ata-1-part2 S: disk/by-uuid/3b7cdf6e-52bb-49fc-8d1b-2c5ac22ed938 E: DEVLINKS=/dev/disk/by-id/wwn-0x50000397721812c4-part2 /dev/disk/by-path/pci-0000:00:11.0-ata-1-part2 /dev/disk/by-id/ata-TOSHIBA_HDWK105_Z651P9FST-part2 /dev/disk/by-partuuid/df1b9c76-75cd-4cc0-90df-d01af19fd136 /dev/disk/by-uuid/3b7cdf6e-52bb-49fc-8d1b-2c5ac22ed938 /dev/disk/by-label/tiny-root E: DEVNAME=/dev/sda2 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 E: DEVTYPE=partition E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN=112 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=112 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_ROTATION_RATE_RPM=5400 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN2=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_FS_LABEL=tiny-root E: ID_FS_LABEL_ENC=tiny-root E: ID_FS_TYPE=ext4 E: ID_FS_USAGE=filesystem E: ID_FS_UUID=3b7cdf6e-52bb-49fc-8d1b-2c5ac22ed938 E: ID_FS_UUID_ENC=3b7cdf6e-52bb-49fc-8d1b-2c5ac22ed938 E: ID_FS_VERSION=1.0 E: ID_MODEL=TOSHIBA_HDWK105 E: ID_MODEL_ENC=TOSHIBA\x20HDWK105\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_ENTRY_DISK=8:0 E: ID_PART_ENTRY_NUMBER=2 E: ID_PART_ENTRY_OFFSET=1050624 E: ID_PART_ENTRY_SCHEME=gpt E: ID_PART_ENTRY_SIZE=20971520 E: ID_PART_ENTRY_TYPE=0fc63daf-8483-4772-8e79-3d69d8477de4 E: ID_PART_ENTRY_UUID=df1b9c76-75cd-4cc0-90df-d01af19fd136 E: ID_PART_TABLE_TYPE=gpt E: ID_PART_TABLE_UUID=df5e801d-b647-441e-9db4-ca73224c6078 E: ID_PATH=pci-0000:00:11.0-ata-1 E: ID_PATH_TAG=pci-0000_00_11_0-ata-1 E: ID_REVISION=AM0P2A E: ID_SERIAL=TOSHIBA_HDWK105_Z651P9FST E: ID_SERIAL_SHORT=Z651P9FST E: ID_TYPE=disk E: ID_WWN=0x50000397721812c4 E: ID_WWN_WITH_EXTENSION=0x50000397721812c4 E: MAJOR=8 E: MINOR=2 E: PARTN=2 E: SUBSYSTEM=block E: TAGS=:systemd: E: USEC_INITIALIZED=3289985 P: /devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 N: sda3 S: disk/by-id/ata-TOSHIBA_HDWK105_Z651P9FST-part3 S: disk/by-id/wwn-0x50000397721812c4-part3 S: disk/by-label/tiny-var S: disk/by-partuuid/13dd10bc-b554-4cfb-b2a6-ab39ef4de9d6 S: disk/by-path/pci-0000:00:11.0-ata-1-part3 S: disk/by-uuid/44332f3a-0f46-46bd-95d4-b2632a5579b3 E: DEVLINKS=/dev/disk/by-partuuid/13dd10bc-b554-4cfb-b2a6-ab39ef4de9d6 /dev/disk/by-id/ata-TOSHIBA_HDWK105_Z651P9FST-part3 /dev/disk/by-label/tiny-var /dev/disk/by-path/pci-0000:00:11.0-ata-1-part3 /dev/disk/by-id/wwn-0x50000397721812c4-part3 /dev/disk/by-uuid/44332f3a-0f46-46bd-95d4-b2632a5579b3 E: DEVNAME=/dev/sda3 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 E: DEVTYPE=partition E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN=112 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=112 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_ROTATION_RATE_RPM=5400 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN2=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_FS_LABEL=tiny-var E: ID_FS_LABEL_ENC=tiny-var E: ID_FS_TYPE=ext4 E: ID_FS_USAGE=filesystem E: ID_FS_UUID=44332f3a-0f46-46bd-95d4-b2632a5579b3 E: ID_FS_UUID_ENC=44332f3a-0f46-46bd-95d4-b2632a5579b3 E: ID_FS_VERSION=1.0 E: ID_MODEL=TOSHIBA_HDWK105 E: ID_MODEL_ENC=TOSHIBA\x20HDWK105\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_ENTRY_DISK=8:0 E: ID_PART_ENTRY_NUMBER=3 E: ID_PART_ENTRY_OFFSET=22022144 E: ID_PART_ENTRY_SCHEME=gpt E: ID_PART_ENTRY_SIZE=8388608 E: ID_PART_ENTRY_TYPE=0fc63daf-8483-4772-8e79-3d69d8477de4 E: ID_PART_ENTRY_UUID=13dd10bc-b554-4cfb-b2a6-ab39ef4de9d6 E: ID_PART_TABLE_TYPE=gpt E: ID_PART_TABLE_UUID=df5e801d-b647-441e-9db4-ca73224c6078 E: ID_PATH=pci-0000:00:11.0-ata-1 E: ID_PATH_TAG=pci-0000_00_11_0-ata-1 E: ID_REVISION=AM0P2A E: ID_SERIAL=TOSHIBA_HDWK105_Z651P9FST E: ID_SERIAL_SHORT=Z651P9FST E: ID_TYPE=disk E: ID_WWN=0x50000397721812c4 E: ID_WWN_WITH_EXTENSION=0x50000397721812c4 E: MAJOR=8 E: MINOR=3 E: PARTN=3 E: SUBSYSTEM=block E: TAGS=:systemd: E: USEC_INITIALIZED=3320800 P: /devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 N: sda4 S: disk/by-id/ata-TOSHIBA_HDWK105_Z651P9FST-part4 S: disk/by-id/wwn-0x50000397721812c4-part4 S: disk/by-partuuid/6534956f-6aac-48be-9ae8-50520c6e63e6 S: disk/by-path/pci-0000:00:11.0-ata-1-part4 E: DEVLINKS=/dev/disk/by-id/wwn-0x50000397721812c4-part4 /dev/disk/by-id/ata-TOSHIBA_HDWK105_Z651P9FST-part4 /dev/disk/by-path/pci-0000:00:11.0-ata-1-part4 /dev/disk/by-partuuid/6534956f-6aac-48be-9ae8-50520c6e63e6 E: DEVNAME=/dev/sda4 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 E: DEVTYPE=partition E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN=112 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=112 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_ROTATION_RATE_RPM=5400 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN2=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_MODEL=TOSHIBA_HDWK105 E: ID_MODEL_ENC=TOSHIBA\x20HDWK105\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_ENTRY_DISK=8:0 E: ID_PART_ENTRY_NUMBER=4 E: ID_PART_ENTRY_OFFSET=30410752 E: ID_PART_ENTRY_SCHEME=gpt E: ID_PART_ENTRY_SIZE=8192 E: ID_PART_ENTRY_TYPE=21686148-6449-6e6f-744e-656564454649 E: ID_PART_ENTRY_UUID=6534956f-6aac-48be-9ae8-50520c6e63e6 E: ID_PART_TABLE_TYPE=gpt E: ID_PART_TABLE_UUID=df5e801d-b647-441e-9db4-ca73224c6078 E: ID_PATH=pci-0000:00:11.0-ata-1 E: ID_PATH_TAG=pci-0000_00_11_0-ata-1 E: ID_REVISION=AM0P2A E: ID_SERIAL=TOSHIBA_HDWK105_Z651P9FST E: ID_SERIAL_SHORT=Z651P9FST E: ID_TYPE=disk E: ID_WWN=0x50000397721812c4 E: ID_WWN_WITH_EXTENSION=0x50000397721812c4 E: MAJOR=8 E: MINOR=4 E: PARTN=4 E: SUBSYSTEM=block E: TAGS=:systemd: E: USEC_INITIALIZED=3193666 P: /devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 N: sda5 S: disk/by-id/ata-TOSHIBA_HDWK105_Z651P9FST-part5 S: disk/by-id/wwn-0x50000397721812c4-part5 S: disk/by-partuuid/9ad29641-9041-4d45-beeb-1f25f65303de S: disk/by-path/pci-0000:00:11.0-ata-1-part5 S: disk/by-uuid/0eb56eda-fed9-4650-a790-85ce613044ae E: DEVLINKS=/dev/disk/by-id/ata-TOSHIBA_HDWK105_Z651P9FST-part5 /dev/disk/by-id/wwn-0x50000397721812c4-part5 /dev/disk/by-path/pci-0000:00:11.0-ata-1-part5 /dev/disk/by-partuuid/9ad29641-9041-4d45-beeb-1f25f65303de /dev/disk/by-uuid/0eb56eda-fed9-4650-a790-85ce613044ae E: DEVNAME=/dev/sda5 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 E: DEVTYPE=partition E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN=112 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=112 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_ROTATION_RATE_RPM=5400 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN2=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_FS_TYPE=swap E: ID_FS_USAGE=other E: ID_FS_UUID=0eb56eda-fed9-4650-a790-85ce613044ae E: ID_FS_UUID_ENC=0eb56eda-fed9-4650-a790-85ce613044ae E: ID_FS_VERSION=1 E: ID_MODEL=TOSHIBA_HDWK105 E: ID_MODEL_ENC=TOSHIBA\x20HDWK105\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_ENTRY_DISK=8:0 E: ID_PART_ENTRY_NUMBER=5 E: ID_PART_ENTRY_OFFSET=30418944 E: ID_PART_ENTRY_SCHEME=gpt E: ID_PART_ENTRY_SIZE=8388608 E: ID_PART_ENTRY_TYPE=0657fd6d-a4ab-43c4-84e5-0933c84b4f4f E: ID_PART_ENTRY_UUID=9ad29641-9041-4d45-beeb-1f25f65303de E: ID_PART_TABLE_TYPE=gpt E: ID_PART_TABLE_UUID=df5e801d-b647-441e-9db4-ca73224c6078 E: ID_PATH=pci-0000:00:11.0-ata-1 E: ID_PATH_TAG=pci-0000_00_11_0-ata-1 E: ID_REVISION=AM0P2A E: ID_SERIAL=TOSHIBA_HDWK105_Z651P9FST E: ID_SERIAL_SHORT=Z651P9FST E: ID_TYPE=disk E: ID_WWN=0x50000397721812c4 E: ID_WWN_WITH_EXTENSION=0x50000397721812c4 E: MAJOR=8 E: MINOR=5 E: PARTN=5 E: SUBSYSTEM=block E: TAGS=:systemd: E: USEC_INITIALIZED=3074256 P: /devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6 N: sda6 S: disk/by-id/ata-TOSHIBA_HDWK105_Z651P9FST-part6 S: disk/by-id/wwn-0x50000397721812c4-part6 S: disk/by-label/tiny-home S: disk/by-partuuid/be25cd01-729e-4a61-aa57-27380895bbae S: disk/by-path/pci-0000:00:11.0-ata-1-part6 S: disk/by-uuid/d045f204-84aa-4af1-be3a-255965005c15 E: DEVLINKS=/dev/disk/by-label/tiny-home /dev/disk/by-id/wwn-0x50000397721812c4-part6 /dev/disk/by-id/ata-TOSHIBA_HDWK105_Z651P9FST-part6 /dev/disk/by-uuid/d045f204-84aa-4af1-be3a-255965005c15 /dev/disk/by-partuuid/be25cd01-729e-4a61-aa57-27380895bbae /dev/disk/by-path/pci-0000:00:11.0-ata-1-part6 E: DEVNAME=/dev/sda6 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6 E: DEVTYPE=partition E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN=112 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=112 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_ROTATION_RATE_RPM=5400 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN2=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_FS_LABEL=tiny-home E: ID_FS_LABEL_ENC=tiny-home E: ID_FS_TYPE=ext4 E: ID_FS_USAGE=filesystem E: ID_FS_UUID=d045f204-84aa-4af1-be3a-255965005c15 E: ID_FS_UUID_ENC=d045f204-84aa-4af1-be3a-255965005c15 E: ID_FS_VERSION=1.0 E: ID_MODEL=TOSHIBA_HDWK105 E: ID_MODEL_ENC=TOSHIBA\x20HDWK105\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_ENTRY_DISK=8:0 E: ID_PART_ENTRY_NUMBER=6 E: ID_PART_ENTRY_OFFSET=38807552 E: ID_PART_ENTRY_SCHEME=gpt E: ID_PART_ENTRY_SIZE=33554432 E: ID_PART_ENTRY_TYPE=0fc63daf-8483-4772-8e79-3d69d8477de4 E: ID_PART_ENTRY_UUID=be25cd01-729e-4a61-aa57-27380895bbae E: ID_PART_TABLE_TYPE=gpt E: ID_PART_TABLE_UUID=df5e801d-b647-441e-9db4-ca73224c6078 E: ID_PATH=pci-0000:00:11.0-ata-1 E: ID_PATH_TAG=pci-0000_00_11_0-ata-1 E: ID_REVISION=AM0P2A E: ID_SERIAL=TOSHIBA_HDWK105_Z651P9FST E: ID_SERIAL_SHORT=Z651P9FST E: ID_TYPE=disk E: ID_WWN=0x50000397721812c4 E: ID_WWN_WITH_EXTENSION=0x50000397721812c4 E: MAJOR=8 E: MINOR=6 E: PARTN=6 E: SUBSYSTEM=block E: TAGS=:systemd: E: USEC_INITIALIZED=3074257 P: /devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7 N: sda7 S: disk/by-id/ata-TOSHIBA_HDWK105_Z651P9FST-part7 S: disk/by-id/wwn-0x50000397721812c4-part7 S: disk/by-partuuid/744bf613-c610-45db-8cb3-01cf7b0f21bc S: disk/by-path/pci-0000:00:11.0-ata-1-part7 S: disk/by-uuid/47b626cb-821b-4730-8373-5803979c81e1 E: DEVLINKS=/dev/disk/by-path/pci-0000:00:11.0-ata-1-part7 /dev/disk/by-uuid/47b626cb-821b-4730-8373-5803979c81e1 /dev/disk/by-id/wwn-0x50000397721812c4-part7 /dev/disk/by-partuuid/744bf613-c610-45db-8cb3-01cf7b0f21bc /dev/disk/by-id/ata-TOSHIBA_HDWK105_Z651P9FST-part7 E: DEVNAME=/dev/sda7 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7 E: DEVTYPE=partition E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN=112 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=112 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_ROTATION_RATE_RPM=5400 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN2=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_FS_TYPE=ext4 E: ID_FS_USAGE=filesystem E: ID_FS_UUID=47b626cb-821b-4730-8373-5803979c81e1 E: ID_FS_UUID_ENC=47b626cb-821b-4730-8373-5803979c81e1 E: ID_FS_VERSION=1.0 E: ID_MODEL=TOSHIBA_HDWK105 E: ID_MODEL_ENC=TOSHIBA\x20HDWK105\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_ENTRY_DISK=8:0 E: ID_PART_ENTRY_NUMBER=7 E: ID_PART_ENTRY_OFFSET=72361984 E: ID_PART_ENTRY_SCHEME=gpt E: ID_PART_ENTRY_SIZE=904411151 E: ID_PART_ENTRY_TYPE=0fc63daf-8483-4772-8e79-3d69d8477de4 E: ID_PART_ENTRY_UUID=744bf613-c610-45db-8cb3-01cf7b0f21bc E: ID_PART_TABLE_TYPE=gpt E: ID_PART_TABLE_UUID=df5e801d-b647-441e-9db4-ca73224c6078 E: ID_PATH=pci-0000:00:11.0-ata-1 E: ID_PATH_TAG=pci-0000_00_11_0-ata-1 E: ID_REVISION=AM0P2A E: ID_SERIAL=TOSHIBA_HDWK105_Z651P9FST E: ID_SERIAL_SHORT=Z651P9FST E: ID_TYPE=disk E: ID_WWN=0x50000397721812c4 E: ID_WWN_WITH_EXTENSION=0x50000397721812c4 E: MAJOR=8 E: MINOR=7 E: PARTN=7 E: SUBSYSTEM=block E: TAGS=:systemd: E: USEC_INITIALIZED=3390222 P: /devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/bsg/0:0:0:0 N: bsg/0:0:0:0 E: DEVNAME=/dev/bsg/0:0:0:0 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/bsg/0:0:0:0 E: MAJOR=250 E: MINOR=0 E: SUBSYSTEM=bsg P: /devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/scsi_device/0:0:0:0 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/scsi_device/0:0:0:0 E: SUBSYSTEM=scsi_device P: /devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/scsi_disk/0:0:0:0 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/scsi_disk/0:0:0:0 E: SUBSYSTEM=scsi_disk P: /devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/scsi_generic/sg0 N: sg0 E: DEVNAME=/dev/sg0 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/scsi_generic/sg0 E: MAJOR=21 E: MINOR=0 E: SUBSYSTEM=scsi_generic P: /devices/pci0000:00/0000:00:11.0/ata1/link1/ata_link/link1 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/link1/ata_link/link1 E: SUBSYSTEM=ata_link P: /devices/pci0000:00/0000:00:11.0/ata1/link1/dev1.0/ata_device/dev1.0 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/link1/dev1.0/ata_device/dev1.0 E: SUBSYSTEM=ata_device P: /devices/pci0000:00/0000:00:11.0/ata2/ata_port/ata2 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata2/ata_port/ata2 E: SUBSYSTEM=ata_port P: /devices/pci0000:00/0000:00:11.0/ata2/host1 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata2/host1 E: DEVTYPE=scsi_host E: SUBSYSTEM=scsi P: /devices/pci0000:00/0000:00:11.0/ata2/host1/scsi_host/host1 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata2/host1/scsi_host/host1 E: SUBSYSTEM=scsi_host P: /devices/pci0000:00/0000:00:11.0/ata2/link2/ata_link/link2 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata2/link2/ata_link/link2 E: SUBSYSTEM=ata_link P: /devices/pci0000:00/0000:00:11.0/ata2/link2/dev2.0/ata_device/dev2.0 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata2/link2/dev2.0/ata_device/dev2.0 E: SUBSYSTEM=ata_device P: /devices/pci0000:00/0000:00:12.0 E: DEVPATH=/devices/pci0000:00/0000:00:12.0 E: DRIVER=ohci-pci E: ID_MODEL_FROM_DATABASE=FCH USB OHCI Controller E: ID_PCI_CLASS_FROM_DATABASE=Serial bus controller E: ID_PCI_INTERFACE_FROM_DATABASE=OHCI E: ID_PCI_SUBCLASS_FROM_DATABASE=USB controller E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00007807sv00001849sd00007807bc0Csc03i10 E: PCI_CLASS=C0310 E: PCI_ID=1022:7807 E: PCI_SLOT_NAME=0000:00:12.0 E: PCI_SUBSYS_ID=1849:7807 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9290219 P: /devices/pci0000:00/0000:00:12.0/usb5 N: bus/usb/005/001 E: BUSNUM=005 E: DEVNAME=/dev/bus/usb/005/001 E: DEVNUM=001 E: DEVPATH=/devices/pci0000:00/0000:00:12.0/usb5 E: DEVTYPE=usb_device E: DRIVER=usb E: ID_BUS=usb E: ID_FOR_SEAT=usb-pci-0000_00_12_0 E: ID_MODEL=OHCI_PCI_host_controller E: ID_MODEL_ENC=OHCI\x20PCI\x20host\x20controller E: ID_MODEL_FROM_DATABASE=1.1 root hub E: ID_MODEL_ID=0001 E: ID_PATH=pci-0000:00:12.0 E: ID_PATH_TAG=pci-0000_00_12_0 E: ID_REVISION=0409 E: ID_SERIAL=Linux_4.9.0-6-686-pae_ohci_hcd_OHCI_PCI_host_controller_0000:00:12.0 E: ID_SERIAL_SHORT=0000:00:12.0 E: ID_USB_INTERFACES=:090000: E: ID_VENDOR=Linux_4.9.0-6-686-pae_ohci_hcd E: ID_VENDOR_ENC=Linux\x204.9.0-6-686-pae\x20ohci_hcd E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: ID_VENDOR_ID=1d6b E: MAJOR=189 E: MINOR=512 E: PRODUCT=1d6b/1/409 E: SUBSYSTEM=usb E: TAGS=:seat: E: TYPE=9/0/0 E: USEC_INITIALIZED=2042976 P: /devices/pci0000:00/0000:00:12.0/usb5/5-0:1.0 E: DEVPATH=/devices/pci0000:00/0000:00:12.0/usb5/5-0:1.0 E: DEVTYPE=usb_interface E: DRIVER=hub E: ID_MODEL_FROM_DATABASE=1.1 root hub E: ID_USB_CLASS_FROM_DATABASE=Hub E: ID_USB_PROTOCOL_FROM_DATABASE=Full speed (or root) hub E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: INTERFACE=9/0/0 E: MODALIAS=usb:v1D6Bp0001d0409dc09dsc00dp00ic09isc00ip00in00 E: PRODUCT=1d6b/1/409 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=9559125 P: /devices/pci0000:00/0000:00:12.2 E: DEVPATH=/devices/pci0000:00/0000:00:12.2 E: DRIVER=ehci-pci E: ID_MODEL_FROM_DATABASE=FCH USB EHCI Controller E: ID_PCI_CLASS_FROM_DATABASE=Serial bus controller E: ID_PCI_INTERFACE_FROM_DATABASE=EHCI E: ID_PCI_SUBCLASS_FROM_DATABASE=USB controller E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00007808sv00001849sd00007808bc0Csc03i20 E: PCI_CLASS=C0320 E: PCI_ID=1022:7808 E: PCI_SLOT_NAME=0000:00:12.2 E: PCI_SUBSYS_ID=1849:7808 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9291084 P: /devices/pci0000:00/0000:00:12.2/usb1 N: bus/usb/001/001 E: BUSNUM=001 E: DEVNAME=/dev/bus/usb/001/001 E: DEVNUM=001 E: DEVPATH=/devices/pci0000:00/0000:00:12.2/usb1 E: DEVTYPE=usb_device E: DRIVER=usb E: ID_BUS=usb E: ID_FOR_SEAT=usb-pci-0000_00_12_2 E: ID_MODEL=EHCI_Host_Controller E: ID_MODEL_ENC=EHCI\x20Host\x20Controller E: ID_MODEL_FROM_DATABASE=2.0 root hub E: ID_MODEL_ID=0002 E: ID_PATH=pci-0000:00:12.2 E: ID_PATH_TAG=pci-0000_00_12_2 E: ID_REVISION=0409 E: ID_SERIAL=Linux_4.9.0-6-686-pae_ehci_hcd_EHCI_Host_Controller_0000:00:12.2 E: ID_SERIAL_SHORT=0000:00:12.2 E: ID_USB_INTERFACES=:090000: E: ID_VENDOR=Linux_4.9.0-6-686-pae_ehci_hcd E: ID_VENDOR_ENC=Linux\x204.9.0-6-686-pae\x20ehci_hcd E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: ID_VENDOR_ID=1d6b E: MAJOR=189 E: MINOR=0 E: PRODUCT=1d6b/2/409 E: SUBSYSTEM=usb E: TAGS=:seat: E: TYPE=9/0/0 E: USEC_INITIALIZED=1906685 P: /devices/pci0000:00/0000:00:12.2/usb1/1-0:1.0 E: DEVPATH=/devices/pci0000:00/0000:00:12.2/usb1/1-0:1.0 E: DEVTYPE=usb_interface E: DRIVER=hub E: ID_MODEL_FROM_DATABASE=2.0 root hub E: ID_USB_CLASS_FROM_DATABASE=Hub E: ID_USB_PROTOCOL_FROM_DATABASE=Full speed (or root) hub E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: INTERFACE=9/0/0 E: MODALIAS=usb:v1D6Bp0002d0409dc09dsc00dp00ic09isc00ip00in00 E: PRODUCT=1d6b/2/409 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=9559133 P: /devices/pci0000:00/0000:00:13.0 E: DEVPATH=/devices/pci0000:00/0000:00:13.0 E: DRIVER=ohci-pci E: ID_MODEL_FROM_DATABASE=FCH USB OHCI Controller E: ID_PCI_CLASS_FROM_DATABASE=Serial bus controller E: ID_PCI_INTERFACE_FROM_DATABASE=OHCI E: ID_PCI_SUBCLASS_FROM_DATABASE=USB controller E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00007807sv00001849sd00007807bc0Csc03i10 E: PCI_CLASS=C0310 E: PCI_ID=1022:7807 E: PCI_SLOT_NAME=0000:00:13.0 E: PCI_SUBSYS_ID=1849:7807 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9289502 P: /devices/pci0000:00/0000:00:13.0/usb6 N: bus/usb/006/001 E: BUSNUM=006 E: DEVNAME=/dev/bus/usb/006/001 E: DEVNUM=001 E: DEVPATH=/devices/pci0000:00/0000:00:13.0/usb6 E: DEVTYPE=usb_device E: DRIVER=usb E: ID_BUS=usb E: ID_FOR_SEAT=usb-pci-0000_00_13_0 E: ID_MODEL=OHCI_PCI_host_controller E: ID_MODEL_ENC=OHCI\x20PCI\x20host\x20controller E: ID_MODEL_FROM_DATABASE=1.1 root hub E: ID_MODEL_ID=0001 E: ID_PATH=pci-0000:00:13.0 E: ID_PATH_TAG=pci-0000_00_13_0 E: ID_REVISION=0409 E: ID_SERIAL=Linux_4.9.0-6-686-pae_ohci_hcd_OHCI_PCI_host_controller_0000:00:13.0 E: ID_SERIAL_SHORT=0000:00:13.0 E: ID_USB_INTERFACES=:090000: E: ID_VENDOR=Linux_4.9.0-6-686-pae_ohci_hcd E: ID_VENDOR_ENC=Linux\x204.9.0-6-686-pae\x20ohci_hcd E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: ID_VENDOR_ID=1d6b E: MAJOR=189 E: MINOR=640 E: PRODUCT=1d6b/1/409 E: SUBSYSTEM=usb E: TAGS=:seat: E: TYPE=9/0/0 E: USEC_INITIALIZED=2042971 P: /devices/pci0000:00/0000:00:13.0/usb6/6-0:1.0 E: DEVPATH=/devices/pci0000:00/0000:00:13.0/usb6/6-0:1.0 E: DEVTYPE=usb_interface E: DRIVER=hub E: ID_MODEL_FROM_DATABASE=1.1 root hub E: ID_USB_CLASS_FROM_DATABASE=Hub E: ID_USB_PROTOCOL_FROM_DATABASE=Full speed (or root) hub E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: INTERFACE=9/0/0 E: MODALIAS=usb:v1D6Bp0001d0409dc09dsc00dp00ic09isc00ip00in00 E: PRODUCT=1d6b/1/409 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=9557738 P: /devices/pci0000:00/0000:00:13.2 E: DEVPATH=/devices/pci0000:00/0000:00:13.2 E: DRIVER=ehci-pci E: ID_MODEL_FROM_DATABASE=FCH USB EHCI Controller E: ID_PCI_CLASS_FROM_DATABASE=Serial bus controller E: ID_PCI_INTERFACE_FROM_DATABASE=EHCI E: ID_PCI_SUBCLASS_FROM_DATABASE=USB controller E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00007808sv00001849sd00007808bc0Csc03i20 E: PCI_CLASS=C0320 E: PCI_ID=1022:7808 E: PCI_SLOT_NAME=0000:00:13.2 E: PCI_SUBSYS_ID=1849:7808 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9289824 P: /devices/pci0000:00/0000:00:13.2/usb2 N: bus/usb/002/001 E: BUSNUM=002 E: DEVNAME=/dev/bus/usb/002/001 E: DEVNUM=001 E: DEVPATH=/devices/pci0000:00/0000:00:13.2/usb2 E: DEVTYPE=usb_device E: DRIVER=usb E: ID_BUS=usb E: ID_FOR_SEAT=usb-pci-0000_00_13_2 E: ID_MODEL=EHCI_Host_Controller E: ID_MODEL_ENC=EHCI\x20Host\x20Controller E: ID_MODEL_FROM_DATABASE=2.0 root hub E: ID_MODEL_ID=0002 E: ID_PATH=pci-0000:00:13.2 E: ID_PATH_TAG=pci-0000_00_13_2 E: ID_REVISION=0409 E: ID_SERIAL=Linux_4.9.0-6-686-pae_ehci_hcd_EHCI_Host_Controller_0000:00:13.2 E: ID_SERIAL_SHORT=0000:00:13.2 E: ID_USB_INTERFACES=:090000: E: ID_VENDOR=Linux_4.9.0-6-686-pae_ehci_hcd E: ID_VENDOR_ENC=Linux\x204.9.0-6-686-pae\x20ehci_hcd E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: ID_VENDOR_ID=1d6b E: MAJOR=189 E: MINOR=128 E: PRODUCT=1d6b/2/409 E: SUBSYSTEM=usb E: TAGS=:seat: E: TYPE=9/0/0 E: USEC_INITIALIZED=1907362 P: /devices/pci0000:00/0000:00:13.2/usb2/2-0:1.0 E: DEVPATH=/devices/pci0000:00/0000:00:13.2/usb2/2-0:1.0 E: DEVTYPE=usb_interface E: DRIVER=hub E: ID_MODEL_FROM_DATABASE=2.0 root hub E: ID_USB_CLASS_FROM_DATABASE=Hub E: ID_USB_PROTOCOL_FROM_DATABASE=Full speed (or root) hub E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: INTERFACE=9/0/0 E: MODALIAS=usb:v1D6Bp0002d0409dc09dsc00dp00ic09isc00ip00in00 E: PRODUCT=1d6b/2/409 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=9559084 P: /devices/pci0000:00/0000:00:13.2/usb2/2-3 N: bus/usb/002/002 E: BUSNUM=002 E: DEVNAME=/dev/bus/usb/002/002 E: DEVNUM=002 E: DEVPATH=/devices/pci0000:00/0000:00:13.2/usb2/2-3 E: DEVTYPE=usb_device E: DRIVER=usb E: ID_BUS=usb E: ID_MODEL=DUB-E100 E: ID_MODEL_ENC=DUB-E100 E: ID_MODEL_FROM_DATABASE=DUB-E100 Fast Ethernet Adapter(rev.C1) [ASIX AX88772] E: ID_MODEL_ID=1a02 E: ID_REVISION=0002 E: ID_SERIAL=D-Link_Corp._DUB-E100_0018EB E: ID_SERIAL_SHORT=0018EB E: ID_USB_INTERFACES=:ffff00: E: ID_VENDOR=D-Link_Corp. E: ID_VENDOR_ENC=D-Link\x20Corp.\x20\x20\x20\x20 E: ID_VENDOR_FROM_DATABASE=D-Link Corp. E: ID_VENDOR_ID=2001 E: MAJOR=189 E: MINOR=129 E: PRODUCT=2001/1a02/2 E: SUBSYSTEM=usb E: TYPE=255/255/0 E: USEC_INITIALIZED=2394732 P: /devices/pci0000:00/0000:00:13.2/usb2/2-3/2-3:1.0 E: DEVPATH=/devices/pci0000:00/0000:00:13.2/usb2/2-3/2-3:1.0 E: DEVTYPE=usb_interface E: DRIVER=asix E: ID_MODEL_FROM_DATABASE=DUB-E100 Fast Ethernet Adapter(rev.C1) [ASIX AX88772] E: ID_USB_CLASS_FROM_DATABASE=Vendor Specific Class E: ID_USB_SUBCLASS_FROM_DATABASE=Vendor Specific Subclass E: ID_VENDOR_FROM_DATABASE=D-Link Corp. E: INTERFACE=255/255/0 E: MODALIAS=usb:v2001p1A02d0002dcFFdscFFdp00icFFiscFFip00in00 E: PRODUCT=2001/1a02/2 E: SUBSYSTEM=usb E: TYPE=255/255/0 E: USEC_INITIALIZED=9820195 P: /devices/pci0000:00/0000:00:13.2/usb2/2-3/2-3:1.0/net/eth1 E: DEVPATH=/devices/pci0000:00/0000:00:13.2/usb2/2-3/2-3:1.0/net/eth1 E: ID_BUS=usb E: ID_MODEL=DUB-E100 E: ID_MODEL_ENC=DUB-E100 E: ID_MODEL_FROM_DATABASE=DUB-E100 Fast Ethernet Adapter(rev.C1) [ASIX AX88772] E: ID_MODEL_ID=1a02 E: ID_NET_DRIVER=asix E: ID_NET_LINK_FILE=/etc/systemd/network/99-default.link E: ID_NET_NAME_MAC=enx78321b06f920 E: ID_NET_NAME_PATH=enp0s19f2u3 E: ID_PATH=pci-0000:00:13.2-usb-0:3:1.0 E: ID_PATH_TAG=pci-0000_00_13_2-usb-0_3_1_0 E: ID_REVISION=0002 E: ID_SERIAL=D-Link_Corp._DUB-E100_0018EB E: ID_SERIAL_SHORT=0018EB E: ID_TYPE=generic E: ID_USB_CLASS_FROM_DATABASE=Vendor Specific Class E: ID_USB_DRIVER=asix E: ID_USB_INTERFACES=:ffff00: E: ID_USB_INTERFACE_NUM=00 E: ID_USB_SUBCLASS_FROM_DATABASE=Vendor Specific Subclass E: ID_VENDOR=D-Link_Corp. E: ID_VENDOR_ENC=D-Link\x20Corp.\x20\x20\x20\x20 E: ID_VENDOR_FROM_DATABASE=D-Link Corp. E: ID_VENDOR_ID=2001 E: IFINDEX=3 E: INTERFACE=eth1 E: SUBSYSTEM=net E: SYSTEMD_ALIAS=/sys/subsystem/net/devices/eth1 E: TAGS=:systemd: E: USEC_INITIALIZED=10712794 P: /devices/pci0000:00/0000:00:14.0 E: DEVPATH=/devices/pci0000:00/0000:00:14.0 E: DRIVER=piix4_smbus E: ID_MODEL_FROM_DATABASE=FCH SMBus Controller E: ID_PCI_CLASS_FROM_DATABASE=Serial bus controller E: ID_PCI_SUBCLASS_FROM_DATABASE=SMBus E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d0000780Bsv00001849sd0000780Bbc0Csc05i00 E: PCI_CLASS=C0500 E: PCI_ID=1022:780B E: PCI_SLOT_NAME=0000:00:14.0 E: PCI_SUBSYS_ID=1849:780B E: SUBSYSTEM=pci E: USEC_INITIALIZED=9553581 P: /devices/pci0000:00/0000:00:14.0/i2c-0 E: DEVPATH=/devices/pci0000:00/0000:00:14.0/i2c-0 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:14.0/i2c-0 E: DEVPATH=/devices/pci0000:00/0000:00:14.0/i2c-0 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:14.0/i2c-1 E: DEVPATH=/devices/pci0000:00/0000:00:14.0/i2c-1 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:14.0/i2c-1 E: DEVPATH=/devices/pci0000:00/0000:00:14.0/i2c-1 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:14.0/i2c-2 E: DEVPATH=/devices/pci0000:00/0000:00:14.0/i2c-2 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:14.0/i2c-2 E: DEVPATH=/devices/pci0000:00/0000:00:14.0/i2c-2 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:14.0/i2c-3 E: DEVPATH=/devices/pci0000:00/0000:00:14.0/i2c-3 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:14.0/i2c-3 E: DEVPATH=/devices/pci0000:00/0000:00:14.0/i2c-3 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:14.0/i2c-4 E: DEVPATH=/devices/pci0000:00/0000:00:14.0/i2c-4 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:14.0/i2c-4 E: DEVPATH=/devices/pci0000:00/0000:00:14.0/i2c-4 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:14.2 E: DEVPATH=/devices/pci0000:00/0000:00:14.2 E: DRIVER=snd_hda_intel E: ID_MODEL_FROM_DATABASE=FCH Azalia Controller E: ID_PCI_CLASS_FROM_DATABASE=Multimedia controller E: ID_PCI_SUBCLASS_FROM_DATABASE=Audio device E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d0000780Dsv00001849sd00009887bc04sc03i00 E: PCI_CLASS=40300 E: PCI_ID=1022:780D E: PCI_SLOT_NAME=0000:00:14.2 E: PCI_SUBSYS_ID=1849:9887 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9554958 P: /devices/pci0000:00/0000:00:14.2/hdaudioC1D0 E: DEVPATH=/devices/pci0000:00/0000:00:14.2/hdaudioC1D0 E: DRIVER=snd_hda_codec_realtek E: MODALIAS=hdaudio:v10EC0887r00100302a01 E: SUBSYSTEM=hdaudio P: /devices/pci0000:00/0000:00:14.2/sound/card1 E: DEVPATH=/devices/pci0000:00/0000:00:14.2/sound/card1 E: ID_BUS=pci E: ID_FOR_SEAT=sound-pci-0000_00_14_2 E: ID_MODEL_FROM_DATABASE=FCH Azalia Controller E: ID_MODEL_ID=0x780d E: ID_PATH=pci-0000:00:14.2 E: ID_PATH_TAG=pci-0000_00_14_2 E: ID_PCI_CLASS_FROM_DATABASE=Multimedia controller E: ID_PCI_SUBCLASS_FROM_DATABASE=Audio device E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: ID_VENDOR_ID=0x1022 E: SOUND_FORM_FACTOR=internal E: SOUND_INITIALIZED=1 E: SUBSYSTEM=sound E: SYSTEMD_WANTS=sound.target E: TAGS=:systemd:seat: E: USEC_INITIALIZED=9939605 P: /devices/pci0000:00/0000:00:14.2/sound/card1/hwC1D0 N: snd/hwC1D0 E: DEVNAME=/dev/snd/hwC1D0 E: DEVPATH=/devices/pci0000:00/0000:00:14.2/sound/card1/hwC1D0 E: MAJOR=116 E: MINOR=11 E: SUBSYSTEM=sound E: TAGS=:uaccess: E: USEC_INITIALIZED=9947673 P: /devices/pci0000:00/0000:00:14.2/sound/card1/input10 E: DEVPATH=/devices/pci0000:00/0000:00:14.2/sound/card1/input10 E: EV=21 E: ID_FOR_SEAT=input-pci-0000_00_14_2 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:14.2 E: ID_PATH_TAG=pci-0000_00_14_2 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw4, E: NAME="HD-Audio Generic Rear Mic" E: PHYS="ALSA" E: PRODUCT=0/0/0/0 E: PROP=0 E: SUBSYSTEM=input E: SW=10 E: TAGS=:seat: E: USEC_INITIALIZED=9949510 P: /devices/pci0000:00/0000:00:14.2/sound/card1/input10/event7 N: input/event7 E: DEVNAME=/dev/input/event7 E: DEVPATH=/devices/pci0000:00/0000:00:14.2/sound/card1/input10/event7 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:14.2 E: ID_PATH_TAG=pci-0000_00_14_2 E: MAJOR=13 E: MINOR=71 E: SUBSYSTEM=input E: USEC_INITIALIZED=10034101 P: /devices/pci0000:00/0000:00:14.2/sound/card1/input11 E: DEVPATH=/devices/pci0000:00/0000:00:14.2/sound/card1/input11 E: EV=21 E: ID_FOR_SEAT=input-pci-0000_00_14_2 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:14.2 E: ID_PATH_TAG=pci-0000_00_14_2 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfwD, E: NAME="HD-Audio Generic Line" E: PHYS="ALSA" E: PRODUCT=0/0/0/0 E: PROP=0 E: SUBSYSTEM=input E: SW=2000 E: TAGS=:seat: E: USEC_INITIALIZED=9949555 P: /devices/pci0000:00/0000:00:14.2/sound/card1/input11/event8 N: input/event8 E: DEVNAME=/dev/input/event8 E: DEVPATH=/devices/pci0000:00/0000:00:14.2/sound/card1/input11/event8 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:14.2 E: ID_PATH_TAG=pci-0000_00_14_2 E: MAJOR=13 E: MINOR=72 E: SUBSYSTEM=input E: USEC_INITIALIZED=10025930 P: /devices/pci0000:00/0000:00:14.2/sound/card1/input12 E: DEVPATH=/devices/pci0000:00/0000:00:14.2/sound/card1/input12 E: EV=21 E: ID_FOR_SEAT=input-pci-0000_00_14_2 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:14.2 E: ID_PATH_TAG=pci-0000_00_14_2 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6, E: NAME="HD-Audio Generic Line Out" E: PHYS="ALSA" E: PRODUCT=0/0/0/0 E: PROP=0 E: SUBSYSTEM=input E: SW=40 E: TAGS=:seat: E: USEC_INITIALIZED=9951307 P: /devices/pci0000:00/0000:00:14.2/sound/card1/input12/event9 N: input/event9 E: DEVNAME=/dev/input/event9 E: DEVPATH=/devices/pci0000:00/0000:00:14.2/sound/card1/input12/event9 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:14.2 E: ID_PATH_TAG=pci-0000_00_14_2 E: MAJOR=13 E: MINOR=73 E: SUBSYSTEM=input E: USEC_INITIALIZED=10050243 P: /devices/pci0000:00/0000:00:14.2/sound/card1/input13 E: DEVPATH=/devices/pci0000:00/0000:00:14.2/sound/card1/input13 E: EV=21 E: ID_FOR_SEAT=input-pci-0000_00_14_2 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:14.2 E: ID_PATH_TAG=pci-0000_00_14_2 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw2, E: NAME="HD-Audio Generic Front Headphone" E: PHYS="ALSA" E: PRODUCT=0/0/0/0 E: PROP=0 E: SUBSYSTEM=input E: SW=4 E: TAGS=:seat: E: USEC_INITIALIZED=9949603 P: /devices/pci0000:00/0000:00:14.2/sound/card1/input13/event10 N: input/event10 E: DEVNAME=/dev/input/event10 E: DEVPATH=/devices/pci0000:00/0000:00:14.2/sound/card1/input13/event10 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:14.2 E: ID_PATH_TAG=pci-0000_00_14_2 E: MAJOR=13 E: MINOR=74 E: SUBSYSTEM=input E: USEC_INITIALIZED=10034094 P: /devices/pci0000:00/0000:00:14.2/sound/card1/input9 E: DEVPATH=/devices/pci0000:00/0000:00:14.2/sound/card1/input9 E: EV=21 E: ID_FOR_SEAT=input-pci-0000_00_14_2 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:14.2 E: ID_PATH_TAG=pci-0000_00_14_2 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw4, E: NAME="HD-Audio Generic Front Mic" E: PHYS="ALSA" E: PRODUCT=0/0/0/0 E: PROP=0 E: SUBSYSTEM=input E: SW=10 E: TAGS=:seat: E: USEC_INITIALIZED=9947656 P: /devices/pci0000:00/0000:00:14.2/sound/card1/input9/event6 N: input/event6 E: DEVNAME=/dev/input/event6 E: DEVPATH=/devices/pci0000:00/0000:00:14.2/sound/card1/input9/event6 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:14.2 E: ID_PATH_TAG=pci-0000_00_14_2 E: MAJOR=13 E: MINOR=70 E: SUBSYSTEM=input E: USEC_INITIALIZED=10005927 P: /devices/pci0000:00/0000:00:14.2/sound/card1/pcmC1D0c N: snd/pcmC1D0c E: DEVNAME=/dev/snd/pcmC1D0c E: DEVPATH=/devices/pci0000:00/0000:00:14.2/sound/card1/pcmC1D0c E: MAJOR=116 E: MINOR=8 E: SUBSYSTEM=sound E: TAGS=:uaccess: E: USEC_INITIALIZED=9945369 P: /devices/pci0000:00/0000:00:14.2/sound/card1/pcmC1D0p N: snd/pcmC1D0p E: DEVNAME=/dev/snd/pcmC1D0p E: DEVPATH=/devices/pci0000:00/0000:00:14.2/sound/card1/pcmC1D0p E: MAJOR=116 E: MINOR=7 E: SUBSYSTEM=sound E: TAGS=:uaccess: E: USEC_INITIALIZED=9946907 P: /devices/pci0000:00/0000:00:14.2/sound/card1/pcmC1D1p N: snd/pcmC1D1p E: DEVNAME=/dev/snd/pcmC1D1p E: DEVPATH=/devices/pci0000:00/0000:00:14.2/sound/card1/pcmC1D1p E: MAJOR=116 E: MINOR=9 E: SUBSYSTEM=sound E: TAGS=:uaccess: E: USEC_INITIALIZED=9946524 P: /devices/pci0000:00/0000:00:14.2/sound/card1/pcmC1D2c N: snd/pcmC1D2c E: DEVNAME=/dev/snd/pcmC1D2c E: DEVPATH=/devices/pci0000:00/0000:00:14.2/sound/card1/pcmC1D2c E: MAJOR=116 E: MINOR=10 E: SUBSYSTEM=sound E: TAGS=:uaccess: E: USEC_INITIALIZED=9947426 P: /devices/pci0000:00/0000:00:14.2/sound/card1/controlC1 N: snd/controlC1 S: snd/by-path/pci-0000:00:14.2 E: DEVLINKS=/dev/snd/by-path/pci-0000:00:14.2 E: DEVNAME=/dev/snd/controlC1 E: DEVPATH=/devices/pci0000:00/0000:00:14.2/sound/card1/controlC1 E: ID_PATH=pci-0000:00:14.2 E: ID_PATH_TAG=pci-0000_00_14_2 E: MAJOR=116 E: MINOR=6 E: SUBSYSTEM=sound E: TAGS=:uaccess: E: USEC_INITIALIZED=9945786 P: /devices/pci0000:00/0000:00:14.3 E: DEVPATH=/devices/pci0000:00/0000:00:14.3 E: ID_MODEL_FROM_DATABASE=FCH LPC Bridge E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_SUBCLASS_FROM_DATABASE=ISA bridge E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d0000780Esv00001849sd0000780Ebc06sc01i00 E: PCI_CLASS=60100 E: PCI_ID=1022:780E E: PCI_SLOT_NAME=0000:00:14.3 E: PCI_SUBSYS_ID=1849:780E E: SUBSYSTEM=pci E: USEC_INITIALIZED=9556371 P: /devices/pci0000:00/0000:00:14.3/PNP0800:00 E: DEVPATH=/devices/pci0000:00/0000:00:14.3/PNP0800:00 E: MODALIAS=acpi:PNP0800: E: SUBSYSTEM=platform P: /devices/pci0000:00/0000:00:14.3/PNP0C04:00 E: DEVPATH=/devices/pci0000:00/0000:00:14.3/PNP0C04:00 E: MODALIAS=acpi:PNP0C04: E: SUBSYSTEM=platform P: /devices/pci0000:00/0000:00:18.0 E: DEVPATH=/devices/pci0000:00/0000:00:18.0 E: ID_MODEL_FROM_DATABASE=Family 16h Processor Function 0 E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_SUBCLASS_FROM_DATABASE=Host bridge E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00001530sv00000000sd00000000bc06sc00i00 E: PCI_CLASS=60000 E: PCI_ID=1022:1530 E: PCI_SLOT_NAME=0000:00:18.0 E: PCI_SUBSYS_ID=0000:0000 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9553953 P: /devices/pci0000:00/0000:00:18.1 E: DEVPATH=/devices/pci0000:00/0000:00:18.1 E: ID_MODEL_FROM_DATABASE=Family 16h Processor Function 1 E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_SUBCLASS_FROM_DATABASE=Host bridge E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00001531sv00000000sd00000000bc06sc00i00 E: PCI_CLASS=60000 E: PCI_ID=1022:1531 E: PCI_SLOT_NAME=0000:00:18.1 E: PCI_SUBSYS_ID=0000:0000 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9560317 P: /devices/pci0000:00/0000:00:18.2 E: DEVPATH=/devices/pci0000:00/0000:00:18.2 E: ID_MODEL_FROM_DATABASE=Family 16h Processor Function 2 E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_SUBCLASS_FROM_DATABASE=Host bridge E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00001532sv00000000sd00000000bc06sc00i00 E: PCI_CLASS=60000 E: PCI_ID=1022:1532 E: PCI_SLOT_NAME=0000:00:18.2 E: PCI_SUBSYS_ID=0000:0000 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9560312 P: /devices/pci0000:00/0000:00:18.3 E: DEVPATH=/devices/pci0000:00/0000:00:18.3 E: DRIVER=k10temp E: ID_MODEL_FROM_DATABASE=Family 16h Processor Function 3 E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_SUBCLASS_FROM_DATABASE=Host bridge E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00001533sv00000000sd00000000bc06sc00i00 E: PCI_CLASS=60000 E: PCI_ID=1022:1533 E: PCI_SLOT_NAME=0000:00:18.3 E: PCI_SUBSYS_ID=0000:0000 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9561512 P: /devices/pci0000:00/0000:00:18.3/hwmon/hwmon0 E: DEVPATH=/devices/pci0000:00/0000:00:18.3/hwmon/hwmon0 E: SUBSYSTEM=hwmon P: /devices/pci0000:00/0000:00:18.4 E: DEVPATH=/devices/pci0000:00/0000:00:18.4 E: DRIVER=fam15h_power E: ID_MODEL_FROM_DATABASE=Family 16h Processor Function 4 E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_SUBCLASS_FROM_DATABASE=Host bridge E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00001534sv00000000sd00000000bc06sc00i00 E: PCI_CLASS=60000 E: PCI_ID=1022:1534 E: PCI_SLOT_NAME=0000:00:18.4 E: PCI_SUBSYS_ID=0000:0000 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9562560 P: /devices/pci0000:00/0000:00:18.4/hwmon/hwmon1 E: DEVPATH=/devices/pci0000:00/0000:00:18.4/hwmon/hwmon1 E: SUBSYSTEM=hwmon P: /devices/pci0000:00/0000:00:18.5 E: DEVPATH=/devices/pci0000:00/0000:00:18.5 E: ID_MODEL_FROM_DATABASE=Family 16h Processor Function 5 E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_SUBCLASS_FROM_DATABASE=Host bridge E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00001535sv00000000sd00000000bc06sc00i00 E: PCI_CLASS=60000 E: PCI_ID=1022:1535 E: PCI_SLOT_NAME=0000:00:18.5 E: PCI_SUBSYS_ID=0000:0000 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9562436 P: /devices/pci0000:00/pci_bus/0000:00 E: DEVPATH=/devices/pci0000:00/pci_bus/0000:00 E: SUBSYSTEM=pci_bus P: /devices/platform/PNP0103:00 E: DEVPATH=/devices/platform/PNP0103:00 E: MODALIAS=acpi:PNP0103: E: SUBSYSTEM=platform P: /devices/platform/PNP0C0C:00 E: DEVPATH=/devices/platform/PNP0C0C:00 E: MODALIAS=acpi:PNP0C0C: E: SUBSYSTEM=platform P: /devices/platform/SP5100 TCO timer E: DEVPATH=/devices/platform/SP5100 TCO timer E: MODALIAS=platform:SP5100 TCO timer E: SUBSYSTEM=platform P: /devices/platform/alarmtimer E: DEVPATH=/devices/platform/alarmtimer E: DRIVER=alarmtimer E: MODALIAS=platform:alarmtimer E: SUBSYSTEM=platform P: /devices/platform/i8042 E: DEVPATH=/devices/platform/i8042 E: DRIVER=i8042 E: MODALIAS=platform:i8042 E: SUBSYSTEM=platform P: /devices/platform/i8042/serio0 E: DEVPATH=/devices/platform/i8042/serio0 E: MODALIAS=serio:ty06pr00id00ex00 E: SERIO_EXTRA=00 E: SERIO_ID=00 E: SERIO_PROTO=00 E: SERIO_TYPE=06 E: SUBSYSTEM=serio P: /devices/platform/i8042/serio1 E: DEVPATH=/devices/platform/i8042/serio1 E: MODALIAS=serio:ty01pr00id00ex00 E: SERIO_EXTRA=00 E: SERIO_ID=00 E: SERIO_PROTO=00 E: SERIO_TYPE=01 E: SUBSYSTEM=serio P: /devices/platform/microcode E: DEVPATH=/devices/platform/microcode E: MODALIAS=platform:microcode E: SUBSYSTEM=platform P: /devices/platform/pcspkr E: DEVPATH=/devices/platform/pcspkr E: DRIVER=pcspkr E: MODALIAS=platform:pcspkr E: SUBSYSTEM=platform P: /devices/platform/pcspkr/input/input6 E: DEVPATH=/devices/platform/pcspkr/input/input6 E: EV=40001 E: ID_FOR_SEAT=input-platform-pcspkr E: ID_INPUT=1 E: ID_PATH=platform-pcspkr E: ID_PATH_TAG=platform-pcspkr E: ID_SERIAL=noserial E: MODALIAS=input:b0010v001Fp0001e0100-e0,12,kramls1,2,fw E: NAME="PC Speaker" E: PHYS="isa0061/input0" E: PRODUCT=10/1f/1/100 E: PROP=0 E: SND=6 E: SUBSYSTEM=input E: TAGS=:seat: E: USEC_INITIALIZED=9924951 P: /devices/platform/pcspkr/input/input6/event3 N: input/event3 S: input/by-path/platform-pcspkr-event-spkr E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr E: DEVNAME=/dev/input/event3 E: DEVPATH=/devices/platform/pcspkr/input/input6/event3 E: ID_INPUT=1 E: ID_PATH=platform-pcspkr E: ID_PATH_TAG=platform-pcspkr E: ID_SERIAL=noserial E: MAJOR=13 E: MINOR=67 E: SUBSYSTEM=input E: USEC_INITIALIZED=9982497 P: /devices/platform/platform-framebuffer.0 E: DEVPATH=/devices/platform/platform-framebuffer.0 E: MODALIAS=platform:platform-framebuffer E: SUBSYSTEM=platform P: /devices/platform/serial8250 E: DEVPATH=/devices/platform/serial8250 E: DRIVER=serial8250 E: MODALIAS=platform:serial8250 E: SUBSYSTEM=platform P: /devices/platform/serial8250/tty/ttyS1 N: ttyS1 E: DEVNAME=/dev/ttyS1 E: DEVPATH=/devices/platform/serial8250/tty/ttyS1 E: MAJOR=4 E: MINOR=65 E: SUBSYSTEM=tty E: TAGS=:systemd: E: USEC_INITIALIZED=9566604 P: /devices/platform/serial8250/tty/ttyS2 N: ttyS2 E: DEVNAME=/dev/ttyS2 E: DEVPATH=/devices/platform/serial8250/tty/ttyS2 E: MAJOR=4 E: MINOR=66 E: SUBSYSTEM=tty E: TAGS=:systemd: E: USEC_INITIALIZED=9566589 P: /devices/platform/serial8250/tty/ttyS3 N: ttyS3 E: DEVNAME=/dev/ttyS3 E: DEVPATH=/devices/platform/serial8250/tty/ttyS3 E: MAJOR=4 E: MINOR=67 E: SUBSYSTEM=tty E: TAGS=:systemd: E: USEC_INITIALIZED=9568074 P: /devices/pnp0/00:00 E: DEVPATH=/devices/pnp0/00:00 E: DRIVER=system E: SUBSYSTEM=pnp P: /devices/pnp0/00:01 E: DEVPATH=/devices/pnp0/00:01 E: DRIVER=system E: SUBSYSTEM=pnp P: /devices/pnp0/00:02 E: DEVPATH=/devices/pnp0/00:02 E: DRIVER=system E: SUBSYSTEM=pnp P: /devices/pnp0/00:03 E: DEVPATH=/devices/pnp0/00:03 E: DRIVER=system E: SUBSYSTEM=pnp P: /devices/pnp0/00:04 E: DEVPATH=/devices/pnp0/00:04 E: DRIVER=rtc_cmos E: SUBSYSTEM=pnp P: /devices/pnp0/00:04/rtc/rtc0 N: rtc0 L: -100 S: rtc E: DEVLINKS=/dev/rtc E: DEVNAME=/dev/rtc0 E: DEVPATH=/devices/pnp0/00:04/rtc/rtc0 E: MAJOR=252 E: MINOR=0 E: SUBSYSTEM=rtc E: USEC_INITIALIZED=1871985 P: /devices/pnp0/00:05 E: DEVPATH=/devices/pnp0/00:05 E: DRIVER=system E: SUBSYSTEM=pnp P: /devices/pnp0/00:06 E: DEVPATH=/devices/pnp0/00:06 E: DRIVER=serial E: SUBSYSTEM=pnp P: /devices/pnp0/00:06/tty/ttyS0 N: ttyS0 E: DEVNAME=/dev/ttyS0 E: DEVPATH=/devices/pnp0/00:06/tty/ttyS0 E: MAJOR=4 E: MINOR=64 E: SUBSYSTEM=tty E: TAGS=:systemd: E: USEC_INITIALIZED=9579370 P: /devices/pnp0/00:07 E: DEVPATH=/devices/pnp0/00:07 E: DRIVER=system E: SUBSYSTEM=pnp P: /devices/software E: DEVPATH=/devices/software E: SUBSYSTEM=event_source P: /devices/system/clockevents/broadcast E: DEVPATH=/devices/system/clockevents/broadcast E: SUBSYSTEM=clockevents P: /devices/system/clockevents/clockevent0 E: DEVPATH=/devices/system/clockevents/clockevent0 E: SUBSYSTEM=clockevents P: /devices/system/clockevents/clockevent1 E: DEVPATH=/devices/system/clockevents/clockevent1 E: SUBSYSTEM=clockevents P: /devices/system/clockevents/clockevent2 E: DEVPATH=/devices/system/clockevents/clockevent2 E: SUBSYSTEM=clockevents P: /devices/system/clockevents/clockevent3 E: DEVPATH=/devices/system/clockevents/clockevent3 E: SUBSYSTEM=clockevents P: /devices/system/clocksource/clocksource0 E: DEVPATH=/devices/system/clocksource/clocksource0 E: SUBSYSTEM=clocksource P: /devices/system/cpu/cpu0 E: DEVPATH=/devices/system/cpu/cpu0 E: DRIVER=processor E: MODALIAS=cpu:type:x86,ven0002fam0016mod0000:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,0070,0072,0075,0078,007A,007C,007D,0080,0081,0083,0089,008D,0093,0094,0096,0097,0099,009A,009B,009C,009D,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D6,00D8,00DA,00DC,00E8,00E9,00EC,00ED,00F3,010F,0123,0140,01C2,01E0,01E1,01E2,01E3,01E4,01E6,01E7,01EA,01EB,01EC,0220 E: SUBSYSTEM=cpu P: /devices/system/cpu/cpu1 E: DEVPATH=/devices/system/cpu/cpu1 E: DRIVER=processor E: MODALIAS=cpu:type:x86,ven0002fam0016mod0000:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,0070,0072,0075,0078,007A,007C,007D,0080,0081,0083,0089,008D,0093,0094,0096,0097,0099,009A,009B,009C,009D,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D6,00D8,00DA,00DC,00E8,00E9,00EC,00ED,00F3,010F,0123,0140,01C2,01E0,01E1,01E2,01E3,01E4,01E6,01E7,01EA,01EB,01EC,0220 E: SUBSYSTEM=cpu P: /devices/system/cpu/cpu2 E: DEVPATH=/devices/system/cpu/cpu2 E: DRIVER=processor E: MODALIAS=cpu:type:x86,ven0002fam0016mod0000:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,0070,0072,0075,0078,007A,007C,007D,0080,0081,0083,0089,008D,0093,0094,0096,0097,0099,009A,009B,009C,009D,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D6,00D8,00DA,00DC,00E8,00E9,00EC,00ED,00F3,010F,0123,0140,01C2,01E0,01E1,01E2,01E3,01E4,01E6,01E7,01EA,01EB,01EC,0220 E: SUBSYSTEM=cpu P: /devices/system/cpu/cpu3 E: DEVPATH=/devices/system/cpu/cpu3 E: DRIVER=processor E: MODALIAS=cpu:type:x86,ven0002fam0016mod0000:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,0070,0072,0075,0078,007A,007C,007D,0080,0081,0083,0089,008D,0093,0094,0096,0097,0099,009A,009B,009C,009D,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D6,00D8,00DA,00DC,00E8,00E9,00EC,00ED,00F3,010F,0123,0140,01C2,01E0,01E1,01E2,01E3,01E4,01E6,01E7,01EA,01EB,01EC,0220 E: SUBSYSTEM=cpu P: /devices/system/edac/mc E: DEVPATH=/devices/system/edac/mc E: SUBSYSTEM=edac P: /devices/system/machinecheck/machinecheck0 E: DEVPATH=/devices/system/machinecheck/machinecheck0 E: SUBSYSTEM=machinecheck P: /devices/system/machinecheck/machinecheck1 E: DEVPATH=/devices/system/machinecheck/machinecheck1 E: SUBSYSTEM=machinecheck P: /devices/system/machinecheck/machinecheck2 E: DEVPATH=/devices/system/machinecheck/machinecheck2 E: SUBSYSTEM=machinecheck P: /devices/system/machinecheck/machinecheck3 E: DEVPATH=/devices/system/machinecheck/machinecheck3 E: SUBSYSTEM=machinecheck P: /devices/tracepoint E: DEVPATH=/devices/tracepoint E: SUBSYSTEM=event_source P: /devices/virtual/bdi/8:0 E: DEVPATH=/devices/virtual/bdi/8:0 E: SUBSYSTEM=bdi P: /devices/virtual/dmi/id E: DEVPATH=/devices/virtual/dmi/id E: MODALIAS=dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd05/06/2015:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnQC5000M-ITX/PH:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.: E: SUBSYSTEM=dmi P: /devices/virtual/drm/ttm E: DEVPATH=/devices/virtual/drm/ttm E: DEVTYPE=ttm E: SUBSYSTEM=drm P: /devices/virtual/graphics/fbcon E: DEVPATH=/devices/virtual/graphics/fbcon E: SUBSYSTEM=graphics P: /devices/virtual/input/mice N: input/mice E: DEVNAME=/dev/input/mice E: DEVPATH=/devices/virtual/input/mice E: MAJOR=13 E: MINOR=63 E: SUBSYSTEM=input P: /devices/virtual/mem/full N: full E: DEVMODE=0666 E: DEVNAME=/dev/full E: DEVPATH=/devices/virtual/mem/full E: MAJOR=1 E: MINOR=7 E: SUBSYSTEM=mem P: /devices/virtual/mem/kmsg N: kmsg E: DEVMODE=0644 E: DEVNAME=/dev/kmsg E: DEVPATH=/devices/virtual/mem/kmsg E: MAJOR=1 E: MINOR=11 E: SUBSYSTEM=mem P: /devices/virtual/mem/mem N: mem E: DEVNAME=/dev/mem E: DEVPATH=/devices/virtual/mem/mem E: MAJOR=1 E: MINOR=1 E: SUBSYSTEM=mem P: /devices/virtual/mem/null N: null E: DEVMODE=0666 E: DEVNAME=/dev/null E: DEVPATH=/devices/virtual/mem/null E: MAJOR=1 E: MINOR=3 E: SUBSYSTEM=mem P: /devices/virtual/mem/port N: port E: DEVNAME=/dev/port E: DEVPATH=/devices/virtual/mem/port E: MAJOR=1 E: MINOR=4 E: SUBSYSTEM=mem P: /devices/virtual/mem/random N: random E: DEVMODE=0666 E: DEVNAME=/dev/random E: DEVPATH=/devices/virtual/mem/random E: MAJOR=1 E: MINOR=8 E: SUBSYSTEM=mem P: /devices/virtual/mem/urandom N: urandom E: DEVMODE=0666 E: DEVNAME=/dev/urandom E: DEVPATH=/devices/virtual/mem/urandom E: MAJOR=1 E: MINOR=9 E: SUBSYSTEM=mem P: /devices/virtual/mem/zero N: zero E: DEVMODE=0666 E: DEVNAME=/dev/zero E: DEVPATH=/devices/virtual/mem/zero E: MAJOR=1 E: MINOR=5 E: SUBSYSTEM=mem P: /devices/virtual/misc/autofs N: autofs E: DEVNAME=/dev/autofs E: DEVPATH=/devices/virtual/misc/autofs E: MAJOR=10 E: MINOR=235 E: SUBSYSTEM=misc P: /devices/virtual/misc/cpu_dma_latency N: cpu_dma_latency E: DEVNAME=/dev/cpu_dma_latency E: DEVPATH=/devices/virtual/misc/cpu_dma_latency E: MAJOR=10 E: MINOR=62 E: SUBSYSTEM=misc P: /devices/virtual/misc/hpet N: hpet E: DEVNAME=/dev/hpet E: DEVPATH=/devices/virtual/misc/hpet E: MAJOR=10 E: MINOR=228 E: SUBSYSTEM=misc P: /devices/virtual/misc/kvm N: kvm E: DEVNAME=/dev/kvm E: DEVPATH=/devices/virtual/misc/kvm E: MAJOR=10 E: MINOR=232 E: SUBSYSTEM=misc E: TAGS=:uaccess:seat: E: USEC_INITIALIZED=10007161 P: /devices/virtual/misc/mcelog N: mcelog E: DEVNAME=/dev/mcelog E: DEVPATH=/devices/virtual/misc/mcelog E: MAJOR=10 E: MINOR=227 E: SUBSYSTEM=misc P: /devices/virtual/misc/memory_bandwidth N: memory_bandwidth E: DEVNAME=/dev/memory_bandwidth E: DEVPATH=/devices/virtual/misc/memory_bandwidth E: MAJOR=10 E: MINOR=59 E: SUBSYSTEM=misc P: /devices/virtual/misc/microcode N: cpu/microcode E: DEVNAME=/dev/cpu/microcode E: DEVPATH=/devices/virtual/misc/microcode E: MAJOR=10 E: MINOR=184 E: SUBSYSTEM=misc P: /devices/virtual/misc/network_latency N: network_latency E: DEVNAME=/dev/network_latency E: DEVPATH=/devices/virtual/misc/network_latency E: MAJOR=10 E: MINOR=61 E: SUBSYSTEM=misc P: /devices/virtual/misc/network_throughput N: network_throughput E: DEVNAME=/dev/network_throughput E: DEVPATH=/devices/virtual/misc/network_throughput E: MAJOR=10 E: MINOR=60 E: SUBSYSTEM=misc P: /devices/virtual/misc/psaux N: psaux E: DEVNAME=/dev/psaux E: DEVPATH=/devices/virtual/misc/psaux E: MAJOR=10 E: MINOR=1 E: SUBSYSTEM=misc P: /devices/virtual/misc/rfkill N: rfkill E: DEVNAME=/dev/rfkill E: DEVPATH=/devices/virtual/misc/rfkill E: MAJOR=10 E: MINOR=58 E: SUBSYSTEM=misc E: SYSTEMD_WANTS=systemd-rfkill.socket E: TAGS=:systemd: E: USEC_INITIALIZED=2015308294137 P: /devices/virtual/misc/snapshot N: snapshot E: DEVNAME=/dev/snapshot E: DEVPATH=/devices/virtual/misc/snapshot E: MAJOR=10 E: MINOR=231 E: SUBSYSTEM=misc P: /devices/virtual/misc/vga_arbiter N: vga_arbiter E: DEVNAME=/dev/vga_arbiter E: DEVPATH=/devices/virtual/misc/vga_arbiter E: MAJOR=10 E: MINOR=63 E: SUBSYSTEM=misc P: /devices/virtual/net/lo E: DEVPATH=/devices/virtual/net/lo E: ID_NET_LINK_FILE=/etc/systemd/network/99-default.link E: IFINDEX=1 E: INTERFACE=lo E: SUBSYSTEM=net E: USEC_INITIALIZED=1880165 P: /devices/virtual/net/ppp0 E: DEVPATH=/devices/virtual/net/ppp0 E: DEVTYPE=ppp E: ID_NET_LINK_FILE=/etc/systemd/network/99-default.link E: IFINDEX=24 E: INTERFACE=ppp0 E: SUBSYSTEM=net E: SYSTEMD_ALIAS=/sys/subsystem/net/devices/ppp0 E: TAGS=:systemd: E: USEC_INITIALIZED=3559327879554 P: /devices/virtual/ppp/ppp N: ppp E: DEVNAME=/dev/ppp E: DEVPATH=/devices/virtual/ppp/ppp E: MAJOR=108 E: MINOR=0 E: SUBSYSTEM=ppp P: /devices/virtual/sound/timer N: snd/timer E: DEVNAME=/dev/snd/timer E: DEVPATH=/devices/virtual/sound/timer E: MAJOR=116 E: MINOR=33 E: SUBSYSTEM=sound E: TAGS=:uaccess: E: USEC_INITIALIZED=9817513 P: /devices/virtual/thermal/cooling_device0 E: DEVPATH=/devices/virtual/thermal/cooling_device0 E: SUBSYSTEM=thermal P: /devices/virtual/thermal/cooling_device1 E: DEVPATH=/devices/virtual/thermal/cooling_device1 E: SUBSYSTEM=thermal P: /devices/virtual/thermal/cooling_device2 E: DEVPATH=/devices/virtual/thermal/cooling_device2 E: SUBSYSTEM=thermal P: /devices/virtual/thermal/cooling_device3 E: DEVPATH=/devices/virtual/thermal/cooling_device3 E: SUBSYSTEM=thermal P: /devices/virtual/thermal/cooling_device4 E: DEVPATH=/devices/virtual/thermal/cooling_device4 E: SUBSYSTEM=thermal P: /devices/virtual/tty/console N: console E: DEVNAME=/dev/console E: DEVPATH=/devices/virtual/tty/console E: MAJOR=5 E: MINOR=1 E: SUBSYSTEM=tty P: /devices/virtual/tty/ptmx N: ptmx E: DEVMODE=0666 E: DEVNAME=/dev/ptmx E: DEVPATH=/devices/virtual/tty/ptmx E: MAJOR=5 E: MINOR=2 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty N: tty E: DEVMODE=0666 E: DEVNAME=/dev/tty E: DEVPATH=/devices/virtual/tty/tty E: MAJOR=5 E: MINOR=0 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty0 N: tty0 E: DEVNAME=/dev/tty0 E: DEVPATH=/devices/virtual/tty/tty0 E: MAJOR=4 E: MINOR=0 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty1 N: tty1 E: DEVNAME=/dev/tty1 E: DEVPATH=/devices/virtual/tty/tty1 E: MAJOR=4 E: MINOR=1 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty10 N: tty10 E: DEVNAME=/dev/tty10 E: DEVPATH=/devices/virtual/tty/tty10 E: MAJOR=4 E: MINOR=10 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty11 N: tty11 E: DEVNAME=/dev/tty11 E: DEVPATH=/devices/virtual/tty/tty11 E: MAJOR=4 E: MINOR=11 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty12 N: tty12 E: DEVNAME=/dev/tty12 E: DEVPATH=/devices/virtual/tty/tty12 E: MAJOR=4 E: MINOR=12 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty13 N: tty13 E: DEVNAME=/dev/tty13 E: DEVPATH=/devices/virtual/tty/tty13 E: MAJOR=4 E: MINOR=13 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty14 N: tty14 E: DEVNAME=/dev/tty14 E: DEVPATH=/devices/virtual/tty/tty14 E: MAJOR=4 E: MINOR=14 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty15 N: tty15 E: DEVNAME=/dev/tty15 E: DEVPATH=/devices/virtual/tty/tty15 E: MAJOR=4 E: MINOR=15 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty16 N: tty16 E: DEVNAME=/dev/tty16 E: DEVPATH=/devices/virtual/tty/tty16 E: MAJOR=4 E: MINOR=16 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty17 N: tty17 E: DEVNAME=/dev/tty17 E: DEVPATH=/devices/virtual/tty/tty17 E: MAJOR=4 E: MINOR=17 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty18 N: tty18 E: DEVNAME=/dev/tty18 E: DEVPATH=/devices/virtual/tty/tty18 E: MAJOR=4 E: MINOR=18 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty19 N: tty19 E: DEVNAME=/dev/tty19 E: DEVPATH=/devices/virtual/tty/tty19 E: MAJOR=4 E: MINOR=19 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty2 N: tty2 E: DEVNAME=/dev/tty2 E: DEVPATH=/devices/virtual/tty/tty2 E: MAJOR=4 E: MINOR=2 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty20 N: tty20 E: DEVNAME=/dev/tty20 E: DEVPATH=/devices/virtual/tty/tty20 E: MAJOR=4 E: MINOR=20 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty21 N: tty21 E: DEVNAME=/dev/tty21 E: DEVPATH=/devices/virtual/tty/tty21 E: MAJOR=4 E: MINOR=21 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty22 N: tty22 E: DEVNAME=/dev/tty22 E: DEVPATH=/devices/virtual/tty/tty22 E: MAJOR=4 E: MINOR=22 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty23 N: tty23 E: DEVNAME=/dev/tty23 E: DEVPATH=/devices/virtual/tty/tty23 E: MAJOR=4 E: MINOR=23 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty24 N: tty24 E: DEVNAME=/dev/tty24 E: DEVPATH=/devices/virtual/tty/tty24 E: MAJOR=4 E: MINOR=24 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty25 N: tty25 E: DEVNAME=/dev/tty25 E: DEVPATH=/devices/virtual/tty/tty25 E: MAJOR=4 E: MINOR=25 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty26 N: tty26 E: DEVNAME=/dev/tty26 E: DEVPATH=/devices/virtual/tty/tty26 E: MAJOR=4 E: MINOR=26 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty27 N: tty27 E: DEVNAME=/dev/tty27 E: DEVPATH=/devices/virtual/tty/tty27 E: MAJOR=4 E: MINOR=27 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty28 N: tty28 E: DEVNAME=/dev/tty28 E: DEVPATH=/devices/virtual/tty/tty28 E: MAJOR=4 E: MINOR=28 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty29 N: tty29 E: DEVNAME=/dev/tty29 E: DEVPATH=/devices/virtual/tty/tty29 E: MAJOR=4 E: MINOR=29 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty3 N: tty3 E: DEVNAME=/dev/tty3 E: DEVPATH=/devices/virtual/tty/tty3 E: MAJOR=4 E: MINOR=3 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty30 N: tty30 E: DEVNAME=/dev/tty30 E: DEVPATH=/devices/virtual/tty/tty30 E: MAJOR=4 E: MINOR=30 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty31 N: tty31 E: DEVNAME=/dev/tty31 E: DEVPATH=/devices/virtual/tty/tty31 E: MAJOR=4 E: MINOR=31 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty32 N: tty32 E: DEVNAME=/dev/tty32 E: DEVPATH=/devices/virtual/tty/tty32 E: MAJOR=4 E: MINOR=32 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty33 N: tty33 E: DEVNAME=/dev/tty33 E: DEVPATH=/devices/virtual/tty/tty33 E: MAJOR=4 E: MINOR=33 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty34 N: tty34 E: DEVNAME=/dev/tty34 E: DEVPATH=/devices/virtual/tty/tty34 E: MAJOR=4 E: MINOR=34 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty35 N: tty35 E: DEVNAME=/dev/tty35 E: DEVPATH=/devices/virtual/tty/tty35 E: MAJOR=4 E: MINOR=35 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty36 N: tty36 E: DEVNAME=/dev/tty36 E: DEVPATH=/devices/virtual/tty/tty36 E: MAJOR=4 E: MINOR=36 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty37 N: tty37 E: DEVNAME=/dev/tty37 E: DEVPATH=/devices/virtual/tty/tty37 E: MAJOR=4 E: MINOR=37 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty38 N: tty38 E: DEVNAME=/dev/tty38 E: DEVPATH=/devices/virtual/tty/tty38 E: MAJOR=4 E: MINOR=38 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty39 N: tty39 E: DEVNAME=/dev/tty39 E: DEVPATH=/devices/virtual/tty/tty39 E: MAJOR=4 E: MINOR=39 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty4 N: tty4 E: DEVNAME=/dev/tty4 E: DEVPATH=/devices/virtual/tty/tty4 E: MAJOR=4 E: MINOR=4 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty40 N: tty40 E: DEVNAME=/dev/tty40 E: DEVPATH=/devices/virtual/tty/tty40 E: MAJOR=4 E: MINOR=40 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty41 N: tty41 E: DEVNAME=/dev/tty41 E: DEVPATH=/devices/virtual/tty/tty41 E: MAJOR=4 E: MINOR=41 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty42 N: tty42 E: DEVNAME=/dev/tty42 E: DEVPATH=/devices/virtual/tty/tty42 E: MAJOR=4 E: MINOR=42 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty43 N: tty43 E: DEVNAME=/dev/tty43 E: DEVPATH=/devices/virtual/tty/tty43 E: MAJOR=4 E: MINOR=43 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty44 N: tty44 E: DEVNAME=/dev/tty44 E: DEVPATH=/devices/virtual/tty/tty44 E: MAJOR=4 E: MINOR=44 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty45 N: tty45 E: DEVNAME=/dev/tty45 E: DEVPATH=/devices/virtual/tty/tty45 E: MAJOR=4 E: MINOR=45 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty46 N: tty46 E: DEVNAME=/dev/tty46 E: DEVPATH=/devices/virtual/tty/tty46 E: MAJOR=4 E: MINOR=46 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty47 N: tty47 E: DEVNAME=/dev/tty47 E: DEVPATH=/devices/virtual/tty/tty47 E: MAJOR=4 E: MINOR=47 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty48 N: tty48 E: DEVNAME=/dev/tty48 E: DEVPATH=/devices/virtual/tty/tty48 E: MAJOR=4 E: MINOR=48 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty49 N: tty49 E: DEVNAME=/dev/tty49 E: DEVPATH=/devices/virtual/tty/tty49 E: MAJOR=4 E: MINOR=49 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty5 N: tty5 E: DEVNAME=/dev/tty5 E: DEVPATH=/devices/virtual/tty/tty5 E: MAJOR=4 E: MINOR=5 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty50 N: tty50 E: DEVNAME=/dev/tty50 E: DEVPATH=/devices/virtual/tty/tty50 E: MAJOR=4 E: MINOR=50 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty51 N: tty51 E: DEVNAME=/dev/tty51 E: DEVPATH=/devices/virtual/tty/tty51 E: MAJOR=4 E: MINOR=51 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty52 N: tty52 E: DEVNAME=/dev/tty52 E: DEVPATH=/devices/virtual/tty/tty52 E: MAJOR=4 E: MINOR=52 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty53 N: tty53 E: DEVNAME=/dev/tty53 E: DEVPATH=/devices/virtual/tty/tty53 E: MAJOR=4 E: MINOR=53 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty54 N: tty54 E: DEVNAME=/dev/tty54 E: DEVPATH=/devices/virtual/tty/tty54 E: MAJOR=4 E: MINOR=54 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty55 N: tty55 E: DEVNAME=/dev/tty55 E: DEVPATH=/devices/virtual/tty/tty55 E: MAJOR=4 E: MINOR=55 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty56 N: tty56 E: DEVNAME=/dev/tty56 E: DEVPATH=/devices/virtual/tty/tty56 E: MAJOR=4 E: MINOR=56 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty57 N: tty57 E: DEVNAME=/dev/tty57 E: DEVPATH=/devices/virtual/tty/tty57 E: MAJOR=4 E: MINOR=57 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty58 N: tty58 E: DEVNAME=/dev/tty58 E: DEVPATH=/devices/virtual/tty/tty58 E: MAJOR=4 E: MINOR=58 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty59 N: tty59 E: DEVNAME=/dev/tty59 E: DEVPATH=/devices/virtual/tty/tty59 E: MAJOR=4 E: MINOR=59 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty6 N: tty6 E: DEVNAME=/dev/tty6 E: DEVPATH=/devices/virtual/tty/tty6 E: MAJOR=4 E: MINOR=6 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty60 N: tty60 E: DEVNAME=/dev/tty60 E: DEVPATH=/devices/virtual/tty/tty60 E: MAJOR=4 E: MINOR=60 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty61 N: tty61 E: DEVNAME=/dev/tty61 E: DEVPATH=/devices/virtual/tty/tty61 E: MAJOR=4 E: MINOR=61 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty62 N: tty62 E: DEVNAME=/dev/tty62 E: DEVPATH=/devices/virtual/tty/tty62 E: MAJOR=4 E: MINOR=62 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty63 N: tty63 E: DEVNAME=/dev/tty63 E: DEVPATH=/devices/virtual/tty/tty63 E: MAJOR=4 E: MINOR=63 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty7 N: tty7 E: DEVNAME=/dev/tty7 E: DEVPATH=/devices/virtual/tty/tty7 E: MAJOR=4 E: MINOR=7 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty8 N: tty8 E: DEVNAME=/dev/tty8 E: DEVPATH=/devices/virtual/tty/tty8 E: MAJOR=4 E: MINOR=8 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty9 N: tty9 E: DEVNAME=/dev/tty9 E: DEVPATH=/devices/virtual/tty/tty9 E: MAJOR=4 E: MINOR=9 E: SUBSYSTEM=tty P: /devices/virtual/vc/vcs N: vcs E: DEVNAME=/dev/vcs E: DEVPATH=/devices/virtual/vc/vcs E: MAJOR=7 E: MINOR=0 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcs1 N: vcs1 E: DEVNAME=/dev/vcs1 E: DEVPATH=/devices/virtual/vc/vcs1 E: MAJOR=7 E: MINOR=1 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcs2 N: vcs2 E: DEVNAME=/dev/vcs2 E: DEVPATH=/devices/virtual/vc/vcs2 E: MAJOR=7 E: MINOR=2 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcs3 N: vcs3 E: DEVNAME=/dev/vcs3 E: DEVPATH=/devices/virtual/vc/vcs3 E: MAJOR=7 E: MINOR=3 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcs4 N: vcs4 E: DEVNAME=/dev/vcs4 E: DEVPATH=/devices/virtual/vc/vcs4 E: MAJOR=7 E: MINOR=4 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcs5 N: vcs5 E: DEVNAME=/dev/vcs5 E: DEVPATH=/devices/virtual/vc/vcs5 E: MAJOR=7 E: MINOR=5 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcs6 N: vcs6 E: DEVNAME=/dev/vcs6 E: DEVPATH=/devices/virtual/vc/vcs6 E: MAJOR=7 E: MINOR=6 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcsa N: vcsa E: DEVNAME=/dev/vcsa E: DEVPATH=/devices/virtual/vc/vcsa E: MAJOR=7 E: MINOR=128 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcsa1 N: vcsa1 E: DEVNAME=/dev/vcsa1 E: DEVPATH=/devices/virtual/vc/vcsa1 E: MAJOR=7 E: MINOR=129 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcsa2 N: vcsa2 E: DEVNAME=/dev/vcsa2 E: DEVPATH=/devices/virtual/vc/vcsa2 E: MAJOR=7 E: MINOR=130 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcsa3 N: vcsa3 E: DEVNAME=/dev/vcsa3 E: DEVPATH=/devices/virtual/vc/vcsa3 E: MAJOR=7 E: MINOR=131 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcsa4 N: vcsa4 E: DEVNAME=/dev/vcsa4 E: DEVPATH=/devices/virtual/vc/vcsa4 E: MAJOR=7 E: MINOR=132 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcsa5 N: vcsa5 E: DEVNAME=/dev/vcsa5 E: DEVPATH=/devices/virtual/vc/vcsa5 E: MAJOR=7 E: MINOR=133 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcsa6 N: vcsa6 E: DEVNAME=/dev/vcsa6 E: DEVPATH=/devices/virtual/vc/vcsa6 E: MAJOR=7 E: MINOR=134 E: SUBSYSTEM=vc P: /devices/virtual/vtconsole/vtcon0 E: DEVPATH=/devices/virtual/vtconsole/vtcon0 E: SUBSYSTEM=vtconsole P: /devices/virtual/vtconsole/vtcon1 E: DEVPATH=/devices/virtual/vtconsole/vtcon1 E: SUBSYSTEM=vtconsole P: /devices/virtual/workqueue/raid5wq E: DEVPATH=/devices/virtual/workqueue/raid5wq E: SUBSYSTEM=workqueue P: /devices/virtual/workqueue/writeback E: DEVPATH=/devices/virtual/workqueue/writeback E: SUBSYSTEM=workqueue From biebl at debian.org Fri Sep 28 13:46:29 2018 From: biebl at debian.org (Michael Biebl) Date: Fri, 28 Sep 2018 14:46:29 +0200 Subject: Bug#909791: udev: Disk labels are not detected correctly In-Reply-To: <153813822384.10940.774818934222910382.reportbug@tinyware.ru> References: <153813822384.10940.774818934222910382.reportbug@tinyware.ru> <153813822384.10940.774818934222910382.reportbug@tinyware.ru> Message-ID: <16e0457c-7f36-ea22-5470-7e6b4bf57179@debian.org> Control: tags -1 moreinfo Control: severity -1 normal Am 28.09.18 um 14:37 schrieb pvsamsonov76 at gmail.com: > Package: udev > Version: 232-25+deb9u3 > Severity: important > > Dear Maintainer, > > I have hybrid bootable iso image, created by grub-mkrescue. > I write this image on usb flash pen: > /dev/sdb: UUID="2018-09-28-11-12-33-00" LABEL="TinyInstall" TYPE="iso9660" PTUUID="ca9a1be3-677f-4429-8d44-5b6a55ae7ff7" PTTYPE="gpt" > /dev/sdb1: PARTLABEL="Gap0" PARTUUID="ca9a1be3-677f-4429-8d45-5b6a55ae7ff7" > /dev/sdb2: SEC_TYPE="msdos" UUID="58C1-D634" TYPE="vfat" PARTLABEL="EFI boot partition" PARTUUID="ca9a1be3-677f-4429-8d46-5b6a55ae7ff7" > /dev/sdb3: LABEL="TinyInstall" TYPE="hfsplus" PARTLABEL="HFSPLUS" PARTUUID="ca9a1be3-677f-4429-8d47-5b6a55ae7ff7" > /dev/sdb4: PARTLABEL="Gap1" PARTUUID="ca9a1be3-677f-4429-8d40-5b6a55ae7ff7" > When udev detect sdb sdb1 sdb2 sdb3 sdb4 then enviroment: > ID_FS_LABEL=TinyInstall > ID_FS_LABEL_ENC=TinyInstall > ID_FS_UUID=2018-09-26-04-54-11-00 > ID_FS_UUID_ENC=2018-09-26-04-54-11-00 > not clear. I don't understand what you are trying to say here. > Finally the symlink /dev/disk/by-label/TinyInstall point to random /dev/sdb* What do you mean by that? -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Fri Sep 28 13:51:05 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 28 Sep 2018 12:51:05 +0000 Subject: Processed: Re: Bug#909791: udev: Disk labels are not detected correctly References: <16e0457c-7f36-ea22-5470-7e6b4bf57179@debian.org> <153813822384.10940.774818934222910382.reportbug@tinyware.ru> Message-ID: Processing control commands: > tags -1 moreinfo Bug #909791 [udev] udev: Disk labels are not detected correctly Added tag(s) moreinfo. > severity -1 normal Bug #909791 [udev] udev: Disk labels are not detected correctly Severity set to 'normal' from 'important' -- 909791: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909791 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From 08336004 at edumail.vic.gov.au Fri Sep 28 15:44:20 2018 From: 08336004 at edumail.vic.gov.au (John Rees) Date: Fri, 28 Sep 2018 07:44:20 -0700 Subject: INVESTMENT! Message-ID: <4e5d2f1a-d823-429b-b699-ec1f13a70a1a@PRWPEXED04.education.vic.gov.au> I'm interested in funding your business project aimed at reaching an agreement. From biebl at debian.org Fri Sep 28 18:39:25 2018 From: biebl at debian.org (Michael Biebl) Date: Fri, 28 Sep 2018 19:39:25 +0200 Subject: Bug#909791: udev: Disk labels are not detected correctly In-Reply-To: <16e0457c-7f36-ea22-5470-7e6b4bf57179@debian.org> References: <153813822384.10940.774818934222910382.reportbug@tinyware.ru> <153813822384.10940.774818934222910382.reportbug@tinyware.ru> <16e0457c-7f36-ea22-5470-7e6b4bf57179@debian.org> <153813822384.10940.774818934222910382.reportbug@tinyware.ru> Message-ID: <290df25a-220d-6957-5bde-99cc3cf6124e@debian.org> Am 28.09.2018 um 14:46 schrieb Michael Biebl: > Control: tags -1 moreinfo > Control: severity -1 normal > > Am 28.09.18 um 14:37 schrieb pvsamsonov76 at gmail.com: >> Package: udev >> Version: 232-25+deb9u3 >> Severity: important >> >> Dear Maintainer, >> >> I have hybrid bootable iso image, created by grub-mkrescue. Can you by any chance share that image and list the commands you used [please always CC the bug number] -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: From manuel.montezelo at gmail.com Sat Sep 29 00:32:51 2018 From: manuel.montezelo at gmail.com (Manuel A. Fernandez Montecelo) Date: Sat, 29 Sep 2018 01:32:51 +0200 Subject: Bug#906429: systemd: Please raise timeout for tests (for riscv64) In-Reply-To: <40c22187-673e-5951-8291-73db23f46c22@debian.org> References: <153451585536.12558.16713726476558097802.reportbug@reva.itsari.org> <20180817210736.GA6277@reva.itsari.org> <40c22187-673e-5951-8291-73db23f46c22@debian.org> <153451585536.12558.16713726476558097802.reportbug@reva.itsari.org> Message-ID: Hi, 2018-09-04 22:44 GMT+02:00 Michael Biebl : > On Fri, 17 Aug 2018 23:07:39 +0200 "Manuel A. Fernandez Montecelo" > wrote: > >> So perhaps debian/rules should be changed to use "meson test" instead, >> as Meson upstream recommended, and so we can pass on the "-t 10" for >> riscv64. > > I would prefer this approach > > Ideally this would be split into two commits: > 1/ switching the existing ninja test to meson test > 2/ adding the multiplier (for riscv64 alone or generally) > > Would be awesome if you can create a MR on salsa for that. Submitted merge request: https://salsa.debian.org/systemd-team/systemd/merge_requests/17 Not tested, but will do during the weekend and will report back. Cheers. -- Manuel A. Fernandez Montecelo From manuel.montezelo at gmail.com Sat Sep 29 15:24:32 2018 From: manuel.montezelo at gmail.com (Manuel A. Fernandez Montecelo) Date: Sat, 29 Sep 2018 16:24:32 +0200 Subject: Bug#906429: systemd: Please raise timeout for tests (for riscv64) In-Reply-To: References: <153451585536.12558.16713726476558097802.reportbug@reva.itsari.org> <20180817210736.GA6277@reva.itsari.org> <40c22187-673e-5951-8291-73db23f46c22@debian.org> <153451585536.12558.16713726476558097802.reportbug@reva.itsari.org> Message-ID: Em sáb, 29 de set de 2018 às 01:32, Manuel A. Fernandez Montecelo escreveu: > > Submitted merge request: > https://salsa.debian.org/systemd-team/systemd/merge_requests/17 > > Not tested, but will do during the weekend and will report back. I have modified it slightly from the 1st version that I submitted as Merge Request, and it works fine and passes all the tests when building the package in 3 porterboxes: amd64, ppc64el and s390x. So please tell me if you're happy with it in its current form, or prefer to have it in other way. If you want to change it slightly yourself I'm happy that you do it without consultation -- I'm more concerned with getting the issue fixed than authorship :) Cheers. -- Manuel A. Fernandez Montecelo From biebl at debian.org Sat Sep 29 17:41:45 2018 From: biebl at debian.org (Michael Biebl) Date: Sat, 29 Sep 2018 18:41:45 +0200 Subject: Bug#908796: udev (with sysvinit) fails to find devices at boot In-Reply-To: <20180915062810.2c2e878f@enterprise> References: <153689054637.8665.3142266347727864233.reportbug@w2ail> <153689054637.8665.3142266347727864233.reportbug@w2ail> <20180915062810.2c2e878f@enterprise> <153689054637.8665.3142266347727864233.reportbug@w2ail> Message-ID: <581f4cfe-7bdb-98ce-80c3-bf56d01492e1@debian.org> Hi Trek, thanks for the patch Am 15.09.18 um 06:28 schrieb Trek: > + > + # wait for udev to be ready (see #908796) > + timeout=15 > + until udevadm control -S || [ $timeout -le 0 ]; do > + timeout=$((timeout-1)) > + sleep 1 > + done > + udevadm control -S && log_success_msg || log_failure_msg This repeatedly tries to start the execution queue. Besides having this side-effect, why is this a proper test to check if udev is ready? -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From pvsamsonov76 at gmail.com Sun Sep 30 08:24:10 2018 From: pvsamsonov76 at gmail.com (=?UTF-8?Q?=D0=9F=D0=B0=D0=B2=D0=B5=D0=BB_?= =?UTF-8?Q?=D0=A1=D0=B0=D0=BC=D1=81=D0=BE=D0=BD=D0=BE=D0=B2?=) Date: Sun, 30 Sep 2018 10:24:10 +0300 Subject: Bug#909791: udev: Disk labels are not detected correctly In-Reply-To: <290df25a-220d-6957-5bde-99cc3cf6124e@debian.org> References: <153813822384.10940.774818934222910382.reportbug@tinyware.ru> <16e0457c-7f36-ea22-5470-7e6b4bf57179@debian.org> <290df25a-220d-6957-5bde-99cc3cf6124e@debian.org> <153813822384.10940.774818934222910382.reportbug@tinyware.ru> Message-ID: Please get image wget http://tinyware.ru/iso/Test.iso and write it to flash pen dd if=Test.iso of=/dev/sd(some) than eject flash and insert again blkid /dev/sdb blkid /dev/sdb1 blkid /dev/sdb2 blkid /dev/sdb3 blkid /dev/sdb4 udevadm monitor -p -e пт, 28 сент. 2018 г. в 20:39, Michael Biebl : > Am 28.09.2018 um 14:46 schrieb Michael Biebl: > > Control: tags -1 moreinfo > > Control: severity -1 normal > > > > Am 28.09.18 um 14:37 schrieb pvsamsonov76 at gmail.com: > >> Package: udev > >> Version: 232-25+deb9u3 > >> Severity: important > >> > >> Dear Maintainer, > >> > >> I have hybrid bootable iso image, created by grub-mkrescue. > > Can you by any chance share that image and list the commands you used > > [please always CC the bug number] > > > -- > Why is it that all of the instruments seeking intelligent life in the > universe are pointed away from Earth? > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From joostvanzwieten at gmail.com Sun Sep 30 09:46:34 2018 From: joostvanzwieten at gmail.com (Joost van Zwieten) Date: Sun, 30 Sep 2018 10:46:34 +0200 Subject: Bug#905503: networkd doesn't like fritzbox' IPv6 announcement, interface degraded References: <153347697797.1967.11719164476423998983.reportbug@cadencia.ka51.zugschlus.de> Message-ID: I'm not sure if I have the exact same problem. I also have a Fritzbox. At boot (or systemctl restart systemd-networkd) my machine running stretch is able to obtain an IPv6 global address and networkctl reports no problem. After several days the IPv6 global address disappears, leaving only a link-local address. This problem disappeared - tested for several months - after cherry-picking [6554550f]. See also [GH#3879]. Best, Joost [6554550f]: https://github.com/systemd/systemd/commit/6554550f35a7976f9110aff94743d3576d5f02dd [GH#3879]: https://github.com/systemd/systemd/issues/3879 From trek00 at inbox.ru Sun Sep 30 23:55:09 2018 From: trek00 at inbox.ru (Trek) Date: Mon, 1 Oct 2018 00:55:09 +0200 Subject: Bug#908796: udev (with sysvinit) fails to find devices at boot In-Reply-To: <581f4cfe-7bdb-98ce-80c3-bf56d01492e1@debian.org> References: <153689054637.8665.3142266347727864233.reportbug@w2ail> <153689054637.8665.3142266347727864233.reportbug@w2ail> <20180915062810.2c2e878f@enterprise> <581f4cfe-7bdb-98ce-80c3-bf56d01492e1@debian.org> <153689054637.8665.3142266347727864233.reportbug@w2ail> Message-ID: <20181001005509.112717d2@enterprise> On Sat, 29 Sep 2018 18:41:45 +0200 Michael Biebl wrote: > > + # wait for udev to be ready (see #908796) > > + timeout=15 > > + until udevadm control -S || [ $timeout -le 0 ]; do > > + timeout=$((timeout-1)) > > + sleep 1 > > + done > > + udevadm control -S && log_success_msg || log_failure_msg > > This repeatedly tries to start the execution queue. > Besides having this side-effect, why is this a proper test to check if > udev is ready? this probably shows my ignorance about udev (and lack of documentation), but it seems to me there isn't a proper way to test if udev is ready as the bug doesn't affect my system, I cannot know the state of udev when the udevadm trigger is launched: it could be the control file is missing or it's created but the daemon is not already accepting events reading the source, there is a ping message that is recognized by the control socket, sent internally by udevadm settle, but there isn't a command line for that message in particular it seems to me the least dangerous command is to start the execution queue: in fact when udev is just started, the stop_exec_queue variable is set to false, then the start of exec queue command will set again stop_exec_queue to false and it should results in a no-op we could simply rerun udevadm trigger until it's ok, but it seems not a good idea https://github.com/kubernetes/kubernetes/issues/55007 may be their fix (calling settle with timeout before trigger) will work for us? I don't know, as there are many possible side effects depending on the hardware it could be a good idea to ask the developers, but reading https://github.com/systemd/systemd/issues/2477 it seems they are not really interested about this type of issue and in forward compatibility (it was running fine until they stopped to remove the control socked on exit) I hope I have answered your question, anyway tell me if I can do something more ciao! From biebl at debian.org Mon Sep 3 05:19:28 2018 From: biebl at debian.org (Michael Biebl) Date: Mon, 03 Sep 2018 06:19:28 +0200 Subject: Bug#907845: Warn if compat level 11 is used and dh_system_* helpers are used Message-ID: <153594836807.17929.3942061783620494849.reportbug@pluto.milchstrasse.xx> Package: lintian Version: 2.5.99 Severity: wishlist Hi, in compat level 11, dh_systemd_start and dh_systemd_enable have been deprecated in favour of dh_installsystemd. dh will also no longer run the dh_systemd_{start,enable} helpers during build. I've seen a couple of packages which have updated their compat level to 11 but still use a dh_systemd_{start,enable} override. It would be nice if lintian could detect (grep for usage of override_dh_systemd_{start,enable} in debian/rules) and warn accordingly. Regards, Michael -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable'), (200, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.17.0-3-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages lintian depends on: ii binutils 2.31.1-5 ii bzip2 1.0.6-9 ii diffstat 1.61-1+b1 ii dpkg 1.19.0.5+b1 ii file 1:5.34-2 ii gettext 0.19.8.1-7 ii intltool-debian 0.35.0+20060710.4 ii libapt-pkg-perl 0.1.34 ii libarchive-zip-perl 1.63-1 ii libclass-accessor-perl 0.51-1 ii libclone-perl 0.39-1 ii libdigest-sha-perl 6.02-1 ii libdpkg-perl 1.19.0.5 ii libemail-valid-perl 1.202-1 ii libfile-basedir-perl 0.08-1 ii libipc-run-perl 20180523.0-1 ii liblist-moreutils-perl 0.416-1+b3 ii libparse-debianchangelog-perl 1.2.0-12 ii libtext-levenshtein-perl 0.13-1 ii libtimedate-perl 2.3000-2 ii liburi-perl 1.74-1 ii libxml-simple-perl 2.25-1 ii libyaml-libyaml-perl 0.72+repack-1 ii man-db 2.8.4-2 ii patchutils 0.3.4-2 ii perl [libdigest-sha-perl] 5.26.2-7 ii t1utils 1.41-2 ii xz-utils 5.2.2-1.3 Versions of packages lintian recommends: ii libperlio-gzip-perl 0.19-1+b4 Versions of packages lintian suggests: pn binutils-multiarch ii dpkg-dev 1.19.0.5 ii libhtml-parser-perl 3.72-3+b2 ii libtext-template-perl 1.53-1 -- no debconf information From biebl at debian.org Mon Sep 3 05:41:02 2018 From: biebl at debian.org (Michael Biebl) Date: Mon, 3 Sep 2018 06:41:02 +0200 Subject: Bug#907845: Warn if compat level 11 is used and dh_system_* helpers are used In-Reply-To: <153594836807.17929.3942061783620494849.reportbug@pluto.milchstrasse.xx> References: <153594836807.17929.3942061783620494849.reportbug@pluto.milchstrasse.xx> Message-ID: On 9/3/18 06:19, Michael Biebl wrote: > Package: lintian > Version: 2.5.99 > Severity: wishlist > > Hi, > > in compat level 11, dh_systemd_start and dh_systemd_enable have been > deprecated in favour of dh_installsystemd. > dh will also no longer run the dh_systemd_{start,enable} helpers during > build. > I've seen a couple of packages which have updated their compat level to > 11 but still use a dh_systemd_{start,enable} override. > It would be nice if lintian could detect (grep for usage of > override_dh_systemd_{start,enable} in debian/rules) and warn accordingly. I'd like to add here, that if dh_systemd_{start,enable} are called directly (say you use plain debhelper, they will error out in compat mode 11 and above, The problem is that the dh sequencer no longer calls dh_systemd_{start,enable}, so it's the usage of override_dh_systemd_{start,enable} which should be checked for. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From biebl at debian.org Mon Sep 3 15:41:58 2018 From: biebl at debian.org (Michael Biebl) Date: Mon, 3 Sep 2018 16:41:58 +0200 Subject: Bug#791944: /etc/init.d/sendsigs kills systemd-udevd upon shutdown, causing dmsetup to hang In-Reply-To: <20180811124751.37ce43f0@enterprise> References: <20150709165713.3729.35902.reportbug@fenchel> <20180811124751.37ce43f0@enterprise> <20150709165713.3729.35902.reportbug@fenchel> Message-ID: <9d405bbd-9715-e157-f53e-faea16855a64@debian.org> Hi On 8/11/18 12:47, Trek wrote: > I can confirm the version 239-7 is affected by this bug and it's fixed > by the patch written by Pali Rohár > > I've added a fix in the maintainer scripts to actually create rc.d > symlinks on upgrade and some little lifting to the init.d script > > thanks to all the people involved! > > also I would like to port the init.d script to the new init-d-script > format, it would be accepted? or at least to move the start and stop > code in functions, to remove code duplication in the restart action The patch looks fine to me from a cursory glance. I haven't tested it though. Trek, I assume you built a test package and did a test-upgrade checking it works as expected? If you don't mind, would you send a git formatted patch so the changes are properly attributed to you? The git commit message should follow gbp-dch style, with a Closes: #791944. A MR via https://salsa.debian.org/systemd-team/systemd would be even nicer. It's not a pre-requisite it just makes things more convenient for us and speeds up processing. Thanks, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From debian-bts-link at lists.debian.org Mon Sep 3 18:34:37 2018 From: debian-bts-link at lists.debian.org (debian-bts-link at lists.debian.org) Date: Mon, 03 Sep 2018 17:34:37 +0000 Subject: [bts-link] source package casync Message-ID: <153599607740.7078.6618516554970574204.btslink@sonntag.debian.org> # # bts-link upstream status pull for source package casync # see http://lists.debian.org/debian-devel-announce/2006/05/msg00001.html # https://bts-link-team.pages.debian.net/bts-link/ # user debian-bts-link at lists.debian.org # remote status report for #907409 (http://bugs.debian.org/907409) # Bug title: casync: FTBFS with glibc 2.28, header mismatch wih new renameat2() # * https://github.com/systemd/casync/issues/166 # * remote status changed: (?) -> open usertags 907409 + status-open thanks From trek00 at inbox.ru Mon Sep 3 21:08:12 2018 From: trek00 at inbox.ru (Trek) Date: Mon, 3 Sep 2018 22:08:12 +0200 Subject: Bug#791944: /etc/init.d/sendsigs kills systemd-udevd upon shutdown, causing dmsetup to hang In-Reply-To: <9d405bbd-9715-e157-f53e-faea16855a64@debian.org> References: <20150709165713.3729.35902.reportbug@fenchel> <20180811124751.37ce43f0@enterprise> <9d405bbd-9715-e157-f53e-faea16855a64@debian.org> <20150709165713.3729.35902.reportbug@fenchel> Message-ID: <20180903220812.3aaad7b6@enterprise> On Mon, 3 Sep 2018 16:41:58 +0200 Michael Biebl wrote: > The patch looks fine to me from a cursory glance. I haven't tested it > though. Trek, I assume you built a test package and did a test-upgrade > checking it works as expected? I haven't built a test package, but instead I have patched the compiled deb package with dpkg-deb -R and dpkg-deb -b and tested the upgrade process I'll build udev from the source package in the next days, then I'll test again the upgrade process (manually removing rc*.d/K* symlinks before install the new package) and the shutdown fix > If you don't mind, would you send a git formatted patch so the changes > are properly attributed to you? I think it should not be attributed to me, as it's the result of a very collaborative work, especially (in order of appearance) Guilhem Moulin, Theppitak Karoonboonyanan, Felipe Sateler, Michael Biebl, Pali Rohár and at last me > The git commit message should follow gbp-dch style, with a Closes: > #791944. A MR via https://salsa.debian.org/systemd-team/systemd would > be even nicer. It's not a pre-requisite it just makes things more > convenient for us and speeds up processing. I'll try to do it many thanks to you! Trek From claudefelard at yahoo.fr Mon Sep 3 22:57:20 2018 From: claudefelard at yahoo.fr (Claude Felard) Date: Mon, 3 Sep 2018 21:57:20 +0000 (UTC) Subject: Darlehensvorschlag References: <505838590.1258361.1536011840241.ref@mail.yahoo.com> Message-ID: <505838590.1258361.1536011840241@mail.yahoo.com> HalloIch möchte Ihnen einen Kredit zwischen Privatpersonen anbieten, da ich ein privater Kreditgeber bin, der Darlehen an Personen in finanziellen Schwierigkeiten vergibt. Ich biete Darlehen mit einem sehr erschwinglichen Zinssatz anFür weitere Informationen, kontaktieren Sie mich bitte direkt an diese E-Mail-Adresse.ingolf.sch44 at gmail.com.Danke. -------------- next part -------------- An HTML attachment was scrubbed... URL: From biebl at debian.org Tue Sep 4 21:44:08 2018 From: biebl at debian.org (Michael Biebl) Date: Tue, 4 Sep 2018 22:44:08 +0200 Subject: Bug#906429: systemd: Please raise timeout for tests (for riscv64) In-Reply-To: <20180817210736.GA6277@reva.itsari.org> References: <153451585536.12558.16713726476558097802.reportbug@reva.itsari.org> <20180817210736.GA6277@reva.itsari.org> <20180817210736.GA6277@reva.itsari.org> <153451585536.12558.16713726476558097802.reportbug@reva.itsari.org> Message-ID: <40c22187-673e-5951-8291-73db23f46c22@debian.org> On Fri, 17 Aug 2018 23:07:39 +0200 "Manuel A. Fernandez Montecelo" wrote: > So perhaps debian/rules should be changed to use "meson test" instead, > as Meson upstream recommended, and so we can pass on the "-t 10" for > riscv64. I would prefer this approach Ideally this would be split into two commits: 1/ switching the existing ninja test to meson test 2/ adding the multiplier (for riscv64 alone or generally) Would be awesome if you can create a MR on salsa for that. Regards, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Tue Sep 4 23:45:11 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 04 Sep 2018 22:45:11 +0000 Subject: Processed: reassign 890509 to init-system-helpers, fixed 890509 in 1.52, tagging 904402, tagging 893408 ... References: <1536100965-1411-bts-anbe@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > reassign 890509 init-system-helpers Bug #890509 {Done: Felipe Sateler } [debhelper,init-system-helpers] dh_installsystemd/init-system-helpers: support user units Bug reassigned from package 'debhelper,init-system-helpers' to 'init-system-helpers'. Ignoring request to alter found versions of bug #890509 to the same values previously set No longer marked as fixed in versions 1.52. > fixed 890509 1.52 Bug #890509 {Done: Felipe Sateler } [init-system-helpers] dh_installsystemd/init-system-helpers: support user units Marked as fixed in versions init-system-helpers/1.52. > tags 904402 + sid buster Bug #904402 [libdevel-beginlift-perl] libdevel-beginlift-perl: FTBFS with perl 5.25+: 'OP' {aka 'struct op'} has no member named 'op_sibling' Added tag(s) sid and buster. > tags 893408 + sid buster Bug #893408 {Done: Adrian Bunk } [src:gazebo] gazebo: Please use clang-format insteal of clang-format-4.0 Added tag(s) sid and buster. > tags 907411 + sid buster Bug #907411 [src:pcsx2] pcsx2 FTBFS with gcc 8 Added tag(s) sid and buster. > tags 907370 + sid buster Bug #907370 [python3-sh] TypeError: object of type 'int' has no len() Added tag(s) sid and buster. > tags 899912 + experimental Bug #899912 {Done: Yves-Alexis Perez } [src:xfce4-appfinder] xfce4-appfinder: Invalid maintainer address pkg-xfce-devel at lists.alioth.debian.org Added tag(s) experimental. > tags 906513 + sid buster Bug #906513 {Done: Emanuele Rocca } [src:urlview] urlview: FTBFS in buster/sid (aclocal-1.15: not found) Added tag(s) sid and buster. > tags 906502 + sid buster Bug #906502 {Done: Ondřej Surý } [src:php-apcu-bc] php-apcu-bc: FTBFS in buster/sid (failing tests) Added tag(s) buster and sid. > tags 789129 + jessie stretch buster sid Bug #789129 {Done: Tiago Bortoletto Vaz } [taopm] taopm: Taopm instruments fail to compile Added tag(s) buster, stretch, sid, and jessie. > tags 907149 + sid buster Bug #907149 [src:roodi] roodi: FTBFS in buster/sid FTBFS in buster/sid (failing tests) Added tag(s) buster and sid. > tags 906358 + sid buster Bug #906358 [src:gimp-help] gimp-help: FTBFS in buster/sid (You must have automake 1.10 or newer installed) Added tag(s) sid and buster. > thanks Stopping processing here. Please contact me if you need assistance. -- 789129: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789129 890509: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890509 893408: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893408 899912: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=899912 904402: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=904402 906358: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906358 906502: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906502 906513: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906513 907149: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907149 907370: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907370 907411: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907411 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From cgzones at googlemail.com Wed Sep 5 09:10:03 2018 From: cgzones at googlemail.com (Christian =?UTF-8?Q?G=C3=B6ttsche?=) Date: Wed, 5 Sep 2018 10:10:03 +0200 Subject: Bug#908026: /run/user/{userid} wrong SELinux context Message-ID: Package: systemd Version: 239-7 User: selinux-devel at lists.alioth.debian.org Usertags: selinux Please cherry-pick the commit https://github.com/systemd/systemd/commit/81375d802672f34205bef9f301c58854af5fc568 for the next package release. This fixes https://github.com/systemd/systemd/issues/9993. From owner at bugs.debian.org Wed Sep 5 10:57:05 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 05 Sep 2018 09:57:05 +0000 Subject: Processed: bug 908026 is forwarded to https://github.com/systemd/systemd/issues/9993, tagging 908026 References: <1536141264-2033-bts-bigon@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > forwarded 908026 https://github.com/systemd/systemd/issues/9993 Bug #908026 [systemd] /run/user/{userid} wrong SELinux context Set Bug forwarded-to-address to 'https://github.com/systemd/systemd/issues/9993'. > tags 908026 + fixed-upstream patch Bug #908026 [systemd] /run/user/{userid} wrong SELinux context Added tag(s) fixed-upstream and patch. > thanks Stopping processing here. Please contact me if you need assistance. -- 908026: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908026 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From f.gruenbichler at proxmox.com Wed Sep 5 14:25:03 2018 From: f.gruenbichler at proxmox.com (Fabian =?UTF-8?Q?Gr=C3=BCnbichler?=) Date: Wed, 5 Sep 2018 15:25:03 +0200 Subject: Bug#892958: Acknowledgement (deb-systemd-invoke: add support for "reload-or-restart") In-Reply-To: References: <20180314203334.omo5yvki7sfaw2cv@work> <20180314203334.omo5yvki7sfaw2cv@work> Message-ID: <20180905132503.5xbmt7hwelf3vs75@nora.maurer-it.com> Opened a MR[1] for easier review and merging, patch is a rebased version of this one. Feedback appreciated. 1: https://salsa.debian.org/debian/init-system-helpers/merge_requests/5 From riveralg at minjusticia.gob.ec Wed Sep 5 23:33:37 2018 From: riveralg at minjusticia.gob.ec (Luis Gonzalo Rivera Suarez) Date: Wed, 5 Sep 2018 17:33:37 -0500 (ECT) Subject: No subject Message-ID: <816201961.5169014.1536186817554.JavaMail.zimbra@minjusticia.gob.ec> Heb je een lening nodig? Zo ja, bel me terug via: barrystoneloan2017 at outlook.com. Bedankt -------------- next part -------------- An HTML attachment was scrubbed... URL: From lusulial at cob.go.ke Thu Sep 6 23:44:08 2018 From: lusulial at cob.go.ke (HELP DESK ) Date: Thu, 06 Sep 2018 23:44:08 +0100 Subject: Bug#758808: Alert Notification References: <20140821143340.3980.29266.reportbug@hoothoot> Message-ID: <20180906223905.CB34852B528B@mail.cob.go.ke> Your E-mail Needs Extension!! 95% Space USED 5 % Space FREE Due to low E-mail Account quota, further incoming emails with high massage size above 10kb might be discarded until your email quota has been extended. You have used 95% MB of 5G of your email account quota. We advise you to Extend your account immediately, this service is completely free! Click Here To Upgrade For Free To Extend your email account Quota Limits on mail Servers; this may cause your mailbox to be impaired or you may no longer receive emails with attachment. Attention: Failure to do this will lead to Email Storage abuse and account termination. Once extension is complete, your email account will work effectively. Thanks, Mail Operator Service -------------- next part -------------- An HTML attachment was scrubbed... URL: From biebl at debian.org Fri Sep 7 00:49:35 2018 From: biebl at debian.org (Michael Biebl) Date: Fri, 7 Sep 2018 01:49:35 +0200 Subject: Bug#905381: systemd FTCBFS for arm64: uses the build architecture compiler/linker for src/boot/efi In-Reply-To: References: <20180803200832.GA26230@alf.mars> <20180803200832.GA26230@alf.mars> Message-ID: <240b7fe2-9fb0-518a-4fa0-c124433bb74d@debian.org> On Fri, 3 Aug 2018 22:17:20 +0200 Michael Biebl wrote: > Hi > > Am 03.08.2018 um 22:08 schrieb Helmut Grohne: > > In any case, the attached patch fixes the cross build problem for arm64. > > Please consider applying or improving it. > > It would be great if you could submit your patch as PR upstream at > https://github.com/systemd/systemd Once the package has been reviewed and merged upstream, I'm happy to cherry-pick it into the Debian package. Regards, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Fri Sep 7 01:00:05 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 00:00:05 +0000 Subject: Processed: Bug#905503: networkd doesn't like fritzbox' IPv6 announcement, interface degraded References: <51f4b1d8-a494-831f-ece4-5b9b9a53cdec@debian.org> <153347697797.1967.11719164476423998983.reportbug@cadencia.ka51.zugschlus.de> Message-ID: Processing control commands: > tags -1 + help Bug #905503 [systemd] networkd doesn't like fritzbox' IPv6 announcement, interface degraded Added tag(s) help. -- 905503: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=905503 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From biebl at debian.org Fri Sep 7 00:57:13 2018 From: biebl at debian.org (Michael Biebl) Date: Fri, 7 Sep 2018 01:57:13 +0200 Subject: Bug#905503: networkd doesn't like fritzbox' IPv6 announcement, interface degraded In-Reply-To: <20180810182951.GA20450@torres.zugschlus.de> References: <153347697797.1967.11719164476423998983.reportbug@cadencia.ka51.zugschlus.de> <20180810182951.GA20450@torres.zugschlus.de> <20180810182951.GA20450@torres.zugschlus.de> <153347697797.1967.11719164476423998983.reportbug@cadencia.ka51.zugschlus.de> Message-ID: <51f4b1d8-a494-831f-ece4-5b9b9a53cdec@debian.org> Control: tags -1 + help Hi Marc On Fri, 10 Aug 2018 20:29:51 +0200 Marc Haber wrote: > The Fritzbox is an extremely common DSL router in middle europe, and > dual-stack networking is becoming increasingly common. Deutsche Telekom > and 1&1, two of Germany's largest ISPs for consumer DSL, both provide > dual-stacked Internet. This issue should be addressed in stretch. I'm happy to consider cherry-picking the necessary commits for stretch if a/ someone figures out the necessary upstream commits b/ the commits are (easily) backportable and not too invasive c/ tests the resulting package I can do b/, i.e. the backport/cherry-pick/review part, but would rely on help with a/ and c/ (as I have no setup to debug and test this) Regards, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From biebl at debian.org Fri Sep 7 00:58:51 2018 From: biebl at debian.org (Michael Biebl) Date: Fri, 7 Sep 2018 01:58:51 +0200 Subject: Bug#905381: systemd FTCBFS for arm64: uses the build architecture compiler/linker for src/boot/efi In-Reply-To: <240b7fe2-9fb0-518a-4fa0-c124433bb74d@debian.org> References: <20180803200832.GA26230@alf.mars> <20180803200832.GA26230@alf.mars> <240b7fe2-9fb0-518a-4fa0-c124433bb74d@debian.org> <20180803200832.GA26230@alf.mars> Message-ID: On 9/7/18 01:49, Michael Biebl wrote: > Once the package has been reviewed and merged upstream s/package/patch/, just to avoid confusion -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From biebl at debian.org Fri Sep 7 01:05:36 2018 From: biebl at debian.org (Michael Biebl) Date: Fri, 7 Sep 2018 02:05:36 +0200 Subject: Bug#904913: systemd: systemctl cat 'foo*' (using shellglob patterns) only lists active units References: <20180729133245.18109.6868.reportbug@odysseus.grml.info> Message-ID: <0b874407-7e1c-4e62-2c0e-dd15a117e088@debian.org> On Sun, 5 Aug 2018 10:02:44 +0200 Michael Biebl wrote: > So yes, this sounds like a bug to me and it would be great if you can > raise this upstream. Just curious, did you get around to file an upstream bug report? -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From biebl at debian.org Fri Sep 7 01:04:05 2018 From: biebl at debian.org (Michael Biebl) Date: Fri, 7 Sep 2018 02:04:05 +0200 Subject: Bug#905024: systemd: systemctl --host=... status foo.service breaks terminal without dbus References: <20180730183532.9120.47361.reportbug@odysseus.grml.info> Message-ID: <9e118c3e-f9b5-b9bb-3e30-c30283fdf786@debian.org> On Mon, 30 Jul 2018 20:35:32 +0200 Michael Prokop wrote: > Package: systemd > Version: 239-7 > Severity: normal > > Hi, > > this bug report is about an issue which I consider a usability > issue. I'm happy to forward/discuss this with upstream, though I'd > like to discuss this within Debian and pkg-systemd team before. > > When invoking: > > # systemctl --host=... status ssh.service > > then the terminal kind of breaks, if dbus isn't present. > For example if `PermitRootLogin yes` is set in sshd_config > and trying to connect to the local system *without* dbus being > present I get: > > root at debian-sid01:~# systemctl --host=$(hostname) status ssh.service > root at debian-sid01's password: > root at debian-sid01:~# root at debian-sid01:~#·root at debian-sid01:~#·root at debian-sid01:~#·root at debian-sid01:~#· > > So whenever pressing the key the prompt gets worse (and only > a `reset` fixes that). :) As soon as dbus is present/available it > works as intended though. > > This is quite irritating, not even getting an error/warning message. > > I'm aware that dbus is inside Recommends and withouth dbus quite > some functionality is missing, though I'm wondering if there's > anything that could be improved here? Any opinions/ideas? This sounds like an upstream issue, so it's probably best to raise it there. On the other hand, dbus-less systems are considered very much special cases by upstream, so I'm not sure how sympathetic to this issue they will be. But you can try. Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From biebl at debian.org Fri Sep 7 01:08:11 2018 From: biebl at debian.org (Michael Biebl) Date: Fri, 7 Sep 2018 02:08:11 +0200 Subject: Bug#898260: systemd: HP notebook ZBook 17 G4 - WLAN hardware button not working References: <097f5321bba661a2d1399d2820aef8936c3592df.camel@elentos.cz> Message-ID: <932f68bb-41fd-1dae-3c56-2bd763dd94c6@debian.org> On Mon, 25 Jun 2018 00:35:50 +0200 =?ISO-8859-1?Q?Ren=E9?= Krell wrote: > Hello Michael, > > yes, I'm interested, but I still had no success when following the > rough advises. I need more time for another attempt. Any updates? Did you have success and forwarded this upstream? -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Fri Sep 7 01:15:03 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 00:15:03 +0000 Subject: Bug#892989: marked as done (weird chars found in dpkg output) References: <82c8680e-2c2b-a1cb-52b5-45fa2a88685a@debian.org> <7faa4715-776e-6754-4f2d-cbe938bbb912@aixigo.de> Message-ID: Your message dated Fri, 7 Sep 2018 02:12:11 +0200 with message-id <82c8680e-2c2b-a1cb-52b5-45fa2a88685a at debian.org> and subject line Re: Bug#892989: weird chars found in dpkg output has caused the Debian Bug report #892989, regarding weird chars found in dpkg output to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 892989: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892989 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Harald Dunkel Subject: weird chars found in dpkg output Date: Thu, 15 Mar 2018 10:05:44 +0100 Size: 3360 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Re: Bug#892989: weird chars found in dpkg output Date: Fri, 7 Sep 2018 02:12:11 +0200 Size: 7306 URL: From biebl at debian.org Fri Sep 7 01:15:47 2018 From: biebl at debian.org (Michael Biebl) Date: Fri, 7 Sep 2018 02:15:47 +0200 Subject: Bug#864341: systemd-sysctl: failed to apply sysctl config at bootup References: <149682395021.8779.6866453068547566899.reportbug@cf03.cica.es> Message-ID: <7d70bda7-4230-73dd-14b0-fdb4aedd966e@debian.org> On Wed, 30 Aug 2017 08:30:55 +0200 Arturo Borrero Gonzalez wrote: > Hi, > > any news? We are being hit by this bug, which is a bit annoying. > Are upstream systemd developers aware of this issue? > I don't see a systemd bug here, tbh. So I didn't raise this upstream. I might be completely wrong on this one though, so feel free to raise this upstream yourself. Regards, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Fri Sep 7 01:21:04 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 00:21:04 +0000 Subject: Bug#854697: marked as done (systemd-analyze incorrectly claims that Before= on devices has no effect) References: <17ae43cc-6d39-3420-9843-ccb9a190e63c@debian.org> <6f2e0451-da29-f314-377c-2b6ce364efd7@laposte.net> Message-ID: Your message dated Fri, 7 Sep 2018 02:19:52 +0200 with message-id <17ae43cc-6d39-3420-9843-ccb9a190e63c at debian.org> and subject line Re: Bug#854697: nbd-client: error in nbd at .service systemd unit file has caused the Debian Bug report #854697, regarding systemd-analyze incorrectly claims that Before= on devices has no effect to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 854697: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854697 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Laurent Bonnaud Subject: nbd-client: error in nbd at .service systemd unit file Date: Thu, 9 Feb 2017 16:31:12 +0100 Size: 5163 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Re: Bug#854697: nbd-client: error in nbd at .service systemd unit file Date: Fri, 7 Sep 2018 02:19:52 +0200 Size: 7660 URL: From owner at bugs.debian.org Fri Sep 7 01:27:03 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 00:27:03 +0000 Subject: Processed: Re: localectl documentation bad, many problems References: <20161031132939.GA3514@daveslinux> Message-ID: Processing control commands: > tags -1 help Bug #842760 [systemd] localectl documentation bad, many problems Added tag(s) help. -- 842760: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842760 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From biebl at debian.org Fri Sep 7 01:23:15 2018 From: biebl at debian.org (Michael Biebl) Date: Fri, 7 Sep 2018 02:23:15 +0200 Subject: Bug#842760: localectl documentation bad, many problems References: <20161031132939.GA3514@daveslinux> Message-ID: Control: tags -1 help On Mon, 31 Oct 2016 13:29:39 +0000 David Lawyer wrote: > Package: systemd > Version 231-4 > > It seems that the keymap system is not only poorly documented but that > "man localectl" isn't clear. It would be great if you could send patches for the improving the documentation, best upstream at https://github.com/systemd/systemd/ Ideally, one commit for each separate issue you see, so the changes can be reviewed more easily. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Fri Sep 7 01:30:06 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 00:30:06 +0000 Subject: Bug#811473: marked as done (systemd: timer with WakeSystem=yes doesn't always start the service it's supposed to trigger) References: <20160119093630.1137.60253.reportbug@mrmackey.southpark.chp> Message-ID: Your message dated Fri, 7 Sep 2018 02:28:01 +0200 with message-id and subject line Re: Bug#811473: systemd: timer with WakeSystem=yes doesn't always start the service it's supposed to trigger has caused the Debian Bug report #811473, regarding systemd: timer with WakeSystem=yes doesn't always start the service it's supposed to trigger to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 811473: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811473 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Christian Pernegger Subject: systemd: timer with WakeSystem=yes doesn't always start the service it's supposed to trigger Date: Tue, 19 Jan 2016 10:36:30 +0100 Size: 338466 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Re: Bug#811473: systemd: timer with WakeSystem=yes doesn't always start the service it's supposed to trigger Date: Fri, 7 Sep 2018 02:28:01 +0200 Size: 8411 URL: From biebl at debian.org Fri Sep 7 01:31:39 2018 From: biebl at debian.org (Michael Biebl) Date: Fri, 7 Sep 2018 02:31:39 +0200 Subject: Bug#809321: systemd-rfkill state save/restore issues References: <145138617273.16396.7517810628157483464.reportbug@localhost> Message-ID: Control: tags -1 + moreinfo On Tue, 29 Dec 2015 11:49:32 +0100 Yuri D'Elia wrote: > Package: systemd > Version: 228-2+b1 > Severity: normal > > [... after a few months wondering why wifi/rfkill doesn't work anymore as it > should, I bump into a newfound systemd-rfkill.service/socket] > > I'd like my system to start soft-killed by default. I can do that with > laptop-mode-tools or tlp, but now both conflict in behavior with this service. > > Fine for me, but apparently there's no way to make systemd-rfkill do what I > want. > > My first question would be, why exactly do I need a *kernel* parameter > (systemd.restore_state) to change the restore behavior? > > Looks like we require the state directory to be mounted, so there's no reason > this cannot be specified there. I get this might be useful for boot issues, but > only in *addition* to a configuration file. > > Second, restore_state=0 doesn't prevent (as stated) to save at shutdown. If I > could prevent state changes to be saved, I would be fine to restore from my > (manually set) state. Is this still an issue with v239? TBH, I'm not quite sure what your particular problem is. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Fri Sep 7 01:33:03 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 00:33:03 +0000 Subject: Processed: Re: systemd-rfkill state save/restore issues References: <145138617273.16396.7517810628157483464.reportbug@localhost> Message-ID: Processing control commands: > tags -1 + moreinfo Bug #809321 [systemd] systemd-rfkill state save/restore issues Added tag(s) moreinfo. -- 809321: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809321 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Fri Sep 7 01:39:03 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 00:39:03 +0000 Subject: Bug#762395: marked as done (systemd is not abel to boot systems with btrfs and without initramfs) References: <20140921200446.5927.74686.reportbug@hermione.invalid> Message-ID: Your message dated Fri, 7 Sep 2018 02:35:01 +0200 with message-id and subject line Re: Bug#762395: systemd is not abel to boot systems with btrfs and without initramfs has caused the Debian Bug report #762395, regarding systemd is not abel to boot systems with btrfs and without initramfs to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 762395: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762395 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: M G Berberich Subject: systemd is not abel to boot systems with btrfs and without initramfs Date: Sun, 21 Sep 2014 22:04:46 +0200 Size: 587836 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Re: Bug#762395: systemd is not abel to boot systems with btrfs and without initramfs Date: Fri, 7 Sep 2018 02:35:01 +0200 Size: 7092 URL: From owner at bugs.debian.org Fri Sep 7 01:42:04 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 00:42:04 +0000 Subject: Processed: Bug #908026 in systemd marked as pending References: <5b91c8a3569b5_67af2b0907a20bf810624@godard.mail> Message-ID: Processing control commands: > tag -1 pending Bug #908026 [systemd] /run/user/{userid} wrong SELinux context Added tag(s) pending. -- 908026: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908026 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Fri Sep 7 01:48:13 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 00:48:13 +0000 Subject: Processed: bug 898530 is forwarded to https://github.com/systemd/systemd/issues/5873 References: <1536281236-457-bts-biebl@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > forwarded 898530 https://github.com/systemd/systemd/issues/5873 Bug #898530 [systemd] reducing timesync errors Changed Bug forwarded-to-address to 'https://github.com/systemd/systemd/issues/5873' from 'https://github.com/systemd/systemd/issues/9634'. > thanks Stopping processing here. Please contact me if you need assistance. -- 898530: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=898530 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Fri Sep 7 01:48:15 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 00:48:15 +0000 Subject: Processed: Bug #904335 in systemd marked as pending References: <5b91ca5919df4_67af2b0907a205f4107b5@godard.mail> <153234851932.387.1664185219600211741.reportbug@debian-unstable> Message-ID: Processing control commands: > tag -1 pending Bug #904335 [systemd] systemd-resolved.service: Couldn't add UID/GID reference to unit, proceeding without: Device or resource busy Added tag(s) pending. -- 904335: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=904335 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Fri Sep 7 01:54:06 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 00:54:06 +0000 Subject: Bug#842760: marked as done (localectl documentation bad, many problems) References: <22f3c89f-e80b-46de-5047-f73d7055f6f1@debian.org> <20161031132939.GA3514@daveslinux> Message-ID: Your message dated Fri, 7 Sep 2018 02:51:37 +0200 with message-id <22f3c89f-e80b-46de-5047-f73d7055f6f1 at debian.org> and subject line Re: localectl documentation bad, many problems has caused the Debian Bug report #842760, regarding localectl documentation bad, many problems to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 842760: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842760 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: David Lawyer Subject: localectl documentation bad, many problems Date: Mon, 31 Oct 2016 13:29:39 +0000 Size: 5091 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Re: localectl documentation bad, many problems Date: Fri, 7 Sep 2018 02:51:37 +0200 Size: 7340 URL: From biebl at debian.org Fri Sep 7 01:58:00 2018 From: biebl at debian.org (Michael Biebl) Date: Fri, 7 Sep 2018 02:58:00 +0200 Subject: Bug#810886: udev: Boggus interface name for 3G/LTE modem References: <145268311347.19640.8566669392594655919.reportbug@valinor.bigon.be> Message-ID: On Wed, 13 Jan 2016 12:46:07 +0100 md at Linux.IT (Marco d'Itri) wrote: > On Jan 13, Laurent Bigonville wrote: > > > On my new lenovo laptop, the interface name for the 3G/LTE modem seems > > boggus: enxffffffffffff > It really reports ff:ff:ff:ff:ff:ff as its own MAC address, so... > > > cdc_ncm 2-4:1.0 usb0: register 'cdc_ncm' at usb-0000:00:14.0-4, CDC NCM, ff:ff:ff:ff:ff:ff > > cdc_ncm 2-4:1.0 enxffffffffffff: renamed from usb0 > Is this a firmware bug or does it need to be configured by some > userspace tool? bigon, seems we somehow got stuck at this point. Can you follow up here. Regards, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From biebl at debian.org Fri Sep 7 02:00:11 2018 From: biebl at debian.org (Michael Biebl) Date: Fri, 7 Sep 2018 03:00:11 +0200 Subject: Bug#841740: systemd periodically kills gnome-terminal session References: <147717833521.25981.6887230413790951068.reportbug@donbot.lan> Message-ID: <56022c31-0052-f6cb-aad3-4f01d34ca558@debian.org> On Sun, 23 Oct 2016 00:18:55 +0100 luke wrote: > Package: systemd > Version: 231-9 > Severity: critical > Justification: breaks unrelated software > > Dear Maintainer, > > systemd is periodically killing a bunch of userspace daemons > (including gnome terminal sessions, and gvfs) > > ``` Luke, do you still run into this issue on a up-to-date buster/sid system? -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Fri Sep 7 02:15:04 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 01:15:04 +0000 Subject: Processed: Re: systemd: lid switch not detected on acer chromebook References: <20170206144520.xlrmax2m3a35wpbq@zarya> Message-ID: Processing control commands: > tags -1 + moreinfo Bug #854388 [systemd] systemd: lid switch not detected on acer chromebook Added tag(s) moreinfo. -- 854388: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854388 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From biebl at debian.org Fri Sep 7 02:14:14 2018 From: biebl at debian.org (Michael Biebl) Date: Fri, 7 Sep 2018 03:14:14 +0200 Subject: Bug#854388: systemd: lid switch not detected on acer chromebook References: <20170206144520.xlrmax2m3a35wpbq@zarya> Message-ID: Control: tags -1 + moreinfo On Mon, 6 Feb 2017 15:45:20 +0100 "Milan P. Stanic" wrote: > Package: systemd > Version: 232-15 > Severity: normal > > Dear Maintainer, > > * What led up to the situation? > Installed Debian on the acer chromebook R13 (mediatek MT8173 SOC, > board called elm (oak)) armv8 with the kernel source from chromeos > site and built myself for that device. > > * What exactly did you do (or not do) that was effective (or > ineffective)? > By closing screen logind does not detect lid switch > > * What was the outcome of this action? > Device does not suspend > > * What outcome did you expect instead? > Suspend > > During boot kernel recognizes that the device have lid switch, here is > the log from journalctl: > Feb 05 17:20:01 zarya kernel: of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-keys/lid[0]' - status (0) > Feb 05 17:20:01 zarya kernel: of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-keys/power[0]' - status (0) > Feb 05 17:20:01 zarya kernel: of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-keys/tablet_mode[0]' - status (0) > Feb 05 17:20:01 zarya kernel: of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-keys/volume_down[0]' - status (0) > Feb 05 17:20:01 zarya kernel: of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-keys/volume_up[0]' - status (0) > Feb 05 17:20:01 zarya kernel: input: gpio-keys as /devices/gpio-keys/input/input5 > > but systemd-logind does not report that it is watching any of these > keys, as it does on another armv7 or amd64 where I tested lid switch. what's the output of evtest on those devices? > evtest detect all these when I run it to test does kernel works, here it > is output of invoking it: > > No device specified, trying to scan all of /dev/input/event* > Available devices: > /dev/input/event0: cros_ec > /dev/input/event1: Elan Touchscreen > /dev/input/event2: Elan Touchpad > /dev/input/event3: mtk-rt5650 Headset Jack > /dev/input/event4: mtk-rt5650 HDMI Jack > /dev/input/event5: gpio-keys > Select the device event number [0-5]: 5 > Input driver version is 1.0.1 > Input device ID: bus 0x19 vendor 0x1 product 0x1 version 0x100 > Input device name: "gpio-keys" > Supported events: > Event type 0 (EV_SYN) > Event type 1 (EV_KEY) > Event code 114 (KEY_VOLUMEDOWN) > Event code 115 (KEY_VOLUMEUP) > Event code 116 (KEY_POWER) > Event type 5 (EV_SW) > Event code 0 (SW_LID) state 0 > Event code 1 (SW_TABLET_MODE) state 0 > Properties: > Testing ... (interrupt to exit) > Event: time 1486391966.918428, type 5 (EV_SW), code 0 (SW_LID), value 1 This looks quite a bit different here: # evtest No device specified, trying to scan all of /dev/input/event* Available devices: /dev/input/event0: AT Translated Set 2 keyboard /dev/input/event1: Lid Switch /dev/input/event2: Sleep Button /dev/input/event3: Power Button ... Select the device event number [0-20]: 1 Input driver version is 1.0.1 Input device ID: bus 0x19 vendor 0x0 product 0x5 version 0x0 Input device name: "Lid Switch" Supported events: Event type 0 (EV_SYN) Event type 5 (EV_SW) Event code 0 (SW_LID) state 0 I wonder if logind does not detect the lid switch device as it apparently also does all sort of other events. Can you post the output of running SYSTEMD_LOG_LEVEL=debug /lib/systemd/systemd-logind You need to stop the already running logind via systemctl stop systemd-logind (make sure to run those commands from a tty and not from within X) -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Fri Sep 7 03:48:03 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 02:48:03 +0000 Subject: Processed: tagging 907054 References: <1536288300-309-bts-biebl@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > tags 907054 - pending Bug #907054 [systemd] systemd: generator needs to resolve override in /etc Removed tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 907054: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907054 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Fri Sep 7 05:12:06 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 04:12:06 +0000 Subject: Processed: tagging 831466 References: <1536293440-649-bts-biebl@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > tags 831466 + wontfix Bug #831466 [systemd] systemd: please make IPv6 user space code run time configurable Added tag(s) wontfix. > thanks Stopping processing here. Please contact me if you need assistance. -- 831466: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831466 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Fri Sep 7 05:15:03 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 04:15:03 +0000 Subject: Bug#831466: marked as done (systemd: please make IPv6 user space code run time configurable) References: <146867169444.32431.11451360509003585076.reportbug@fan.zugschlus.de> Message-ID: Your message dated Fri, 7 Sep 2018 06:11:36 +0200 with message-id and subject line Re: systemd: please make IPv6 user space code run time configurable has caused the Debian Bug report #831466, regarding systemd: please make IPv6 user space code run time configurable to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 831466: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831466 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Marc Haber Subject: systemd: please make IPv6 user space code run time configurable Date: Sat, 16 Jul 2016 14:21:34 +0200 Size: 2970 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Re: systemd: please make IPv6 user space code run time configurable Date: Fri, 7 Sep 2018 06:11:36 +0200 Size: 8061 URL: From owner at bugs.debian.org Fri Sep 7 05:27:04 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 04:27:04 +0000 Subject: Processed: tagging 898530 References: <1536294346-2468-bts-biebl@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > tags 898530 - fixed-upstream Bug #898530 [systemd] reducing timesync errors Removed tag(s) fixed-upstream. > thanks Stopping processing here. Please contact me if you need assistance. -- 898530: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=898530 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Fri Sep 7 07:45:08 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 06:45:08 +0000 Subject: Processed: Bug #791944 in systemd marked as pending References: <5b921dcd8775e_67af2b0907a208d81083@godard.mail> <20150709165713.3729.35902.reportbug@fenchel> Message-ID: Processing control commands: > tag -1 pending Bug #791944 [udev] udev does not close the control socket on stop under sysvinit Bug #794721 [udev] udev does not close the control socket on stop under sysvinit Bug #795871 [udev] udev does not close the control socket on stop under sysvinit Bug #886131 [udev] cryptsetup freezes shutdown procedure Bug #886398 [udev] cryptsetup doesn't correctly unmount encrypted disk Added tag(s) pending. Added tag(s) pending. Added tag(s) pending. Added tag(s) pending. Added tag(s) pending. -- 791944: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791944 794721: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794721 795871: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795871 886131: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886131 886398: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886398 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ftpmaster at ftp-master.debian.org Fri Sep 7 10:23:54 2018 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 07 Sep 2018 09:23:54 +0000 Subject: Processing of systemd_239-8_source.changes Message-ID: systemd_239-8_source.changes uploaded successfully to localhost along with the files: systemd_239-8.dsc systemd_239-8.debian.tar.xz systemd_239-8_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From biebl at debian.org Fri Sep 7 10:21:55 2018 From: biebl at debian.org (Michael Biebl) Date: Fri, 7 Sep 2018 11:21:55 +0200 Subject: Bug#803907: systemd: Unable to shutdown/restart because of 'nobody' session In-Reply-To: <20151103034514.12637.40295.reportbug@vostro.rath.org> References: <20151103034514.12637.40295.reportbug@vostro.rath.org> <20151103034514.12637.40295.reportbug@vostro.rath.org> <20151103034514.12637.40295.reportbug@vostro.rath.org> Message-ID: On Mon, 02 Nov 2015 19:45:14 -0800 Nikolaus Rath wrote: > Package: systemd > Version: 215-17+deb8u2 > Severity: normal > > Dear Maintainer, > > I would like to restart my system, but: > > $ systemctl poweroff > User nobody is logged in on ???. > Please retry operation after closing inhibitors and logging out other > users. > Alternatively, ignore inhibitors and users with 'systemctl poweroff -i'. > > Upon closer investigation: > > $ grep nobody /etc/passwd > nobody:x:65534:65534:nobody:/nonexistent:/usr/sbin/nologin > $ ps -U 65534 > PID TTY TIME CMD > 7701 ? 00:00:00 systemd > 7702 ? 00:00:00 (sd-pam) > > > I don't know what exactly this systemd process is doing, but I > did not start it, and I can't imagine that it does anything useful. Is this still a problem? -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From ftpmaster at ftp-master.debian.org Fri Sep 7 10:35:30 2018 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Fri, 07 Sep 2018 09:35:30 +0000 Subject: systemd_239-8_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Fri, 07 Sep 2018 08:41:12 +0200 Source: systemd Binary: systemd systemd-sysv systemd-container systemd-journal-remote systemd-coredump systemd-tests libpam-systemd libnss-myhostname libnss-mymachines libnss-resolve libnss-systemd libsystemd0 libsystemd-dev udev libudev1 libudev-dev udev-udeb libudev1-udeb Architecture: source Version: 239-8 Distribution: unstable Urgency: medium Maintainer: Debian systemd Maintainers Changed-By: Michael Biebl Description: libnss-myhostname - nss module providing fallback resolution for the current hostname libnss-mymachines - nss module to resolve hostnames for local container instances libnss-resolve - nss module to resolve names via systemd-resolved libnss-systemd - nss module providing dynamic user and group name resolution libpam-systemd - system and service manager - PAM module libsystemd-dev - systemd utility library - development files libsystemd0 - systemd utility library libudev-dev - libudev development files libudev1 - libudev shared library libudev1-udeb - libudev shared library (udeb) systemd - system and service manager systemd-container - systemd container/nspawn tools systemd-coredump - tools for storing and retrieving coredumps systemd-journal-remote - tools for sending and receiving remote journal logs systemd-sysv - system and service manager - SysV links systemd-tests - tests for systemd udev - /dev/ and hotplug management daemon udev-udeb - /dev/ and hotplug management daemon (udeb) Closes: 791944 904290 904335 908026 Changes: systemd (239-8) unstable; urgency=medium . [ Michael Biebl ] * Clean up dbus-org.freedesktop.timesync1.service Alias on purge (Closes: #904290) * user-runtime-dir: Fix wrong SELinux context (Closes: #908026) * core: Fix gid when DynamicUser=yes with static user (Closes: #904335) * Remove udev control socket on shutdown under sysvinit. The udev control socket is no longer removed automatically when the daemon is stopped. As this can confuse other software, update the SysV init script to remove the control socket manually and make sure the init script is executed on shutdown (runlevel 0) and reboot (runlevel 6). (Closes: #791944) * Bump Standards-Version to 4.2.1 . [ Martin Pitt ] * timedated: Fix wrong PropertyChanged values and refcounting Checksums-Sha1: 6f1cd7ab1ce52ae357cea07bf4ae0a2f514f057e 4854 systemd_239-8.dsc 8916eabca1364a2ccdc3f56aba5cabe1c59b7a7d 146160 systemd_239-8.debian.tar.xz 675ebe4fa4b904696fe1d764e83c6ecf242f801f 9397 systemd_239-8_source.buildinfo Checksums-Sha256: 8b3a5e54e8c73b36b688bf0f46a1164a02341115fbc3cd1152f352b9dde62042 4854 systemd_239-8.dsc fe0a3f42981ba56b076469a6593e6bf451807379bfb252cbe3b0248d3e15bd96 146160 systemd_239-8.debian.tar.xz 3c93781b95cc2d231f328af0844fe54f5725c858dd388cdfc98097ccee26ea19 9397 systemd_239-8_source.buildinfo Files: 7e1ab3f67c19e9b2dc63dd33918e41e4 4854 admin optional systemd_239-8.dsc 559deaf9463993c2015212977b8e8367 146160 admin optional systemd_239-8.debian.tar.xz 021336e6b4c5f8023fd93a3d9212c595 9397 admin optional systemd_239-8_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEECbOsLssWnJBDRcxUauHfDWCPItwFAluSQR4ACgkQauHfDWCP ItzWFhAAgB6xgeVde4f3h8nvHa3Jh9PSkoAEgBp9CpJtWaOfFHrn9IJBYwjFG5M7 HlTPmgha8dWJPSiK7unw5O8nVFiIAzAmS83CFjvHbamcxvDneF8s1zDbzIPrkk2u uAGN9bMPGRQBKbR2uVCxEwYYEakIRJlp61YNQ76se6kd3lRWB1ydKcm4ngWXdASk ydje/jaGz0znGQx8ZrGyIM+6RyIorRhYuhvyIdBXcNgg1B/TxARnp5o8bn2VIxyd ENvgMKVcP396QRn9u62/dUVZWRZi1nQREwvwBTVZCkAmnrI0p8Od/TmO+UnuD09x l/+DZqsScV99d1fPqFfKscgA2EwNHmYVtvFzcYdVqU3QUH5epZWv9wgcP5n8qAfd MMB9bxTJpLVl41aK5iRvwXehsp4FIeG7LYUXSL7z6EcIVdLBn6vgtAUqk0/5jSRL S9VwMWd0l3YMPc5+F9qyiSjPV7mqPeJN84xiThqklADUn7QDDCukKg619vqBEYsr WyXCMBP7ZsxxQ3Q3BkO1Fsi+VDTMjCp6GPXFDNAi+nOAw1KyqveqW9+68WrFEDz4 wg9uR0qCrI7XcITlMh6C9ZnnjG8k3yb/1QI4NKtKrSk6KRsIUfTZDF7BZiXvqanO +7mtYJc07E7/s+CEcTZqfmDCe9QwDLE8c7Yni6q/JP81M/LdZOA= =/6Fa -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Fri Sep 7 10:39:05 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 09:39:05 +0000 Subject: Bug#791944: marked as done (udev does not close the control socket on stop under sysvinit) References: <20150709165713.3729.35902.reportbug@fenchel> Message-ID: Your message dated Fri, 07 Sep 2018 09:35:30 +0000 with message-id and subject line Bug#791944: fixed in systemd 239-8 has caused the Debian Bug report #791944, regarding udev does not close the control socket on stop under sysvinit to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 791944: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791944 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Jochen Sprickerhof Subject: udev: shutdown hangs because of missing swapoff Date: Thu, 09 Jul 2015 18:57:13 +0200 Size: 149890 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Bug#791944: fixed in systemd 239-8 Date: Fri, 07 Sep 2018 09:35:30 +0000 Size: 7017 URL: From owner at bugs.debian.org Fri Sep 7 10:39:06 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 09:39:06 +0000 Subject: Bug#794721: marked as done (udev does not close the control socket on stop under sysvinit) References: <20150806000521.7026.34822.reportbug@nobel.vault24.org> Message-ID: Your message dated Fri, 07 Sep 2018 09:35:30 +0000 with message-id and subject line Bug#791944: fixed in systemd 239-8 has caused the Debian Bug report #791944, regarding udev does not close the control socket on stop under sysvinit to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 791944: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791944 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Jon Subject: udev_queue_get_udev_is_active API is broken starting in 221-1 Date: Wed, 05 Aug 2015 20:05:21 -0400 Size: 107568 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Bug#791944: fixed in systemd 239-8 Date: Fri, 07 Sep 2018 09:35:30 +0000 Size: 7017 URL: From owner at bugs.debian.org Fri Sep 7 10:39:07 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 09:39:07 +0000 Subject: Bug#795871: marked as done (udev does not close the control socket on stop under sysvinit) References: <20150817160606.GA17928@d-and-j.net> Message-ID: Your message dated Fri, 07 Sep 2018 09:35:30 +0000 with message-id and subject line Bug#791944: fixed in systemd 239-8 has caused the Debian Bug report #791944, regarding udev does not close the control socket on stop under sysvinit to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 791944: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791944 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Julian Gilbey Subject: cryptsetup: cryptsetup remove on swap hangs at system shutdown time Date: Mon, 17 Aug 2015 17:06:06 +0100 Size: 9854 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Bug#791944: fixed in systemd 239-8 Date: Fri, 07 Sep 2018 09:35:30 +0000 Size: 7017 URL: From owner at bugs.debian.org Fri Sep 7 10:39:08 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 09:39:08 +0000 Subject: Bug#886131: marked as done (cryptsetup freezes shutdown procedure) References: <151490683889.7152.1013534736392914580.reportbug@lemme.ircam.fr> Message-ID: Your message dated Fri, 07 Sep 2018 09:35:30 +0000 with message-id and subject line Bug#791944: fixed in systemd 239-8 has caused the Debian Bug report #791944, regarding cryptsetup freezes shutdown procedure to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 791944: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791944 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Raphael Subject: cryptsetup freezes shutdown procedure Date: Tue, 02 Jan 2018 16:27:18 +0100 Size: 3836 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Bug#791944: fixed in systemd 239-8 Date: Fri, 07 Sep 2018 09:35:30 +0000 Size: 7017 URL: From owner at bugs.debian.org Fri Sep 7 10:39:09 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 09:39:09 +0000 Subject: Bug#886398: marked as done (cryptsetup doesn't correctly unmount encrypted disk) References: <151515155061.7056.4661060273615591192.reportbug@localhost> Message-ID: Your message dated Fri, 07 Sep 2018 09:35:30 +0000 with message-id and subject line Bug#791944: fixed in systemd 239-8 has caused the Debian Bug report #791944, regarding cryptsetup doesn't correctly unmount encrypted disk to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 791944: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791944 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Michael S Subject: cryptsetup doesn't correctly unmount encrypted disk Date: Fri, 05 Jan 2018 14:25:50 +0300 Size: 4842 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Bug#791944: fixed in systemd 239-8 Date: Fri, 07 Sep 2018 09:35:30 +0000 Size: 7017 URL: From owner at bugs.debian.org Fri Sep 7 10:39:11 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 09:39:11 +0000 Subject: Bug#904290: marked as done (systemd: leaves broken symlink after purge: /etc/systemd/system/dbus-org.freedesktop.timesync1.service -> /lib/systemd/system/systemd-timesyncd.service) References: <153228414057.29257.17393847632711770583.reportbug@zam581.zam.kfa-juelich.de> Message-ID: Your message dated Fri, 07 Sep 2018 09:35:30 +0000 with message-id and subject line Bug#904290: fixed in systemd 239-8 has caused the Debian Bug report #904290, regarding systemd: leaves broken symlink after purge: /etc/systemd/system/dbus-org.freedesktop.timesync1.service -> /lib/systemd/system/systemd-timesyncd.service to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 904290: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=904290 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Andreas Beckmann Subject: systemd: leaves broken symlink after purge: /etc/systemd/system/dbus-org.freedesktop.timesync1.service -> /lib/systemd/system/systemd-timesyncd.service Date: Sun, 22 Jul 2018 20:29:00 +0200 Size: 21006 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Bug#904290: fixed in systemd 239-8 Date: Fri, 07 Sep 2018 09:35:30 +0000 Size: 7042 URL: From owner at bugs.debian.org Fri Sep 7 10:39:13 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 09:39:13 +0000 Subject: Bug#904335: marked as done (systemd-resolved.service: Couldn't add UID/GID reference to unit, proceeding without: Device or resource busy) References: <153234851932.387.1664185219600211741.reportbug@debian-unstable> Message-ID: Your message dated Fri, 07 Sep 2018 09:35:30 +0000 with message-id and subject line Bug#904335: fixed in systemd 239-8 has caused the Debian Bug report #904335, regarding systemd-resolved.service: Couldn't add UID/GID reference to unit, proceeding without: Device or resource busy to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 904335: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=904335 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Ryutaroh Matsumoto Subject: systemd-resolved.service: Couldn't add UID/GID reference to unit, proceeding without: Device or resource busy Date: Mon, 23 Jul 2018 12:21:59 +0000 Size: 562426 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Bug#904335: fixed in systemd 239-8 Date: Fri, 07 Sep 2018 09:35:30 +0000 Size: 7054 URL: From owner at bugs.debian.org Fri Sep 7 10:39:16 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 09:39:16 +0000 Subject: Bug#908026: marked as done (/run/user/{userid} wrong SELinux context) References: Message-ID: Your message dated Fri, 07 Sep 2018 09:35:30 +0000 with message-id and subject line Bug#908026: fixed in systemd 239-8 has caused the Debian Bug report #908026, regarding /run/user/{userid} wrong SELinux context to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 908026: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908026 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: =?UTF-8?Q?Christian_G=C3=B6ttsche?= Subject: /run/user/{userid} wrong SELinux context Date: Wed, 5 Sep 2018 10:10:03 +0200 Size: 3287 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Bug#908026: fixed in systemd 239-8 Date: Fri, 07 Sep 2018 09:35:30 +0000 Size: 7054 URL: From mps at arvanta.net Fri Sep 7 10:54:01 2018 From: mps at arvanta.net (Milan P. Stanic) Date: Fri, 7 Sep 2018 11:54:01 +0200 Subject: Bug#854388: systemd: lid switch not detected on acer chromebook In-Reply-To: References: <20170206144520.xlrmax2m3a35wpbq@zarya> Message-ID: <20180907095401.GA13252@arya.arvanta.net> Dear Michael, I gave that acer chromebook to another person before more than one and a half year, so I can't check how it works now regarding that systemd problem. I have another chromebook (samsung one plus) but it works under Alpine Linux and openrc so I cannot test Debian systemd on it. Best regards On Fri, 2018-09-07 at 03:14, Michael Biebl wrote: > Control: tags -1 + moreinfo > > On Mon, 6 Feb 2017 15:45:20 +0100 "Milan P. Stanic" wrote: > > Package: systemd > > Version: 232-15 > > Severity: normal > > > > Dear Maintainer, > > > > * What led up to the situation? > > Installed Debian on the acer chromebook R13 (mediatek MT8173 SOC, > > board called elm (oak)) armv8 with the kernel source from chromeos > > site and built myself for that device. > > > > * What exactly did you do (or not do) that was effective (or > > ineffective)? > > By closing screen logind does not detect lid switch > > > > * What was the outcome of this action? > > Device does not suspend > > > > * What outcome did you expect instead? > > Suspend > > > > During boot kernel recognizes that the device have lid switch, here is > > the log from journalctl: > > Feb 05 17:20:01 zarya kernel: of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-keys/lid[0]' - status (0) > > Feb 05 17:20:01 zarya kernel: of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-keys/power[0]' - status (0) > > Feb 05 17:20:01 zarya kernel: of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-keys/tablet_mode[0]' - status (0) > > Feb 05 17:20:01 zarya kernel: of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-keys/volume_down[0]' - status (0) > > Feb 05 17:20:01 zarya kernel: of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-keys/volume_up[0]' - status (0) > > Feb 05 17:20:01 zarya kernel: input: gpio-keys as /devices/gpio-keys/input/input5 > > > > but systemd-logind does not report that it is watching any of these > > keys, as it does on another armv7 or amd64 where I tested lid switch. > > what's the output of evtest on those devices? > > > evtest detect all these when I run it to test does kernel works, here it > > is output of invoking it: > > > > No device specified, trying to scan all of /dev/input/event* > > Available devices: > > /dev/input/event0: cros_ec > > /dev/input/event1: Elan Touchscreen > > /dev/input/event2: Elan Touchpad > > /dev/input/event3: mtk-rt5650 Headset Jack > > /dev/input/event4: mtk-rt5650 HDMI Jack > > /dev/input/event5: gpio-keys > > Select the device event number [0-5]: 5 > > Input driver version is 1.0.1 > > Input device ID: bus 0x19 vendor 0x1 product 0x1 version 0x100 > > Input device name: "gpio-keys" > > Supported events: > > Event type 0 (EV_SYN) > > Event type 1 (EV_KEY) > > Event code 114 (KEY_VOLUMEDOWN) > > Event code 115 (KEY_VOLUMEUP) > > Event code 116 (KEY_POWER) > > Event type 5 (EV_SW) > > Event code 0 (SW_LID) state 0 > > Event code 1 (SW_TABLET_MODE) state 0 > > Properties: > > Testing ... (interrupt to exit) > > Event: time 1486391966.918428, type 5 (EV_SW), code 0 (SW_LID), value 1 > > > This looks quite a bit different here: > > # evtest > No device specified, trying to scan all of /dev/input/event* > Available devices: > /dev/input/event0: AT Translated Set 2 keyboard > /dev/input/event1: Lid Switch > /dev/input/event2: Sleep Button > /dev/input/event3: Power Button > ... > Select the device event number [0-20]: 1 > Input driver version is 1.0.1 > Input device ID: bus 0x19 vendor 0x0 product 0x5 version 0x0 > Input device name: "Lid Switch" > Supported events: > Event type 0 (EV_SYN) > Event type 5 (EV_SW) > Event code 0 (SW_LID) state 0 > > > I wonder if logind does not detect the lid switch device as it > apparently also does all sort of other events. > > Can you post the output of running > SYSTEMD_LOG_LEVEL=debug /lib/systemd/systemd-logind > > You need to stop the already running logind via > systemctl stop systemd-logind (make sure to run those commands from a > tty and not from within X) > > > > > -- > Why is it that all of the instruments seeking intelligent life in the > universe are pointed away from Earth? > From harald.dunkel at aixigo.de Fri Sep 7 12:20:20 2018 From: harald.dunkel at aixigo.de (Harald Dunkel) Date: Fri, 7 Sep 2018 13:20:20 +0200 Subject: Bug#892989: closed by Michael Biebl (Re: Bug#892989: weird chars found in dpkg output) In-Reply-To: References: <82c8680e-2c2b-a1cb-52b5-45fa2a88685a@debian.org> <7faa4715-776e-6754-4f2d-cbe938bbb912@aixigo.de> <7faa4715-776e-6754-4f2d-cbe938bbb912@aixigo.de> Message-ID: <123666d1-6d1f-a294-e172-5e979e32dff7@aixigo.de> I think you misunderstood the problem. This is not about using UTF-8, but about producing binary log files, refused by tools like less and others. Writing the log file you don't know the locale used when it is read, so the "if locale == xxx" is bad code. I am forced to *avoid* UTF-8 as a default to make sure that there are no weird side effects later. Just to replace "->"? Harri From globalsecghanaltd at gmail.com Fri Sep 7 14:16:38 2018 From: globalsecghanaltd at gmail.com (Global Security Company Ghana) Date: Fri, 7 Sep 2018 13:16:38 +0000 Subject: SIR PLEASE CONFIRM THE INFO Message-ID: Dear Sir, I have written you many times and no responds and also wanted to know if you received the document and the information i sent to you? Andrew Smith Managing Director Global security company LTD Ghana -------------- next part -------------- An HTML attachment was scrubbed... URL: From owner at bugs.debian.org Fri Sep 7 18:15:08 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 07 Sep 2018 17:15:08 +0000 Subject: Bug#854388: marked as done (systemd: lid switch not detected on acer chromebook) References: <8aa70986-aba1-5e23-d5aa-f329c66b6595@debian.org> <20170206144520.xlrmax2m3a35wpbq@zarya> Message-ID: Your message dated Fri, 7 Sep 2018 19:11:51 +0200 with message-id <8aa70986-aba1-5e23-d5aa-f329c66b6595 at debian.org> and subject line Re: systemd: lid switch not detected on acer chromebook has caused the Debian Bug report #854388, regarding systemd: lid switch not detected on acer chromebook to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 854388: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854388 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: "Milan P. Stanic" Subject: systemd: lid switch not detected on acer chromebook Date: Mon, 6 Feb 2017 15:45:20 +0100 Size: 5958 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Re: systemd: lid switch not detected on acer chromebook Date: Fri, 7 Sep 2018 19:11:51 +0200 Size: 7685 URL: From biebl at debian.org Fri Sep 7 18:41:52 2018 From: biebl at debian.org (Michael Biebl) Date: Fri, 7 Sep 2018 19:41:52 +0200 Subject: Bug#791944: /etc/init.d/sendsigs kills systemd-udevd upon shutdown, causing dmsetup to hang In-Reply-To: <20180903220812.3aaad7b6@enterprise> References: <20150709165713.3729.35902.reportbug@fenchel> <20180811124751.37ce43f0@enterprise> <9d405bbd-9715-e157-f53e-faea16855a64@debian.org> <20180903220812.3aaad7b6@enterprise> <20150709165713.3729.35902.reportbug@fenchel> Message-ID: Am 03.09.18 um 22:08 schrieb Trek: > I'll try to do it I made an upload today which incorporates that patch (with a small fix as udev needs a aproper ordering on shutdown against umountroot). So it's no longer necessary that you create a MR. Just wanted to let you know to avoid unnecessary work. Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From trek00 at inbox.ru Sat Sep 8 17:10:56 2018 From: trek00 at inbox.ru (Trek) Date: Sat, 8 Sep 2018 18:10:56 +0200 Subject: Bug#791944: /etc/init.d/sendsigs kills systemd-udevd upon shutdown, causing dmsetup to hang In-Reply-To: References: <20150709165713.3729.35902.reportbug@fenchel> <20180811124751.37ce43f0@enterprise> <9d405bbd-9715-e157-f53e-faea16855a64@debian.org> <20180903220812.3aaad7b6@enterprise> <20150709165713.3729.35902.reportbug@fenchel> Message-ID: <20180908181056.3390d43e@enterprise> On Fri, 7 Sep 2018 19:41:52 +0200 Michael Biebl wrote: > I made an upload today which incorporates that patch (with a small fix > as udev needs a aproper ordering on shutdown against umountroot). I see, thank you, you was faster than me :) From dsmith69 at seznam.cz Sat Sep 8 23:51:25 2018 From: dsmith69 at seznam.cz (Dave Smith) Date: Sun, 09 Sep 2018 00:51:25 +0200 (CEST) Subject: Bug#908358: Display stays off after computer resumes from suspend Message-ID: Package: systemd Version: 239-8 When I type sudo systemctl suspend my computer goes to sleep. If I then close the lid and reopen it the computer reawakens but the display stays off. When logind.conf includes the line HandleLidSwitch=suspend my computer goes to sleep when I close the lid and the display comes back on when I reopen the lid. I think that systemctl is broken. I have the following packages installed. libc6/unstable linux-image-686/unstable systemd/unstable My computer is an IBM ThinkPad T42. Dave -------------- next part -------------- An HTML attachment was scrubbed... URL: From owner at bugs.debian.org Sun Sep 9 00:24:03 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 08 Sep 2018 23:24:03 +0000 Subject: Processed: Re: Bug#908358: Display stays off after computer resumes from suspend References: <71f8bd20-60af-cc06-4ba7-69e810d42858@debian.org> Message-ID: Processing control commands: > tags -1 + moreinfo Bug #908358 [systemd] Display stays off after computer resumes from suspend Added tag(s) moreinfo. -- 908358: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908358 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From biebl at debian.org Sun Sep 9 00:20:28 2018 From: biebl at debian.org (Michael Biebl) Date: Sun, 9 Sep 2018 01:20:28 +0200 Subject: Bug#908358: Display stays off after computer resumes from suspend In-Reply-To: References: Message-ID: <71f8bd20-60af-cc06-4ba7-69e810d42858@debian.org> Control: tags -1 + moreinfo Am 09.09.18 um 00:51 schrieb Dave Smith: > Package: systemd > Version: 239-8 > > When I type > > sudo systemctl suspend > > my computer goes to sleep. If I then close the lid and reopen it the > computer reawakens but the display stays off. When logind.conf includes > the line > > HandleLidSwitch=suspend > > my computer goes to sleep when I close the lid and the display comes > back on when I reopen the lid. I think that systemctl is broken. Is the computer still functional at that point, e.g. can you reach it via network/SSH? Have you tried switching terminals via CTRL+ALT+Fn ? > I have the following packages installed. > > libc6/unstable > linux-image-686/unstable > systemd/unstable > > My computer is an IBM ThinkPad T42. "systemctl suspend" basically just calls echo mem > /sys/power/state If you run that command (as root) and wake up from resume, does your display turn on or not? -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From dsmith69 at seznam.cz Sun Sep 9 01:06:34 2018 From: dsmith69 at seznam.cz (Dave Smith) Date: Sun, 09 Sep 2018 02:06:34 +0200 (CEST) Subject: Bug#908358: Update (Display stays off after computer resumes from suspend) References: Message-ID: After retrying, I have found that the behavior with logind.conf has changed. Now my computer does not go to sleep by itself when I close the lid. That is using HandleLidSwitch=suspend What I previously reported was observed toward the end of last month.  Dave ---------- Původní e-mail ---------- Od: Debian Bug Tracking System Komu: Dave Smith Datum: 8. 9. 2018 16:11:18 Předmět: Bug#908358: Acknowledgement (Display stays off after computer resumes from suspend) "Thank you for filing a new Bug report with Debian. You can follow progress on this Bug here: 908358: https://bugs.debian.org/ cgi-bin/bugreport.cgi?bug=908358. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): Debian systemd Maintainers If you wish to submit further information on this problem, please send it to 908358 at bugs.debian.org. Please do not send mail to owner at bugs.debian.org unless you wish to report a problem with the Bug-tracking system. -- 908358: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908358 Debian Bug Tracking System Contact owner at bugs.debian.org with problems " -------------- next part -------------- An HTML attachment was scrubbed... URL: From biebl at debian.org Sun Sep 9 01:38:35 2018 From: biebl at debian.org (Michael Biebl) Date: Sun, 9 Sep 2018 02:38:35 +0200 Subject: Bug#908358: Update (Display stays off after computer resumes from suspend) In-Reply-To: References: Message-ID: <877c5aa7-11b4-b656-67be-f9bcdd6c7276@debian.org> Am 09.09.18 um 02:06 schrieb Dave Smith: > After retrying, I have found that the behavior with logind.conf has > changed. Now my computer does not go to sleep by itself when I close the > lid. That is using > > HandleLidSwitch=suspend > > What I previously reported was observed toward the end of last month.  The behaviour of systemd has not changed in that regard since end of last month. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From biebl at debian.org Sun Sep 9 02:56:47 2018 From: biebl at debian.org (Michael Biebl) Date: Sun, 9 Sep 2018 03:56:47 +0200 Subject: Bug#908358: Display stays off after computer resumes from suspend In-Reply-To: References: Message-ID: <4c018e8f-174b-e0d4-399f-7794b56baa95@debian.org> Am 09.09.18 um 00:51 schrieb Dave Smith: > I have the following packages installed. > > libc6/unstable > linux-image-686/unstable > systemd/unstable Please attach the output of reportbug --template systemd -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From biebl at debian.org Sun Sep 9 03:53:01 2018 From: biebl at debian.org (Michael Biebl) Date: Sun, 9 Sep 2018 04:53:01 +0200 Subject: Bug#908358: Display stays off after computer resumes from suspend In-Reply-To: References: <71f8bd20-60af-cc06-4ba7-69e810d42858@debian.org> Message-ID: <1f3a78f6-3d75-e5f1-e980-eef01e0487a0@debian.org> Am 09.09.18 um 02:43 schrieb Dave Smith: > > I have the following packages installed. > > > > libc6/unstable > > linux-image-686/unstable > > systemd/unstable > > > > My computer is an IBM ThinkPad T42. > > "systemctl suspend" basically just calls > > echo mem > /sys/power/state > > If you run that command (as root) and wake up from resume, does your > display turn on or not? > >   > > It stays off. Incidentally,  Ok, then this particular issue is not caused by systemd as I expected. Most likely it's a kernel or graphics driver issue. What graphics card and graphics driver do you use? -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From noreply at release.debian.org Sun Sep 9 05:39:14 2018 From: noreply at release.debian.org (Debian testing watch) Date: Sun, 09 Sep 2018 04:39:14 +0000 Subject: systemd 239-8 MIGRATED to testing Message-ID: FYI: The status of the systemd source package in Debian's testing distribution has changed. Previous version: 239-7 Current version: 239-8 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From biebl at debian.org Sun Sep 9 05:56:30 2018 From: biebl at debian.org (Michael Biebl) Date: Sun, 9 Sep 2018 06:56:30 +0200 Subject: Bug#890824: Container: unsets cgroup memory limit on user login References: <1d5bfc9b-1762-7f43-fa54-939ea6eb3803@saltation.com> Message-ID: <4ac0e28d-3a24-8925-66f3-6d533b741328@debian.org> Would you mind testing with systemd v239 from unstable/testing and eventually raise this upstream at https://github.com/systemd/systemd tbh, I'm not sure what the expected behaviour is in that regard and if this maybe just a configuration issue. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Sun Sep 9 06:00:05 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 09 Sep 2018 05:00:05 +0000 Subject: Processed: severity of 890824 is normal References: <1536469013-3590-bts-biebl@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > severity 890824 normal Bug #890824 [systemd] Container: unsets cgroup memory limit on user login Severity set to 'normal' from 'important' > thanks Stopping processing here. Please contact me if you need assistance. -- 890824: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890824 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From biebl at debian.org Sun Sep 9 05:59:03 2018 From: biebl at debian.org (Michael Biebl) Date: Sun, 9 Sep 2018 06:59:03 +0200 Subject: Bug#747629: systemd: boot fails w/ multi-whole-disk btrfs /home: "timed out waiting for dev-sda.device" References: <20140510141816.3271.69326.reportbug@moxana.local> Message-ID: <272bb580-44ba-2366-d408-89e6de6c7617@debian.org> Hi On Sun, 28 Jun 2015 17:04:04 +0200 John Paul Adrian Glaubitz wrote: > > Ok, so should we close the bug and reopen once you can reproduce > > it again? > > I am still running into this issue on one of our Debian sh4 buildds: > > [ 15.236000] BTRFS: device fsid 834d6bda-7796-4cdf-aa09-8695ec50c03a [ > OK ] Started Flush Journal to Persistent Storage. > devid 1 transid 58297 /dev/sda2 > [ TIME ] Timed out waiting for device dev-ttySC1.device. > [DEPEND] Dependency failed for Serial Getty[ TIME ] Timed out waiting > for device dev-di...\x2daa09\x2d8695ec50c03a.device. > [DEPEND] Dependency failed for /srv/chroots/buildd-sid. > [DEPEND] Dependency failed for /srv/chroots/buildd-sid/sys. > [DEPEND] Dependency failed for Local File Systems. > [DEPEND] Dependency failed for /srv/chroots/buildd-sid/proc. > [DEPEND] Dependency failed for /srv/chroots/buildd-sid/dev/pts. > [ TIME ] Timed out waiting for device > dev-di...\x2db405\x2d60154827bd8a.device. > [DEPEND] Dependency failed for > /dev/disk/by-...a6e-58e4-47de-b405-60154827bd8a. > > systemd is waiting for the swap device as well as a btrfs filesystem > which contains the chroot for sbuild. It also waits for the serial > console ttyS0 which is actually used to boot the board (Renesas > SH-7785LCR) as I don't use a video adapter. > > I added "nofail" to the fstab entries in question but that doesn't help. > The only working solution is commenting the fstab entries for swap > and the btrfs chroot out, then reboot the machine and mount the > partitions manually once the machine has come up. > > systemd version is 220-2, attaching my /etc/fstab. Since you reopened the bug report, would you mind testing with the latest version and report back if it's still reproducible? -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Sun Sep 9 06:15:07 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 09 Sep 2018 05:15:07 +0000 Subject: Processed: closing 732209 References: <1536469851-1459-bts-biebl@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > close 732209 Bug #732209 [libpam-systemd] unable to create file '/run/user/1000/dconf/user': Permission denied Bug #766464 [libpam-systemd] gksu pluma sets the ownership of /run/user/1000/dconf/user to root:root Bug #767173 [libpam-systemd] gnome-shell: Display freezes but mouse stays operational Bug #769889 [libpam-systemd] dconf-CRITICAL: unable to create file '/run/user/1000/dconf/user': Permission denied. dconf will not work properly. Bug #772910 [libpam-systemd] mate-settings-daemon: Massive memory leak Bug #807878 [libpam-systemd] gnome: Gnome freezes when root windows are open on user screen. Bug #818600 [libpam-systemd] mate-settings-daemon cannot create file /run/user//dconf/user and fills up the memory (24 GB!) Bug #818601 [libpam-systemd] mate-settings-daemon cannot create file /run/user//dconf/user and fills up the memory (24 GB!) Bug #824950 [libpam-systemd] systemd: pam_systemd should not use loginuid (at least not when used by su) Marked Bug as done Marked Bug as done Marked Bug as done Marked Bug as done Marked Bug as done Marked Bug as done Marked Bug as done Marked Bug as done Marked Bug as done > thanks Stopping processing here. Please contact me if you need assistance. -- 732209: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732209 766464: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766464 767173: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767173 769889: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769889 772910: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772910 807878: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807878 818600: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=818600 818601: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=818601 824950: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824950 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From glaubitz at physik.fu-berlin.de Sun Sep 9 07:12:20 2018 From: glaubitz at physik.fu-berlin.de (John Paul Adrian Glaubitz) Date: Sun, 9 Sep 2018 08:12:20 +0200 Subject: Bug#747629: systemd: boot fails w/ multi-whole-disk btrfs /home: "timed out waiting for dev-sda.device" In-Reply-To: <272bb580-44ba-2366-d408-89e6de6c7617@debian.org> References: <272bb580-44ba-2366-d408-89e6de6c7617@debian.org> <20140510141816.3271.69326.reportbug@moxana.local> Message-ID: <0771a32c-0bcf-fc38-218a-f9e25341c450@physik.fu-berlin.de> On 9/9/18 6:59 AM, Michael Biebl wrote: >> systemd version is 220-2, attaching my /etc/fstab. > > Since you reopened the bug report, would you mind testing with the > latest version and report back if it's still reproducible? I haven't run into this issue for a while anymore. While I don't use btrfs anymore, the machine still has a swap partition and that one gets activated without any problems. Feel free to close this bug report. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaubitz at debian.org `. `' Freie Universitaet Berlin - glaubitz at physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913 From owner at bugs.debian.org Sun Sep 9 07:24:05 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 09 Sep 2018 06:24:05 +0000 Subject: Bug#747629: marked as done (systemd: boot fails w/ multi-whole-disk btrfs /home: "timed out waiting for dev-sda.device") References: <900f5ed6-de4e-3f0b-b322-c0d23b88e512@debian.org> <20140510141816.3271.69326.reportbug@moxana.local> Message-ID: Your message dated Sun, 9 Sep 2018 08:21:08 +0200 with message-id <900f5ed6-de4e-3f0b-b322-c0d23b88e512 at debian.org> and subject line Re: Bug#747629: systemd: boot fails w/ multi-whole-disk btrfs /home: "timed out waiting for dev-sda.device" has caused the Debian Bug report #747629, regarding systemd: boot fails w/ multi-whole-disk btrfs /home: "timed out waiting for dev-sda.device" to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 747629: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747629 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Zack Weinberg Subject: systemd: boot fails w/ multi-whole-disk btrfs /home: "timed out waiting for dev-sda.device" Date: Sat, 10 May 2014 10:18:16 -0400 Size: 15780 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Re: Bug#747629: systemd: boot fails w/ multi-whole-disk btrfs /home: "timed out waiting for dev-sda.device" Date: Sun, 9 Sep 2018 08:21:08 +0200 Size: 7710 URL: From owner at bugs.debian.org Sun Sep 9 07:24:06 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 09 Sep 2018 06:24:06 +0000 Subject: Bug#803531: marked as done (systemd: timeout mounting /home (btrfs) at boot) References: <900f5ed6-de4e-3f0b-b322-c0d23b88e512@debian.org> <20151031025551.15079.74512.reportbug@prune.linuxpenguins.xyz> Message-ID: Your message dated Sun, 9 Sep 2018 08:21:08 +0200 with message-id <900f5ed6-de4e-3f0b-b322-c0d23b88e512 at debian.org> and subject line Re: Bug#747629: systemd: boot fails w/ multi-whole-disk btrfs /home: "timed out waiting for dev-sda.device" has caused the Debian Bug report #747629, regarding systemd: timeout mounting /home (btrfs) at boot to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 747629: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747629 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Brian May Subject: systemd: timeout mounting /home (btrfs) at boot Date: Sat, 31 Oct 2015 13:55:51 +1100 Size: 1875 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Re: Bug#747629: systemd: boot fails w/ multi-whole-disk btrfs /home: "timed out waiting for dev-sda.device" Date: Sun, 9 Sep 2018 08:21:08 +0200 Size: 7710 URL: From biebl at debian.org Sun Sep 9 07:28:14 2018 From: biebl at debian.org (Michael Biebl) Date: Sun, 09 Sep 2018 08:28:14 +0200 Subject: Bug#908365: Package fails to build reproducibly Message-ID: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> Source: systemd Version: 239-8 Severity: wishlist User: reproducible-builds at lists.alioth.debian.org Usertags: buildpath I notice that systemd fails to build reproducibly [1]. Given the importance of the package I think it would be great if we could fix that. Talking about that on #debian-systemd, h01ger mentioned that this might not be too hard. I've CCed the reproducible build team in hope to get help with this. Regards, Michael [1] https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/systemd.html -- Package-specific info: -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable'), (200, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.18.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages systemd is related to: pn dracut ii initramfs-tools 0.132 ii udev 239-8 -- no debconf information From biebl at debian.org Sun Sep 9 07:56:23 2018 From: biebl at debian.org (Michael Biebl) Date: Sun, 9 Sep 2018 08:56:23 +0200 Subject: Bug#824898: Failed to start Load/Save Screen Backlight Brightness of backlight In-Reply-To: <573FA3CF.2070209@gmx.de> References: <573FA3CF.2070209@gmx.de> <573FA3CF.2070209@gmx.de> <573FA3CF.2070209@gmx.de> Message-ID: <65159295-c757-4445-69bc-cae3f23da2f1@debian.org> Control: tags -1 + moreinfo On Sat, 21 May 2016 01:54:55 +0200 Mark wrote: > Package: systemd > Version: 229-5 > > Right after start I saw on tty1: > > [FAILED] Failed to start Load/Save Screen Backlight Brightness of > backlight:acpi_video0. > See 'systemctl status systemd-backlight at backlight:acpi_video0.service' > for details. > > So let us see the output of the aforementioned command: > > ● systemd-backlight at backlight:acpi_video0.service - Load/Save Screen > Backlight Brightness of backlight:acpi_video0 > Loaded: loaded (/lib/systemd/system/systemd-backlight at .service; > static; vendor preset: enabled) > Active: failed (Result: exit-code) since Sa 2016-05-21 01:35:26 > CEST; 1min 24s ago > Docs: man:systemd-backlight at .service(8) > Process: 1688 ExecStart=/lib/systemd/systemd-backlight load %i > (code=exited, status=1/FAILURE) > Main PID: 1688 (code=exited, status=1/FAILURE) > > Mai 21 01:35:26 examplehost systemd[1]: Starting Load/Save Screen > Backlight Brightness of backlight:acpi_video0... > Mai 21 01:35:26 examplehost systemd[1]: > systemd-backlight at backlight:acpi_video0.service: Main process exited, > code=exited, status=1/FAILURE > Mai 21 01:35:26 examplehost systemd[1]: Failed to start Load/Save Screen > Backlight Brightness of backlight:acpi_video0. > Mai 21 01:35:26 examplehost systemd[1]: > systemd-backlight at backlight:acpi_video0.service: Unit entered failed state. > Mai 21 01:35:26 examplehost systemd[1]: > systemd-backlight at backlight:acpi_video0.service: Failed with result > 'exit-code'. > > The dmesg is attached. Let us look at the files: > $ ls -la /lib/systemd/system/systemd-backlight at .service > -rw-r--r-- 1 root root 724 Apr 25 11:32 > /lib/systemd/system/systemd-backlight at .service > $ ls -la /lib/systemd/systemd-backlight > -rwxr-xr-x 1 root root 92752 Apr 25 11:32 /lib/systemd/systemd-backlight > > Any bug fix? Is this bug still reproducible on an up-to-date sid/buster system? -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Sun Sep 9 07:57:03 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 09 Sep 2018 06:57:03 +0000 Subject: Processed: Re: Failed to start Load/Save Screen Backlight Brightness of backlight References: <65159295-c757-4445-69bc-cae3f23da2f1@debian.org> <573FA3CF.2070209@gmx.de> Message-ID: Processing control commands: > tags -1 + moreinfo Bug #824898 [systemd] Failed to start Load/Save Screen Backlight Brightness of backlight Added tag(s) moreinfo. -- 824898: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824898 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From biebl at debian.org Sun Sep 9 08:09:59 2018 From: biebl at debian.org (Michael Biebl) Date: Sun, 9 Sep 2018 09:09:59 +0200 Subject: Bug#902942: systemd: please ship man/*.xml files In-Reply-To: <153061889636.23772.10168857266303582200.reportbug@localhost> References: <153061889636.23772.10168857266303582200.reportbug@localhost> <153061889636.23772.10168857266303582200.reportbug@localhost> <153061889636.23772.10168857266303582200.reportbug@localhost> Message-ID: <6aa6427f-ade2-c3cd-5fb7-e0d860ea80a7@debian.org> On Tue, 03 Jul 2018 13:54:56 +0200 Dominique Dumont wrote: > The latter should be done using xml files shipped as binary package, > either in systemd package (along the man pages) or in a systemd-source > package. Neither of the two options seem very compelling. Shipping the *.xml files in the systemd binary package means it will be installed on basically every system out there. The man/ directory is weighing about 3.7M, that is simply too much to be installed on everyones system when it's only needed for a very special case. Introducing yet another binary package, systemd-src, only for libconfig-model-systemd-perl feels like a lot of overhead. So I'm not sure what to do about this. Shipping the files as part of systemd is certainly a no-go, though. Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Sun Sep 9 08:15:04 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 09 Sep 2018 07:15:04 +0000 Subject: Processed: tagging 749832 References: <1536477250-794-bts-biebl@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > tags 749832 + fixed-upstream Bug #749832 [systemd] systemd: ignores /run/do-not-hibernate, hibernates after kernel update Added tag(s) fixed-upstream. > thanks Stopping processing here. Please contact me if you need assistance. -- 749832: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749832 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Sun Sep 9 08:15:05 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 09 Sep 2018 07:15:05 +0000 Subject: Processed: notfound 749832 in 240-1 References: <1536477264-3605-bts-biebl@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > notfound 749832 240-1 Bug #749832 [systemd] systemd: ignores /run/do-not-hibernate, hibernates after kernel update There is no source info for the package 'systemd' at version '240-1' with architecture '' Unable to make a source version for version '240-1' Ignoring request to alter found versions of bug #749832 to the same values previously set > thanks Stopping processing here. Please contact me if you need assistance. -- 749832: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749832 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Sun Sep 9 08:30:03 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 09 Sep 2018 07:30:03 +0000 Subject: Bug#824898: marked as done (Failed to start Load/Save Screen Backlight Brightness of backlight) References: <16e29f4e-f5c8-497d-e3c0-21b56e213390@debian.org> <573FA3CF.2070209@gmx.de> Message-ID: Your message dated Sun, 9 Sep 2018 09:24:20 +0200 with message-id <16e29f4e-f5c8-497d-e3c0-21b56e213390 at debian.org> and subject line Re: Undelivered Mail Returned to Sender has caused the Debian Bug report #824898, regarding Failed to start Load/Save Screen Backlight Brightness of backlight to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 824898: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824898 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Mark Subject: Failed to start Load/Save Screen Backlight Brightness of backlight Date: Sat, 21 May 2016 01:54:55 +0200 Size: 76354 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Re: Undelivered Mail Returned to Sender Date: Sun, 9 Sep 2018 09:24:20 +0200 Size: 7194 URL: From lamby at debian.org Sun Sep 9 10:49:43 2018 From: lamby at debian.org (Chris Lamb) Date: Sun, 09 Sep 2018 10:49:43 +0100 Subject: Bug#908365: Package fails to build reproducibly In-Reply-To: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> References: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> Message-ID: <1536486583.84646.1501769304.0A007916@webmail.messagingengine.com> Hi Michael, > Talking about that on #debian-systemd, h01ger mentioned that this might > not be too hard. Ah, interesting; did Holger have any first steps that would suggest this? A very quick glance at the diffoscope output and the build logs (you appear to obey our extra reproducibility related GCC flags) does not make anything stand out for me. Best wishes, -- ,''`. : :' : Chris Lamb `. `'` lamby at debian.org / chris-lamb.co.uk `- From biebl at debian.org Sun Sep 9 15:55:30 2018 From: biebl at debian.org (Michael Biebl) Date: Sun, 9 Sep 2018 16:55:30 +0200 Subject: Bug#908365: Package fails to build reproducibly In-Reply-To: <1536486583.84646.1501769304.0A007916@webmail.messagingengine.com> References: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536486583.84646.1501769304.0A007916@webmail.messagingengine.com> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> Message-ID: <09866774-a4d9-01b3-cdbc-6a094e5cb0f4@debian.org> Am 09.09.18 um 11:49 schrieb Chris Lamb: > Hi Michael, > >> Talking about that on #debian-systemd, h01ger mentioned that this might >> not be too hard. > > Ah, interesting; did Holger have any first steps that would suggest > this? A very quick glance at the diffoscope output and the build logs > (you appear to obey our extra reproducibility related GCC flags) does > not make anything stand out for me. I hope I didn't misquote Holger: > * h01ger checks > ok, FTBR with build path variation.. so the workaround is easy, but still > from a quick look why, no idea :( > but it also doesnt seem to affect many areas > mbiebl: maybe file a (minor|normal severity) bug to get this sorted out, while using BTS (conversation) tracking features? > 01:18 > IOW: no clue, but i'm happy you care and this doesnt look hard... > this smells like a simple thing coming from some toolchain -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From fsateler at debian.org Sun Sep 9 15:56:31 2018 From: fsateler at debian.org (Felipe Sateler) Date: Sun, 9 Sep 2018 11:56:31 -0300 Subject: Bug#902942: systemd: please ship man/*.xml files In-Reply-To: <6aa6427f-ade2-c3cd-5fb7-e0d860ea80a7@debian.org> References: <153061889636.23772.10168857266303582200.reportbug@localhost> <6aa6427f-ade2-c3cd-5fb7-e0d860ea80a7@debian.org> <153061889636.23772.10168857266303582200.reportbug@localhost> Message-ID: On Sun, Sep 9, 2018, 04:12 Michael Biebl wrote: > On Tue, 03 Jul 2018 13:54:56 +0200 Dominique Dumont > wrote: > > > The latter should be done using xml files shipped as binary package, > > either in systemd package (along the man pages) or in a systemd-source > > package. > > > Neither of the two options seem very compelling. > Shipping the *.xml files in the systemd binary package means it will be > installed on basically every system out there. The man/ directory is > weighing about 3.7M, that is simply too much to be installed on > everyones system when it's only needed for a very special case. > > Introducing yet another binary package, systemd-src, only for > libconfig-model-systemd-perl feels like a lot of overhead. > We have had this reaction a number of times. Shipping systemd.pc in a separate package comes to mind. Perhaps we have a number of such "extra" files that could be bundled into this extra package? > So I'm not sure what to do about this. Shipping the files as part of > systemd is certainly a no-go, though. > Agreed. Saludos -------------- next part -------------- An HTML attachment was scrubbed... URL: From owner at bugs.debian.org Sun Sep 9 16:45:04 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 09 Sep 2018 15:45:04 +0000 Subject: Processed: tagging 803907 References: <1536507859-945-bts-biebl@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > tags 803907 + moreinfo Bug #803907 [systemd] systemd: Unable to shutdown/restart because of 'nobody' session Added tag(s) moreinfo. > thanks Stopping processing here. Please contact me if you need assistance. -- 803907: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=803907 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From lamby at debian.org Sun Sep 9 17:52:15 2018 From: lamby at debian.org (Chris Lamb) Date: Sun, 09 Sep 2018 17:52:15 +0100 Subject: Bug#908365: Package fails to build reproducibly In-Reply-To: <09866774-a4d9-01b3-cdbc-6a094e5cb0f4@debian.org> References: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536486583.84646.1501769304.0A007916@webmail.messagingengine.com> <09866774-a4d9-01b3-cdbc-6a094e5cb0f4@debian.org> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> Message-ID: <1536511935.172369.1501984616.2B2DEB7E@webmail.messagingengine.com> Dear Michael et al., > > ok, FTBR with build path variation.. so the workaround is easy ^^^^^^^^^^^^^^^^^^ > > this smells like a simple thing coming from some toolchain ^^^^^^^^^^^^ Ah, I see. Well, given that the -ffile-prefix-map appears to be passed to GCC correctly, modulo the aforementioned importance of this package this is regrettably "just another unreproducible package with unknown cause". (Sorry to be a downer but I wouldn't want to give the impression this was so "easily" remedied. Alas.) Best wishes, -- ,''`. : :' : Chris Lamb `. `'` lamby at debian.org / chris-lamb.co.uk `- From lamby at debian.org Sun Sep 9 20:31:24 2018 From: lamby at debian.org (Chris Lamb) Date: Sun, 09 Sep 2018 20:31:24 +0100 Subject: Bug#908365: Package fails to build reproducibly In-Reply-To: <1536511935.172369.1501984616.2B2DEB7E@webmail.messagingengine.com> References: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536486583.84646.1501769304.0A007916@webmail.messagingengine.com> <09866774-a4d9-01b3-cdbc-6a094e5cb0f4@debian.org> <1536511935.172369.1501984616.2B2DEB7E@webmail.messagingengine.com> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> Message-ID: <1536521484.204434.1502081120.4BB00F0C@webmail.messagingengine.com> Chris Lamb wrote: > (Sorry to be a downer but I wouldn't want to give the impression this > was so "easily" remedied. Alas.) Spent a couple moments on this. The first thing that can be addressed is the absolute CATALOG_DIR which ends up in the /usr/lib/systemd/ tests/test-catalog binary in the systemd-tests package. This dir is currently "useless" in that it will fail on (almost) all end- user systems as it points into the original build path, eg, /tmp/ buildd. Can this variable be provided on the command line? If so, you will need to also ship the actual catalogs too. Alternatively, you could do something dumb like: --- a/debian/rules 2018-09-09 17:51:44.321868919 +0100 --- b/debian/rules 2018-09-09 20:28:31.894763652 +0100 @@ -255,6 +255,9 @@ install --mode=755 debian/extra/set-cpufreq debian/systemd/lib/systemd/ endif + # Unreproducible? + rm -f debian/systemd-tests/usr/lib/systemd/tests/test-catalog + override_dh_missing: dh_missing --sourcedir debian/install/deb $(DH_MISSING) I haven't tested this specifcally, nor checked whether this makes the entire package reproducible but this is the most obvious thing atm. Enjoy... Regards, -- ,''`. : :' : Chris Lamb `. `'` lamby at debian.org / chris-lamb.co.uk `- From biebl at debian.org Mon Sep 10 03:28:47 2018 From: biebl at debian.org (Michael Biebl) Date: Mon, 10 Sep 2018 04:28:47 +0200 Subject: Bug#908365: Package fails to build reproducibly In-Reply-To: <1536521484.204434.1502081120.4BB00F0C@webmail.messagingengine.com> References: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536486583.84646.1501769304.0A007916@webmail.messagingengine.com> <09866774-a4d9-01b3-cdbc-6a094e5cb0f4@debian.org> <1536511935.172369.1501984616.2B2DEB7E@webmail.messagingengine.com> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536521484.204434.1502081120.4BB00F0C@webmail.messagingengine.com> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> Message-ID: <719c2b75-0bf8-6c63-1334-764f45d15bf6@debian.org> Thanks Chris Am 09.09.18 um 21:31 schrieb Chris Lamb: > Spent a couple moments on this. The first thing that can be addressed > is the absolute CATALOG_DIR which ends up in the /usr/lib/systemd/ > tests/test-catalog binary in the systemd-tests package. > > This dir is currently "useless" in that it will fail on (almost) all > end- user systems as it points into the original build path, eg, /tmp/ > buildd. test-catalog is an odd one indeed. We already special-case it in our autopkgtests: https://salsa.debian.org/systemd-team/systemd/blob/master/debian/tests/root-unittests#L6 I've filed https://github.com/systemd/systemd/issues/10045, maybe we can find a proper solution for this or stop installing the test binary. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From biebl at debian.org Mon Sep 10 04:59:42 2018 From: biebl at debian.org (Michael Biebl) Date: Mon, 10 Sep 2018 05:59:42 +0200 Subject: Bug#908358: Display stays off after computer resumes from suspend In-Reply-To: References: <71f8bd20-60af-cc06-4ba7-69e810d42858@debian.org> <1f3a78f6-3d75-e5f1-e980-eef01e0487a0@debian.org> Message-ID: Am 09.09.18 um 18:37 schrieb Dave Smith: >  ATI Mobility Radeon 9600 and radeon. You are still missing the information from reportbug --template systemd I need that to properly reassign this issue to the kernel image. Otherwise I'll just have to close this bug report. Regards, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From holger at layer-acht.org Mon Sep 10 14:07:10 2018 From: holger at layer-acht.org (Holger Levsen) Date: Mon, 10 Sep 2018 13:07:10 +0000 Subject: Bug#908365: Package fails to build reproducibly In-Reply-To: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> References: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> Message-ID: <20180910130710.rlyiaxehoof6ay53@layer-acht.org> control: severity -1 minor thanks On Sun, Sep 09, 2018 at 08:28:14AM +0200, Michael Biebl wrote: > Severity: wishlist I've upgraded to minor because a.) it's a violation of a "should" directive in policy (thus wishlist is too low) and b.) systemd is only unreproducible with variation of the build path, while it can be rebuild reproducible using the same build path as the "original" build. (which is what we recommend for buster.) > Talking about that on #debian-systemd, h01ger mentioned that this might > not be too hard. well... it 'just' seems to be something with debug symbols and nothing else, so _probably_ 'just' one cause to fix, not several. -- cheers, Holger ------------------------------------------------------------------------------- holger@(debian|reproducible-builds|layer-acht).org PGP fingerprint: B8BF 5413 7B09 D35C F026 FE9D 091A B856 069A AA1C -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: From owner at bugs.debian.org Mon Sep 10 14:09:05 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 10 Sep 2018 13:09:05 +0000 Subject: Processed: Re: Bug#908365: Package fails to build reproducibly References: <20180910130710.rlyiaxehoof6ay53@layer-acht.org> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> Message-ID: Processing control commands: > severity -1 minor Bug #908365 [src:systemd] Package fails to build reproducibly Severity set to 'minor' from 'wishlist' -- 908365: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908365 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From biebl at debian.org Mon Sep 10 15:51:49 2018 From: biebl at debian.org (Michael Biebl) Date: Mon, 10 Sep 2018 16:51:49 +0200 Subject: Bug#908365: Package fails to build reproducibly In-Reply-To: <719c2b75-0bf8-6c63-1334-764f45d15bf6@debian.org> References: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536486583.84646.1501769304.0A007916@webmail.messagingengine.com> <09866774-a4d9-01b3-cdbc-6a094e5cb0f4@debian.org> <1536511935.172369.1501984616.2B2DEB7E@webmail.messagingengine.com> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536521484.204434.1502081120.4BB00F0C@webmail.messagingengine.com> <719c2b75-0bf8-6c63-1334-764f45d15bf6@debian.org> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> Message-ID: Am 10.09.18 um 04:28 schrieb Michael Biebl: > Thanks Chris > > Am 09.09.18 um 21:31 schrieb Chris Lamb: >> Spent a couple moments on this. The first thing that can be addressed >> is the absolute CATALOG_DIR which ends up in the /usr/lib/systemd/ >> tests/test-catalog binary in the systemd-tests package. >> >> This dir is currently "useless" in that it will fail on (almost) all >> end- user systems as it points into the original build path, eg, /tmp/ >> buildd. > > test-catalog is an odd one indeed. We already special-case it in our > autopkgtests: > https://salsa.debian.org/systemd-team/systemd/blob/master/debian/tests/root-unittests#L6 > > I've filed https://github.com/systemd/systemd/issues/10045, maybe we can > find a proper solution for this or stop installing the test binary. So, upstream has proposed a fix to make test-catalog work as installed test [1]. It still encodes the absolute build dir in the binary though. While looking at it more closely, I noticed that test-catalog is not the only test using ABS_BUILD_DIR. get_testdata_dir() from src/shared/tests.c [2] also uses it. I'm a bit uncertain about this. Those (installed) tests are bit special. They are supposed to work during "ninja test", i.e. we run them as part of the build process. But we also install them in the systemd-tests binary package so we can run them via autopkgtest later on. Now, I could try and convince upstream to not embed ABS_BUILD_DIR into the binary and maybe let the build system pass the build dir as env var. This would make those test-binaries a bit more cumbersome to use though, because you'd have to manually set the env var if you directly execute the test by hand. Since the "systemd-tests" package is a bit special, could we somehow exclude that (basically all binaries from /usr/lib/systemd/tests) from the reproducibility checks so the binaries which are shipped in that package don't make the whole src:systemd package fail? [1] https://github.com/systemd/systemd/pull/10046 [2] https://salsa.debian.org/systemd-team/systemd/blob/master/src/shared/tests.c#L40 -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From lamby at debian.org Mon Sep 10 18:22:09 2018 From: lamby at debian.org (Chris Lamb) Date: Mon, 10 Sep 2018 18:22:09 +0100 Subject: Bug#908365: Package fails to build reproducibly In-Reply-To: References: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536486583.84646.1501769304.0A007916@webmail.messagingengine.com> <09866774-a4d9-01b3-cdbc-6a094e5cb0f4@debian.org> <1536511935.172369.1501984616.2B2DEB7E@webmail.messagingengine.com> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536521484.204434.1502081120.4BB00F0C@webmail.messagingengine.com> <719c2b75-0bf8-6c63-1334-764f45d15bf6@debian.org> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> Message-ID: <1536600129.1514324.1503169048.679F91FD@webmail.messagingengine.com> Hi Michael, > Now, I could try and convince upstream to not embed ABS_BUILD_DIR into > the binary and maybe let the build system pass the build dir as env var. > This would make those test-binaries a bit more cumbersome to use though, > because you'd have to manually set the env var if you directly execute > the test by hand. Hm, could you not install the test data to /usr/systemd/private/path/ whatever and then make the tests default to this, overiddable by the said env var? That would avoid the ugly requirement to set it manually at the very least. > Since the "systemd-tests" package is a bit special, could we somehow > exclude that (basically all binaries from /usr/lib/systemd/tests) from > the reproducibility checks Alas not, and moreover we deliberately and by policy have no concept of "partial" reproducibility or anything that requires a tool (beyond cmp or sha1sum, etc). Best wishes, -- ,''`. : :' : Chris Lamb `. `'` lamby at debian.org / chris-lamb.co.uk `- From debian-bts-link at lists.debian.org Mon Sep 10 18:14:58 2018 From: debian-bts-link at lists.debian.org (debian-bts-link at lists.debian.org) Date: Mon, 10 Sep 2018 17:14:58 +0000 Subject: [bts-link] source package systemd Message-ID: <153659969857.25528.10899966921581436472.btslink@sonntag.debian.org> # # bts-link upstream status pull for source package systemd # see http://lists.debian.org/debian-devel-announce/2006/05/msg00001.html # https://bts-link-team.pages.debian.net/bts-link/ # user debian-bts-link at lists.debian.org # remote status report for #898530 (http://bugs.debian.org/898530) # Bug title: reducing timesync errors # * https://github.com/systemd/systemd/issues/5873 # * remote status changed: closed -> open usertags 898530 - status-closed usertags 898530 + status-open thanks From biebl at debian.org Tue Sep 11 02:42:20 2018 From: biebl at debian.org (Michael Biebl) Date: Tue, 11 Sep 2018 03:42:20 +0200 Subject: Bug#908365: Package fails to build reproducibly In-Reply-To: <1536600129.1514324.1503169048.679F91FD@webmail.messagingengine.com> References: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536486583.84646.1501769304.0A007916@webmail.messagingengine.com> <09866774-a4d9-01b3-cdbc-6a094e5cb0f4@debian.org> <1536511935.172369.1501984616.2B2DEB7E@webmail.messagingengine.com> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536521484.204434.1502081120.4BB00F0C@webmail.messagingengine.com> <719c2b75-0bf8-6c63-1334-764f45d15bf6@debian.org> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536600129.1514324.1503169048.679F91FD@webmail.messagingengine.com> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> Message-ID: Am 10.09.18 um 19:22 schrieb Chris Lamb: > Hi Michael, > >> Now, I could try and convince upstream to not embed ABS_BUILD_DIR into >> the binary and maybe let the build system pass the build dir as env var. >> This would make those test-binaries a bit more cumbersome to use though, >> because you'd have to manually set the env var if you directly execute >> the test by hand. > > Hm, could you not install the test data to /usr/systemd/private/path> whatever and then make the tests default to this, The binaries have a builtin check, which tests if they are executed from the build directory, and if so, use the data files from the build directory. Otherwise they use the datafiles from /usr/lib/systemd/tests/testdata/ overiddable by the > said env var? That would avoid the ugly requirement to set it manually > at the very least. If you run the test directly from the build directory, it's reasonable to assume that you actually want to use the data files from the build directory as well and not the ones from the installed system. Atm the binaries auto-detect that by encoding the build directory into the binary. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Tue Sep 11 21:42:05 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 11 Sep 2018 20:42:05 +0000 Subject: Processed: retitle 806291 to systemctl status output incomplete for short lived processes ... References: <1536698364-3463-bts-biebl@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > retitle 806291 systemctl status output incomplete for short lived processes Bug #806291 [systemd] systemd: systemctl status ignores -n argument Changed Bug title to 'systemctl status output incomplete for short lived processes' from 'systemd: systemctl status ignores -n argument'. > forwarded 806291 https://github.com/systemd/systemd/issues/2913 Bug #806291 [systemd] systemctl status output incomplete for short lived processes Set Bug forwarded-to-address to 'https://github.com/systemd/systemd/issues/2913'. > thanks Stopping processing here. Please contact me if you need assistance. -- 806291: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806291 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From yitanhsbl at protonmail.com Tue Sep 11 23:01:12 2018 From: yitanhsbl at protonmail.com (Yi Tan) Date: Wed, 12 Sep 2018 00:01:12 +0200 (CEST) Subject: Investment opportunity Message-ID: <5427164.147724.1536703272617.JavaMail.javamailuser@localhost> Greetings, I am contacting you for a proffer to invest in any profitable business in your country. We offer a quick loan at low interest rate. E-mail: yitanhsbl at gmail.com Sincerely: Yi Tan ---------------------------------------------------- This email was sent by the shareware version of Postman Professional. From kochtopf at gmail.com Wed Sep 12 10:52:33 2018 From: kochtopf at gmail.com (kochtopf) Date: Wed, 12 Sep 2018 11:52:33 +0200 Subject: Bug#908658: systemd: apt-get upgrade from 239-7 to 239-8 failed Message-ID: <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> Package: systemd Version: 239-7 Severity: normal Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? apt-get dist-upgrade * What exactly did you do (or not do) that was effective (or ineffective)? * What was the outcome of this action? Setting up udev (239-8) ... Installing new version of config file /etc/init.d/udev ... Job for systemd-udevd.service failed because the control process exited with error code. See "systemctl status systemd-udevd.service" and "journalctl -xe" for details. invoke-rc.d: initscript udev, action "restart" failed. ● systemd-udevd.service - udev Kernel Device Manager Loaded: loaded (/lib/systemd/system/systemd-udevd.service; static; vendor preset: enabled) Active: activating (start) since Tue 2018-09-11 13:56:27 CEST; 53ms ago Docs: man:systemd-udevd.service(8) man:udev(7) Main PID: 19098 (systemd-udevd) CGroup: /system.slice/systemd-udevd.service └─19098 [systemd-udevd] dpkg: error processing package udev (--configure): installed udev package post-installation script subprocess returned error exit status 1 * What outcome did you expect instead? start udev as normal *** End of the template - remove these template lines *** -- Package-specific info: -- System Information: Distributor ID: Raspbian Description: Raspbian GNU/Linux testing (buster) Release: testing Codename: buster Architecture: armv7l Kernel: Linux 4.14.69-v7+ (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages systemd depends on: ii adduser 3.117 ii libacl1 2.2.52-3 ii libapparmor1 2.13-8 ii libaudit1 1:2.8.4-2 ii libblkid1 2.32.1-0.1 ii libc6 2.27-5+rpi1 ii libcap2 1:2.25-1.2 ii libcryptsetup12 2:2.0.4-2 ii libgcrypt20 1.8.3-1 ii libgnutls30 3.5.19-1 ii libgpg-error0 1.32-1 ii libidn11 1.33-2.2 ii libip4tc0 1.6.2-1.1 ii libkmod2 25-1 ii liblz4-1 1.8.2-1+rpi1 ii liblzma5 5.2.2-1.3 ii libmount1 2.32.1-0.1 ii libpam0g 1.1.8-3.8 ii libseccomp2 2.3.3-3 ii libselinux1 2.8-1 pn libsystemd0 ii mount 2.32.1-0.1 ii procps 2:3.3.15-2 ii util-linux 2.32.1-0.1 Versions of packages systemd recommends: ii dbus 1.12.10-1 pn libpam-systemd Versions of packages systemd suggests: ii policykit-1 0.105-21 pn systemd-container Versions of packages systemd is related to: pn dracut pn initramfs-tools pn udev -- no debconf information -------------- next part -------------- [MASKED] /etc/systemd/system/samba-ad-dc.service -> /lib/systemd/system/samba-ad-dc.service [EXTENDED] /lib/systemd/system/rc-local.service -> /lib/systemd/system/rc-local.service.d/debian.conf [EXTENDED] /lib/systemd/system/rsync.service -> /etc/systemd/system/rsync.service.d/override.conf [EXTENDED] /lib/systemd/system/systemd-resolved.service -> /lib/systemd/system/systemd-resolved.service.d/resolvconf.conf 4 overridden configuration files found. -------------- next part -------------- Timestamp kernel: Thu 1970-01-01 01:00:00 CET Timestamp userspace: Thu 1970-01-01 01:00:08 CET Timestamp finish: Tue 2018-09-11 15:49:28 CEST Timestamp security-start: Thu 1970-01-01 01:00:08 CET Timestamp security-finish: Thu 1970-01-01 01:00:08 CET Timestamp generators-start: Fri 2018-06-22 13:11:49 CEST Timestamp generators-finish: Fri 2018-06-22 13:11:50 CEST Timestamp units-load-start: Fri 2018-06-22 13:11:50 CEST Timestamp units-load-finish: Fri 2018-06-22 13:11:51 CEST -> Unit spamassassin.service: Description: spamassassin.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: spamassassin.service Before: exim4.service (destination-file) ReferencedBy: exim4.service (destination-file) -> Unit systemd-udevd-kernel.socket: Description: udev Kernel Socket Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-udevd-kernel.socket CGroup realized: no CGroup own mask: memory pids Name: systemd-udevd-kernel.socket Invocation ID: 5f41117334624218b70ab1b2264b2a48 Documentation: man:systemd-udevd.service(8) Documentation: man:udev(7) Fragment Path: /lib/systemd/system/systemd-udevd-kernel.socket ConditionPathIsReadWrite: /sys succeeded Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: system.slice (origin-file) WantedBy: systemd-udevd.service (destination-file) WantedBy: sockets.target (destination-file) Before: systemd-udev-trigger.service (destination-file) Before: systemd-udevd.service (origin-implicit destination-file) Before: sockets.target (origin-file) After: system.slice (origin-file) Triggers: systemd-udevd.service (origin-implicit destination-file) References: system.slice (origin-file) References: sockets.target (origin-file) References: systemd-udevd.service (origin-implicit) ReferencedBy: systemd-udev-trigger.service (destination-file) ReferencedBy: systemd-udevd.service (destination-file) ReferencedBy: sockets.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: running Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0666 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: yes PassSecurity: no TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: systemd-udevd-kernel.socket SELinuxContextFromNet: no ReceiveBuffer: 134217728 ListenNetlink: kobject-uevent 1 TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit apt-daily.service: Description: Daily apt download activities Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: Wed 2018-09-12 09:07:42 CEST Inactive Exit Timestamp: Wed 2018-09-12 09:07:36 CEST Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: Wed 2018-09-12 09:07:42 CEST May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: apt-daily.service Invocation ID: 6fbc7b6a1e834e4aa01f897d6837ca61 Documentation: man:apt(8) Fragment Path: /lib/systemd/system/apt-daily.service ConditionACPower: true succeeded Condition Timestamp: Wed 2018-09-12 09:07:36 CEST Condition Result: yes Assert Timestamp: Wed 2018-09-12 09:07:36 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: apt-daily-upgrade.service (destination-file) After: NetworkManager.service (origin-file) After: sysinit.target (origin-default) After: system.slice (origin-file) After: systemd-networkd.service (origin-file) After: apt-daily.timer (destination-implicit) After: connman.service (origin-file) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: network-online.target (origin-file) After: network.target (origin-file) TriggeredBy: apt-daily.timer (destination-implicit) References: NetworkManager.service (origin-file) References: shutdown.target (origin-default) References: sysinit.target (origin-default) References: system.slice (origin-file) References: systemd-networkd.service (origin-file) References: connman.service (origin-file) References: systemd-journald.socket (origin-file) References: basic.target (origin-default) References: network-online.target (origin-file) References: network.target (origin-file) ReferencedBy: apt-daily.timer (destination-implicit) ReferencedBy: apt-daily-upgrade.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStartPre: Command Line: /usr/lib/apt/apt-helper wait-online PID: 581 Start Timestamp: Wed 2018-09-12 09:07:36 CEST Exit Timestamp: Wed 2018-09-12 09:07:37 CEST Exit Code: exited Exit Status: 0 -> ExecStart: Command Line: /usr/lib/apt/apt.systemd.daily update PID: 586 Start Timestamp: Wed 2018-09-12 09:07:37 CEST Exit Timestamp: Wed 2018-09-12 09:07:42 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit systemd-journald-dev-log.socket: Description: Journal Socket (/dev/log) Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:56 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-journald-dev-log.socket CGroup realized: no CGroup own mask: memory pids Name: systemd-journald-dev-log.socket Invocation ID: 9004d76bba8745f3af4c7f7dd6cdad2e Documentation: man:systemd-journald.service(8) Documentation: man:journald.conf(5) Fragment Path: /lib/systemd/system/systemd-journald-dev-log.socket Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: system.slice (origin-file) WantedBy: systemd-journald.service (destination-file) WantedBy: sockets.target (destination-file) Before: systemd-journald.service (origin-implicit destination-file) Before: sockets.target (origin-file) After: -.mount (origin-file) After: system.slice (origin-file) Triggers: systemd-journald.service (origin-implicit destination-file) References: sockets.target (origin-file) References: system.slice (origin-file) References: -.mount (origin-file) References: systemd-journald.service (origin-implicit) ReferencedBy: systemd-journald.service (destination-file) ReferencedBy: sockets.target (destination-file) RequiresMountsFor: /run/systemd/journal/dev-log (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Socket State: running Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0666 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: yes PassSecurity: yes TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: systemd-journald-dev-log.socket SELinuxContextFromNet: no ReceiveBuffer: 8388608 SendBuffer: 8388608 ListenDatagram: /run/systemd/journal/dev-log TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip Symlinks: /dev/log TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0.device: Description: ST2000LM003_HN-M201RAD Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0.device Invocation ID: 83e9b78dffb54c1988529e3ce11427b7 Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627.device Following Set Member: dev-sda.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda Found: found-udev -> Unit system-systemd\x2dfsck.slice: Description: system-systemd\x2dfsck.slice Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Fri 2018-06-22 13:11:51 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/system-systemd\x2dfsck.slice CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids CGroup members mask: memory pids Name: system-systemd\x2dfsck.slice Invocation ID: 69aff73eb69e44e896a71561e265f1d7 Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: system.slice (origin-implicit) RequiredBy: systemd-fsck at dev-mmcblk0p1.service (destination-file) RequiredBy: systemd-fsck at dev-sda3.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: systemd-fsck at dev-mmcblk0p1.service (destination-file) Before: systemd-fsck at dev-sda3.service (destination-file) After: system.slice (origin-implicit) References: shutdown.target (origin-default) References: system.slice (origin-implicit) ReferencedBy: systemd-fsck at dev-mmcblk0p1.service (destination-file) ReferencedBy: systemd-fsck at dev-sda3.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: active CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no -> Unit systemd-timesyncd.service: Description: Network Time Synchronization Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:09 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:08 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-timesyncd.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory devices pids Name: systemd-timesyncd.service Invocation ID: f82c108d185c437c8fb3b577de8606ab Documentation: man:systemd-timesyncd.service(8) Fragment Path: /lib/systemd/system/systemd-timesyncd.service ConditionVirtualization: !container succeeded ConditionCapability: CAP_SYS_TIME succeeded Condition Timestamp: Tue 2018-09-11 15:49:08 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:08 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: tmp.mount (origin-file) Requires: system.slice (origin-file) Wants: time-sync.target (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) Before: time-sync.target (origin-file) Before: sysinit.target (origin-file) After: systemd-tmpfiles-setup.service (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) After: -.mount (origin-file) After: systemd-remount-fs.service (origin-file) After: tmp.mount (origin-file) References: systemd-tmpfiles-setup.service (origin-file) References: tmp.mount (origin-file) References: shutdown.target (origin-file) References: -.mount (origin-file) References: systemd-remount-fs.service (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: time-sync.target (origin-file) References: sysinit.target (origin-file) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /var/lib/systemd/timesync (origin-file) RequiresMountsFor: /var/tmp (origin-file) RequiresMountsFor: /tmp (origin-file) RequiresMountsFor: /run/systemd/timesync (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: always NotifyAccess: main NotifyState: ready Main PID: 191 Main PID Known: yes Main PID Alien: no RestartSec: 0 TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 3min KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: yes PrivateDevices: yes ProtectKernelTunables: yes ProtectKernelModules: yes ProtectControlGroups: yes PrivateNetwork: no PrivateUsers: no ProtectHome: yes ProtectSystem: strict MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: yes RestrictRealtime: yes KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 RuntimeDirectory: systemd/timesync StateDirectoryMode: 0755 StateDirectory: systemd/timesync CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info CapabilityBoundingSet: cap_sys_time AmbientCapabilities: cap_sys_time User: systemd-timesync Group: systemd-timesync DynamicUser: yes LockPersonality: yes SystemCallFilter: msgget sendmsg arch_prctl process_vm_writev getuid32 io_setup mknod setreuid write setsockopt adjtimex epoll_ctl getpgid sched_setaffinity getrusage getdents getgroups ioctl getegid setfsuid truncate pselect6 mknodat removexattr fallocate keyctl waitpid sched_get_priority_min flistxattr ftruncate64 alarm ioprio_get io_getevents connect setregid statfs64 inotify_init send setxattr setregid32 semget sendto clock_settime msgsnd sendmmsg setgid kill uname tgkill rt_sigaction times shutdown tkill prlimit64 restart_syscall fremovexattr mlockall setuid readlink memfd_create pause pread64 setns eventfd2 preadv epoll_wait_old read sched_yield capget readlinkat msgrcv ppoll dup2 add_key get_thread_area sched_getaffinity dup sysinfo epoll_create lstat move_pages pipe open mkdir lsetxattr sigaltstack getcpu chmod faccessat settimeofday fadvise64_64 unlink mq_open copy_file_range stime epoll_ctl_old sched_setparam clone getppid mprotect clock_adjtime fchdir getxattr mincore fstat64 accept kcmp llistxattr vmsplice recvmsg sync setfsuid32 truncate64 rt_sigsuspend fstatfs64 get_robust_list _newselect ipc preadv2 shmctl mlock semtimedop getdents64 pwrite64 fchmodat renameat2 recvfrom set_mempolicy fchmod lseek pwritev2 set_robust_list statfs fdatasync fgetxattr signalfd set_tid_address setresuid ugetrlimit rt_sigpending listxattr gettid userfaultfd ftruncate membarrier nice readdir sigpending geteuid geteuid32 getcwd sched_getattr epoll_wait inotify_add_watch capset io_cancel symlinkat accept4 recvmmsg getpid statx getitimer execve olduname sched_get_priority_max rt_tgsigqueueinfo wait4 getsid waitid stat64 fstat time process_vm_readv dup3 setfsgid32 getrlimit sigsuspend epoll_create1 ioprio_set poll clock_nanosleep mq_timedsend eventfd mq_timedreceive rmdir personality getresuid getsockname io_destroy futex timer_delete getegid32 fsetxattr brk chdir mkdirat fstatfs prctl getresuid32 sched_setscheduler setpriority fchownat utimensat readv semop nanosleep symlink inotify_rm_watch setuid32 mremap tee stat getuid lchown32 setgid32 munmap io_submit futimesat sched_setattr getresgid32 newfstatat request_key socketcall shmget exit_group rt_sigreturn remap_file_pages fcntl _llseek rename setreuid32 shmat getpeername set_tls unshare mmap2 rt_sigtimedwait semctl utimes mq_unlink mbind syncfs signal linkat msync link shmdt oldlstat lgetxattr select oldfstat epoll_pwait lremovexattr sigaction sendfile setresuid32 getgid32 rt_sigprocmask socket sync_file_range sched_getscheduler access clock_getres fstatat64 munlock timer_create signalfd4 sendfile64 setgroups32 mq_notify getresgid sigprocmask lchown splice setresgid32 timerfd_gettime get_mempolicy listen getgroups32 fadvise64 munlockall pipe2 lstat64 sigreturn close socketpair migrate_pages bind exit mq_getsetattr gettimeofday umask clock_gettime timer_settime getrandom timerfd_create chown mlock2 oldolduname sched_getparam set_thread_area madvise openat inotify_init1 pwritev rt_sigqueueinfo setsid timerfd_settime getpriority fsync renameat sched_rr_get_interval unlinkat setrlimit msgctl setitimer setfsgid getpgrp fchown32 mmap recv oldstat fcntl64 setpgid writev execveat getsockopt timer_getoverrun setresgid name_to_handle_at chown32 getgid flock timer_gettime fchown setgroups fork readahead utime creat vfork SystemCallArchitectures: native RestrictNamespaces: SystemCallErrorNumber: EPERM -> ExecStart: Command Line: /lib/systemd/systemd-timesyncd PID: 191 Start Timestamp: Tue 2018-09-11 15:49:08 CEST Status Text: Synchronized to time server [2001:720:1014:a202::2]:123 (2.debian.pool.ntp.org). CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=closed Delegate=no -> Unit media-webdav-raspi.mount: Description: webdav raspi Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: media-webdav-raspi.mount Fragment Path: /etc/systemd/system/media-webdav-raspi.mount Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) Wants: network-online.target (origin-file) Conflicts: umount.target (origin-file) Before: umount.target (origin-file) After: network-online.target (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) After: -.mount (origin-implicit) After: local-fs-pre.target (origin-file) After: media-webdav-raspi.automount (destination-implicit) TriggeredBy: media-webdav-raspi.automount (destination-implicit) References: network-online.target (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: umount.target (origin-file) References: -.mount (origin-implicit) References: local-fs-pre.target (origin-file) ReferencedBy: media-webdav-raspi.automount (destination-implicit) RequiresMountsFor: /media/webdav (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: dead Result: success Where: /media/webdav/raspi What: https://intra.kochtopf.me/webdav File System Type: davfs Options: users,file_mode=0777,dir_mode=0777 From /proc/self/mountinfo: no From fragment: yes Extrinsic: no DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sys-subsystem-net-devices-sit0.device: Description: /sys/subsystem/net/devices/sit0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:13 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:13 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-subsystem-net-devices-sit0.device Invocation ID: e742e50b95b04736b3f22ee0e3da5f38 Following Set Member: sys-devices-virtual-net-sit0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/net/sit0 Found: found-udev -> Unit display-manager.service: Description: display-manager.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: display-manager.service WantedBy: graphical.target (destination-file) Before: graphical.target (destination-file) ReferencedBy: graphical.target (destination-file) -> Unit nmbd.service: Description: Samba NMB Daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:21 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:21 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/nmbd.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: nmbd.service Invocation ID: c2a91e115abc4a46b99c5a27046f2de6 Documentation: man:nmbd(8) Documentation: man:samba(7) Documentation: man:smb.conf(5) Fragment Path: /lib/systemd/system/nmbd.service Condition Timestamp: Tue 2018-09-11 15:49:13 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:13 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) Wants: network-online.target (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: smbd.service (destination-file) Before: multi-user.target (destination-default) Before: shutdown.target (origin-default) Before: winbind.service (destination-file) After: system.slice (origin-file) After: sysinit.target (origin-default) After: network-online.target (origin-file) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: network.target (origin-file) References: basic.target (origin-default) References: systemd-journald.socket (origin-file) References: network-online.target (origin-file) References: network.target (origin-file) References: sysinit.target (origin-default) References: system.slice (origin-file) References: shutdown.target (origin-default) ReferencedBy: smbd.service (destination-file) ReferencedBy: multi-user.target (destination-file destination-default) ReferencedBy: winbind.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: no NotifyAccess: all NotifyState: ready Main PID: 395 Main PID Known: yes Main PID Alien: no PIDFile: /var/run/samba/nmbd.pid RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/samba RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit CORE: 18446744073709551615 Limit CORESoft: 18446744073709551615 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/nmbd --foreground --no-process-group $NMBDOPTIONS PID: 395 Start Timestamp: Tue 2018-09-11 15:49:13 CEST -> ExecReload: Command Line: /bin/kill -HUP $MAINPID Status Text: nmbd: ready to serve connections... CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit smbd.service: Description: Samba SMB Daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:23 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:22 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:23 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/smbd.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: smbd.service Invocation ID: ddbb25afc0d443d4b107c9686e0b57f9 Documentation: man:smbd(8) Documentation: man:samba(7) Documentation: man:smb.conf(5) Fragment Path: /lib/systemd/system/smbd.service Condition Timestamp: Tue 2018-09-11 15:49:22 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:22 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) Wants: network-online.target (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: network-online.target (origin-file) After: basic.target (origin-default) After: winbind.service (origin-file) After: system.slice (origin-file) After: network.target (origin-file) After: nmbd.service (origin-file) After: systemd-journald.socket (origin-file) After: sysinit.target (origin-default) References: network-online.target (origin-file) References: basic.target (origin-default) References: winbind.service (origin-file) References: shutdown.target (origin-default) References: system.slice (origin-file) References: network.target (origin-file) References: nmbd.service (origin-file) References: systemd-journald.socket (origin-file) References: sysinit.target (origin-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: no NotifyAccess: all NotifyState: ready Main PID: 457 Main PID Known: yes Main PID Alien: no PIDFile: /var/run/samba/smbd.pid RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/samba RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit CORE: 18446744073709551615 Limit CORESoft: 18446744073709551615 Limit NOFILE: 16384 Limit NOFILESoft: 16384 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/smbd --foreground --no-process-group $SMBDOPTIONS PID: 457 Start Timestamp: Tue 2018-09-11 15:49:22 CEST -> ExecReload: Command Line: /bin/kill -HUP $MAINPID Status Text: smbd: ready to serve connections... CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2dpartuuid-311b5f75\x2d01.device: Description: /dev/disk/by-partuuid/311b5f75-01 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpartuuid-311b5f75\x2d01.device Invocation ID: c69717563fd4461bbb6755ace6fb6d71 Following: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device Following Set Member: dev-disk-by\x2dlabel-boot.device Following Set Member: dev-mmcblk0p1.device Following Set Member: dev-disk-by\x2duuid-0211\x2d20AB.device Following Set Member: dev-disk-by\x2did-mmc\x2dSU08G_0x20e49f90\x2dpart1.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f202000.mmc\x2dpart1.device Following Set Member: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f202000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0/mmcblk0p1 Found: found-udev -> Unit rescue.service: Description: Rescue Shell Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: rescue.service Documentation: man:sulogin(8) Fragment Path: /lib/systemd/system/rescue.service Requires: -.mount (origin-file) Requires: system.slice (origin-file) RequiredBy: rescue.target (destination-file) Conflicts: shutdown.target (origin-file) ConflictedBy: multi-user.target (destination-file) ConflictedBy: getty at tty1.service (destination-file) ConflictedBy: serial-getty at ttyAMA0.service (destination-file) ConflictedBy: graphical.target (destination-file) ConflictedBy: emergency.service (destination-file) Before: rescue.target (destination-file) Before: graphical.target (destination-file) Before: multi-user.target (destination-file) Before: shutdown.target (origin-file) After: -.mount (origin-file) After: sysinit.target (origin-file) After: serial-getty at ttyAMA0.service (destination-file) After: plymouth-start.service (origin-file) After: emergency.service (destination-file) After: system.slice (origin-file) After: getty at tty1.service (destination-file) References: -.mount (origin-file) References: sysinit.target (origin-file) References: plymouth-start.service (origin-file) References: system.slice (origin-file) References: shutdown.target (origin-file) ReferencedBy: emergency.service (destination-file) ReferencedBy: rescue.target (destination-file) ReferencedBy: getty at tty1.service (destination-file) ReferencedBy: serial-getty at ttyAMA0.service (destination-file) ReferencedBy: multi-user.target (destination-file) ReferencedBy: graphical.target (destination-file) RequiresMountsFor: /root (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: idle Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: yes UMask: 0022 WorkingDirectory: /root RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private Environment: HOME=/root RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: tty-force StandardOutput: inherit StandardError: inherit DynamicUser: no LockPersonality: no -> ExecStartPre: Command Line: /bin/plymouth --wait quit -> ExecStart: Command Line: /lib/systemd/systemd-sulogin-shell rescue CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda2.device: Description: ST2000LM003_HN-M201RAD 2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda2.device Invocation ID: 60ffa3ddb122429fad1a0211949c61bb Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart2.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart2.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d02.device Following Set Member: dev-disk-by\x2duuid-f55adb7f\x2d6d96\x2d4e27\x2da51d\x2da274dfa58214.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device Following Set Member: dev-sda2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda2 Found: found-udev -> Unit exim4.service: Description: LSB: exim Mail Transport Agent Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:28 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:26 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:28 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/exim4.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: exim4.service Invocation ID: 00c4125a0b9a4642b10e173e0392d57c Documentation: man:systemd-sysv-generator(8) Fragment Path: /run/systemd/generator.late/exim4.service Source Path: /etc/init.d/exim4 Condition Timestamp: Tue 2018-09-11 15:49:26 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:26 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) Wants: network-online.target (origin-file) WantedBy: graphical.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: graphical.target (origin-file destination-default) Before: shutdown.target (origin-default) Before: multi-user.target (origin-file destination-default) After: postgresql.service (origin-file) After: greylist.service (origin-file) After: network-online.target (origin-file) After: sysinit.target (origin-default) After: clamav-daemon.service (origin-file) After: nss-lookup.target (origin-file) After: systemd-journald.socket (origin-file) After: remote-fs.target (origin-file) After: mysql.service (origin-file) After: basic.target (origin-default) After: time-sync.target (origin-file) After: system.slice (origin-file) After: spamassassin.service (origin-file) References: shutdown.target (origin-default) References: postgresql.service (origin-file) References: sysinit.target (origin-default) References: mysql.service (origin-file) References: greylist.service (origin-file) References: systemd-journald.socket (origin-file) References: basic.target (origin-default) References: time-sync.target (origin-file) References: graphical.target (origin-file) References: network-online.target (origin-file) References: remote-fs.target (origin-file) References: multi-user.target (origin-file) References: system.slice (origin-file) References: spamassassin.service (origin-file) References: nss-lookup.target (origin-file) References: clamav-daemon.service (origin-file) ReferencedBy: graphical.target (destination-file destination-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: no Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 5min TimeoutStopSec: 5min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/init.d/exim4 start PID: 487 Start Timestamp: Tue 2018-09-11 15:49:26 CEST Exit Timestamp: Tue 2018-09-11 15:49:28 CEST Exit Code: exited Exit Status: 0 -> ExecReload: Command Line: /etc/init.d/exim4 reload -> ExecStop: Command Line: /etc/init.d/exim4 stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sys-fs-fuse-connections.mount: Description: FUSE Control File System Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:20 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:20 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:20 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/sys-fs-fuse-connections.mount CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: sys-fs-fuse-connections.mount Invocation ID: c180e67d51d04637aa31324892edbd96 Documentation: https://www.kernel.org/doc/Documentation/filesystems/fuse.txt Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/sys-fs-fuse-connections.mount ConditionVirtualization: !private-users succeeded ConditionCapability: CAP_SYS_ADMIN succeeded ConditionPathExists: /sys/fs/fuse/connections succeeded Condition Timestamp: Tue 2018-09-11 15:49:20 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:20 CEST Assert Result: yes Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) WantedBy: sys-module-fuse.device (destination-udev) WantedBy: sysinit.target (destination-file) Before: sysinit.target (origin-file) After: systemd-modules-load.service (origin-file) After: systemd-journald.socket (origin-file) After: -.mount (origin-implicit) After: system.slice (origin-file) References: systemd-modules-load.service (origin-file) References: systemd-journald.socket (origin-file) References: sysinit.target (origin-file) References: -.mount (origin-implicit) References: system.slice (origin-file) ReferencedBy: sys-module-fuse.device (destination-udev) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /sys/fs/fuse (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /sys/fs/fuse/connections What: fusectl File System Type: fusectl Options: rw,relatime From /proc/self/mountinfo: yes From fragment: yes Extrinsic: yes DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit systemd-tmpfiles-clean.timer: Description: Daily Cleanup of Temporary Directories Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 16:06:36 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: systemd-tmpfiles-clean.timer Invocation ID: 7e7c11dca2324048a81e943dd7036fbb Documentation: man:tmpfiles.d(5) Documentation: man:systemd-tmpfiles(8) Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.timer Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Requires: sysinit.target (origin-default) WantedBy: timers.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: systemd-tmpfiles-clean.service (origin-implicit) Before: timers.target (origin-default) After: sysinit.target (origin-default) Triggers: systemd-tmpfiles-clean.service (origin-implicit) References: shutdown.target (origin-default) References: systemd-tmpfiles-clean.service (origin-implicit) References: sysinit.target (origin-default) References: timers.target (origin-default) ReferencedBy: timers.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Timer State: waiting Result: success Unit: systemd-tmpfiles-clean.service Persistent: no WakeSystem: no Accuracy: 1min RemainAfterElapse: yes OnUnitActiveSec: 1d OnBootSec: 15min -> Unit dev-ram11.device: Description: /dev/ram11 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram11.device Invocation ID: 9d64786c09bf4effb33eaa4443fb139a Following: sys-devices-virtual-block-ram11.device Following Set Member: sys-devices-virtual-block-ram11.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram11 Found: found-udev -> Unit winbind.service: Description: Samba Winbind Daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:22 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:21 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:22 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/winbind.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: winbind.service Invocation ID: ced9c28d677d4f3f9482cfce804c2521 Documentation: man:winbindd(8) Documentation: man:samba(7) Documentation: man:smb.conf(5) Fragment Path: /lib/systemd/system/winbind.service Condition Timestamp: Tue 2018-09-11 15:49:21 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:21 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: smbd.service (destination-file) Before: multi-user.target (destination-default) After: network.target (origin-file) After: nmbd.service (origin-file) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: system.slice (origin-file) After: sysinit.target (origin-default) References: network.target (origin-file) References: nmbd.service (origin-file) References: systemd-journald.socket (origin-file) References: basic.target (origin-default) References: system.slice (origin-file) References: sysinit.target (origin-default) References: shutdown.target (origin-default) ReferencedBy: multi-user.target (destination-file destination-default) ReferencedBy: smbd.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: no NotifyAccess: all NotifyState: ready Main PID: 454 Main PID Known: yes Main PID Alien: no PIDFile: /var/run/samba/winbindd.pid RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/samba RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit CORE: 18446744073709551615 Limit CORESoft: 18446744073709551615 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/winbindd --foreground --no-process-group $WINBINDOPTIONS PID: 454 Start Timestamp: Tue 2018-09-11 15:49:21 CEST -> ExecReload: Command Line: /bin/kill -HUP $MAINPID Status Text: winbindd: ready to serve connections... CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit getty-pre.target: Description: Login Prompts (Pre) Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: getty-pre.target Documentation: man:systemd.special(7) Documentation: man:systemd-getty-generator(8) Documentation: http://0pointer.de/blog/projects/serial-console.html Fragment Path: /lib/systemd/system/getty-pre.target Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: serial-getty at ttyAMA0.service (destination-file) Before: getty at tty1.service (destination-file) References: shutdown.target (origin-default) ReferencedBy: serial-getty at ttyAMA0.service (destination-file) ReferencedBy: getty at tty1.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: dead -> Unit media-webdav-namecheap.automount: Description: Automount webdav namecheap Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 16:02:09 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:13 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: media-webdav-namecheap.automount Invocation ID: 20fe1c8c06ff475797026daab0c8ef8f Fragment Path: /etc/systemd/system/media-webdav-namecheap.automount Condition Timestamp: Tue 2018-09-11 15:49:13 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:13 CEST Assert Result: yes Requires: -.mount (origin-implicit) Wants: network-online.target (origin-file) WantedBy: remote-fs.target (destination-file) Conflicts: umount.target (origin-default) Before: media-webdav-namecheap.mount (origin-implicit) Before: umount.target (origin-default) After: network-online.target (origin-file) After: -.mount (origin-implicit) Triggers: media-webdav-namecheap.mount (origin-implicit) References: -.mount (origin-implicit) References: media-webdav-namecheap.mount (origin-implicit) References: umount.target (origin-default) References: network-online.target (origin-file) ReferencedBy: remote-fs.target (destination-file) RequiresMountsFor: /media/webdav (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Automount State: waiting Result: success Where: /media/webdav/namecheap DirectoryMode: 0755 TimeoutIdleUSec: 10min -> Unit multi-user.target: Description: Multi-User System Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:28 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:28 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:28 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: runlevel2.target Name: runlevel3.target Name: multi-user.target Name: runlevel4.target Invocation ID: 880f33ee0f1c4d638748307060888f2f Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/multi-user.target Condition Timestamp: Tue 2018-09-11 15:49:28 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:28 CEST Assert Result: yes Requires: basic.target (origin-file) Wants: remote-fs.target (origin-file) Wants: smartd.service (origin-file) Wants: smbd.service (origin-file) Wants: nginx.service (origin-file) Wants: rsync.service (origin-file) Wants: winbind.service (origin-file) Wants: systemd-update-utmp-runlevel.service (origin-file) Wants: systemd-ask-password-wall.path (origin-file) Wants: cups.path (origin-file) Wants: nzbget.service (origin-file) Wants: nmbd.service (origin-file) Wants: exim4.service (origin-file) Wants: mysql.service (origin-file) Wants: systemd-user-sessions.service (origin-file) Wants: cpufrequtils.service (origin-file) Wants: anacron.service (origin-file) Wants: networking.service (origin-file) Wants: loadcpufreq.service (origin-file) Wants: getty.target (origin-file) Wants: dbus.service (origin-file) Wants: rsyslog.service (origin-file) Wants: systemd-logind.service (origin-file) Wants: rc-local.service (origin-file) Wants: ssh.service (origin-file) Wants: cron.service (origin-file) Wants: php7.4-fpm.service (origin-file) RequiredBy: graphical.target (destination-file) Conflicts: shutdown.target (origin-default) Conflicts: rescue.target (origin-file) Conflicts: rescue.service (origin-file) Before: shutdown.target (origin-default) Before: systemd-update-utmp-runlevel.service (destination-file) Before: graphical.target (destination-file destination-default) After: systemd-networkd.service (destination-file) After: ssh.service (origin-default) After: systemd-logind.service (origin-default) After: loadcpufreq.service (origin-default destination-file) After: smbd.service (origin-default) After: nginx.service (origin-default) After: nmbd.service (origin-default) After: rc-local.service (origin-default) After: exim4.service (origin-default destination-file) After: systemd-user-sessions.service (origin-default) After: mysql.service (origin-default) After: cpufrequtils.service (origin-default destination-file) After: cron.service (origin-default) After: dbus.service (origin-default) After: basic.target (origin-file origin-default) After: rsyslog.service (origin-default) After: smartd.service (origin-default) After: anacron.service (origin-default) After: rsync.service (origin-default) After: rescue.target (origin-file) After: winbind.service (origin-default) After: cups.path (origin-default) After: rescue.service (origin-file) After: nzbget.service (origin-default) After: php7.4-fpm.service (origin-default) After: getty.target (origin-default) References: php7.4-fpm.service (origin-file origin-default) References: anacron.service (origin-file origin-default) References: cron.service (origin-file origin-default) References: systemd-logind.service (origin-file origin-default) References: systemd-update-utmp-runlevel.service (origin-file) References: rescue.target (origin-file) References: nmbd.service (origin-file origin-default) References: shutdown.target (origin-default) References: cpufrequtils.service (origin-file origin-default) References: rescue.service (origin-file) References: mysql.service (origin-file origin-default) References: smbd.service (origin-file origin-default) References: loadcpufreq.service (origin-file origin-default) References: networking.service (origin-file) References: rsync.service (origin-file origin-default) References: winbind.service (origin-file origin-default) References: dbus.service (origin-file origin-default) References: smartd.service (origin-file origin-default) References: rc-local.service (origin-file origin-default) References: nzbget.service (origin-file origin-default) References: rsyslog.service (origin-file origin-default) References: systemd-user-sessions.service (origin-file origin-default) References: cups.path (origin-file origin-default) References: nginx.service (origin-file origin-default) References: basic.target (origin-file origin-default) References: getty.target (origin-file origin-default) References: exim4.service (origin-file origin-default) References: remote-fs.target (origin-file) References: systemd-ask-password-wall.path (origin-file) References: ssh.service (origin-file origin-default) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: loadcpufreq.service (destination-file) ReferencedBy: exim4.service (destination-file) ReferencedBy: systemd-update-utmp-runlevel.service (destination-file) ReferencedBy: graphical.target (destination-file destination-default) ReferencedBy: cpufrequtils.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit sys-devices-virtual-block-ram4.device: Description: /sys/devices/virtual/block/ram4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram4.device Invocation ID: 57d214f55ed34bca96cc9e080fcdc9be Following Set Member: dev-ram4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram4 Found: found-udev -> Unit dev-sda2.device: Description: ST2000LM003_HN-M201RAD 2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sda2.device Invocation ID: 9bd11709ed6c440d8df04e4c541f6959 Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda2.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart2.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart2.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d02.device Following Set Member: dev-disk-by\x2duuid-f55adb7f\x2d6d96\x2d4e27\x2da51d\x2da274dfa58214.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda2 Found: found-udev,found-mount -> Unit mysql.service: Description: MySQL Community Server Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:26 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:26 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/mysql.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: mysql.service Invocation ID: 30c36781befe4544ab9f5fad8bebb116 Fragment Path: /lib/systemd/system/mysql.service Condition Timestamp: Tue 2018-09-11 15:49:13 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:13 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: exim4.service (destination-file) Before: multi-user.target (destination-default) After: sysinit.target (origin-default) After: basic.target (origin-default) After: network.target (origin-file) After: -.mount (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: sysinit.target (origin-default) References: basic.target (origin-default) References: network.target (origin-file) References: shutdown.target (origin-default) References: -.mount (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) ReferencedBy: multi-user.target (destination-file destination-default) ReferencedBy: exim4.service (destination-file) RequiresMountsFor: /run/mysqld (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: yes RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: on-failure NotifyAccess: none NotifyState: unknown Main PID: 434 Main PID Known: yes Main PID Alien: no PIDFile: /run/mysqld/mysqld.pid RestartSec: 100ms TimeoutStartSec: 10min TimeoutStopSec: 10min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 RuntimeDirectory: mysqld StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 5000 Limit NOFILESoft: 5000 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info User: mysql Group: mysql DynamicUser: no LockPersonality: no -> ExecStartPre: Command Line: /usr/share/mysql/mysql-systemd-start pre PID: 394 Start Timestamp: Tue 2018-09-11 15:49:13 CEST Exit Timestamp: Tue 2018-09-11 15:49:19 CEST Exit Code: exited Exit Status: 0 -> ExecStart: Command Line: /usr/sbin/mysqld --daemonize --pid-file=/run/mysqld/mysqld.pid PID: 432 Start Timestamp: Tue 2018-09-11 15:49:19 CEST Exit Timestamp: Tue 2018-09-11 15:49:26 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit systemd-hwdb-update.service: Description: Rebuild Hardware Database Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-hwdb-update.service Documentation: man:hwdb(7) Documentation: man:systemd-hwdb(8) Fragment Path: /lib/systemd/system/systemd-hwdb-update.service ConditionDirectoryNotEmpty: |/etc/udev/hwdb.d failed ConditionPathExists: |/etc/udev/hwdb.bin failed ConditionPathExists: |!/lib/udev/hwdb.bin failed ConditionNeedsUpdate: /etc succeeded Condition Timestamp: Tue 2018-09-11 15:48:58 CEST Condition Result: no Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) Before: systemd-udevd.service (destination-file) Before: sysinit.target (origin-file) Before: systemd-update-done.service (origin-file) After: system.slice (origin-file) After: systemd-remount-fs.service (origin-file) After: systemd-journald.socket (origin-file) References: shutdown.target (origin-file) References: systemd-remount-fs.service (origin-file) References: sysinit.target (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: systemd-update-done.service (origin-file) ReferencedBy: systemd-udevd.service (destination-file) ReferencedBy: sysinit.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/systemd-hwdb update CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sys-module-fuse.device: Description: /sys/module/fuse Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:20 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:20 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:20 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-module-fuse.device Invocation ID: c36509a70e2f44d2b21205663d775752 Wants: sys-fs-fuse-connections.mount (origin-udev) References: sys-fs-fuse-connections.mount (origin-udev) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/module/fuse Found: found-udev udev SYSTEMD_WANTS: sys-fs-fuse-connections.mount -> Unit local-fs.target: Description: Local File Systems Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:08 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:08 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:08 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: local-fs.target Invocation ID: fa65ab23d6e943edaa5995fa2b5c07e8 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/local-fs.target Condition Timestamp: Tue 2018-09-11 15:49:08 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:08 CEST Assert Result: yes Requires: tmp.mount (origin-file) Requires: boot.mount (origin-file) Requires: -.mount (origin-file) Requires: mnt-part3data.mount (origin-file) Wants: systemd-fsck-root.service (origin-file) Wants: systemd-remount-fs.service (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: systemd-machine-id-commit.service (destination-file) Before: systemd-tmpfiles-clean.service (destination-file) Before: systemd-tmpfiles-setup.service (destination-file) Before: sysinit.target (destination-file) Before: networking.service (destination-file) After: local-fs-pre.target (origin-file) After: systemd-remount-fs.service (destination-file) After: mnt-part3data.mount (destination-file) After: run-user-1000.mount (destination-mountinfo-implicit) After: -.mount (destination-file) After: boot.mount (destination-file) After: systemd-fsck-root.service (destination-file) After: tmp.mount (destination-file) OnFailure: emergency.target (origin-file) References: mnt-part3data.mount (origin-file) References: systemd-remount-fs.service (origin-file) References: shutdown.target (origin-file) References: emergency.target (origin-file) References: tmp.mount (origin-file) References: boot.mount (origin-file) References: local-fs-pre.target (origin-file) References: systemd-fsck-root.service (origin-file) References: -.mount (origin-file) ReferencedBy: mnt-part3data.mount (destination-file) ReferencedBy: systemd-machine-id-commit.service (destination-file) ReferencedBy: systemd-tmpfiles-clean.service (destination-file) ReferencedBy: boot.mount (destination-file) ReferencedBy: systemd-fsck-root.service (destination-file) ReferencedBy: tmp.mount (destination-file) ReferencedBy: run-user-1000.mount (destination-mountinfo-implicit) ReferencedBy: systemd-tmpfiles-setup.service (destination-file) ReferencedBy: sysinit.target (destination-file) ReferencedBy: networking.service (destination-file) ReferencedBy: -.mount (destination-file) ReferencedBy: systemd-remount-fs.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace-irreversibly IgnoreOnIsolate: no Target State: active -> Unit sys-devices-virtual-block-ram15.device: Description: /sys/devices/virtual/block/ram15 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram15.device Invocation ID: 87d2b532b4a9443e9961110b520f948e Following Set Member: dev-ram15.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram15 Found: found-udev -> Unit dbus.socket: Description: D-Bus System Message Bus Socket Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:09 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/dbus.socket CGroup realized: no CGroup own mask: memory pids Name: dbus.socket Invocation ID: 4e1e17ab2f9c4fedaafb89fa19eca6c6 Fragment Path: /lib/systemd/system/dbus.socket Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) RequiredBy: dbus.service (destination-file) RequiredBy: systemd-logind.service (destination-file) WantedBy: systemd-logind.service (destination-file) WantedBy: sockets.target (destination-file) Conflicts: shutdown.target (origin-default) Before: dbus.service (origin-implicit) Before: shutdown.target (origin-default) Before: systemd-logind.service (destination-file) Before: sockets.target (origin-default destination-default) After: system.slice (origin-file) After: -.mount (origin-file) After: sysinit.target (origin-default) Triggers: dbus.service (origin-implicit) References: dbus.service (origin-implicit) References: shutdown.target (origin-default) References: system.slice (origin-file) References: sockets.target (origin-default) References: sysinit.target (origin-default) References: -.mount (origin-file) ReferencedBy: dbus.service (destination-file) ReferencedBy: systemd-logind.service (destination-file) ReferencedBy: sockets.target (destination-file destination-default) RequiresMountsFor: /var/run/dbus/system_bus_socket (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: running Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0666 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: no PassSecurity: no TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: dbus.socket SELinuxContextFromNet: no ListenStream: /var/run/dbus/system_bus_socket TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit umount.target: Description: Unmount All Filesystems Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: umount.target Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/umount.target ConflictedBy: mnt-part3data-homestation.mount (destination-file) ConflictedBy: mnt-part3data.mount (destination-file) ConflictedBy: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap (destination-default) ConflictedBy: media-webdav-raspi.automount (destination-default) ConflictedBy: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap (destination-default) ConflictedBy: media-webdav-namecheap.automount (destination-default) ConflictedBy: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (destination-default) ConflictedBy: boot.mount (destination-file) ConflictedBy: mnt-part3data-homestation.automount (destination-default) ConflictedBy: media-webdav-raspi.mount (destination-file) ConflictedBy: mnt-part3data-ex2.automount (destination-default) ConflictedBy: media-webdav-box.automount (destination-default) ConflictedBy: media-webdav-box.mount (destination-file) ConflictedBy: mnt-part3data-ex2.mount (destination-file) ConflictedBy: dev-sda1.swap (destination-default) ConflictedBy: run-user-1000.mount (destination-mountinfo-implicit destination-mountinfo-default) ConflictedBy: media-webdav-namecheap.mount (destination-file) ConflictedBy: tmp.mount (destination-file) ConflictedBy: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap (destination-default) After: media-webdav-box.automount (destination-default) After: tmp.mount (destination-file) After: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap (destination-default) After: media-webdav-namecheap.automount (destination-default) After: media-webdav-raspi.mount (destination-file) After: mnt-part3data-homestation.automount (destination-default) After: boot.mount (destination-file) After: media-webdav-namecheap.mount (destination-file) After: dev-sda1.swap (destination-default) After: media-webdav-box.mount (destination-file) After: media-webdav-raspi.automount (destination-default) After: mnt-part3data-homestation.mount (destination-file) After: mnt-part3data-ex2.mount (destination-file) After: run-user-1000.mount (destination-mountinfo-default) After: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap (destination-default) After: mnt-part3data.mount (destination-file) After: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap (destination-default) After: mnt-part3data-ex2.automount (destination-default) After: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (destination-default) ReferencedBy: mnt-part3data-ex2.automount (destination-default) ReferencedBy: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (destination-default) ReferencedBy: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap (destination-default) ReferencedBy: dev-sda1.swap (destination-default) ReferencedBy: media-webdav-box.mount (destination-file) ReferencedBy: media-webdav-raspi.mount (destination-file) ReferencedBy: boot.mount (destination-file) ReferencedBy: media-webdav-box.automount (destination-default) ReferencedBy: mnt-part3data-homestation.mount (destination-file) ReferencedBy: mnt-part3data-homestation.automount (destination-default) ReferencedBy: media-webdav-namecheap.mount (destination-file) ReferencedBy: mnt-part3data.mount (destination-file) ReferencedBy: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap (destination-default) ReferencedBy: media-webdav-namecheap.automount (destination-default) ReferencedBy: tmp.mount (destination-file) ReferencedBy: run-user-1000.mount (destination-mountinfo-implicit destination-mountinfo-default) ReferencedBy: mnt-part3data-ex2.mount (destination-file) ReferencedBy: media-webdav-raspi.automount (destination-default) ReferencedBy: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap (destination-default) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Target State: dead -> Unit paths.target: Description: Paths Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:09 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: paths.target Invocation ID: 55fe9821973e40ca813af2c0eab3ef32 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/paths.target Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes WantedBy: basic.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: basic.target (destination-file destination-default) After: systemd-ask-password-wall.path (destination-file) After: cups.path (destination-default) After: systemd-ask-password-console.path (destination-file) References: shutdown.target (origin-default) ReferencedBy: cups.path (destination-default) ReferencedBy: systemd-ask-password-wall.path (destination-file) ReferencedBy: systemd-ask-password-console.path (destination-file) ReferencedBy: basic.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap: Description: /dev/disk/by-uuid/669183c7-beb4-4714-9d02-87ec7cfe5d3f Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:59 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:59 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap Invocation ID: 79486ff6997e4ae68096a1714a7fb637 Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap Following Set Member: dev-sda1.swap Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap Fragment Path: /run/systemd/generator/dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap Source Path: /etc/fstab Condition Timestamp: Tue 2018-09-11 15:48:58 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:48:58 CEST Assert Result: yes Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) BindsTo: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.device (origin-file) RequiredBy: swap.target (destination-file) WantedBy: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.device (destination-file) Conflicts: umount.target (origin-default) Before: umount.target (origin-default) Before: swap.target (origin-default destination-default) After: system.slice (origin-file) After: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.device (origin-file) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) References: swap.target (origin-default) References: systemd-journald.socket (origin-file) References: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.device (origin-file) References: system.slice (origin-file) References: umount.target (origin-default) References: -.mount (origin-implicit) ReferencedBy: swap.target (destination-file destination-default) RequiresMountsFor: /dev/disk/by-uuid/669183c7-beb4-4714-9d02-87ec7cfe5d3f (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Swap State: active Result: success What: /dev/disk/by-uuid/669183c7-beb4-4714-9d02-87ec7cfe5d3f From /proc/swaps: yes From fragment: yes Device Node: /dev/sda1 Priority: -2 Options: TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-block-ram12.device: Description: /sys/devices/virtual/block/ram12 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram12.device Invocation ID: 663105237faa44faac11f0b80a3d65cc Following Set Member: dev-ram12.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram12 Found: found-udev -> Unit sys-subsystem-net-devices-eth0.device: Description: SMSC9512/9514 Fast Ethernet Adapter Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-subsystem-net-devices-eth0.device Invocation ID: e4531d2128924f77928fc9811a1678d3 Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.1-1\x2d1.1:1.0-net-eth0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1:1.0/net/eth0 Found: found-udev -> Unit plymouth-quit-wait.service: Description: plymouth-quit-wait.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: plymouth-quit-wait.service Before: serial-getty at ttyAMA0.service (destination-file) Before: getty at tty1.service (destination-file) ReferencedBy: serial-getty at ttyAMA0.service (destination-file) ReferencedBy: getty at tty1.service (destination-file) -> Unit systemd-udev-trigger.service: Description: udev Coldplug all Devices Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:56 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:56 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-udev-trigger.service Invocation ID: 54181b8d5d7f4b2394e841a3a84904aa Documentation: man:udev(7) Documentation: man:systemd-udevd.service(8) Fragment Path: /lib/systemd/system/systemd-udev-trigger.service ConditionPathIsReadWrite: /sys succeeded Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: system.slice (origin-file) Wants: systemd-udevd.service (origin-file) WantedBy: sysinit.target (destination-file) Before: sysinit.target (origin-file) After: systemd-journald.socket (origin-file) After: systemd-udevd-kernel.socket (origin-file) After: system.slice (origin-file) After: systemd-udevd-control.socket (origin-file) References: systemd-udevd.service (origin-file) References: systemd-journald.socket (origin-file) References: systemd-udevd-kernel.socket (origin-file) References: sysinit.target (origin-file) References: system.slice (origin-file) References: systemd-udevd-control.socket (origin-file) ReferencedBy: sysinit.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/udevadm trigger --type=subsystems --action=add PID: 97 Start Timestamp: Fri 2018-06-22 13:11:51 CEST Exit Timestamp: Fri 2018-06-22 13:11:52 CEST Exit Code: exited Exit Status: 0 Command Line: /bin/udevadm trigger --type=devices --action=add PID: 105 Start Timestamp: Fri 2018-06-22 13:11:52 CEST Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device: Description: /sys/devices/platform/soc/3f202000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0/mmcblk0p1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device Invocation ID: c781adf5c0af4fada50a923f40a8a537 Following Set Member: dev-mmcblk0p1.device Following Set Member: dev-disk-by\x2dlabel-boot.device Following Set Member: dev-disk-by\x2duuid-0211\x2d20AB.device Following Set Member: dev-disk-by\x2did-mmc\x2dSU08G_0x20e49f90\x2dpart1.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f202000.mmc\x2dpart1.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d01.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f202000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0/mmcblk0p1 Found: found-udev -> Unit sockets.target: Description: Sockets Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:09 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sockets.target Invocation ID: aa4d3a1defaf4648801876168a587100 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/sockets.target Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Wants: systemd-journald-dev-log.socket (origin-file) Wants: systemd-udevd-kernel.socket (origin-file) Wants: systemd-initctl.socket (origin-file) Wants: systemd-journald-audit.socket (origin-file) Wants: dbus.socket (origin-file) Wants: systemd-journald.socket (origin-file) Wants: systemd-udevd-control.socket (origin-file) Wants: cups.socket (origin-file) WantedBy: basic.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: basic.target (destination-file destination-default) After: systemd-initctl.socket (destination-file) After: dbus.socket (origin-default destination-default) After: systemd-udevd-kernel.socket (destination-file) After: systemd-udevd-control.socket (destination-file) After: systemd-journald.socket (destination-file) After: syslog.socket (destination-file) After: cups.socket (origin-default destination-default) After: systemd-journald-audit.socket (destination-file) After: systemd-journald-dev-log.socket (destination-file) References: systemd-journald-dev-log.socket (origin-file) References: systemd-udevd-kernel.socket (origin-file) References: shutdown.target (origin-default) References: systemd-initctl.socket (origin-file) References: systemd-journald-audit.socket (origin-file) References: dbus.socket (origin-file origin-default) References: systemd-journald.socket (origin-file) References: systemd-udevd-control.socket (origin-file) References: cups.socket (origin-file origin-default) ReferencedBy: systemd-udevd-kernel.socket (destination-file) ReferencedBy: systemd-journald-dev-log.socket (destination-file) ReferencedBy: dbus.socket (destination-default) ReferencedBy: basic.target (destination-file destination-default) ReferencedBy: systemd-initctl.socket (destination-file) ReferencedBy: syslog.socket (destination-file) ReferencedBy: cups.socket (destination-default) ReferencedBy: systemd-udevd-control.socket (destination-file) ReferencedBy: systemd-journald-audit.socket (destination-file) ReferencedBy: systemd-journald.socket (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit systemd-fsck-root.service: Description: File System Check on Root Device Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:56 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:56 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-fsck-root.service Invocation ID: b0aca022669f4e99a8028ca57bb85a2d Documentation: man:systemd-fsck-root.service(8) Fragment Path: /lib/systemd/system/systemd-fsck-root.service ConditionPathExists: !/run/initramfs/fsck-root succeeded ConditionPathIsReadWrite: !/ succeeded Condition Timestamp: Tue 2018-09-11 15:48:56 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:48:56 CEST Assert Result: yes Requires: system.slice (origin-file) Wants: systemd-fsckd.socket (origin-file) WantedBy: local-fs.target (destination-file) Before: shutdown.target (origin-file) Before: systemd-remount-fs.service (destination-file) Before: systemd-fsck at dev-sda3.service (destination-file) Before: local-fs.target (origin-file) Before: systemd-fsck at dev-mmcblk0p1.service (destination-file) After: systemd-journald.socket (origin-file) After: systemd-fsckd.socket (origin-file) After: system.slice (origin-file) After: fake-hwclock.service (destination-file) References: shutdown.target (origin-file) References: local-fs.target (origin-file) References: systemd-journald.socket (origin-file) References: systemd-fsckd.socket (origin-file) References: system.slice (origin-file) ReferencedBy: systemd-remount-fs.service (destination-file) ReferencedBy: systemd-fsck at dev-sda3.service (destination-file) ReferencedBy: local-fs.target (destination-file) ReferencedBy: fake-hwclock.service (destination-file) ReferencedBy: systemd-fsck at dev-mmcblk0p1.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: infinity RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-fsck PID: 108 Start Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit remote-fs.target: Description: Remote File Systems Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:08 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:08 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:08 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: remote-fs.target Invocation ID: f67237bd48694a25a90245fbcab83efa Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/remote-fs.target Condition Timestamp: Tue 2018-09-11 15:49:08 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:08 CEST Assert Result: yes Requires: mnt-part3data-ex2.automount (origin-file) Requires: mnt-part3data-homestation.automount (origin-file) Wants: media-webdav-box.automount (origin-file) Wants: media-webdav-namecheap.automount (origin-file) Wants: media-webdav-namecheap.mount (origin-file) Wants: media-webdav-raspi.automount (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-file) Before: cpufrequtils.service (destination-file) Before: loadcpufreq.service (destination-file) Before: cron.service (destination-file) Before: exim4.service (destination-file) Before: systemd-user-sessions.service (destination-file) After: mnt-part3data-homestation.automount (destination-file) After: mnt-part3data-ex2.automount (destination-file) After: mnt-part3data-homestation.mount (destination-mountinfo-implicit) After: remote-fs-pre.target (origin-file) After: mnt-part3data-ex2.mount (destination-mountinfo-implicit) After: systemd-quotacheck.service (destination-file) References: shutdown.target (origin-file) References: mnt-part3data-homestation.automount (origin-file) References: media-webdav-box.automount (origin-file) References: media-webdav-namecheap.automount (origin-file) References: media-webdav-namecheap.mount (origin-file) References: mnt-part3data-ex2.automount (origin-file) References: media-webdav-raspi.automount (origin-file) References: remote-fs-pre.target (origin-file) ReferencedBy: mnt-part3data-ex2.mount (destination-mountinfo-implicit) ReferencedBy: mnt-part3data-homestation.mount (destination-mountinfo-implicit) ReferencedBy: systemd-quotacheck.service (destination-file) ReferencedBy: cpufrequtils.service (destination-file) ReferencedBy: cron.service (destination-file) ReferencedBy: mnt-part3data-homestation.automount (destination-file) ReferencedBy: mnt-part3data-ex2.automount (destination-file) ReferencedBy: multi-user.target (destination-file) ReferencedBy: exim4.service (destination-file) ReferencedBy: systemd-user-sessions.service (destination-file) ReferencedBy: loadcpufreq.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit network-pre.target: Description: Network (Pre) Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: network-pre.target Documentation: man:systemd.special(7) Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget Fragment Path: /lib/systemd/system/network-pre.target Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: systemd-networkd.service (destination-file) Before: network.target (destination-file) Before: networking.service (destination-file) References: shutdown.target (origin-default) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: networking.service (destination-file) ReferencedBy: network.target (destination-file) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: dead -> Unit systemd-journald-audit.socket: Description: Journal Audit Socket Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-journald-audit.socket Documentation: man:systemd-journald.service(8) Documentation: man:journald.conf(5) Fragment Path: /lib/systemd/system/systemd-journald-audit.socket ConditionCapability: CAP_AUDIT_READ succeeded ConditionSecurity: audit failed Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: no Requires: system.slice (origin-file) WantedBy: systemd-journald.service (destination-file) WantedBy: sockets.target (destination-file) Before: systemd-journald.service (origin-implicit destination-file) Before: sockets.target (origin-file) After: system.slice (origin-file) Triggers: systemd-journald.service (origin-implicit destination-file) References: systemd-journald.service (origin-implicit) References: sockets.target (origin-file) References: system.slice (origin-file) ReferencedBy: systemd-journald.service (destination-file) ReferencedBy: sockets.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: dead Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0666 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: yes PassSecurity: no TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: systemd-journald-audit.socket SELinuxContextFromNet: no ReceiveBuffer: 134217728 ListenNetlink: audit 1 TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sys-devices-platform-soc-soc:audio-bcm2835_alsa-sound-card0.device: Description: /sys/devices/platform/soc/soc:audio/bcm2835_alsa/sound/card0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-platform-soc-soc:audio-bcm2835_alsa-sound-card0.device Invocation ID: a4e8c4117a3f4903b3e4a00ccbba5244 Wants: sound.target (origin-udev) References: sound.target (origin-udev) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/soc:audio/bcm2835_alsa/sound/card0 Found: found-udev udev SYSTEMD_WANTS: sound.target -> Unit systemd-update-utmp-runlevel.service: Description: Update UTMP about System Runlevel Changes Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: Tue 2018-09-11 15:49:28 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:28 CEST Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: Tue 2018-09-11 15:49:28 CEST May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-update-utmp-runlevel.service Invocation ID: 2a083f46d3d54e98a87110e5e0edcf1b Documentation: man:systemd-update-utmp.service(8) Documentation: man:utmp(5) Fragment Path: /lib/systemd/system/systemd-update-utmp-runlevel.service Condition Timestamp: Tue 2018-09-11 15:49:28 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:28 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: system.slice (origin-file) Requisite: systemd-update-utmp.service (origin-file) WantedBy: graphical.target (destination-file) WantedBy: rescue.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) After: rescue.target (origin-file) After: -.mount (origin-file) After: systemd-update-utmp.service (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) After: multi-user.target (origin-file) After: graphical.target (origin-file) References: rescue.target (origin-file) References: -.mount (origin-file) References: systemd-update-utmp.service (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: multi-user.target (origin-file) References: shutdown.target (origin-file) References: graphical.target (origin-file) ReferencedBy: graphical.target (destination-file) ReferencedBy: rescue.target (destination-file) ReferencedBy: multi-user.target (destination-file) RequiresMountsFor: /var/log/wtmp (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-update-utmp runlevel PID: 738 Start Timestamp: Tue 2018-09-11 15:49:28 CEST Exit Timestamp: Tue 2018-09-11 15:49:28 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sys-devices-platform-soc-3f201000.serial-tty-ttyAMA0.device: Description: /sys/devices/platform/soc/3f201000.serial/tty/ttyAMA0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-platform-soc-3f201000.serial-tty-ttyAMA0.device Invocation ID: 22d1ced4a6084a33868f6e10e87bdaed Following Set Member: dev-ttyAMA0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f201000.serial/tty/ttyAMA0 Found: found-udev -> Unit systemd-tmpfiles-setup-dev.service: Description: Create Static Device Nodes in /dev Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:56 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:56 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-tmpfiles-setup-dev.service Invocation ID: 9f4bb5fd66b74a4d96611732c197af23 Documentation: man:tmpfiles.d(5) Documentation: man:systemd-tmpfiles(8) Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup-dev.service ConditionCapability: CAP_SYS_MODULE succeeded Condition Timestamp: Tue 2018-09-11 15:48:56 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:48:56 CEST Assert Result: yes Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: systemd-udevd.service (origin-file) Before: shutdown.target (origin-file) Before: sysinit.target (origin-file) Before: local-fs-pre.target (origin-file) After: systemd-sysusers.service (origin-file) After: kmod-static-nodes.service (destination-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) References: systemd-udevd.service (origin-file) References: systemd-sysusers.service (origin-file) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-file) References: sysinit.target (origin-file) References: system.slice (origin-file) References: local-fs-pre.target (origin-file) ReferencedBy: kmod-static-nodes.service (destination-file) ReferencedBy: sysinit.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/systemd-tmpfiles --prefix=/dev --create --boot PID: 122 Start Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-ttyAMA0.device: Description: /dev/ttyAMA0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyAMA0.device Invocation ID: 744c38896d6a4492a74a083862fa3554 Following: sys-devices-platform-soc-3f201000.serial-tty-ttyAMA0.device Following Set Member: sys-devices-platform-soc-3f201000.serial-tty-ttyAMA0.device Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes BoundBy: serial-getty at ttyAMA0.service (destination-file) Before: serial-getty at ttyAMA0.service (destination-file) ReferencedBy: serial-getty at ttyAMA0.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f201000.serial/tty/ttyAMA0 Found: found-udev -> Unit dev-ram0.device: Description: /dev/ram0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram0.device Invocation ID: 4d9ff388e34a40d9bb2866ad5c432825 Following: sys-devices-virtual-block-ram0.device Following Set Member: sys-devices-virtual-block-ram0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram0 Found: found-udev -> Unit init.scope: Description: System and Service Manager Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Fri 2018-06-22 13:11:51 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: yes Perpetual: yes Garbage Collection Mode: inactive Slice: -.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: init.scope Documentation: man:systemd(1) Requires: -.slice (origin-file) After: -.slice (origin-file) References: -.slice (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Scope State: running Result: success CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no -> Unit dev-sda1.device: Description: ST2000LM003_HN-M201RAD 1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sda1.device Invocation ID: 04669094fef14a7e9d83d71fb490ed26 Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda1.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda1.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.device Following Set Member: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda1 Found: found-udev,found-swap -> Unit greylist.service: Description: greylist.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: greylist.service Before: exim4.service (destination-file) ReferencedBy: exim4.service (destination-file) -> Unit system-user\x2druntime\x2ddir.slice: Description: system-user\x2druntime\x2ddir.slice Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:34 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:34 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:34 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/system-user\x2druntime\x2ddir.slice CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids CGroup members mask: memory pids Name: system-user\x2druntime\x2ddir.slice Invocation ID: 4f27f2d300404837a746b97af73f6649 Condition Timestamp: Tue 2018-09-11 15:49:34 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:34 CEST Assert Result: yes Requires: system.slice (origin-implicit) RequiredBy: user-runtime-dir at 1000.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: user-runtime-dir at 1000.service (destination-file) After: system.slice (origin-implicit) References: shutdown.target (origin-default) References: system.slice (origin-implicit) ReferencedBy: user-runtime-dir at 1000.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: active CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-block-ram7.device: Description: /sys/devices/virtual/block/ram7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram7.device Invocation ID: 51b3941f3e6c4ae39393f45289485953 Following Set Member: dev-ram7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram7 Found: found-udev -> Unit dev-ram13.device: Description: /dev/ram13 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram13.device Invocation ID: 80ada7e5172f47339c2cc0fa70ffd86b Following: sys-devices-virtual-block-ram13.device Following Set Member: sys-devices-virtual-block-ram13.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram13 Found: found-udev -> Unit serial-getty at ttyAMA0.service: Description: Serial Getty on ttyAMA0 Instance: ttyAMA0 Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:14 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:14 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:14 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-serial\x2dgetty.slice CGroup: /system.slice/system-serial\x2dgetty.slice/serial-getty at ttyAMA0.service CGroup realized: yes CGroup own mask: memory pids Name: serial-getty at ttyAMA0.service Invocation ID: 390b0852383f4e2db2f2a659d32bcae7 Documentation: man:agetty(8) Documentation: man:systemd-getty-generator(8) Documentation: http://0pointer.de/blog/projects/serial-console.html Fragment Path: /lib/systemd/system/serial-getty at .service Condition Timestamp: Tue 2018-09-11 15:49:14 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:14 CEST Assert Result: yes Requires: system-serial\x2dgetty.slice (origin-file) Requires: sysinit.target (origin-default) BindsTo: dev-ttyAMA0.device (origin-file) WantedBy: getty.target (destination-file) Conflicts: shutdown.target (origin-default) Conflicts: rescue.service (origin-file) Before: shutdown.target (origin-default) Before: rescue.service (origin-file) Before: getty.target (origin-file destination-default) After: plymouth-quit-wait.service (origin-file) After: sysinit.target (origin-default) After: basic.target (origin-default) After: getty-pre.target (origin-file) After: rc-local.service (origin-file) After: system-serial\x2dgetty.slice (origin-file) After: systemd-journald.socket (origin-file) After: systemd-user-sessions.service (origin-file) After: dev-ttyAMA0.device (origin-file) References: getty.target (origin-file) References: basic.target (origin-default) References: sysinit.target (origin-default) References: getty-pre.target (origin-file) References: rc-local.service (origin-file) References: system-serial\x2dgetty.slice (origin-file) References: shutdown.target (origin-default) References: systemd-user-sessions.service (origin-file) References: plymouth-quit-wait.service (origin-file) References: systemd-journald.socket (origin-file) References: dev-ttyAMA0.device (origin-file) References: rescue.service (origin-file) ReferencedBy: getty.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: idle Restart: always NotifyAccess: none NotifyState: unknown Main PID: 408 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: yes UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit TTYPath: /dev/ttyAMA0 TTYReset: yes TTYVHangup: yes TTYVTDisallocate: no SyslogFacility: daemon SyslogLevel: info DynamicUser: no UtmpIdentifier: ttyAMA0 LockPersonality: no -> ExecStart: Command Line: /sbin/agetty -o '-p -- \u' --keep-baud 115200,38400,9600 ttyAMA0 $TERM PID: 408 Start Timestamp: Tue 2018-09-11 15:49:14 CEST CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-block-ram1.device: Description: /sys/devices/virtual/block/ram1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram1.device Invocation ID: 62a58c3ebcba40fc9d0320ae7f9626a1 Following Set Member: dev-ram1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram1 Found: found-udev -> Unit getty-static.service: Description: getty on tty2-tty6 if dbus and logind are not available Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: getty-static.service Fragment Path: /lib/systemd/system/getty-static.service ConditionPathExists: !/lib/systemd/system/dbus.service failed ConditionPathExists: /dev/tty0 untested Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: no Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) WantedBy: getty.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: getty.target (destination-default) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: system.slice (origin-file) References: shutdown.target (origin-default) References: sysinit.target (origin-default) References: systemd-journald.socket (origin-file) References: basic.target (origin-default) References: system.slice (origin-file) ReferencedBy: getty.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/systemctl --no-block start getty at tty2.service getty at tty3.service getty at tty4.service getty at tty5.service getty at tty6.service CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit system-getty.slice: Description: system-getty.slice Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Fri 2018-06-22 13:11:51 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/system-getty.slice CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids CGroup members mask: memory pids Name: system-getty.slice Invocation ID: cb967a0ec404437399aef8ed53f9d98c Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: system.slice (origin-implicit) RequiredBy: getty at tty1.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: getty at tty1.service (destination-file) After: system.slice (origin-implicit) References: shutdown.target (origin-default) References: system.slice (origin-implicit) ReferencedBy: getty at tty1.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: active CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no -> Unit sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0.device: Description: /sys/devices/platform/soc/3f202000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0.device Invocation ID: 235cdbdad85d41e3a5b0bbf3d5baa12e Following Set Member: dev-disk-by\x2did-mmc\x2dSU08G_0x20e49f90.device Following Set Member: dev-mmcblk0.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f202000.mmc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f202000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0 Found: found-udev -> Unit sys-devices-virtual-block-ram5.device: Description: /sys/devices/virtual/block/ram5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram5.device Invocation ID: cde97767698b455e93183732590716e8 Following Set Member: dev-ram5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram5 Found: found-udev -> Unit dev-sda1.swap: Description: /dev/sda1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:59 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:59 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:59 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: dev-sda1.swap Invocation ID: b1bdd5ded39a4c06b29d1845c8ef9793 Following: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap Following Set Member: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) Conflicts: umount.target (origin-default) Before: umount.target (origin-default) Before: swap.target (origin-default) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: swap.target (origin-default) References: umount.target (origin-default) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: -.mount (origin-implicit) RequiresMountsFor: /dev/sda1 (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Swap State: active Result: success What: /dev/sda1 From /proc/swaps: yes From fragment: no Device Node: /dev/sda1 Priority: -2 Options: TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2did-mmc\x2dSU08G_0x20e49f90.device: Description: /dev/disk/by-id/mmc-SU08G_0x20e49f90 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-mmc\x2dSU08G_0x20e49f90.device Invocation ID: f78b7db8f28b4c609d39c45d4f77aab0 Following: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0.device Following Set Member: dev-mmcblk0.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f202000.mmc.device Following Set Member: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f202000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0 Found: found-udev -> Unit dev-mmcblk0.device: Description: /dev/mmcblk0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-mmcblk0.device Invocation ID: 31db084c545542deb7a48f5ff2a96864 Following: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0.device Following Set Member: dev-disk-by\x2did-mmc\x2dSU08G_0x20e49f90.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f202000.mmc.device Following Set Member: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f202000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0 Found: found-udev -> Unit systemd-ask-password-wall.service: Description: Forward Password Requests to Wall Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-ask-password-wall.service Documentation: man:systemd-ask-password-console.service(8) Fragment Path: /lib/systemd/system/systemd-ask-password-wall.service Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: basic.target (origin-default) After: systemd-user-sessions.service (origin-file) After: system.slice (origin-file) After: systemd-ask-password-wall.path (destination-implicit) After: systemd-journald.socket (origin-file) After: sysinit.target (origin-default) TriggeredBy: systemd-ask-password-wall.path (destination-implicit) References: basic.target (origin-default) References: shutdown.target (origin-default) References: systemd-user-sessions.service (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-default) References: systemd-journald.socket (origin-file) ReferencedBy: systemd-ask-password-wall.path (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no SystemCallArchitectures: native -> ExecStartPre: Command Line: /bin/systemctl stop systemd-ask-password-console.path systemd-ask-password-console.service systemd-ask-password-plymouth.path systemd-ask-password-plymouth.service -> ExecStart: Command Line: /bin/systemd-tty-ask-password-agent --wall CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit systemd-initctl.socket: Description: initctl Compatibility Named Pipe Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Fri 2018-06-22 13:11:51 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-initctl.socket CGroup realized: no CGroup own mask: memory pids Name: systemd-initctl.socket Invocation ID: c80aa05e3a2343fea6626cd30d9af52f Documentation: man:systemd-initctl.service(8) Fragment Path: /lib/systemd/system/systemd-initctl.socket Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: system.slice (origin-file) WantedBy: sockets.target (destination-file) Before: systemd-initctl.service (origin-implicit) Before: sockets.target (origin-file) After: -.mount (origin-file) After: system.slice (origin-file) Triggers: systemd-initctl.service (origin-implicit) References: sockets.target (origin-file) References: system.slice (origin-file) References: -.mount (origin-file) References: systemd-initctl.service (origin-implicit) ReferencedBy: sockets.target (destination-file) RequiresMountsFor: /run/initctl (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: listening Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0600 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: no PassSecurity: no TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: systemd-initctl.socket SELinuxContextFromNet: no ListenFIFO: /run/initctl TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip Symlinks: /dev/initctl TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit mnt-part3data-ex2.mount: Description: /mnt/part3data/ex2 Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: Wed 2018-09-12 10:11:35 CEST Inactive Exit Timestamp: Wed 2018-09-12 10:03:33 CEST Active Enter Timestamp: Wed 2018-09-12 10:03:34 CEST Active Exit Timestamp: Wed 2018-09-12 10:11:35 CEST Inactive Enter Timestamp: Wed 2018-09-12 10:11:35 CEST May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: mnt-part3data-ex2.mount Invocation ID: 760f120f0536404f9da6965162fa42ac Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Fragment Path: /run/systemd/generator/mnt-part3data-ex2.mount Source Path: /etc/fstab Condition Timestamp: Wed 2018-09-12 10:03:33 CEST Condition Result: yes Assert Timestamp: Wed 2018-09-12 10:03:33 CEST Assert Result: yes Requires: -.mount (origin-implicit) Requires: mnt-part3data.mount (origin-path) Requires: system.slice (origin-file) Wants: network-online.target (origin-file) Conflicts: umount.target (origin-file) Before: umount.target (origin-file) Before: remote-fs.target (origin-mountinfo-implicit) After: network-online.target (origin-file) After: network.target (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) After: mnt-part3data-ex2.automount (destination-implicit) After: -.mount (origin-implicit) After: remote-fs-pre.target (origin-file) After: mnt-part3data.mount (origin-path) TriggeredBy: mnt-part3data-ex2.automount (destination-implicit) References: network-online.target (origin-file) References: systemd-journald.socket (origin-file) References: network.target (origin-file) References: system.slice (origin-file) References: umount.target (origin-file) References: -.mount (origin-implicit) References: remote-fs.target (origin-mountinfo-implicit) References: remote-fs-pre.target (origin-file) References: mnt-part3data.mount (origin-path) ReferencedBy: mnt-part3data-ex2.automount (destination-implicit) RequiresMountsFor: /mnt/part3data (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: dead Result: success Where: /mnt/part3data/ex2 What: //192.168.0.2/public File System Type: cifs Options: users,guest,noperm,noauto,vers=1.0,x-systemd.automount,x-systemd.idle-timeout=6min From /proc/self/mountinfo: no From fragment: yes Extrinsic: no DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2dpath-platform\x2d3f202000.mmc.device: Description: /dev/disk/by-path/platform-3f202000.mmc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-platform\x2d3f202000.mmc.device Invocation ID: 9efbf23d2e5748328561173bc7aa92aa Following: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0.device Following Set Member: dev-disk-by\x2did-mmc\x2dSU08G_0x20e49f90.device Following Set Member: dev-mmcblk0.device Following Set Member: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f202000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0 Found: found-udev -> Unit systemd-fsckd.service: Description: File System Check Daemon to report status Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: Tue 2018-09-11 15:49:38 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:56 CEST Active Exit Timestamp: Tue 2018-09-11 15:49:38 CEST Inactive Enter Timestamp: Tue 2018-09-11 15:49:38 CEST May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-fsckd.service Invocation ID: 007baf434e10422d91a2741b17599c9b Documentation: man:systemd-fsckd.service(8) Fragment Path: /lib/systemd/system/systemd-fsckd.service Condition Timestamp: Tue 2018-09-11 15:48:56 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:48:56 CEST Assert Result: yes Requires: systemd-fsckd.socket (origin-file) Requires: system.slice (origin-file) Before: shutdown.target (origin-file) After: system.slice (origin-file) After: systemd-fsckd.socket (destination-implicit) After: systemd-journald.socket (origin-file) TriggeredBy: systemd-fsckd.socket (destination-implicit) References: shutdown.target (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: systemd-fsckd.socket (origin-file) ReferencedBy: systemd-fsckd.socket (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal+console StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-fsckd PID: 111 Start Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Timestamp: Tue 2018-09-11 15:49:38 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-block-ram10.device: Description: /sys/devices/virtual/block/ram10 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram10.device Invocation ID: 8231838b33274cb4bf92daaa78fcae17 Following Set Member: dev-ram10.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram10 Found: found-udev -> Unit sys-devices-virtual-block-ram13.device: Description: /sys/devices/virtual/block/ram13 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram13.device Invocation ID: 55500356bd844fcaa94b4f9d06071a71 Following Set Member: dev-ram13.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram13 Found: found-udev -> Unit user-1000.slice: Description: User Slice of UID 1000 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:34 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:34 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:34 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: user.slice CGroup: /user.slice/user-1000.slice CGroup realized: yes CGroup own mask: memory pids CGroup members mask: memory pids Name: user-1000.slice Invocation ID: 09af9ebcabe84e6c87c9e64c35c3a48e DropIn Path: /lib/systemd/system/user-.slice.d/10-defaults.conf Condition Timestamp: Tue 2018-09-11 15:49:34 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:34 CEST Assert Result: yes Requires: user.slice (origin-implicit) RequiredBy: session-c2.scope (destination-file) RequiredBy: session-c1.scope (destination-file) RequiredBy: user at 1000.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: user at 1000.service (destination-file) Before: session-c1.scope (destination-file) Before: session-c2.scope (destination-file) After: user.slice (origin-implicit) After: systemd-user-sessions.service (origin-file) References: shutdown.target (origin-default) References: user.slice (origin-implicit) References: systemd-user-sessions.service (origin-file) ReferencedBy: session-c2.scope (destination-file) ReferencedBy: session-c1.scope (destination-file) ReferencedBy: user at 1000.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: active CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=5109 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart3.device: Description: ST2000LM003_HN-M201RAD 3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart3.device Invocation ID: 8e24d010734040ae85158feb9065a0ef Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda3.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart3.device Following Set Member: dev-disk-by\x2duuid-d8be751c\x2d0513\x2d472d\x2daaec\x2d6f3563c467e9.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart3.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d03.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda3.device Following Set Member: dev-sda3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda3 Found: found-udev -> Unit cpufrequtils.service: Description: LSB: set CPUFreq kernel parameters Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:13 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:12 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:13 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: cpufrequtils.service Invocation ID: 9656315d9acc437aa091dbb51fcbda54 Documentation: man:systemd-sysv-generator(8) Fragment Path: /run/systemd/generator.late/cpufrequtils.service Source Path: /etc/init.d/cpufrequtils Condition Timestamp: Tue 2018-09-11 15:49:12 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:12 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) WantedBy: graphical.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: graphical.target (origin-file destination-default) Before: shutdown.target (origin-default) Before: multi-user.target (origin-file destination-default) After: remote-fs.target (origin-file) After: loadcpufreq.service (origin-file) After: system.slice (origin-file) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) References: basic.target (origin-default) References: systemd-journald.socket (origin-file) References: remote-fs.target (origin-file) References: loadcpufreq.service (origin-file) References: sysinit.target (origin-default) References: system.slice (origin-file) References: graphical.target (origin-file) References: multi-user.target (origin-file) References: shutdown.target (origin-default) ReferencedBy: graphical.target (destination-file destination-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: no Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 5min TimeoutStopSec: 5min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/init.d/cpufrequtils start PID: 320 Start Timestamp: Tue 2018-09-11 15:49:12 CEST Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Exit Code: exited Exit Status: 0 -> ExecReload: Command Line: /etc/init.d/cpufrequtils reload -> ExecStop: Command Line: /etc/init.d/cpufrequtils stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit swap.target: Description: Swap Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:59 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:59 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:59 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: swap.target Invocation ID: 292ae7b9656c440b9e28bc2722831219 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/swap.target Condition Timestamp: Tue 2018-09-11 15:48:59 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:48:59 CEST Assert Result: yes Requires: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: run-user-1000.mount (destination-mountinfo-default) Before: tmp.mount (destination-file) Before: sysinit.target (destination-file destination-default) After: dev-sda1.swap (destination-default) After: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap (destination-default) After: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap (destination-default) After: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap (destination-default) After: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (origin-default destination-default) References: shutdown.target (origin-default) References: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (origin-file origin-default) ReferencedBy: run-user-1000.mount (destination-mountinfo-default) ReferencedBy: dev-sda1.swap (destination-default) ReferencedBy: tmp.mount (destination-file) ReferencedBy: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap (destination-default) ReferencedBy: sysinit.target (destination-file destination-default) ReferencedBy: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap (destination-default) ReferencedBy: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap (destination-default) ReferencedBy: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart3.device: Description: ST2000LM003_HN-M201RAD 3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart3.device Invocation ID: 7ff67d6ebe814e94aae06b11bd6ad613 Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda3.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart3.device Following Set Member: dev-disk-by\x2duuid-d8be751c\x2d0513\x2d472d\x2daaec\x2d6f3563c467e9.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart3.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d03.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda3.device Following Set Member: dev-sda3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda3 Found: found-udev -> Unit rsyslog.service: Description: System Logging Service Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:12 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:12 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/rsyslog.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: rsyslog.service Name: syslog.service Invocation ID: 6779c6b893e3470bb46bce113136904e Documentation: man:rsyslogd(8) Documentation: http://www.rsyslog.com/doc/ Fragment Path: /lib/systemd/system/rsyslog.service Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) Requires: syslog.socket (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: system.slice (origin-file) After: syslog.socket (destination-implicit) After: basic.target (origin-default) After: sysinit.target (origin-default) TriggeredBy: syslog.socket (destination-implicit) References: system.slice (origin-file) References: sysinit.target (origin-default) References: syslog.socket (origin-file) References: basic.target (origin-default) References: shutdown.target (origin-default) ReferencedBy: multi-user.target (destination-file destination-default) ReferencedBy: syslog.socket (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: on-failure NotifyAccess: main NotifyState: ready Main PID: 209 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 16384 Limit NOFILESoft: 16384 StandardInput: null StandardOutput: null StandardError: inherit DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/rsyslogd -n -iNONE PID: 209 Start Timestamp: Tue 2018-09-11 15:49:09 CEST CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-ram9.device: Description: /dev/ram9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram9.device Invocation ID: 1c2b5884633d4ff2bb89ad38803589f1 Following: sys-devices-virtual-block-ram9.device Following Set Member: sys-devices-virtual-block-ram9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram9 Found: found-udev -> Unit sysinit.target: Description: System Initialization Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:09 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sysinit.target Invocation ID: 2a9d78cdcb374d6790141bcd322e62bf Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/sysinit.target Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Wants: systemd-update-utmp.service (origin-file) Wants: fake-hwclock.service (origin-file) Wants: sys-kernel-debug.mount (origin-file) Wants: systemd-random-seed.service (origin-file) Wants: sys-fs-fuse-connections.mount (origin-file) Wants: swap.target (origin-file) Wants: systemd-hwdb-update.service (origin-file) Wants: systemd-sysusers.service (origin-file) Wants: systemd-udev-trigger.service (origin-file) Wants: cryptsetup.target (origin-file) Wants: systemd-ask-password-console.path (origin-file) Wants: systemd-journal-flush.service (origin-file) Wants: systemd-tmpfiles-setup.service (origin-file) Wants: dev-hugepages.mount (origin-file) Wants: kmod-static-nodes.service (origin-file) Wants: systemd-tmpfiles-setup-dev.service (origin-file) Wants: systemd-journald.service (origin-file) Wants: systemd-binfmt.service (origin-file) Wants: proc-sys-fs-binfmt_misc.automount (origin-file) Wants: systemd-udevd.service (origin-file) Wants: dev-mqueue.mount (origin-file) Wants: systemd-timesyncd.service (origin-file) Wants: local-fs.target (origin-file) Wants: systemd-sysctl.service (origin-file) Wants: sys-kernel-config.mount (origin-file) Wants: systemd-modules-load.service (origin-file) Wants: systemd-machine-id-commit.service (origin-file) RequiredBy: basic.target (destination-file) RequiredBy: apt-daily.timer (destination-default) RequiredBy: rescue.target (destination-file) RequiredBy: logrotate.timer (destination-default) RequiredBy: apt-daily.service (destination-default) RequiredBy: logrotate.service (destination-default) RequiredBy: ssh.service (destination-default) RequiredBy: php7.4-fpm.service (destination-default) RequiredBy: systemd-logind.service (destination-default) RequiredBy: alsa-restore.service (destination-default) RequiredBy: systemd-ask-password-wall.service (destination-default) RequiredBy: nginx.service (destination-default) RequiredBy: loadcpufreq.service (destination-default) RequiredBy: dbus.service (destination-default) RequiredBy: cups.service (destination-default) RequiredBy: apt-daily-upgrade.service (destination-default) RequiredBy: rsyslog.service (destination-default) RequiredBy: cpufrequtils.service (destination-default) RequiredBy: exim4.service (destination-default) RequiredBy: smbd.service (destination-default) RequiredBy: user at 1000.service (destination-default) RequiredBy: user-runtime-dir at 1000.service (destination-default) RequiredBy: rsync.service (destination-default) RequiredBy: getty-static.service (destination-default) RequiredBy: winbind.service (destination-default) RequiredBy: cups.socket (destination-default) RequiredBy: nmbd.service (destination-default) RequiredBy: alsa-state.service (destination-default) RequiredBy: systemd-tmpfiles-clean.timer (destination-default) RequiredBy: nzbget.service (destination-default) RequiredBy: serial-getty at ttyAMA0.service (destination-default) RequiredBy: mysql.service (destination-default) RequiredBy: phpsessionclean.timer (destination-default) RequiredBy: dbus.socket (destination-default) RequiredBy: cron.service (destination-default) RequiredBy: anacron.service (destination-default) RequiredBy: anacron.timer (destination-default) RequiredBy: systemd-user-sessions.service (destination-default) RequiredBy: getty at tty1.service (destination-default) RequiredBy: rc-local.service (destination-default) RequiredBy: smartd.service (destination-default) RequiredBy: apt-daily-upgrade.timer (destination-default) RequiredBy: cups.path (destination-default) RequiredBy: phpsessionclean.service (destination-default) Conflicts: emergency.target (origin-file) Conflicts: shutdown.target (origin-default) Conflicts: emergency.service (origin-file) Before: anacron.timer (destination-default) Before: ssh.service (destination-default) Before: systemd-logind.service (destination-default) Before: getty-static.service (destination-default) Before: systemd-user-sessions.service (destination-default) Before: anacron.service (destination-default) Before: cron.service (destination-default) Before: nmbd.service (destination-default) Before: shutdown.target (origin-default) Before: mysql.service (destination-default) Before: phpsessionclean.timer (destination-default) Before: nginx.service (destination-default) Before: user-runtime-dir at 1000.service (destination-default) Before: apt-daily.timer (destination-default) Before: basic.target (destination-file destination-default) Before: loadcpufreq.service (destination-default) Before: systemd-ask-password-wall.service (destination-default) Before: nzbget.service (destination-default) Before: serial-getty at ttyAMA0.service (destination-default) Before: smartd.service (destination-default) Before: getty at tty1.service (destination-default) Before: rsyslog.service (destination-default) Before: logrotate.service (destination-default) Before: apt-daily-upgrade.timer (destination-default) Before: logrotate.timer (destination-default) Before: rsync.service (destination-default) Before: cpufrequtils.service (destination-default) Before: user at 1000.service (destination-default) Before: dbus.socket (destination-default) Before: rc-local.service (destination-default) Before: apt-daily.service (destination-default) Before: smbd.service (destination-default) Before: cups.service (destination-default) Before: phpsessionclean.service (destination-default) Before: cups.path (destination-default) Before: winbind.service (destination-default) Before: dbus.service (destination-default) Before: php7.4-fpm.service (destination-default) Before: exim4.service (destination-default) Before: apt-daily-upgrade.service (destination-default) Before: alsa-restore.service (destination-default) Before: rescue.target (destination-file destination-default) Before: systemd-tmpfiles-clean.timer (destination-default) Before: alsa-state.service (destination-default) Before: cups.socket (destination-default) Before: rescue.service (destination-file) After: systemd-udev-trigger.service (destination-file) After: emergency.service (origin-file) After: systemd-journald.service (destination-file) After: fake-hwclock.service (destination-file) After: systemd-tmpfiles-setup.service (destination-file) After: dev-hugepages.mount (destination-file) After: systemd-hwdb-update.service (destination-file) After: emergency.target (origin-file) After: systemd-modules-load.service (destination-file) After: sys-kernel-debug.mount (destination-file) After: systemd-update-utmp.service (destination-file) After: kmod-static-nodes.service (destination-file) After: local-fs.target (origin-file) After: swap.target (origin-file origin-default) After: systemd-tmpfiles-setup-dev.service (destination-file) After: systemd-binfmt.service (destination-file) After: sys-fs-fuse-connections.mount (destination-file) After: dev-mqueue.mount (destination-file) After: systemd-timesyncd.service (destination-file) After: systemd-udevd.service (destination-file) After: systemd-machine-id-commit.service (destination-file) After: proc-sys-fs-binfmt_misc.automount (destination-file) After: systemd-sysctl.service (destination-file) After: systemd-sysusers.service (destination-file) After: systemd-random-seed.service (destination-file) After: cryptsetup.target (origin-default) After: sys-kernel-config.mount (destination-file) References: systemd-tmpfiles-setup-dev.service (origin-file) References: cryptsetup.target (origin-file origin-default) References: sys-fs-fuse-connections.mount (origin-file) References: fake-hwclock.service (origin-file) References: local-fs.target (origin-file) References: systemd-timesyncd.service (origin-file) References: systemd-journald.service (origin-file) References: systemd-ask-password-console.path (origin-file) References: shutdown.target (origin-default) References: sys-kernel-config.mount (origin-file) References: systemd-sysctl.service (origin-file) References: sys-kernel-debug.mount (origin-file) References: systemd-tmpfiles-setup.service (origin-file) References: systemd-machine-id-commit.service (origin-file) References: systemd-sysusers.service (origin-file) References: systemd-udev-trigger.service (origin-file) References: systemd-udevd.service (origin-file) References: systemd-modules-load.service (origin-file) References: dev-hugepages.mount (origin-file) References: swap.target (origin-file origin-default) References: systemd-hwdb-update.service (origin-file) References: dev-mqueue.mount (origin-file) References: emergency.service (origin-file) References: systemd-journal-flush.service (origin-file) References: systemd-update-utmp.service (origin-file) References: systemd-random-seed.service (origin-file) References: emergency.target (origin-file) References: systemd-binfmt.service (origin-file) References: kmod-static-nodes.service (origin-file) References: proc-sys-fs-binfmt_misc.automount (origin-file) ReferencedBy: systemd-update-utmp.service (destination-file) ReferencedBy: systemd-journald.service (destination-file) ReferencedBy: sys-kernel-config.mount (destination-file) ReferencedBy: systemd-udev-trigger.service (destination-file) ReferencedBy: alsa-state.service (destination-default) ReferencedBy: serial-getty at ttyAMA0.service (destination-default) ReferencedBy: systemd-ask-password-wall.service (destination-default) ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file) ReferencedBy: basic.target (destination-file destination-default) ReferencedBy: systemd-sysusers.service (destination-file) ReferencedBy: phpsessionclean.service (destination-default) ReferencedBy: mysql.service (destination-default) ReferencedBy: anacron.timer (destination-default) ReferencedBy: cups.socket (destination-default) ReferencedBy: smartd.service (destination-default) ReferencedBy: rescue.service (destination-file) ReferencedBy: apt-daily.service (destination-default) ReferencedBy: nzbget.service (destination-default) ReferencedBy: systemd-modules-load.service (destination-file) ReferencedBy: apt-daily-upgrade.service (destination-default) ReferencedBy: rc-local.service (destination-default) ReferencedBy: cron.service (destination-default) ReferencedBy: systemd-udevd.service (destination-file) ReferencedBy: dev-mqueue.mount (destination-file) ReferencedBy: dbus.service (destination-default) ReferencedBy: nginx.service (destination-default) ReferencedBy: systemd-binfmt.service (destination-file) ReferencedBy: user at 1000.service (destination-default) ReferencedBy: anacron.service (destination-default) ReferencedBy: rsync.service (destination-default) ReferencedBy: logrotate.timer (destination-default) ReferencedBy: alsa-restore.service (destination-default) ReferencedBy: apt-daily.timer (destination-default) ReferencedBy: fake-hwclock.service (destination-file) ReferencedBy: user-runtime-dir at 1000.service (destination-default) ReferencedBy: systemd-timesyncd.service (destination-file) ReferencedBy: apt-daily-upgrade.timer (destination-default) ReferencedBy: rsyslog.service (destination-default) ReferencedBy: ssh.service (destination-default) ReferencedBy: rescue.target (destination-file destination-default) ReferencedBy: systemd-random-seed.service (destination-file) ReferencedBy: sys-fs-fuse-connections.mount (destination-file) ReferencedBy: dbus.socket (destination-default) ReferencedBy: systemd-user-sessions.service (destination-default) ReferencedBy: php7.4-fpm.service (destination-default) ReferencedBy: systemd-tmpfiles-clean.timer (destination-default) ReferencedBy: cups.service (destination-default) ReferencedBy: dev-hugepages.mount (destination-file) ReferencedBy: cups.path (destination-default) ReferencedBy: logrotate.service (destination-default) ReferencedBy: smbd.service (destination-default) ReferencedBy: getty at tty1.service (destination-default) ReferencedBy: kmod-static-nodes.service (destination-file) ReferencedBy: systemd-machine-id-commit.service (destination-file) ReferencedBy: cpufrequtils.service (destination-default) ReferencedBy: exim4.service (destination-default) ReferencedBy: systemd-hwdb-update.service (destination-file) ReferencedBy: phpsessionclean.timer (destination-default) ReferencedBy: systemd-logind.service (destination-default) ReferencedBy: sys-kernel-debug.mount (destination-file) ReferencedBy: systemd-sysctl.service (destination-file) ReferencedBy: nmbd.service (destination-default) ReferencedBy: systemd-tmpfiles-setup.service (destination-file) ReferencedBy: winbind.service (destination-default) ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-file) ReferencedBy: loadcpufreq.service (destination-default) ReferencedBy: getty-static.service (destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap: Description: /dev/disk/by-id/ata-ST2000LM003_HN-M201RAD_S34RJ9EFC58627-part1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:59 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:59 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:59 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap Invocation ID: bac1a7d7e8574e43be9ff68604ba9e60 Following: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap Following Set Member: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap Following Set Member: dev-sda1.swap Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) Conflicts: umount.target (origin-default) Before: umount.target (origin-default) Before: swap.target (origin-default) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: system.slice (origin-file) References: umount.target (origin-default) References: swap.target (origin-default) References: -.mount (origin-implicit) References: systemd-journald.socket (origin-file) RequiresMountsFor: /dev/disk/by-id/ata-ST2000LM003_HN-M201RAD_S34RJ9EFC58627-part1 (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Swap State: active Result: success What: /dev/disk/by-id/ata-ST2000LM003_HN-M201RAD_S34RJ9EFC58627-part1 From /proc/swaps: yes From fragment: no Device Node: /dev/sda1 Priority: -2 Options: TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit syslog.socket: Description: Syslog Socket Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:12 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/syslog.socket CGroup realized: no CGroup own mask: memory pids Name: syslog.socket Invocation ID: 99edfeeadd41429bbc2bd0875851bab8 Documentation: man:systemd.special(7) Documentation: https://www.freedesktop.org/wiki/Software/systemd/syslog Fragment Path: /lib/systemd/system/syslog.socket Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: system.slice (origin-file) RequiredBy: rsyslog.service (destination-file) Conflicts: shutdown.target (origin-file) Conflicts: emergency.service (origin-file) Before: rsyslog.service (origin-implicit) Before: systemd-journald.service (destination-file) Before: shutdown.target (origin-file) Before: sockets.target (origin-file) Before: emergency.service (origin-file) After: -.mount (origin-file) After: system.slice (origin-file) Triggers: rsyslog.service (origin-implicit) References: -.mount (origin-file) References: system.slice (origin-file) References: rsyslog.service (origin-implicit) References: shutdown.target (origin-file) References: sockets.target (origin-file) References: emergency.service (origin-file) ReferencedBy: systemd-journald.service (destination-file) ReferencedBy: rsyslog.service (destination-file) RequiresMountsFor: /run/systemd/journal/syslog (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: running Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0666 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: yes PassSecurity: yes TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: syslog.socket SELinuxContextFromNet: no ReceiveBuffer: 8388608 ListenDatagram: /run/systemd/journal/syslog TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2duuid-0211\x2d20AB.device: Description: /dev/disk/by-uuid/0211-20AB Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2duuid-0211\x2d20AB.device Invocation ID: baa96b0ad06f45a88b578038d3a34c93 Following: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device Following Set Member: dev-disk-by\x2dlabel-boot.device Following Set Member: dev-mmcblk0p1.device Following Set Member: dev-disk-by\x2did-mmc\x2dSU08G_0x20e49f90\x2dpart1.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f202000.mmc\x2dpart1.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d01.device Following Set Member: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f202000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0/mmcblk0p1 Found: found-udev -> Unit systemd-update-utmp.service: Description: Update UTMP about System Boot/Shutdown Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:08 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:08 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:08 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-update-utmp.service Invocation ID: f19e33e936ff4e769ea13a462e0afd34 Documentation: man:systemd-update-utmp.service(8) Documentation: man:utmp(5) Fragment Path: /lib/systemd/system/systemd-update-utmp.service Condition Timestamp: Tue 2018-09-11 15:49:08 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:08 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: system.slice (origin-file) RequisiteOf: systemd-update-utmp-runlevel.service (destination-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) Before: systemd-update-utmp-runlevel.service (destination-file) Before: sysinit.target (origin-file) After: systemd-tmpfiles-setup.service (origin-file) After: systemd-journald.socket (origin-file) After: auditd.service (origin-file) After: -.mount (origin-file) After: system.slice (origin-file) After: systemd-remount-fs.service (origin-file) References: systemd-tmpfiles-setup.service (origin-file) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-file) References: auditd.service (origin-file) References: -.mount (origin-file) References: sysinit.target (origin-file) References: system.slice (origin-file) References: systemd-remount-fs.service (origin-file) ReferencedBy: systemd-update-utmp-runlevel.service (destination-file) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /var/log/wtmp (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-update-utmp reboot PID: 189 Start Timestamp: Tue 2018-09-11 15:49:08 CEST Exit Timestamp: Tue 2018-09-11 15:49:08 CEST Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /lib/systemd/systemd-update-utmp shutdown CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-block-ram2.device: Description: /sys/devices/virtual/block/ram2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram2.device Invocation ID: da89173f1b1848ca9786ee804135081d Following Set Member: dev-ram2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram2 Found: found-udev -> Unit dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device: Description: ST2000LM003_HN-M201RAD 1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device Invocation ID: 42614c8088604a378a93b0df10be67d9 Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda1.device Following Set Member: dev-sda1.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda1.device Following Set Member: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda1 Found: found-udev -> Unit sys-subsystem-net-devices-he\x2dipv6.device: Description: /sys/subsystem/net/devices/he-ipv6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:13 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:13 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-subsystem-net-devices-he\x2dipv6.device Invocation ID: 6a45e8157d264595afae7920c4529408 Following Set Member: sys-devices-virtual-net-he\x2dipv6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/net/he-ipv6 Found: found-udev -> Unit systemd-journal-flush.service: Description: Flush Journal to Persistent Storage Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:56 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:56 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-journal-flush.service Invocation ID: 22f7860675ad418fabe9e9374254606c Documentation: man:systemd-journald.service(8) Documentation: man:journald.conf(5) Fragment Path: /lib/systemd/system/systemd-journal-flush.service Condition Timestamp: Tue 2018-09-11 15:48:56 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:48:56 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: systemd-journald.service (origin-file) Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Before: systemd-user-sessions.service (origin-file) Before: systemd-tmpfiles-setup.service (origin-file) After: system.slice (origin-file) After: systemd-remount-fs.service (origin-file) After: systemd-journald.service (origin-file) After: systemd-journald.socket (origin-file) After: -.mount (origin-file) References: systemd-journald.service (origin-file) References: systemd-tmpfiles-setup.service (origin-file) References: systemd-remount-fs.service (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: -.mount (origin-file) References: systemd-user-sessions.service (origin-file) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /var/log/journal (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/journalctl --flush PID: 119 Start Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-ram10.device: Description: /dev/ram10 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram10.device Invocation ID: 27be795882054d0a8d864f6424ca4137 Following: sys-devices-virtual-block-ram10.device Following Set Member: sys-devices-virtual-block-ram10.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram10 Found: found-udev -> Unit systemd-user-sessions.service: Description: Permit User Sessions Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:13 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:13 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-user-sessions.service Invocation ID: d2d99c347ecd40f1a00b1e58c178dcf5 Documentation: man:systemd-user-sessions.service(8) Fragment Path: /lib/systemd/system/systemd-user-sessions.service Condition Timestamp: Tue 2018-09-11 15:49:13 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:13 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: systemd-ask-password-wall.service (destination-file) Before: user-1000.slice (destination-file) Before: session-c1.scope (destination-file) Before: getty at tty1.service (destination-file) Before: shutdown.target (origin-default) Before: session-c2.scope (destination-file) Before: serial-getty at ttyAMA0.service (destination-file) Before: user at 1000.service (destination-file) Before: multi-user.target (destination-default) After: sysinit.target (origin-default) After: system.slice (origin-file) After: basic.target (origin-default) After: systemd-journal-flush.service (destination-file) After: network.target (origin-file) After: nss-user-lookup.target (origin-file) After: remote-fs.target (origin-file) After: systemd-journald.socket (origin-file) References: sysinit.target (origin-default) References: system.slice (origin-file) References: shutdown.target (origin-default) References: basic.target (origin-default) References: network.target (origin-file) References: nss-user-lookup.target (origin-file) References: remote-fs.target (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: systemd-ask-password-wall.service (destination-file) ReferencedBy: systemd-journal-flush.service (destination-file) ReferencedBy: user-1000.slice (destination-file) ReferencedBy: session-c1.scope (destination-file) ReferencedBy: getty at tty1.service (destination-file) ReferencedBy: session-c2.scope (destination-file) ReferencedBy: serial-getty at ttyAMA0.service (destination-file) ReferencedBy: user at 1000.service (destination-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-user-sessions start PID: 389 Start Timestamp: Tue 2018-09-11 15:49:13 CEST Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /lib/systemd/systemd-user-sessions stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit phpsessionclean.timer: Description: Clean PHP session files every 30 mins Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Wed 2018-09-12 11:39:02 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: phpsessionclean.timer Invocation ID: f4c1074fa0484708bfbd3670a8f3bb97 Fragment Path: /lib/systemd/system/phpsessionclean.timer Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) WantedBy: timers.target (destination-file) Conflicts: shutdown.target (origin-default) Before: timers.target (origin-default) Before: shutdown.target (origin-default) Before: phpsessionclean.service (origin-implicit) After: -.mount (origin-file) After: time-sync.target (origin-default) After: sysinit.target (origin-default) Triggers: phpsessionclean.service (origin-implicit) References: time-sync.target (origin-default) References: shutdown.target (origin-default) References: phpsessionclean.service (origin-implicit) References: timers.target (origin-default) References: sysinit.target (origin-default) References: -.mount (origin-file) ReferencedBy: timers.target (destination-file) RequiresMountsFor: /var/lib/systemd/timers (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Timer State: waiting Result: success Unit: phpsessionclean.service Persistent: yes WakeSystem: no Accuracy: 1min RemainAfterElapse: yes OnCalendar: *-*-* *:09,39:00 -> Unit dev-disk-by\x2dpartuuid-311b5f75\x2d03.device: Description: ST2000LM003_HN-M201RAD 3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpartuuid-311b5f75\x2d03.device Invocation ID: 987de1c3d14b4999b67e3411157bcc8d Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda3.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart3.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart3.device Following Set Member: dev-disk-by\x2duuid-d8be751c\x2d0513\x2d472d\x2daaec\x2d6f3563c467e9.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart3.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda3.device Following Set Member: dev-sda3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda3 Found: found-udev -> Unit systemd-fsckd.socket: Description: fsck to fsckd communication Socket Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:38 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-fsckd.socket CGroup realized: no CGroup own mask: memory pids Name: systemd-fsckd.socket Invocation ID: cff4a5a562a24cafb4517d37adefe789 Documentation: man:systemd-fsckd.service(8) Documentation: man:systemd-fsck at .service(8) Documentation: man:systemd-fsck-root.service(8) Fragment Path: /lib/systemd/system/systemd-fsckd.socket Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: system.slice (origin-file) RequiredBy: systemd-fsckd.service (destination-file) WantedBy: systemd-fsck at dev-mmcblk0p1.service (destination-file) WantedBy: systemd-fsck-root.service (destination-file) WantedBy: systemd-fsck at dev-sda3.service (destination-file) Before: systemd-fsck at dev-sda3.service (destination-file) Before: systemd-fsck at dev-mmcblk0p1.service (destination-file) Before: systemd-fsck-root.service (destination-file) Before: systemd-fsckd.service (origin-implicit) After: -.mount (origin-file) After: system.slice (origin-file) Triggers: systemd-fsckd.service (origin-implicit) References: system.slice (origin-file) References: -.mount (origin-file) References: systemd-fsckd.service (origin-implicit) ReferencedBy: systemd-fsckd.service (destination-file) ReferencedBy: systemd-fsck at dev-sda3.service (destination-file) ReferencedBy: systemd-fsck at dev-mmcblk0p1.service (destination-file) ReferencedBy: systemd-fsck-root.service (destination-file) RequiresMountsFor: /run/systemd/fsck.progress (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: listening Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0600 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: no PassSecurity: no TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: systemd-fsckd.socket SELinuxContextFromNet: no ListenStream: /run/systemd/fsck.progress TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit php7.4-fpm.service: Description: The PHP 7.4 FastCGI Process Manager Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 16:28:55 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:22 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/php7.4-fpm.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: php7.4-fpm.service Invocation ID: 557b0a3f34a9444d87fe1360e4d67c22 Documentation: man:php-fpm7.4(8) Fragment Path: /lib/systemd/system/php7.4-fpm.service Condition Timestamp: Tue 2018-09-11 15:49:13 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:13 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: system.slice (origin-file) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: network.target (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-default) References: systemd-journald.socket (origin-file) References: basic.target (origin-default) References: network.target (origin-file) References: shutdown.target (origin-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: no NotifyAccess: main NotifyState: ready Main PID: 407 Main PID Known: yes Main PID Alien: no PIDFile: /var/run/php/php7.4-fpm.pid RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStartPre: Command Line: /bin/mkdir /var/run/php PID: 393 Start Timestamp: Tue 2018-09-11 15:49:13 CEST Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Exit Code: exited Exit Status: 0 Command Line: /bin/chown -R www-data: /var/run/php PID: 405 Start Timestamp: Tue 2018-09-11 15:49:13 CEST Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Exit Code: exited Exit Status: 0 -> ExecStart: Command Line: /usr/sbin/php-fpm7.4 --nodaemonize --fpm-config /etc/php/7.4/php-fpm.conf PID: 407 Start Timestamp: Tue 2018-09-11 15:49:13 CEST -> ExecReload: Command Line: /bin/kill -USR2 $MAINPID PID: 3397 Start Timestamp: Tue 2018-09-11 16:28:55 CEST Exit Timestamp: Tue 2018-09-11 16:28:55 CEST Exit Code: exited Exit Status: 0 Status Text: Processes active: 0, idle: 0, Requests: 2074, slow: 0, Traffic: 0req/sec CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyprintk.device: Description: /sys/devices/virtual/tty/ttyprintk Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyprintk.device Invocation ID: b33ba8551d8e49edafd66c1c4f851477 Following Set Member: dev-ttyprintk.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyprintk Found: found-udev -> Unit -.mount: Description: Root Mount Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:56 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: yes Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: -.mount Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Fragment Path: /run/systemd/generator/-.mount Source Path: /etc/fstab Requires: system.slice (origin-file) RequiredBy: ssh.service (destination-file) RequiredBy: systemd-journald.socket (destination-file) RequiredBy: mnt-part3data-ex2.automount (destination-implicit) RequiredBy: systemd-update-utmp.service (destination-file) RequiredBy: systemd-timesyncd.service (destination-file) RequiredBy: mnt-part3data-homestation.automount (destination-implicit) RequiredBy: media-webdav-namecheap.mount (destination-implicit) RequiredBy: systemd-initctl.socket (destination-file) RequiredBy: mysql.service (destination-file) RequiredBy: systemd-journal-flush.service (destination-file) RequiredBy: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap (destination-implicit) RequiredBy: cups.path (destination-file) RequiredBy: logrotate.timer (destination-file) RequiredBy: mnt-part3data-homestation.mount (destination-implicit) RequiredBy: phpsessionclean.timer (destination-file) RequiredBy: apt-daily-upgrade.timer (destination-file) RequiredBy: mnt-part3data-ex2.mount (destination-implicit) RequiredBy: systemd-fsckd.socket (destination-file) RequiredBy: media-webdav-raspi.mount (destination-implicit) RequiredBy: basic.target (destination-file) RequiredBy: dev-sda1.swap (destination-implicit) RequiredBy: rescue.service (destination-file) RequiredBy: dbus.socket (destination-file) RequiredBy: systemd-random-seed.service (destination-file) RequiredBy: sys-kernel-config.mount (destination-implicit) RequiredBy: media-webdav-box.automount (destination-implicit) RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-implicit) RequiredBy: systemd-networkd.service (destination-file) RequiredBy: sys-kernel-debug.mount (destination-implicit) RequiredBy: emergency.service (destination-file) RequiredBy: logrotate.service (destination-file) RequiredBy: cups.socket (destination-file) RequiredBy: tmp.mount (destination-implicit) RequiredBy: media-webdav-raspi.automount (destination-implicit) RequiredBy: apt-daily.timer (destination-file) RequiredBy: dev-mqueue.mount (destination-implicit) RequiredBy: run-user-1000.mount (destination-implicit) RequiredBy: systemd-update-utmp-runlevel.service (destination-file) RequiredBy: sys-fs-fuse-connections.mount (destination-implicit) RequiredBy: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (destination-implicit) RequiredBy: systemd-journald-dev-log.socket (destination-file) RequiredBy: boot.mount (destination-file destination-implicit) RequiredBy: media-webdav-namecheap.automount (destination-implicit) RequiredBy: phpsessionclean.service (destination-file) RequiredBy: anacron.timer (destination-file) RequiredBy: mnt-part3data.mount (destination-file destination-implicit) RequiredBy: media-webdav-box.mount (destination-implicit) RequiredBy: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap (destination-implicit) RequiredBy: local-fs.target (destination-file) RequiredBy: systemd-ask-password-wall.path (destination-file) RequiredBy: syslog.socket (destination-file) RequiredBy: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap (destination-implicit) RequiredBy: dev-hugepages.mount (destination-implicit) RequiredBy: systemd-ask-password-console.path (destination-file) RequiredBy: systemd-udevd-control.socket (destination-file) RequiredBy: proc-sys-fs-binfmt_misc.automount (destination-implicit) Before: mnt-part3data-ex2.mount (destination-implicit) Before: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap (destination-implicit) Before: phpsessionclean.service (destination-file) Before: mnt-part3data-homestation.automount (destination-implicit) Before: proc-sys-fs-binfmt_misc.automount (destination-implicit) Before: systemd-initctl.socket (destination-file) Before: systemd-random-seed.service (destination-file) Before: systemd-ask-password-console.path (destination-file) Before: dbus.socket (destination-file) Before: logrotate.timer (destination-file) Before: dev-sda1.swap (destination-implicit) Before: systemd-timesyncd.service (destination-file) Before: media-webdav-raspi.mount (destination-implicit) Before: systemd-journald-dev-log.socket (destination-file) Before: syslog.socket (destination-file) Before: sys-fs-fuse-connections.mount (destination-implicit) Before: media-webdav-namecheap.automount (destination-implicit) Before: local-fs.target (origin-file) Before: tmp.mount (destination-implicit) Before: proc-sys-fs-binfmt_misc.mount (destination-implicit) Before: apt-daily.timer (destination-file) Before: systemd-ask-password-wall.path (destination-file) Before: run-user-1000.mount (destination-implicit) Before: sys-kernel-config.mount (destination-implicit) Before: mnt-part3data.mount (destination-file destination-implicit) Before: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (destination-implicit) Before: rescue.service (destination-file) Before: dev-mqueue.mount (destination-implicit) Before: apt-daily-upgrade.timer (destination-file) Before: emergency.service (destination-file) Before: dev-hugepages.mount (destination-implicit) Before: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap (destination-implicit) Before: cups.path (destination-file) Before: systemd-journald.socket (destination-file) Before: cups.socket (destination-file) Before: media-webdav-raspi.automount (destination-implicit) Before: systemd-journal-flush.service (destination-file) Before: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap (destination-implicit) Before: basic.target (destination-file) Before: systemd-networkd.service (destination-file) Before: systemd-update-utmp-runlevel.service (destination-file) Before: ssh.service (destination-file) Before: logrotate.service (destination-file) Before: boot.mount (destination-file destination-implicit) Before: media-webdav-box.mount (destination-implicit) Before: systemd-udevd-control.socket (destination-file) Before: sys-kernel-debug.mount (destination-implicit) Before: mnt-part3data-homestation.mount (destination-implicit) Before: mysql.service (destination-file) Before: phpsessionclean.timer (destination-file) Before: media-webdav-namecheap.mount (destination-implicit) Before: systemd-update-utmp.service (destination-file) Before: media-webdav-box.automount (destination-implicit) Before: systemd-fsckd.socket (destination-file) Before: mnt-part3data-ex2.automount (destination-implicit) Before: anacron.timer (destination-file) After: system.slice (origin-file) References: system.slice (origin-file) References: local-fs.target (origin-file) ReferencedBy: dev-sda1.swap (destination-implicit) ReferencedBy: sys-kernel-debug.mount (destination-implicit) ReferencedBy: basic.target (destination-file) ReferencedBy: mnt-part3data-homestation.mount (destination-implicit) ReferencedBy: logrotate.timer (destination-file) ReferencedBy: media-webdav-namecheap.automount (destination-implicit) ReferencedBy: systemd-journal-flush.service (destination-file) ReferencedBy: mysql.service (destination-file) ReferencedBy: syslog.socket (destination-file) ReferencedBy: cups.path (destination-file) ReferencedBy: systemd-update-utmp-runlevel.service (destination-file) ReferencedBy: systemd-timesyncd.service (destination-file) ReferencedBy: media-webdav-box.mount (destination-implicit) ReferencedBy: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap (destination-implicit) ReferencedBy: logrotate.service (destination-file) ReferencedBy: cups.socket (destination-file) ReferencedBy: mnt-part3data-homestation.automount (destination-implicit) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: media-webdav-raspi.automount (destination-implicit) ReferencedBy: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (destination-implicit) ReferencedBy: systemd-fsckd.socket (destination-file) ReferencedBy: media-webdav-raspi.mount (destination-implicit) ReferencedBy: emergency.service (destination-file) ReferencedBy: apt-daily-upgrade.timer (destination-file) ReferencedBy: media-webdav-namecheap.mount (destination-implicit) ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-implicit) ReferencedBy: boot.mount (destination-file destination-implicit) ReferencedBy: apt-daily.timer (destination-file) ReferencedBy: run-user-1000.mount (destination-implicit) ReferencedBy: phpsessionclean.service (destination-file) ReferencedBy: systemd-ask-password-console.path (destination-file) ReferencedBy: systemd-ask-password-wall.path (destination-file) ReferencedBy: media-webdav-box.automount (destination-implicit) ReferencedBy: systemd-journald-dev-log.socket (destination-file) ReferencedBy: dev-mqueue.mount (destination-implicit) ReferencedBy: systemd-udevd-control.socket (destination-file) ReferencedBy: mnt-part3data.mount (destination-file destination-implicit) ReferencedBy: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap (destination-implicit) ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-implicit) ReferencedBy: phpsessionclean.timer (destination-file) ReferencedBy: tmp.mount (destination-implicit) ReferencedBy: systemd-random-seed.service (destination-file) ReferencedBy: anacron.timer (destination-file) ReferencedBy: systemd-initctl.socket (destination-file) ReferencedBy: sys-fs-fuse-connections.mount (destination-implicit) ReferencedBy: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap (destination-implicit) ReferencedBy: ssh.service (destination-file) ReferencedBy: local-fs.target (destination-file) ReferencedBy: mnt-part3data-ex2.mount (destination-implicit) ReferencedBy: dbus.socket (destination-file) ReferencedBy: systemd-update-utmp.service (destination-file) ReferencedBy: systemd-journald.socket (destination-file) ReferencedBy: dev-hugepages.mount (destination-implicit) ReferencedBy: sys-kernel-config.mount (destination-implicit) ReferencedBy: mnt-part3data-ex2.automount (destination-implicit) ReferencedBy: rescue.service (destination-file) RequiresMountsFor: /dev/sda2 (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: / What: /dev/sda2 File System Type: ext4 Options: rw,noatime,errors=remount-ro,commit=120,data=ordered From /proc/self/mountinfo: yes From fragment: yes Extrinsic: yes DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: null StandardError: inherit DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit system-serial\x2dgetty.slice: Description: system-serial\x2dgetty.slice Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Fri 2018-06-22 13:11:51 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/system-serial\x2dgetty.slice CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids CGroup members mask: memory pids Name: system-serial\x2dgetty.slice Invocation ID: 635fa325786a402b8a64d7d320865a9e Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: system.slice (origin-implicit) RequiredBy: serial-getty at ttyAMA0.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: serial-getty at ttyAMA0.service (destination-file) After: system.slice (origin-implicit) References: shutdown.target (origin-default) References: system.slice (origin-implicit) ReferencedBy: serial-getty at ttyAMA0.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: active CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2duuid-f55adb7f\x2d6d96\x2d4e27\x2da51d\x2da274dfa58214.device: Description: ST2000LM003_HN-M201RAD 2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2duuid-f55adb7f\x2d6d96\x2d4e27\x2da51d\x2da274dfa58214.device Invocation ID: 57f933b5afca48939cc8a5d33432c26e Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda2.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda2.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d02.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart2.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device Following Set Member: dev-sda2.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda2 Found: found-udev -> Unit systemd-journald.service: Description: Journal Service Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:56 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:56 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-journald.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: systemd-journald.service Invocation ID: 49b6c70bb09d4ea596761fc88e6283fc Documentation: man:systemd-journald.service(8) Documentation: man:journald.conf(5) Fragment Path: /lib/systemd/system/systemd-journald.service Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: systemd-journald.socket (origin-file) Requires: system.slice (origin-file) Wants: systemd-journald-audit.socket (origin-file) Wants: systemd-journald.socket (origin-file) Wants: systemd-journald-dev-log.socket (origin-file) RequiredBy: systemd-journal-flush.service (destination-file) WantedBy: sysinit.target (destination-file) Before: systemd-journal-flush.service (destination-file) Before: sysinit.target (origin-file) After: systemd-journald-audit.socket (origin-file destination-implicit) After: systemd-journald-dev-log.socket (origin-file destination-implicit) After: system.slice (origin-file) After: systemd-journald.socket (origin-file destination-implicit) After: syslog.socket (origin-file) TriggeredBy: systemd-journald-audit.socket (origin-file destination-implicit) TriggeredBy: systemd-journald.socket (origin-file destination-implicit) TriggeredBy: systemd-journald-dev-log.socket (origin-file destination-implicit) References: systemd-journald-audit.socket (origin-file) References: systemd-journald-dev-log.socket (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: syslog.socket (origin-file) References: sysinit.target (origin-file) ReferencedBy: systemd-journald-audit.socket (destination-implicit) ReferencedBy: systemd-journal-flush.service (destination-file) ReferencedBy: sysinit.target (destination-file) ReferencedBy: systemd-journald.socket (destination-implicit) ReferencedBy: systemd-journald-dev-log.socket (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: always NotifyAccess: main NotifyState: ready Main PID: 96 Main PID Known: yes Main PID Alien: no RestartSec: 0 TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 3min KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: yes RestrictRealtime: yes KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 16384 Limit NOFILESoft: 16384 StandardInput: null StandardOutput: null StandardError: inherit CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_setgid cap_setuid cap_sys_ptrace cap_sys_admin cap_audit_control cap_mac_override cap_syslog DynamicUser: no LockPersonality: yes SystemCallFilter: shutdown bind statfs64 kill olduname lchown sigsuspend getppid fadvise64_64 setreuid32 memfd_create mmap mq_timedsend prctl msync mremap exit rt_sigprocmask fsetxattr waitpid signalfd4 setrlimit dup3 sigpending sigprocmask futex clock_getres mprotect readv clone process_vm_readv setfsgid32 oldfstat tkill geteuid fgetxattr llistxattr shmdt gettid sched_get_priority_min umask pread64 setresuid32 nice chdir ipc add_key fchdir utime getresuid utimes pause mknod mq_getsetattr getcpu getegid setresgid32 fdatasync fchmodat personality signalfd lstat64 timer_gettime lsetxattr symlink sync mknodat rt_tgsigqueueinfo nanosleep ftruncate64 semctl set_tls flistxattr mq_open readahead fremovexattr setfsgid socket readdir waitid statfs chown epoll_wait_old getpid getrlimit send setfsuid32 alarm shmget connect readlink membarrier sched_getparam capget rmdir tgkill fsync ioprio_get timer_delete getegid32 rt_sigtimedwait access gettimeofday name_to_handle_at sigaction oldolduname unlinkat setsockopt renameat getgid setregid sendmsg fadvise64 sched_get_priority_max getpgid getresuid32 read madvise timer_create fchownat timerfd_settime recvfrom io_cancel fcntl truncate64 fstat64 clock_nanosleep sendmmsg pipe getcwd semget get_thread_area splice process_vm_writev inotify_init1 epoll_create1 pwritev getsockname uname recvmsg epoll_pwait rt_sigqueueinfo chown32 getresgid32 getsockopt unshare sync_file_range getresgid mmap2 getgroups getuid32 mlock socketcall pselect6 setresgid close inotify_init tee eventfd2 get_robust_list dup2 time keyctl fork setresuid setgid listxattr ioctl set_thread_area fchmod vmsplice fstatfs64 oldstat setsid migrate_pages recvmmsg shmat pwrite64 mlockall remap_file_pages sched_setaffinity lseek set_robust_list setgroups32 recv oldlstat sched_yield geteuid32 ppoll socketpair sched_getscheduler msgsnd getpgrp set_mempolicy lgetxattr fchown32 rt_sigaction prlimit64 syncfs copy_file_range flock lstat io_setup mq_notify setgroups userfaultfd getdents64 setpriority io_submit msgctl exit_group getrusage stat fstatat64 stat64 semtimedop wait4 msgrcv execveat sched_setparam rt_sigreturn openat io_destroy accept4 faccessat epoll_ctl_old mbind _newselect writev truncate fcntl64 ftruncate shmctl eventfd dup mincore signal poll epoll_create clock_gettime epoll_wait getgid32 setfsuid getdents munmap timer_getoverrun getgroups32 timerfd_gettime statx fstat mkdirat sched_getattr sigaltstack sendto semop msgget ioprio_set getpeername creat setitimer request_key capset timer_settime munlock getitimer removexattr setuid32 sched_setattr getrandom move_pages getpriority preadv _llseek vfork rt_sigpending setreuid setpgid inotify_rm_watch getuid epoll_ctl get_mempolicy munlockall pipe2 write lremovexattr futimesat setregid32 fallocate set_tid_address sched_getaffinity open setuid sched_rr_get_interval linkat restart_syscall fchown sysinfo timerfd_create symlinkat ugetrlimit mkdir unlink setgid32 fstatfs kcmp accept io_getevents times sendfile64 inotify_add_watch sendfile sched_setscheduler getsid rt_sigsuspend sigreturn setns arch_prctl lchown32 renameat2 getxattr select utimensat newfstatat execve link readlinkat chmod brk pwritev2 mq_unlink mq_timedreceive listen setxattr mlock2 rename preadv2 SystemCallArchitectures: native RestrictNamespaces: SystemCallErrorNumber: EPERM -> ExecStart: Command Line: /lib/systemd/systemd-journald PID: 96 Start Timestamp: Fri 2018-06-22 13:11:51 CEST Status Text: Processing requests... File Descriptor Store Max: 4224 File Descriptor Store Current: 9 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no IPAddressDeny=0.0.0.0/0 IPAddressDeny=::/0 -> Unit sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda1.device: Description: ST2000LM003_HN-M201RAD 1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda1.device Invocation ID: 343684327996442c8caa0c9af2fc88ef Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.device Following Set Member: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device Following Set Member: dev-sda1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda1 Found: found-udev -> Unit dev-mmcblk0p1.device: Description: /dev/mmcblk0p1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-mmcblk0p1.device Invocation ID: 28aa1ea25abc4f8490342c0818be9c7a Following: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device Following Set Member: dev-disk-by\x2dlabel-boot.device Following Set Member: dev-disk-by\x2duuid-0211\x2d20AB.device Following Set Member: dev-disk-by\x2did-mmc\x2dSU08G_0x20e49f90\x2dpart1.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f202000.mmc\x2dpart1.device Following Set Member: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d01.device Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Wants: boot.mount (origin-file) BoundBy: systemd-fsck at dev-mmcblk0p1.service (destination-file) BoundBy: boot.mount (destination-file) Before: systemd-fsck at dev-mmcblk0p1.service (destination-file) Before: boot.mount (destination-file) ReferencedBy: systemd-fsck at dev-mmcblk0p1.service (destination-file) ReferencedBy: boot.mount (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f202000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0/mmcblk0p1 Found: found-udev,found-mount -> Unit anacron.timer: Description: Trigger anacron every hour Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Wed 2018-09-12 11:02:43 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: anacron.timer Invocation ID: 0728689180c2459885745322bf89ecb8 Fragment Path: /lib/systemd/system/anacron.timer Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) WantedBy: timers.target (destination-file) Conflicts: shutdown.target (origin-default) Before: timers.target (origin-default) Before: shutdown.target (origin-default) Before: anacron.service (origin-implicit) After: -.mount (origin-file) After: time-sync.target (origin-default) After: sysinit.target (origin-default) Triggers: anacron.service (origin-implicit) References: sysinit.target (origin-default) References: shutdown.target (origin-default) References: -.mount (origin-file) References: time-sync.target (origin-default) References: anacron.service (origin-implicit) References: timers.target (origin-default) ReferencedBy: timers.target (destination-file) RequiresMountsFor: /var/lib/systemd/timers (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Timer State: waiting Result: success Unit: anacron.service Persistent: yes WakeSystem: no Accuracy: 1min RemainAfterElapse: yes OnCalendar: *-*-* *:00:00 -> Unit shutdown.target: Description: Shutdown Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: shutdown.target Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/shutdown.target ConflictedBy: system-getty.slice (destination-default) ConflictedBy: user-1000.slice (destination-default) ConflictedBy: systemd-update-utmp.service (destination-file) ConflictedBy: dbus.service (destination-default) ConflictedBy: smbd.service (destination-default) ConflictedBy: systemd-update-utmp-runlevel.service (destination-file) ConflictedBy: network-pre.target (destination-default) ConflictedBy: graphical.target (destination-default) ConflictedBy: systemd-timesyncd.service (destination-file) ConflictedBy: rescue.target (destination-default) ConflictedBy: apt-daily.service (destination-default) ConflictedBy: local-fs-pre.target (destination-default) ConflictedBy: systemd-random-seed.service (destination-file) ConflictedBy: multi-user.target (destination-default) ConflictedBy: nss-lookup.target (destination-default) ConflictedBy: getty-static.service (destination-default) ConflictedBy: apt-daily-upgrade.timer (destination-default) ConflictedBy: smartd.service (destination-default) ConflictedBy: basic.target (destination-default) ConflictedBy: remote-fs-pre.target (destination-default) ConflictedBy: local-fs.target (destination-file) ConflictedBy: systemd-hwdb-update.service (destination-file) ConflictedBy: cron.service (destination-default) ConflictedBy: rescue.service (destination-file) ConflictedBy: mysql.service (destination-default) ConflictedBy: winbind.service (destination-default) ConflictedBy: systemd-sysusers.service (destination-file) ConflictedBy: cryptsetup.target (destination-default) ConflictedBy: remote-fs.target (destination-file) ConflictedBy: cups.path (destination-default) ConflictedBy: emergency.target (destination-default) ConflictedBy: systemd-sysctl.service (destination-file) ConflictedBy: phpsessionclean.service (destination-default) ConflictedBy: fake-hwclock.service (destination-file) ConflictedBy: alsa-state.service (destination-default) ConflictedBy: time-sync.target (destination-default) ConflictedBy: rc-local.service (destination-default) ConflictedBy: emergency.service (destination-file) ConflictedBy: session-c2.scope (destination-default) ConflictedBy: paths.target (destination-default) ConflictedBy: network-online.target (destination-default) ConflictedBy: rsync.service (destination-default) ConflictedBy: anacron.timer (destination-default) ConflictedBy: session-c1.scope (destination-default) ConflictedBy: systemd-modules-load.service (destination-file) ConflictedBy: systemd-tmpfiles-clean.timer (destination-default) ConflictedBy: systemd-ask-password-wall.path (destination-file) ConflictedBy: anacron.service (destination-default) ConflictedBy: sockets.target (destination-default) ConflictedBy: phpsessionclean.timer (destination-default) ConflictedBy: syslog.socket (destination-file) ConflictedBy: apt-daily.timer (destination-default) ConflictedBy: networking.service (destination-file) ConflictedBy: dbus.socket (destination-default) ConflictedBy: system-user\x2druntime\x2ddir.slice (destination-default) ConflictedBy: logrotate.timer (destination-default) ConflictedBy: getty-pre.target (destination-default) ConflictedBy: exim4.service (destination-default) ConflictedBy: php7.4-fpm.service (destination-default) ConflictedBy: systemd-tmpfiles-setup-dev.service (destination-file) ConflictedBy: nmbd.service (destination-default) ConflictedBy: timers.target (destination-file) ConflictedBy: apt-daily-upgrade.service (destination-default) ConflictedBy: systemd-user-sessions.service (destination-default) ConflictedBy: getty.target (destination-default) ConflictedBy: systemd-machine-id-commit.service (destination-file) ConflictedBy: system-serial\x2dgetty.slice (destination-default) ConflictedBy: rsyslog.service (destination-default) ConflictedBy: swap.target (destination-default) ConflictedBy: nginx.service (destination-default) ConflictedBy: cpufrequtils.service (destination-default) ConflictedBy: loadcpufreq.service (destination-default) ConflictedBy: systemd-tmpfiles-setup.service (destination-file) ConflictedBy: serial-getty at ttyAMA0.service (destination-default) ConflictedBy: sound.target (destination-default) ConflictedBy: user-runtime-dir at 1000.service (destination-default) ConflictedBy: logrotate.service (destination-default) ConflictedBy: user at 1000.service (destination-default) ConflictedBy: network.target (destination-default) ConflictedBy: systemd-ask-password-wall.service (destination-default) ConflictedBy: systemd-binfmt.service (destination-file) ConflictedBy: systemd-networkd.service (destination-file) ConflictedBy: alsa-restore.service (destination-default) ConflictedBy: systemd-tmpfiles-clean.service (destination-file) ConflictedBy: sysinit.target (destination-default) ConflictedBy: user.slice (destination-default) ConflictedBy: ssh.service (destination-default) ConflictedBy: systemd-logind.service (destination-default) ConflictedBy: getty at tty1.service (destination-default) ConflictedBy: slices.target (destination-default) ConflictedBy: nzbget.service (destination-default) ConflictedBy: systemd-ask-password-console.path (destination-file) ConflictedBy: cups.service (destination-default) ConflictedBy: systemd-remount-fs.service (destination-file) ConflictedBy: systemd-ask-password-console.service (destination-file) ConflictedBy: nss-user-lookup.target (destination-default) ConflictedBy: system-systemd\x2dfsck.slice (destination-default) ConflictedBy: cups.socket (destination-default) After: systemd-hwdb-update.service (destination-file) After: rc-local.service (destination-default) After: systemd-logind.service (destination-default) After: systemd-tmpfiles-clean.service (destination-file) After: getty-static.service (destination-default) After: getty.target (destination-default) After: time-sync.target (destination-default) After: system-getty.slice (destination-default) After: cups.path (destination-default) After: nss-lookup.target (destination-default) After: systemd-machine-id-commit.service (destination-file) After: systemd-networkd.service (destination-file) After: user.slice (destination-default) After: systemd-ask-password-wall.path (destination-file) After: apt-daily-upgrade.service (destination-default) After: nzbget.service (destination-default) After: cryptsetup.target (destination-default) After: systemd-fsck at dev-sda3.service (destination-file) After: winbind.service (destination-default) After: php7.4-fpm.service (destination-default) After: systemd-ask-password-console.path (destination-file) After: systemd-update-utmp.service (destination-file) After: systemd-modules-load.service (destination-file) After: phpsessionclean.timer (destination-default) After: emergency.service (destination-file) After: network.target (destination-default) After: sockets.target (destination-default) After: system-user\x2druntime\x2ddir.slice (destination-default) After: rescue.target (destination-default) After: cups.service (destination-default) After: loadcpufreq.service (destination-default) After: apt-daily.service (destination-default) After: rescue.service (destination-file) After: network-pre.target (destination-default) After: systemd-ask-password-console.service (destination-file) After: local-fs-pre.target (destination-default) After: dbus.service (destination-default) After: dbus.socket (destination-default) After: session-c2.scope (destination-default) After: ssh.service (destination-default) After: rsyslog.service (destination-default) After: rsync.service (destination-default) After: nginx.service (destination-default) After: systemd-user-sessions.service (destination-default) After: session-c1.scope (destination-default) After: systemd-sysusers.service (destination-file) After: systemd-binfmt.service (destination-file) After: basic.target (destination-default) After: user-1000.slice (destination-default) After: systemd-tmpfiles-clean.timer (destination-default) After: user-runtime-dir at 1000.service (destination-default) After: systemd-tmpfiles-setup-dev.service (destination-file) After: systemd-update-utmp-runlevel.service (destination-file) After: systemd-random-seed.service (destination-file) After: alsa-state.service (destination-default) After: serial-getty at ttyAMA0.service (destination-default) After: networking.service (destination-file) After: phpsessionclean.service (destination-default) After: systemd-timesyncd.service (destination-file) After: systemd-fsck-root.service (destination-file) After: anacron.timer (destination-default) After: apt-daily.timer (destination-default) After: nss-user-lookup.target (destination-default) After: systemd-remount-fs.service (destination-file) After: getty at tty1.service (destination-default) After: sound.target (destination-default) After: smbd.service (destination-default) After: remote-fs-pre.target (destination-default) After: multi-user.target (destination-default) After: system-systemd\x2dfsck.slice (destination-default) After: apt-daily-upgrade.timer (destination-default) After: systemd-fsck at dev-mmcblk0p1.service (destination-file) After: graphical.target (destination-default) After: system-serial\x2dgetty.slice (destination-default) After: systemd-fsckd.service (destination-file) After: nmbd.service (destination-default) After: anacron.service (destination-default) After: syslog.socket (destination-file) After: logrotate.timer (destination-default) After: network-online.target (destination-default) After: exim4.service (destination-default) After: systemd-ask-password-wall.service (destination-default) After: paths.target (destination-default) After: slices.target (destination-default) After: systemd-sysctl.service (destination-file) After: alsa-restore.service (destination-default) After: emergency.target (destination-default) After: systemd-quotacheck.service (destination-file) After: cups.socket (destination-default) After: sysinit.target (destination-default) After: smartd.service (destination-default) After: swap.target (destination-default) After: user at 1000.service (destination-default) After: cron.service (destination-default) After: cpufrequtils.service (destination-default) After: logrotate.service (destination-default) After: systemd-tmpfiles-setup.service (destination-file) After: mysql.service (destination-default) After: getty-pre.target (destination-default) ReferencedBy: exim4.service (destination-default) ReferencedBy: remote-fs.target (destination-file) ReferencedBy: systemd-binfmt.service (destination-file) ReferencedBy: rsyslog.service (destination-default) ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file) ReferencedBy: logrotate.service (destination-default) ReferencedBy: session-c1.scope (destination-default) ReferencedBy: smbd.service (destination-default) ReferencedBy: nginx.service (destination-default) ReferencedBy: user-1000.slice (destination-default) ReferencedBy: logrotate.timer (destination-default) ReferencedBy: rsync.service (destination-default) ReferencedBy: fake-hwclock.service (destination-file) ReferencedBy: alsa-restore.service (destination-default) ReferencedBy: systemd-fsck at dev-mmcblk0p1.service (destination-file) ReferencedBy: getty-pre.target (destination-default) ReferencedBy: systemd-remount-fs.service (destination-file) ReferencedBy: session-c2.scope (destination-default) ReferencedBy: apt-daily-upgrade.service (destination-default) ReferencedBy: systemd-fsck-root.service (destination-file) ReferencedBy: getty-static.service (destination-default) ReferencedBy: ssh.service (destination-default) ReferencedBy: basic.target (destination-default) ReferencedBy: nss-lookup.target (destination-default) ReferencedBy: paths.target (destination-default) ReferencedBy: systemd-quotacheck.service (destination-file) ReferencedBy: timers.target (destination-file) ReferencedBy: systemd-machine-id-commit.service (destination-file) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: systemd-ask-password-console.service (destination-file) ReferencedBy: systemd-fsckd.service (destination-file) ReferencedBy: systemd-hwdb-update.service (destination-file) ReferencedBy: apt-daily.service (destination-default) ReferencedBy: systemd-timesyncd.service (destination-file) ReferencedBy: networking.service (destination-file) ReferencedBy: smartd.service (destination-default) ReferencedBy: sockets.target (destination-default) ReferencedBy: nzbget.service (destination-default) ReferencedBy: loadcpufreq.service (destination-default) ReferencedBy: cups.path (destination-default) ReferencedBy: graphical.target (destination-default) ReferencedBy: user at 1000.service (destination-default) ReferencedBy: sysinit.target (destination-default) ReferencedBy: systemd-fsck at dev-sda3.service (destination-file) ReferencedBy: system-systemd\x2dfsck.slice (destination-default) ReferencedBy: emergency.service (destination-file) ReferencedBy: user-runtime-dir at 1000.service (destination-default) ReferencedBy: systemd-tmpfiles-clean.service (destination-file) ReferencedBy: systemd-tmpfiles-setup.service (destination-file) ReferencedBy: phpsessionclean.service (destination-default) ReferencedBy: mysql.service (destination-default) ReferencedBy: syslog.socket (destination-file) ReferencedBy: nss-user-lookup.target (destination-default) ReferencedBy: dbus.socket (destination-default) ReferencedBy: systemd-update-utmp.service (destination-file) ReferencedBy: getty at tty1.service (destination-default) ReferencedBy: rescue.service (destination-file) ReferencedBy: systemd-user-sessions.service (destination-default) ReferencedBy: cups.service (destination-default) ReferencedBy: phpsessionclean.timer (destination-default) ReferencedBy: getty.target (destination-default) ReferencedBy: anacron.service (destination-default) ReferencedBy: sound.target (destination-default) ReferencedBy: systemd-ask-password-console.path (destination-file) ReferencedBy: cryptsetup.target (destination-default) ReferencedBy: swap.target (destination-default) ReferencedBy: dbus.service (destination-default) ReferencedBy: systemd-modules-load.service (destination-file) ReferencedBy: cpufrequtils.service (destination-default) ReferencedBy: local-fs.target (destination-file) ReferencedBy: network.target (destination-default) ReferencedBy: system-serial\x2dgetty.slice (destination-default) ReferencedBy: systemd-ask-password-wall.path (destination-file) ReferencedBy: network-pre.target (destination-default) ReferencedBy: systemd-ask-password-wall.service (destination-default) ReferencedBy: cron.service (destination-default) ReferencedBy: multi-user.target (destination-default) ReferencedBy: apt-daily-upgrade.timer (destination-default) ReferencedBy: system-getty.slice (destination-default) ReferencedBy: slices.target (destination-default) ReferencedBy: systemd-sysusers.service (destination-file) ReferencedBy: systemd-sysctl.service (destination-file) ReferencedBy: rc-local.service (destination-default) ReferencedBy: emergency.target (destination-default) ReferencedBy: system-user\x2druntime\x2ddir.slice (destination-default) ReferencedBy: remote-fs-pre.target (destination-default) ReferencedBy: user.slice (destination-default) ReferencedBy: time-sync.target (destination-default) ReferencedBy: php7.4-fpm.service (destination-default) ReferencedBy: rescue.target (destination-default) ReferencedBy: nmbd.service (destination-default) ReferencedBy: systemd-update-utmp-runlevel.service (destination-file) ReferencedBy: anacron.timer (destination-default) ReferencedBy: systemd-tmpfiles-clean.timer (destination-default) ReferencedBy: local-fs-pre.target (destination-default) ReferencedBy: apt-daily.timer (destination-default) ReferencedBy: systemd-random-seed.service (destination-file) ReferencedBy: alsa-state.service (destination-default) ReferencedBy: winbind.service (destination-default) ReferencedBy: serial-getty at ttyAMA0.service (destination-default) ReferencedBy: cups.socket (destination-default) ReferencedBy: network-online.target (destination-default) ReferencedBy: systemd-logind.service (destination-default) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Target State: dead -> Unit dev-ram8.device: Description: /dev/ram8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram8.device Invocation ID: e4e172fdad0e4d4dac5d4ccabac601a9 Following: sys-devices-virtual-block-ram8.device Following Set Member: sys-devices-virtual-block-ram8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram8 Found: found-udev -> Unit sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.1-1\x2d1.1:1.0-net-eth0.device: Description: SMSC9512/9514 Fast Ethernet Adapter Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.1-1\x2d1.1:1.0-net-eth0.device Invocation ID: 21fd85c1c0424479b880d32f632c475f Following Set Member: sys-subsystem-net-devices-eth0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1:1.0/net/eth0 Found: found-udev -> Unit ifupdown-wait-online.service: Description: Wait for network to be configured by ifupdown Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:13 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:13 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: ifupdown-wait-online.service Invocation ID: e4039a472ec647d1b1b96acdc62b0920 Fragment Path: /lib/systemd/system/ifupdown-wait-online.service ConditionFileIsExecutable: /sbin/ifup succeeded Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: system.slice (origin-file) WantedBy: network-online.target (destination-file) Before: network-online.target (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: network-online.target (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) ReferencedBy: network-online.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/ifupdown/wait-online.sh PID: 89 Start Timestamp: Fri 2018-06-22 13:11:51 CEST Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit ssh.service: Description: OpenBSD Secure Shell server Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:15 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:15 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/ssh.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: ssh.service Invocation ID: 9ecc6fb6447f47ecbf51aa13810e5033 Documentation: man:sshd(8) Documentation: man:sshd_config(5) Fragment Path: /lib/systemd/system/ssh.service ConditionPathExists: !/etc/ssh/sshd_not_to_be_run succeeded Condition Timestamp: Tue 2018-09-11 15:49:13 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:13 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: basic.target (origin-default) After: auditd.service (origin-file) After: system.slice (origin-file) After: network.target (origin-file) After: systemd-journald.socket (origin-file) After: sysinit.target (origin-default) After: -.mount (origin-file) References: basic.target (origin-default) References: shutdown.target (origin-default) References: auditd.service (origin-file) References: system.slice (origin-file) References: network.target (origin-file) References: systemd-journald.socket (origin-file) References: sysinit.target (origin-default) References: -.mount (origin-file) ReferencedBy: multi-user.target (destination-file destination-default) RequiresMountsFor: /run/sshd (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: on-failure NotifyAccess: main NotifyState: ready Main PID: 417 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/ssh RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 RuntimeDirectory: sshd StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStartPre: Command Line: /usr/sbin/sshd -t PID: 388 Start Timestamp: Tue 2018-09-11 15:49:13 CEST Exit Timestamp: Tue 2018-09-11 15:49:15 CEST Exit Code: exited Exit Status: 0 -> ExecStart: Command Line: /usr/sbin/sshd -D $SSHD_OPTS PID: 417 Start Timestamp: Tue 2018-09-11 15:49:15 CEST -> ExecReload: Command Line: /usr/sbin/sshd -t Command Line: /bin/kill -HUP $MAINPID CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dbus.service: Description: D-Bus System Message Bus Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:09 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/dbus.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: dbus.service Invocation ID: 55e9d875728e4db5a22896f685e90e61 Documentation: man:dbus-daemon(1) Fragment Path: /lib/systemd/system/dbus.service Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: dbus.socket (origin-file) Requires: sysinit.target (origin-default) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) After: sysinit.target (origin-default) After: dbus.socket (destination-implicit) After: basic.target (origin-default) TriggeredBy: dbus.socket (destination-implicit) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-default) References: dbus.socket (origin-file) References: shutdown.target (origin-default) References: basic.target (origin-default) ReferencedBy: multi-user.target (destination-file destination-default) ReferencedBy: dbus.socket (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown Main PID: 216 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 OOMScoreAdjust: -900 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only PID: 216 Start Timestamp: Tue 2018-09-11 15:49:09 CEST -> ExecReload: Command Line: /usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit mnt-part3data-homestation.mount: Description: /mnt/part3data/homestation Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: Wed 2018-09-12 01:34:26 CEST Inactive Exit Timestamp: Wed 2018-09-12 01:21:04 CEST Active Enter Timestamp: Wed 2018-09-12 01:21:05 CEST Active Exit Timestamp: Wed 2018-09-12 01:34:26 CEST Inactive Enter Timestamp: Wed 2018-09-12 01:34:26 CEST May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: mnt-part3data-homestation.mount Invocation ID: f59680206b394ff08e62c17f6e8dda02 Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Fragment Path: /run/systemd/generator/mnt-part3data-homestation.mount Source Path: /etc/fstab Condition Timestamp: Wed 2018-09-12 01:21:04 CEST Condition Result: yes Assert Timestamp: Wed 2018-09-12 01:21:04 CEST Assert Result: yes Requires: -.mount (origin-implicit) Requires: mnt-part3data.mount (origin-path) Requires: system.slice (origin-file) Wants: network-online.target (origin-file) Conflicts: umount.target (origin-file) Before: umount.target (origin-file) Before: remote-fs.target (origin-mountinfo-implicit) After: network-online.target (origin-file) After: mnt-part3data-homestation.automount (destination-implicit) After: systemd-journald.socket (origin-file) After: network.target (origin-file) After: system.slice (origin-file) After: -.mount (origin-implicit) After: remote-fs-pre.target (origin-file) After: mnt-part3data.mount (origin-path) TriggeredBy: mnt-part3data-homestation.automount (destination-implicit) References: network-online.target (origin-file) References: systemd-journald.socket (origin-file) References: network.target (origin-file) References: system.slice (origin-file) References: umount.target (origin-file) References: -.mount (origin-implicit) References: remote-fs.target (origin-mountinfo-implicit) References: remote-fs-pre.target (origin-file) References: mnt-part3data.mount (origin-path) ReferencedBy: mnt-part3data-homestation.automount (destination-implicit) RequiresMountsFor: /mnt/part3data (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: dead Result: success Where: /mnt/part3data/homestation What: //192.168.0.1/usb1_1 File System Type: cifs Options: users,guest,noperm,noauto,vers=1.0,x-systemd.automount,x-systemd.idle-timeout=10min From /proc/self/mountinfo: no From fragment: yes Extrinsic: no DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-ram14.device: Description: /dev/ram14 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram14.device Invocation ID: 1735276755f1445cb7fede1c83eba197 Following: sys-devices-virtual-block-ram14.device Following Set Member: sys-devices-virtual-block-ram14.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram14 Found: found-udev -> Unit getty.target: Description: Login Prompts Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:14 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:14 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:14 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: getty.target Invocation ID: b63ee0f1068344fa8640436fc6e93b94 Documentation: man:systemd.special(7) Documentation: man:systemd-getty-generator(8) Documentation: http://0pointer.de/blog/projects/serial-console.html Fragment Path: /lib/systemd/system/getty.target Condition Timestamp: Tue 2018-09-11 15:49:14 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:14 CEST Assert Result: yes Wants: getty at tty1.service (origin-file) Wants: serial-getty at ttyAMA0.service (origin-file) Wants: getty-static.service (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: getty-static.service (origin-default) After: serial-getty at ttyAMA0.service (origin-default destination-file) After: getty at tty1.service (origin-default destination-file) References: getty at tty1.service (origin-file origin-default) References: shutdown.target (origin-default) References: serial-getty at ttyAMA0.service (origin-file origin-default) References: getty-static.service (origin-file origin-default) ReferencedBy: getty at tty1.service (destination-file) ReferencedBy: multi-user.target (destination-file destination-default) ReferencedBy: serial-getty at ttyAMA0.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit basic.target: Description: Basic System Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:09 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: basic.target Invocation ID: e77718c254e7491297aec7c355978b0e Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/basic.target Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: sysinit.target (origin-file) Wants: timers.target (origin-file) Wants: slices.target (origin-file) Wants: paths.target (origin-file) Wants: tmp.mount (origin-file) Wants: sockets.target (origin-file) RequiredBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: serial-getty at ttyAMA0.service (destination-default) Before: cups.service (destination-default) Before: rc-local.service (destination-default) Before: shutdown.target (origin-default) Before: dbus.service (destination-default) Before: cpufrequtils.service (destination-default) Before: php7.4-fpm.service (destination-default) Before: winbind.service (destination-default) Before: user-runtime-dir at 1000.service (destination-default) Before: apt-daily.service (destination-default) Before: logrotate.service (destination-default) Before: apt-daily-upgrade.service (destination-default) Before: anacron.service (destination-default) Before: systemd-logind.service (destination-default) Before: smbd.service (destination-default) Before: exim4.service (destination-default) Before: nmbd.service (destination-default) Before: rsync.service (destination-default) Before: systemd-user-sessions.service (destination-default) Before: systemd-ask-password-wall.service (destination-default) Before: cron.service (destination-default) Before: mysql.service (destination-default) Before: alsa-restore.service (destination-default) Before: smartd.service (destination-default) Before: rsyslog.service (destination-default) Before: multi-user.target (destination-file destination-default) Before: getty-static.service (destination-default) Before: loadcpufreq.service (destination-default) Before: nginx.service (destination-default) Before: ssh.service (destination-default) Before: alsa-state.service (destination-default) Before: user at 1000.service (destination-default) Before: nzbget.service (destination-default) Before: phpsessionclean.service (destination-default) Before: getty at tty1.service (destination-default) After: slices.target (origin-file origin-default) After: paths.target (origin-file origin-default) After: tmp.mount (origin-file origin-default) After: sockets.target (origin-file origin-default) After: sysinit.target (origin-file origin-default) After: -.mount (origin-file) References: timers.target (origin-file) References: slices.target (origin-file origin-default) References: paths.target (origin-file origin-default) References: tmp.mount (origin-file origin-default) References: shutdown.target (origin-default) References: sockets.target (origin-file origin-default) References: sysinit.target (origin-file origin-default) References: -.mount (origin-file) ReferencedBy: rc-local.service (destination-default) ReferencedBy: alsa-restore.service (destination-default) ReferencedBy: user at 1000.service (destination-default) ReferencedBy: winbind.service (destination-default) ReferencedBy: systemd-user-sessions.service (destination-default) ReferencedBy: nginx.service (destination-default) ReferencedBy: cron.service (destination-default) ReferencedBy: mysql.service (destination-default) ReferencedBy: rsyslog.service (destination-default) ReferencedBy: dbus.service (destination-default) ReferencedBy: nmbd.service (destination-default) ReferencedBy: getty-static.service (destination-default) ReferencedBy: rsync.service (destination-default) ReferencedBy: getty at tty1.service (destination-default) ReferencedBy: loadcpufreq.service (destination-default) ReferencedBy: ssh.service (destination-default) ReferencedBy: anacron.service (destination-default) ReferencedBy: systemd-ask-password-wall.service (destination-default) ReferencedBy: exim4.service (destination-default) ReferencedBy: systemd-logind.service (destination-default) ReferencedBy: nzbget.service (destination-default) ReferencedBy: smartd.service (destination-default) ReferencedBy: cups.service (destination-default) ReferencedBy: user-runtime-dir at 1000.service (destination-default) ReferencedBy: serial-getty at ttyAMA0.service (destination-default) ReferencedBy: apt-daily-upgrade.service (destination-default) ReferencedBy: alsa-state.service (destination-default) ReferencedBy: cpufrequtils.service (destination-default) ReferencedBy: smbd.service (destination-default) ReferencedBy: multi-user.target (destination-file destination-default) ReferencedBy: logrotate.service (destination-default) ReferencedBy: phpsessionclean.service (destination-default) ReferencedBy: apt-daily.service (destination-default) ReferencedBy: php7.4-fpm.service (destination-default) RequiresMountsFor: /var (origin-file) RequiresMountsFor: /var/tmp (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit postgresql.service: Description: postgresql.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: postgresql.service Before: exim4.service (destination-file) ReferencedBy: exim4.service (destination-file) -> Unit systemd-random-seed.service: Description: Load/Save Random Seed Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:56 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:56 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-random-seed.service Invocation ID: 675073a0d46b402284ab00e9522e1fab Documentation: man:systemd-random-seed.service(8) Documentation: man:random(4) Fragment Path: /lib/systemd/system/systemd-random-seed.service ConditionVirtualization: !container succeeded Condition Timestamp: Tue 2018-09-11 15:48:56 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:48:56 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) Before: sysinit.target (origin-file) After: -.mount (origin-file) After: systemd-remount-fs.service (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: shutdown.target (origin-file) References: sysinit.target (origin-file) References: systemd-remount-fs.service (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: -.mount (origin-file) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /var/lib/systemd/random-seed (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 30s TimeoutStopSec: 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-random-seed load PID: 117 Start Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /lib/systemd/systemd-random-seed save CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit cups.socket: Description: CUPS Scheduler Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Wed 2018-09-12 00:00:03 CEST Inactive Exit Timestamp: Wed 2018-09-12 00:00:03 CEST Active Enter Timestamp: Wed 2018-09-12 00:00:03 CEST Active Exit Timestamp: Wed 2018-09-12 00:00:02 CEST Inactive Enter Timestamp: Wed 2018-09-12 00:00:02 CEST May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/cups.socket CGroup realized: no CGroup own mask: memory pids Name: cups.socket Invocation ID: 1b81929337d34b3a83e4e883eff2567e Fragment Path: /lib/systemd/system/cups.socket Condition Timestamp: Wed 2018-09-12 00:00:02 CEST Condition Result: yes Assert Timestamp: Wed 2018-09-12 00:00:02 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) PartOf: cups.service (origin-file) WantedBy: sockets.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: sockets.target (origin-default destination-default) Before: cups.service (origin-implicit) After: system.slice (origin-file) After: -.mount (origin-file) After: sysinit.target (origin-default) Triggers: cups.service (origin-implicit) References: shutdown.target (origin-default) References: sockets.target (origin-default) References: cups.service (origin-file origin-implicit) References: system.slice (origin-file) References: -.mount (origin-file) References: sysinit.target (origin-default) ReferencedBy: sockets.target (destination-file destination-default) RequiresMountsFor: /run/cups/cups.sock (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: running Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0666 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: no PassSecurity: no TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: cups.socket SELinuxContextFromNet: no ListenStream: /run/cups/cups.sock TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit plymouth-start.service: Description: plymouth-start.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: plymouth-start.service Before: systemd-ask-password-console.service (destination-file) Before: rescue.service (destination-file) Before: systemd-ask-password-console.path (destination-file) ReferencedBy: systemd-ask-password-console.service (destination-file) ReferencedBy: rescue.service (destination-file) ReferencedBy: systemd-ask-password-console.path (destination-file) -> Unit systemd-fsck at dev-mmcblk0p1.service: Description: File System Check on /dev/mmcblk0p1 Instance: dev-mmcblk0p1 Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-systemd\x2dfsck.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-fsck at dev-mmcblk0p1.service Invocation ID: d4ba3059457546eb8bb86afe9b68a02a Documentation: man:systemd-fsck at .service(8) Fragment Path: /lib/systemd/system/systemd-fsck at .service Condition Timestamp: Tue 2018-09-11 15:48:58 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:48:58 CEST Assert Result: yes Requires: system-systemd\x2dfsck.slice (origin-file) Wants: systemd-fsckd.socket (origin-file) BindsTo: dev-mmcblk0p1.device (origin-file) RequiredBy: boot.mount (destination-file) Before: shutdown.target (origin-file) Before: boot.mount (destination-file) Before: systemd-quotacheck.service (origin-file) After: dev-mmcblk0p1.device (origin-file) After: systemd-journald.socket (origin-file) After: system-systemd\x2dfsck.slice (origin-file) After: systemd-fsckd.socket (origin-file) After: systemd-fsck-root.service (origin-file) After: local-fs-pre.target (origin-file) References: shutdown.target (origin-file) References: dev-mmcblk0p1.device (origin-file) References: systemd-journald.socket (origin-file) References: system-systemd\x2dfsck.slice (origin-file) References: systemd-fsckd.socket (origin-file) References: systemd-quotacheck.service (origin-file) References: systemd-fsck-root.service (origin-file) References: local-fs-pre.target (origin-file) ReferencedBy: boot.mount (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: infinity RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-fsck /dev/mmcblk0p1 PID: 147 Start Timestamp: Tue 2018-09-11 15:48:58 CEST Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-block-ram6.device: Description: /sys/devices/virtual/block/ram6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram6.device Invocation ID: 0c7602e7a8254651affe64102d0819fb Following Set Member: dev-ram6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram6 Found: found-udev -> Unit emergency.service: Description: Emergency Shell Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: emergency.service Documentation: man:sulogin(8) Fragment Path: /lib/systemd/system/emergency.service Requires: -.mount (origin-file) Requires: system.slice (origin-file) RequiredBy: emergency.target (destination-file) Conflicts: shutdown.target (origin-file) Conflicts: rescue.service (origin-file) ConflictedBy: syslog.socket (destination-file) ConflictedBy: sysinit.target (destination-file) Before: rescue.service (origin-file) Before: shutdown.target (origin-file) Before: sysinit.target (destination-file) Before: emergency.target (destination-file) After: -.mount (origin-file) After: syslog.socket (destination-file) After: system.slice (origin-file) References: system.slice (origin-file) References: shutdown.target (origin-file) References: rescue.service (origin-file) References: -.mount (origin-file) ReferencedBy: syslog.socket (destination-file) ReferencedBy: emergency.target (destination-file) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /root (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: idle Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: yes UMask: 0022 WorkingDirectory: /root RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private Environment: HOME=/root RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: tty-force StandardOutput: inherit StandardError: inherit DynamicUser: no LockPersonality: no -> ExecStartPre: Command Line: /bin/plymouth --wait quit -> ExecStart: Command Line: /lib/systemd/systemd-sulogin-shell emergency CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2duuid-d8be751c\x2d0513\x2d472d\x2daaec\x2d6f3563c467e9.device: Description: ST2000LM003_HN-M201RAD 3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2duuid-d8be751c\x2d0513\x2d472d\x2daaec\x2d6f3563c467e9.device Invocation ID: bec0651a5a0a4330b24cd19bd172cbe8 Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda3.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart3.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart3.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d03.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart3.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda3.device Following Set Member: dev-sda3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda3 Found: found-udev -> Unit dev-ram6.device: Description: /dev/ram6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram6.device Invocation ID: d20c4768fc92409a853a49a3d0dea376 Following: sys-devices-virtual-block-ram6.device Following Set Member: sys-devices-virtual-block-ram6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram6 Found: found-udev -> Unit dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.device: Description: ST2000LM003_HN-M201RAD 1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.device Invocation ID: a1ddbcfc716b4513a083f86808e9646d Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda1.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda1.device Following Set Member: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device Following Set Member: dev-sda1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda1 Found: found-udev -> Unit user at 1000.service: Description: User Manager for UID 1000 Instance: 1000 Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:35 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:34 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:35 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: user-1000.slice CGroup: /user.slice/user-1000.slice/user at 1000.service CGroup realized: yes CGroup own mask: memory pids Name: user at 1000.service Invocation ID: 3dec3c2bcabf4efb92088de10eb02466 Fragment Path: /lib/systemd/system/user at .service Condition Timestamp: Tue 2018-09-11 15:49:34 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:34 CEST Assert Result: yes Requires: sysinit.target (origin-default) Requires: user-runtime-dir at 1000.service (origin-file) Requires: user-1000.slice (origin-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: systemd-journald.socket (origin-file) After: systemd-user-sessions.service (origin-file) After: user-runtime-dir at 1000.service (origin-file) After: basic.target (origin-default) After: user-1000.slice (origin-file) After: sysinit.target (origin-default) References: systemd-journald.socket (origin-file) References: systemd-user-sessions.service (origin-file) References: user-runtime-dir at 1000.service (origin-file) References: basic.target (origin-default) References: user-1000.slice (origin-file) References: sysinit.target (origin-default) References: shutdown.target (origin-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: no NotifyAccess: main NotifyState: ready Main PID: 745 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 2min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: mixed KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info User: 1000 DynamicUser: no PAMName: systemd-user LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd --user PID: 745 Start Timestamp: Tue 2018-09-11 15:49:34 CEST Status Text: Startup finished in 560ms. CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=yes DelegateControllers=memory pids -> Unit time-sync.target: Description: System Time Synchronized Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:09 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: time-sync.target Invocation ID: f4bd8640fed54b419aacdddaae7808cf Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/time-sync.target Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes WantedBy: systemd-timesyncd.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: apt-daily.timer (destination-default) Before: anacron.service (destination-file) Before: phpsessionclean.timer (destination-default) Before: apt-daily-upgrade.timer (destination-default) Before: exim4.service (destination-file) Before: systemd-tmpfiles-clean.service (destination-file) Before: logrotate.timer (destination-default) Before: anacron.timer (destination-default) After: systemd-timesyncd.service (destination-file) References: shutdown.target (origin-default) ReferencedBy: apt-daily.timer (destination-default) ReferencedBy: anacron.service (destination-file) ReferencedBy: phpsessionclean.timer (destination-default) ReferencedBy: apt-daily-upgrade.timer (destination-default) ReferencedBy: exim4.service (destination-file) ReferencedBy: systemd-timesyncd.service (destination-file) ReferencedBy: systemd-tmpfiles-clean.service (destination-file) ReferencedBy: logrotate.timer (destination-default) ReferencedBy: anacron.timer (destination-default) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit session-c2.scope: Description: Session c2 of user peter Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Wed 2018-09-12 09:04:07 CEST Inactive Exit Timestamp: Wed 2018-09-12 09:04:07 CEST Active Enter Timestamp: Wed 2018-09-12 09:04:07 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: yes Perpetual: no Garbage Collection Mode: inactive Slice: user-1000.slice CGroup: /user.slice/user-1000.slice/session-c2.scope CGroup realized: yes CGroup own mask: memory pids Name: session-c2.scope Invocation ID: 4aa7d1afc47a4f57bc2558bb1fcfa11e Fragment Path: /run/systemd/transient/session-c2.scope Condition Timestamp: Wed 2018-09-12 09:04:07 CEST Condition Result: yes Assert Timestamp: Wed 2018-09-12 09:04:07 CEST Assert Result: yes Requires: user-1000.slice (origin-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: user-1000.slice (origin-file) After: systemd-logind.service (origin-file) After: systemd-user-sessions.service (origin-file) References: systemd-logind.service (origin-file) References: shutdown.target (origin-default) References: systemd-user-sessions.service (origin-file) References: user-1000.slice (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Scope State: running Result: success CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: yes -> Unit dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.device: Description: ST2000LM003_HN-M201RAD 1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.device Invocation ID: e87bf32040fc43db8031b55e6347d371 Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda1.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda1.device Following Set Member: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device Following Set Member: dev-sda1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda1 Found: found-udev -> Unit dev-sda.device: Description: ST2000LM003_HN-M201RAD Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sda.device Invocation ID: 849d8bfacbfd4fadb1be655be346ab94 Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda Found: found-udev -> Unit media-webdav-raspi.automount: Description: Automount webdav raspi Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:13 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:13 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: media-webdav-raspi.automount Invocation ID: 059eb3563cb24c1bb2c38e664df81158 Fragment Path: /etc/systemd/system/media-webdav-raspi.automount Condition Timestamp: Tue 2018-09-11 15:49:13 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:13 CEST Assert Result: yes Requires: -.mount (origin-implicit) Wants: network-online.target (origin-file) WantedBy: remote-fs.target (destination-file) Conflicts: umount.target (origin-default) Before: media-webdav-raspi.mount (origin-implicit) Before: umount.target (origin-default) After: network-online.target (origin-file) After: -.mount (origin-implicit) Triggers: media-webdav-raspi.mount (origin-implicit) References: network-online.target (origin-file) References: media-webdav-raspi.mount (origin-implicit) References: umount.target (origin-default) References: -.mount (origin-implicit) ReferencedBy: remote-fs.target (destination-file) RequiresMountsFor: /media/webdav (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Automount State: waiting Result: success Where: /media/webdav/raspi DirectoryMode: 0755 TimeoutIdleUSec: 10min -> Unit cups.service: Description: CUPS Scheduler Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Wed 2018-09-12 00:00:03 CEST Inactive Exit Timestamp: Wed 2018-09-12 00:00:03 CEST Active Enter Timestamp: Wed 2018-09-12 00:00:03 CEST Active Exit Timestamp: Wed 2018-09-12 00:00:02 CEST Inactive Enter Timestamp: Wed 2018-09-12 00:00:02 CEST May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/cups.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: cups.service Invocation ID: fe510754c5b64aa8988662a9e75fc3af Documentation: man:cupsd(8) Fragment Path: /lib/systemd/system/cups.service Condition Timestamp: Wed 2018-09-12 00:00:03 CEST Condition Result: yes Assert Timestamp: Wed 2018-09-12 00:00:03 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) ConsistsOf: cups.path (destination-file) ConsistsOf: cups.socket (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) After: sysinit.target (origin-default) After: cups.path (destination-implicit) After: cups.socket (destination-implicit) After: basic.target (origin-default) TriggeredBy: cups.path (destination-implicit) TriggeredBy: cups.socket (destination-implicit) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-default) References: shutdown.target (origin-default) References: basic.target (origin-default) ReferencedBy: cups.path (destination-file destination-implicit) ReferencedBy: cups.socket (destination-file destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: on-failure NotifyAccess: none NotifyState: unknown Main PID: 31433 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/cupsd -l PID: 31433 Start Timestamp: Wed 2018-09-12 00:00:03 CEST CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit nss-user-lookup.target: Description: User and Group Name Lookups Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: nss-user-lookup.target Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/nss-user-lookup.target Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: cron.service (destination-file) Before: systemd-user-sessions.service (destination-file) Before: systemd-logind.service (destination-file) References: shutdown.target (origin-default) ReferencedBy: cron.service (destination-file) ReferencedBy: systemd-user-sessions.service (destination-file) ReferencedBy: systemd-logind.service (destination-file) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: dead -> Unit systemd-modules-load.service: Description: Load Kernel Modules Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:56 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:56 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-modules-load.service Invocation ID: 7b82c4096d39419b95b47f0ccd3197ea Documentation: man:systemd-modules-load.service(8) Documentation: man:modules-load.d(5) Fragment Path: /lib/systemd/system/systemd-modules-load.service ConditionKernelCommandLine: |rd.modules-load failed ConditionKernelCommandLine: |modules-load failed ConditionDirectoryNotEmpty: |/run/modules-load.d failed ConditionDirectoryNotEmpty: |/etc/modules-load.d succeeded ConditionDirectoryNotEmpty: |/usr/local/lib/modules-load.d failed ConditionDirectoryNotEmpty: |/usr/lib/modules-load.d failed ConditionDirectoryNotEmpty: |/lib/modules-load.d failed ConditionCapability: CAP_SYS_MODULE succeeded Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: networking.service (destination-file) Before: sysinit.target (origin-file) Before: sys-kernel-config.mount (destination-file) Before: sys-fs-fuse-connections.mount (destination-file) Before: systemd-sysctl.service (destination-file) Before: shutdown.target (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: sysinit.target (origin-file) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-file) References: system.slice (origin-file) ReferencedBy: sys-kernel-config.mount (destination-file) ReferencedBy: sysinit.target (destination-file) ReferencedBy: systemd-sysctl.service (destination-file) ReferencedBy: networking.service (destination-file) ReferencedBy: sys-fs-fuse-connections.mount (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-modules-load PID: 95 Start Timestamp: Fri 2018-06-22 13:11:51 CEST Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap: Description: /dev/disk/by-path/platform-3f980000.usb-usb-0:1.3:1.0-scsi-0:0:0:0-part1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:59 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:59 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:59 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap Invocation ID: 847eb7ad3af04e71ad79698247a89864 Following: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap Following Set Member: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap Following Set Member: dev-sda1.swap Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) Conflicts: umount.target (origin-default) Before: umount.target (origin-default) Before: swap.target (origin-default) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: umount.target (origin-default) References: system.slice (origin-file) References: -.mount (origin-implicit) References: swap.target (origin-default) References: systemd-journald.socket (origin-file) RequiresMountsFor: /dev/disk/by-path/platform-3f980000.usb-usb-0:1.3:1.0-scsi-0:0:0:0-part1 (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Swap State: active Result: success What: /dev/disk/by-path/platform-3f980000.usb-usb-0:1.3:1.0-scsi-0:0:0:0-part1 From /proc/swaps: yes From fragment: no Device Node: /dev/sda1 Priority: -2 Options: TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-ram3.device: Description: /dev/ram3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram3.device Invocation ID: dc48f6f8dd4b4081963f2f2d4911c9ff Following: sys-devices-virtual-block-ram3.device Following Set Member: sys-devices-virtual-block-ram3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram3 Found: found-udev -> Unit dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.device: Description: ST2000LM003_HN-M201RAD 1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.device Invocation ID: 6bf722b04c28473e9f3fadda91e19bac Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda1.device Following Set Member: dev-sda1.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda1.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.device Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Wants: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (origin-file) BoundBy: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (destination-file) Before: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (destination-file) ReferencedBy: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda1 Found: found-udev -> Unit systemd-update-done.service: Description: systemd-update-done.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-update-done.service After: systemd-sysusers.service (destination-file) After: systemd-hwdb-update.service (destination-file) ReferencedBy: systemd-sysusers.service (destination-file) ReferencedBy: systemd-hwdb-update.service (destination-file) -> Unit apt-daily.timer: Description: Daily apt download activities Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Wed 2018-09-12 09:07:42 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: apt-daily.timer Invocation ID: 3f932a310e4f4c91aa61334ac4474e91 Fragment Path: /lib/systemd/system/apt-daily.timer Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) WantedBy: timers.target (destination-file) Conflicts: shutdown.target (origin-default) Before: apt-daily.service (origin-implicit) Before: apt-daily-upgrade.timer (destination-file) Before: timers.target (origin-default) Before: shutdown.target (origin-default) After: -.mount (origin-file) After: time-sync.target (origin-default) After: sysinit.target (origin-default) Triggers: apt-daily.service (origin-implicit) References: shutdown.target (origin-default) References: sysinit.target (origin-default) References: time-sync.target (origin-default) References: apt-daily.service (origin-implicit) References: timers.target (origin-default) References: -.mount (origin-file) ReferencedBy: apt-daily-upgrade.timer (destination-file) ReferencedBy: timers.target (destination-file) RequiresMountsFor: /var/lib/systemd/timers (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Timer State: waiting Result: success Unit: apt-daily.service Persistent: yes WakeSystem: no Accuracy: 1min RemainAfterElapse: yes OnCalendar: *-*-* 06,18:00:00 -> Unit remote-fs-pre.target: Description: Remote File Systems (Pre) Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: remote-fs-pre.target Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/remote-fs-pre.target Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: mnt-part3data-homestation.mount (destination-file) Before: remote-fs.target (destination-file) Before: mnt-part3data-ex2.mount (destination-file) References: shutdown.target (origin-default) ReferencedBy: remote-fs.target (destination-file) ReferencedBy: mnt-part3data-ex2.mount (destination-file) ReferencedBy: mnt-part3data-homestation.mount (destination-file) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: dead -> Unit dev-ram15.device: Description: /dev/ram15 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram15.device Invocation ID: 9fe9c76213244c05b92fd3010669a103 Following: sys-devices-virtual-block-ram15.device Following Set Member: sys-devices-virtual-block-ram15.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram15 Found: found-udev -> Unit NetworkManager.service: Description: NetworkManager.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: NetworkManager.service Before: apt-daily.service (destination-file) ReferencedBy: apt-daily.service (destination-file) -> Unit dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device: Description: ST2000LM003_HN-M201RAD 2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device Invocation ID: 6a594113f63847d99606f9795139b97f Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda2.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda2.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d02.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart2.device Following Set Member: dev-disk-by\x2duuid-f55adb7f\x2d6d96\x2d4e27\x2da51d\x2da274dfa58214.device Following Set Member: dev-sda2.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda2 Found: found-udev -> Unit cron.service: Description: Regular background program processing daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:09 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/cron.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: cron.service Invocation ID: c68f7935991a4b1aba7d55c4650377e9 Documentation: man:cron(8) Fragment Path: /lib/systemd/system/cron.service Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: remote-fs.target (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) After: sysinit.target (origin-default) After: nss-user-lookup.target (origin-file) After: basic.target (origin-default) References: remote-fs.target (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-default) References: nss-user-lookup.target (origin-file) References: shutdown.target (origin-default) References: basic.target (origin-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: on-failure NotifyAccess: none NotifyState: unknown Main PID: 212 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/cron RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/cron -f $EXTRA_OPTS PID: 212 Start Timestamp: Tue 2018-09-11 15:49:09 CEST CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit phpsessionclean.service: Description: Clean php session files Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: Wed 2018-09-12 11:39:02 CEST Inactive Exit Timestamp: Wed 2018-09-12 11:39:02 CEST Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: Wed 2018-09-12 11:39:02 CEST May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: phpsessionclean.service Invocation ID: 496d55e729424c2bad01b26c20397e43 Fragment Path: /lib/systemd/system/phpsessionclean.service Condition Timestamp: Wed 2018-09-12 11:39:02 CEST Condition Result: yes Assert Timestamp: Wed 2018-09-12 11:39:02 CEST Assert Result: yes Requires: tmp.mount (origin-file) Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) Requires: -.mount (origin-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: basic.target (origin-default) After: system.slice (origin-file) After: systemd-tmpfiles-setup.service (origin-file) After: sysinit.target (origin-default) After: -.mount (origin-file) After: phpsessionclean.timer (destination-implicit) After: systemd-journald.socket (origin-file) After: tmp.mount (origin-file) TriggeredBy: phpsessionclean.timer (destination-implicit) References: shutdown.target (origin-default) References: basic.target (origin-default) References: system.slice (origin-file) References: systemd-tmpfiles-setup.service (origin-file) References: sysinit.target (origin-default) References: -.mount (origin-file) References: systemd-journald.socket (origin-file) References: tmp.mount (origin-file) ReferencedBy: phpsessionclean.timer (destination-implicit) RequiresMountsFor: /tmp (origin-file) RequiresMountsFor: /var/tmp (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: yes PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: yes ProtectSystem: yes MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/lib/php/sessionclean PID: 10725 Start Timestamp: Wed 2018-09-12 11:39:02 CEST Exit Timestamp: Wed 2018-09-12 11:39:02 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit media-webdav-namecheap.mount: Description: webdav namecheap Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: Tue 2018-09-11 16:02:09 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:20 CEST Active Exit Timestamp: Tue 2018-09-11 16:02:06 CEST Inactive Enter Timestamp: Tue 2018-09-11 16:02:09 CEST May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: media-webdav-namecheap.mount Invocation ID: a2f5a154bdef42d9aada9e7950d40538 Fragment Path: /etc/systemd/system/media-webdav-namecheap.mount Condition Timestamp: Tue 2018-09-11 15:49:13 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:13 CEST Assert Result: yes Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) Wants: network-online.target (origin-file) WantedBy: remote-fs.target (destination-file) Conflicts: umount.target (origin-file) Before: umount.target (origin-file) After: media-webdav-namecheap.automount (destination-implicit) After: systemd-journald.socket (origin-file) After: -.mount (origin-implicit) After: network-online.target (origin-file) After: system.slice (origin-file) After: local-fs-pre.target (origin-file) TriggeredBy: media-webdav-namecheap.automount (destination-implicit) References: umount.target (origin-file) References: systemd-journald.socket (origin-file) References: -.mount (origin-implicit) References: network-online.target (origin-file) References: system.slice (origin-file) References: local-fs-pre.target (origin-file) ReferencedBy: remote-fs.target (destination-file) ReferencedBy: media-webdav-namecheap.automount (destination-implicit) RequiresMountsFor: /media/webdav (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: dead Result: success Where: /media/webdav/namecheap What: https://fernpunkt.me:2078 File System Type: davfs Options: users,file_mode=0777,dir_mode=0777 From /proc/self/mountinfo: no From fragment: yes Extrinsic: no DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit networking.service: Description: Raise network interfaces Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:13 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:08 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:13 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: networking.service Invocation ID: bb647e6160134d6db03f436f31542f87 Documentation: man:interfaces(5) Fragment Path: /lib/systemd/system/networking.service Condition Timestamp: Tue 2018-09-11 15:49:08 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:08 CEST Assert Result: yes Requires: system.slice (origin-file) Wants: network.target (origin-file) WantedBy: network-online.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) Before: network-online.target (origin-file) Before: network.target (origin-file) After: local-fs.target (origin-file) After: systemd-modules-load.service (origin-file) After: systemd-journald.socket (origin-file) After: apparmor.service (origin-file) After: network-pre.target (origin-file) After: system.slice (origin-file) After: systemd-sysctl.service (origin-file) References: local-fs.target (origin-file) References: systemd-modules-load.service (origin-file) References: systemd-journald.socket (origin-file) References: apparmor.service (origin-file) References: network-pre.target (origin-file) References: network.target (origin-file) References: network-online.target (origin-file) References: system.slice (origin-file) References: systemd-sysctl.service (origin-file) References: shutdown.target (origin-file) ReferencedBy: network-online.target (destination-file) ReferencedBy: multi-user.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 5min TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/networking RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStartPre: Command Line: /bin/sh -c 'if [ "$CONFIGURE_INTERFACES" != "no" ] && [ -n "$(ifquery --read-environment --list --exclude=lo)" ]; then udevadm settle; fi' PID: 181 Start Timestamp: Tue 2018-09-11 15:49:08 CEST Exit Timestamp: Tue 2018-09-11 15:49:08 CEST Exit Code: exited Exit Status: 0 -> ExecStart: Command Line: /sbin/ifup -a --read-environment PID: 185 Start Timestamp: Tue 2018-09-11 15:49:08 CEST Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /sbin/ifdown -a --read-environment --exclude=lo CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit smartd.service: Description: Self Monitoring and Reporting Technology (SMART) Daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:09 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/smartd.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: smartd.service Invocation ID: 261d057cb92644f7813f4719c934d390 Documentation: man:smartd(8) Documentation: man:smartd.conf(5) Fragment Path: /lib/systemd/system/smartd.service Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: system.slice (origin-file) After: basic.target (origin-default) After: systemd-journald.socket (origin-file) After: sysinit.target (origin-default) References: system.slice (origin-file) References: basic.target (origin-default) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-default) References: sysinit.target (origin-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown Main PID: 210 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/smartmontools RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: syslog StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/smartd -n $smartd_opts PID: 210 Start Timestamp: Tue 2018-09-11 15:49:09 CEST -> ExecReload: Command Line: /bin/kill -HUP $MAINPID CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit systemd-tmpfiles-setup.service: Description: Create Volatile Files and Directories Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:08 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:08 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:08 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-tmpfiles-setup.service Invocation ID: 5d70a05a26e240a7b305e9935e3af327 Documentation: man:tmpfiles.d(5) Documentation: man:systemd-tmpfiles(8) Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup.service Condition Timestamp: Tue 2018-09-11 15:49:08 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:08 CEST Assert Result: yes Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: phpsessionclean.service (destination-file) Before: systemd-timesyncd.service (destination-file) Before: logrotate.service (destination-file) Before: systemd-update-utmp.service (destination-file) Before: systemd-networkd.service (destination-file) Before: sysinit.target (origin-file) Before: shutdown.target (origin-file) After: systemd-sysusers.service (origin-file) After: systemd-journald.socket (origin-file) After: local-fs.target (origin-file) After: system.slice (origin-file) After: systemd-journal-flush.service (destination-file) References: systemd-sysusers.service (origin-file) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-file) References: local-fs.target (origin-file) References: sysinit.target (origin-file) References: system.slice (origin-file) ReferencedBy: logrotate.service (destination-file) ReferencedBy: phpsessionclean.service (destination-file) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: sysinit.target (destination-file) ReferencedBy: systemd-journal-flush.service (destination-file) ReferencedBy: systemd-timesyncd.service (destination-file) ReferencedBy: systemd-update-utmp.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: yes DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev PID: 182 Start Timestamp: Tue 2018-09-11 15:49:08 CEST Exit Timestamp: Tue 2018-09-11 15:49:08 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit nginx.service: Description: A high performance web server and a reverse proxy server Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:24 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:24 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/nginx.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: nginx.service Invocation ID: 7ac3de7c92c842e0b9bb2c9d5dd47578 Documentation: man:nginx(8) Fragment Path: /lib/systemd/system/nginx.service Condition Timestamp: Tue 2018-09-11 15:49:13 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:13 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: basic.target (origin-default) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: network.target (origin-file) After: system.slice (origin-file) References: basic.target (origin-default) References: sysinit.target (origin-default) References: systemd-journald.socket (origin-file) References: network.target (origin-file) References: system.slice (origin-file) References: shutdown.target (origin-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: on-abnormal NotifyAccess: none NotifyState: unknown Main PID: 478 Main PID Known: yes Main PID Alien: no PIDFile: /run/nginx.pid RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 5s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: mixed KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStartPre: Command Line: /usr/local/nginx/sbin/nginx -t -q -g 'daemon on; master_process on;' PID: 392 Start Timestamp: Tue 2018-09-11 15:49:13 CEST Exit Timestamp: Tue 2018-09-11 15:49:19 CEST Exit Code: exited Exit Status: 0 -> ExecStart: Command Line: /usr/local/nginx/sbin/nginx -g 'daemon on; master_process on;' PID: 431 Start Timestamp: Tue 2018-09-11 15:49:19 CEST Exit Timestamp: Tue 2018-09-11 15:49:24 CEST Exit Code: exited Exit Status: 0 -> ExecReload: Command Line: /usr/local/nginx/sbin/nginx -g 'daemon on; master_process on;' -s reload -> ExecStop: Command Line: /sbin/start-stop-daemon --quiet --stop --retry QUIT/5 --pidfile /run/nginx.pid CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit systemd-fsck at dev-sda3.service: Description: File System Check on /dev/sda3 Instance: dev-sda3 Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:08 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:08 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-systemd\x2dfsck.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-fsck at dev-sda3.service Invocation ID: e6d319f9f6274c00a164d9b0c00847db Documentation: man:systemd-fsck at .service(8) Fragment Path: /lib/systemd/system/systemd-fsck at .service Condition Timestamp: Tue 2018-09-11 15:48:58 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:48:58 CEST Assert Result: yes Requires: system-systemd\x2dfsck.slice (origin-file) Wants: systemd-fsckd.socket (origin-file) BindsTo: dev-sda3.device (origin-file) RequiredBy: mnt-part3data.mount (destination-file) Before: mnt-part3data.mount (destination-file) Before: shutdown.target (origin-file) Before: systemd-quotacheck.service (origin-file) After: dev-sda3.device (origin-file) After: systemd-journald.socket (origin-file) After: system-systemd\x2dfsck.slice (origin-file) After: systemd-fsckd.socket (origin-file) After: systemd-fsck-root.service (origin-file) After: local-fs-pre.target (origin-file) References: shutdown.target (origin-file) References: dev-sda3.device (origin-file) References: systemd-journald.socket (origin-file) References: system-systemd\x2dfsck.slice (origin-file) References: systemd-fsckd.socket (origin-file) References: systemd-quotacheck.service (origin-file) References: systemd-fsck-root.service (origin-file) References: local-fs-pre.target (origin-file) ReferencedBy: mnt-part3data.mount (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: infinity RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-fsck /dev/sda3 PID: 152 Start Timestamp: Tue 2018-09-11 15:48:58 CEST Exit Timestamp: Tue 2018-09-11 15:49:08 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit apt-daily-upgrade.service: Description: Daily apt upgrade and clean activities Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: Wed 2018-09-12 06:18:37 CEST Inactive Exit Timestamp: Wed 2018-09-12 06:18:31 CEST Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: Wed 2018-09-12 06:18:37 CEST May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: apt-daily-upgrade.service Invocation ID: e2679e30eec44462baed5113c43c19dd Documentation: man:apt(8) Fragment Path: /lib/systemd/system/apt-daily-upgrade.service ConditionACPower: true succeeded Condition Timestamp: Wed 2018-09-12 06:18:31 CEST Condition Result: yes Assert Timestamp: Wed 2018-09-12 06:18:31 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: sysinit.target (origin-default) After: basic.target (origin-default) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) After: apt-daily.service (origin-file) After: apt-daily-upgrade.timer (destination-implicit) TriggeredBy: apt-daily-upgrade.timer (destination-implicit) References: sysinit.target (origin-default) References: shutdown.target (origin-default) References: basic.target (origin-default) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: apt-daily.service (origin-file) ReferencedBy: apt-daily-upgrade.timer (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 15min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/lib/apt/apt.systemd.daily install PID: 22804 Start Timestamp: Wed 2018-09-12 06:18:31 CEST Exit Timestamp: Wed 2018-09-12 06:18:37 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit rc-local.service: Description: /etc/rc.local Compatibility Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:14 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:14 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: yes Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: rc-local.service Invocation ID: 87122c4b863d41b1b9af4d940e897ed4 Documentation: man:systemd-rc-local-generator(8) Fragment Path: /lib/systemd/system/rc-local.service DropIn Path: /lib/systemd/system/rc-local.service.d/debian.conf ConditionFileIsExecutable: /etc/rc.local succeeded Condition Timestamp: Tue 2018-09-11 15:49:13 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:13 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: multi-user.target (destination-default) Before: getty at tty1.service (destination-file) Before: serial-getty at ttyAMA0.service (destination-file) Before: shutdown.target (origin-default) After: system.slice (origin-file) After: sysinit.target (origin-default) After: network-online.target (origin-file) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: network.target (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-default) References: network-online.target (origin-file) References: systemd-journald.socket (origin-file) References: basic.target (origin-default) References: network.target (origin-file) References: shutdown.target (origin-default) ReferencedBy: getty at tty1.service (destination-file) ReferencedBy: multi-user.target (destination-file destination-default) ReferencedBy: serial-getty at ttyAMA0.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: no Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: infinity RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal+console StandardError: journal+console SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/rc.local start PID: 396 Start Timestamp: Tue 2018-09-11 15:49:13 CEST Exit Timestamp: Tue 2018-09-11 15:49:14 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit network-online.target: Description: Network is Online Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:13 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:13 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: network-online.target Invocation ID: ffb19fd56eb5405bb4c71aa8b8117f32 Documentation: man:systemd.special(7) Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget Fragment Path: /lib/systemd/system/network-online.target Condition Timestamp: Tue 2018-09-11 15:49:13 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:13 CEST Assert Result: yes Wants: networking.service (origin-file) Wants: ifupdown-wait-online.service (origin-file) WantedBy: nmbd.service (destination-file) WantedBy: media-webdav-raspi.mount (destination-file) WantedBy: media-webdav-box.mount (destination-file) WantedBy: media-webdav-box.automount (destination-file) WantedBy: media-webdav-namecheap.automount (destination-file) WantedBy: media-webdav-namecheap.mount (destination-file) WantedBy: smbd.service (destination-file) WantedBy: exim4.service (destination-file) WantedBy: media-webdav-raspi.automount (destination-file) WantedBy: mnt-part3data-homestation.mount (destination-file) WantedBy: mnt-part3data-ex2.mount (destination-file) Conflicts: shutdown.target (origin-default) Before: media-webdav-namecheap.automount (destination-file) Before: media-webdav-raspi.mount (destination-file) Before: smbd.service (destination-file) Before: mnt-part3data-homestation.mount (destination-file) Before: exim4.service (destination-file) Before: apt-daily.service (destination-file) Before: mnt-part3data-ex2.mount (destination-file) Before: media-webdav-box.automount (destination-file) Before: media-webdav-namecheap.mount (destination-file) Before: rc-local.service (destination-file) Before: shutdown.target (origin-default) Before: media-webdav-box.mount (destination-file) Before: media-webdav-raspi.automount (destination-file) Before: nmbd.service (destination-file) After: ifupdown-wait-online.service (destination-file) After: networking.service (destination-file) After: network.target (origin-file) References: ifupdown-wait-online.service (origin-file) References: network.target (origin-file) References: shutdown.target (origin-default) References: networking.service (origin-file) ReferencedBy: mnt-part3data-ex2.mount (destination-file) ReferencedBy: nmbd.service (destination-file) ReferencedBy: mnt-part3data-homestation.mount (destination-file) ReferencedBy: media-webdav-raspi.automount (destination-file) ReferencedBy: exim4.service (destination-file) ReferencedBy: networking.service (destination-file) ReferencedBy: media-webdav-namecheap.automount (destination-file) ReferencedBy: media-webdav-raspi.mount (destination-file) ReferencedBy: ifupdown-wait-online.service (destination-file) ReferencedBy: rc-local.service (destination-file) ReferencedBy: media-webdav-box.mount (destination-file) ReferencedBy: smbd.service (destination-file) ReferencedBy: apt-daily.service (destination-file) ReferencedBy: media-webdav-box.automount (destination-file) ReferencedBy: media-webdav-namecheap.mount (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-ram7.device: Description: /dev/ram7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram7.device Invocation ID: ca92019cdff441e5b3c48baf6da591b2 Following: sys-devices-virtual-block-ram7.device Following Set Member: sys-devices-virtual-block-ram7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram7 Found: found-udev -> Unit systemd-udevd.service: Description: udev Kernel Device Manager Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-udevd.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: systemd-udevd.service Invocation ID: ccc7075802cb4885b3f7c56b9a8d6812 Documentation: man:systemd-udevd.service(8) Documentation: man:udev(7) Fragment Path: /lib/systemd/system/systemd-udevd.service ConditionPathIsReadWrite: /sys succeeded Condition Timestamp: Tue 2018-09-11 15:48:56 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:48:56 CEST Assert Result: yes Requires: system.slice (origin-file) Wants: systemd-udevd-control.socket (origin-file) Wants: systemd-udevd-kernel.socket (origin-file) WantedBy: systemd-udev-trigger.service (destination-file) WantedBy: sysinit.target (destination-file) Before: systemd-networkd.service (destination-file) Before: sysinit.target (origin-file) After: systemd-tmpfiles-setup-dev.service (destination-file) After: systemd-sysusers.service (origin-file) After: systemd-journald.socket (origin-file) After: systemd-udevd-kernel.socket (origin-file destination-implicit) After: system.slice (origin-file) After: systemd-hwdb-update.service (origin-file) After: systemd-udevd-control.socket (origin-file destination-implicit) TriggeredBy: systemd-udevd-control.socket (origin-file destination-implicit) TriggeredBy: systemd-udevd-kernel.socket (origin-file destination-implicit) References: systemd-sysusers.service (origin-file) References: systemd-journald.socket (origin-file) References: sysinit.target (origin-file) References: systemd-udevd-kernel.socket (origin-file) References: system.slice (origin-file) References: systemd-hwdb-update.service (origin-file) References: systemd-udevd-control.socket (origin-file) ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file) ReferencedBy: systemd-udev-trigger.service (destination-file) ReferencedBy: systemd-udevd-kernel.socket (destination-implicit) ReferencedBy: sysinit.target (destination-file) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: systemd-udevd-control.socket (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: always NotifyAccess: main NotifyState: ready Main PID: 126 Main PID Known: yes Main PID Alien: no RestartSec: 0 TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 3min KillMode: mixed KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: yes RestrictRealtime: yes KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 OOMScoreAdjust: -1000 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: yes SystemCallArchitectures: native -> ExecStart: Command Line: /lib/systemd/systemd-udevd PID: 126 Start Timestamp: Tue 2018-09-11 15:48:57 CEST Status Text: Processing with 10 children at max CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no IPAddressDeny=0.0.0.0/0 IPAddressDeny=::/0 -> Unit slices.target: Description: Slices Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Fri 2018-06-22 13:11:51 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: slices.target Invocation ID: e3fb1337edd94386bcb275af82e228c6 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/slices.target Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Wants: -.slice (origin-file) Wants: system.slice (origin-file) WantedBy: basic.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: basic.target (destination-file destination-default) After: -.slice (origin-file) After: user.slice (destination-file) After: system.slice (origin-file) References: -.slice (origin-file) References: shutdown.target (origin-default) References: system.slice (origin-file) ReferencedBy: user.slice (destination-file) ReferencedBy: basic.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit network.target: Description: Network Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:13 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:13 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: network.target Invocation ID: 3ddc87f757574818a2dae9850ff8154a Documentation: man:systemd.special(7) Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget Fragment Path: /lib/systemd/system/network.target Condition Timestamp: Tue 2018-09-11 15:49:13 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:13 CEST Assert Result: yes WantedBy: systemd-networkd.service (destination-file) WantedBy: networking.service (destination-file) Conflicts: shutdown.target (origin-default) Before: mnt-part3data-ex2.mount (destination-file) Before: mysql.service (destination-file) Before: mnt-part3data-homestation.mount (destination-file) Before: php7.4-fpm.service (destination-file) Before: nginx.service (destination-file) Before: nmbd.service (destination-file) Before: shutdown.target (origin-default) Before: smbd.service (destination-file) Before: network-online.target (destination-file) Before: rc-local.service (destination-file) Before: nzbget.service (destination-file) Before: systemd-user-sessions.service (destination-file) Before: winbind.service (destination-file) Before: ssh.service (destination-file) Before: apt-daily.service (destination-file) Before: rsync.service (destination-file) After: systemd-networkd.service (destination-file) After: networking.service (destination-file) After: network-pre.target (origin-file) References: shutdown.target (origin-default) References: network-pre.target (origin-file) ReferencedBy: php7.4-fpm.service (destination-file) ReferencedBy: network-online.target (destination-file) ReferencedBy: smbd.service (destination-file) ReferencedBy: winbind.service (destination-file) ReferencedBy: ssh.service (destination-file) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: rc-local.service (destination-file) ReferencedBy: systemd-user-sessions.service (destination-file) ReferencedBy: nmbd.service (destination-file) ReferencedBy: nzbget.service (destination-file) ReferencedBy: networking.service (destination-file) ReferencedBy: mnt-part3data-ex2.mount (destination-file) ReferencedBy: apt-daily.service (destination-file) ReferencedBy: rsync.service (destination-file) ReferencedBy: nginx.service (destination-file) ReferencedBy: mysql.service (destination-file) ReferencedBy: mnt-part3data-homestation.mount (destination-file) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-ram2.device: Description: /dev/ram2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram2.device Invocation ID: 22ade6671c1e4442a5c7c0ea61089425 Following: sys-devices-virtual-block-ram2.device Following Set Member: sys-devices-virtual-block-ram2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram2 Found: found-udev -> Unit sys-devices-virtual-block-ram11.device: Description: /sys/devices/virtual/block/ram11 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram11.device Invocation ID: fc7f91858cfd40bdbdbf62f6c6da0d1c Following Set Member: dev-ram11.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram11 Found: found-udev -> Unit fake-hwclock.service: Description: Restore / save the current clock Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:56 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:56 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: fake-hwclock.service Invocation ID: e027b51dcc2b448bb38467cc6e1bc16b Documentation: man:fake-hwclock(8) Fragment Path: /lib/systemd/system/fake-hwclock.service Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: systemd-fsck-root.service (origin-file) Before: sysinit.target (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-file) References: systemd-fsck-root.service (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-file) ReferencedBy: sysinit.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/fake-hwclock RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /sbin/fake-hwclock load $FORCE PID: 90 Start Timestamp: Fri 2018-06-22 13:11:51 CEST Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /sbin/fake-hwclock save CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit systemd-tmpfiles-clean.service: Description: Cleanup of Temporary Directories Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: Tue 2018-09-11 16:06:36 CEST Inactive Exit Timestamp: Tue 2018-09-11 16:06:36 CEST Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: Tue 2018-09-11 16:06:36 CEST May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-tmpfiles-clean.service Invocation ID: a60bd3d163a84484b57fe9e97a26cc62 Documentation: man:tmpfiles.d(5) Documentation: man:systemd-tmpfiles(8) Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.service Condition Timestamp: Tue 2018-09-11 16:06:36 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 16:06:36 CEST Assert Result: yes Requires: system.slice (origin-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) After: time-sync.target (origin-file) After: system.slice (origin-file) After: local-fs.target (origin-file) After: systemd-tmpfiles-clean.timer (destination-implicit) After: systemd-journald.socket (origin-file) TriggeredBy: systemd-tmpfiles-clean.timer (destination-implicit) References: shutdown.target (origin-file) References: time-sync.target (origin-file) References: system.slice (origin-file) References: local-fs.target (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: systemd-tmpfiles-clean.timer (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 IOSchedulingClass: idle IOPriority: 0 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/systemd-tmpfiles --clean PID: 1965 Start Timestamp: Tue 2018-09-11 16:06:36 CEST Exit Timestamp: Tue 2018-09-11 16:06:36 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit systemd-vconsole-setup.service: Description: systemd-vconsole-setup.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-vconsole-setup.service Before: systemd-ask-password-console.service (destination-file) ReferencedBy: systemd-ask-password-console.service (destination-file) -> Unit systemd-initctl.service: Description: initctl Compatibility Daemon Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-initctl.service Documentation: man:systemd-initctl.service(8) Fragment Path: /lib/systemd/system/systemd-initctl.service Requires: system.slice (origin-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: systemd-initctl.socket (destination-implicit) TriggeredBy: systemd-initctl.socket (destination-implicit) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) ReferencedBy: systemd-initctl.socket (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: all NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no SystemCallArchitectures: native -> ExecStart: Command Line: /lib/systemd/systemd-initctl CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit logrotate.timer: Description: Daily rotation of log files Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Wed 2018-09-12 00:00:03 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: logrotate.timer Invocation ID: 663b32ea6743479b9528e688e0547d45 Documentation: man:logrotate(8) Documentation: man:logrotate.conf(5) Fragment Path: /lib/systemd/system/logrotate.timer Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) WantedBy: timers.target (destination-file) Conflicts: shutdown.target (origin-default) Before: timers.target (origin-default) Before: shutdown.target (origin-default) Before: logrotate.service (origin-implicit) After: -.mount (origin-file) After: time-sync.target (origin-default) After: sysinit.target (origin-default) Triggers: logrotate.service (origin-implicit) References: -.mount (origin-file) References: timers.target (origin-default) References: shutdown.target (origin-default) References: time-sync.target (origin-default) References: sysinit.target (origin-default) References: logrotate.service (origin-implicit) ReferencedBy: timers.target (destination-file) RequiresMountsFor: /var/lib/systemd/timers (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Timer State: waiting Result: success Unit: logrotate.service Persistent: yes WakeSystem: no Accuracy: 12h RemainAfterElapse: yes OnCalendar: *-*-* 00:00:00 -> Unit mnt-part3data-ex2.automount: Description: mnt-part3data-ex2.automount Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Wed 2018-09-12 10:11:35 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:08 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:08 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: mnt-part3data-ex2.automount Invocation ID: d143157ccf9c405581782055574dad0c Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Fragment Path: /run/systemd/generator/mnt-part3data-ex2.automount Source Path: /etc/fstab Condition Timestamp: Tue 2018-09-11 15:49:08 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:08 CEST Assert Result: yes Requires: mnt-part3data.mount (origin-path) Requires: -.mount (origin-implicit) RequiredBy: remote-fs.target (destination-file) Conflicts: umount.target (origin-default) Before: remote-fs.target (origin-file) Before: mnt-part3data-ex2.mount (origin-implicit) Before: umount.target (origin-default) After: mnt-part3data.mount (origin-path) After: -.mount (origin-implicit) Triggers: mnt-part3data-ex2.mount (origin-implicit) References: mnt-part3data.mount (origin-path) References: umount.target (origin-default) References: -.mount (origin-implicit) References: remote-fs.target (origin-file) References: mnt-part3data-ex2.mount (origin-implicit) ReferencedBy: remote-fs.target (destination-file) RequiresMountsFor: /mnt/part3data (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Automount State: waiting Result: success Where: /mnt/part3data/ex2 DirectoryMode: 0755 TimeoutIdleUSec: 6min -> Unit sys-devices-virtual-net-he\x2dipv6.device: Description: /sys/devices/virtual/net/he-ipv6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:13 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:13 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-net-he\x2dipv6.device Invocation ID: 3d3e5190fe604b1b87c167847bf8bf47 Following Set Member: sys-subsystem-net-devices-he\x2dipv6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/net/he-ipv6 Found: found-udev -> Unit sys-devices-virtual-net-sit0.device: Description: /sys/devices/virtual/net/sit0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:13 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:13 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-net-sit0.device Invocation ID: ed284e947abe4a77b2f64b69ee836a1c Following Set Member: sys-subsystem-net-devices-sit0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/net/sit0 Found: found-udev -> Unit systemd-ask-password-console.service: Description: Dispatch Password Requests to Console Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-ask-password-console.service Documentation: man:systemd-ask-password-console.service(8) Fragment Path: /lib/systemd/system/systemd-ask-password-console.service ConditionPathExists: !/run/plymouth/pid untested Requires: system.slice (origin-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) After: systemd-vconsole-setup.service (origin-file) After: plymouth-start.service (origin-file) After: systemd-ask-password-console.path (destination-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) TriggeredBy: systemd-ask-password-console.path (destination-implicit) References: shutdown.target (origin-file) References: systemd-vconsole-setup.service (origin-file) References: plymouth-start.service (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) ReferencedBy: systemd-ask-password-console.path (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no SystemCallArchitectures: native -> ExecStart: Command Line: /bin/systemd-tty-ask-password-agent --watch --console CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit systemd-ask-password-console.path: Description: Dispatch Password Requests to Console Directory Watch Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Fri 2018-06-22 13:11:51 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: systemd-ask-password-console.path Invocation ID: 3ceeb5c5bdfe4dfbaddb2817f4f7f1ae Documentation: man:systemd-ask-password-console.service(8) Fragment Path: /lib/systemd/system/systemd-ask-password-console.path ConditionPathExists: !/run/plymouth/pid succeeded Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: -.mount (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) Before: paths.target (origin-file) Before: cryptsetup.target (origin-file) Before: systemd-ask-password-console.service (origin-implicit) After: -.mount (origin-file) After: plymouth-start.service (origin-file) Triggers: systemd-ask-password-console.service (origin-implicit) References: shutdown.target (origin-file) References: plymouth-start.service (origin-file) References: paths.target (origin-file) References: cryptsetup.target (origin-file) References: systemd-ask-password-console.service (origin-implicit) References: -.mount (origin-file) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /run/systemd/ask-password (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Path State: waiting Result: success Unit: systemd-ask-password-console.service MakeDirectory: yes DirectoryMode: 0755 DirectoryNotEmpty: /run/systemd/ask-password -> Unit cups.path: Description: CUPS Scheduler Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Wed 2018-09-12 00:00:03 CEST Inactive Exit Timestamp: Wed 2018-09-12 00:00:03 CEST Active Enter Timestamp: Wed 2018-09-12 00:00:03 CEST Active Exit Timestamp: Wed 2018-09-12 00:00:03 CEST Inactive Enter Timestamp: Wed 2018-09-12 00:00:03 CEST May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: cups.path Invocation ID: 361d8033735a4b4993f122cbef899232 Fragment Path: /lib/systemd/system/cups.path Condition Timestamp: Wed 2018-09-12 00:00:03 CEST Condition Result: yes Assert Timestamp: Wed 2018-09-12 00:00:03 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) PartOf: cups.service (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: paths.target (origin-default) Before: shutdown.target (origin-default) Before: cups.service (origin-implicit) Before: multi-user.target (destination-default) After: -.mount (origin-file) After: sysinit.target (origin-default) Triggers: cups.service (origin-implicit) References: sysinit.target (origin-default) References: paths.target (origin-default) References: -.mount (origin-file) References: shutdown.target (origin-default) References: cups.service (origin-file origin-implicit) ReferencedBy: multi-user.target (destination-file destination-default) RequiresMountsFor: /var/cache/cups/org.cups.cupsd (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Path State: running Result: success Unit: cups.service MakeDirectory: no DirectoryMode: 0755 PathExists: /var/cache/cups/org.cups.cupsd -> Unit rsync.service: Description: fast remote file copy program daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:13 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:13 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: yes Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/rsync.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: rsync.service Invocation ID: 5153518c9c0445f3a322f7dafb48b1b2 Fragment Path: /lib/systemd/system/rsync.service DropIn Path: /etc/systemd/system/rsync.service.d/override.conf ConditionPathExists: /etc/rsyncd.conf succeeded Condition Timestamp: Tue 2018-09-11 15:49:13 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:13 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: system.slice (origin-file) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: network.target (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-default) References: systemd-journald.socket (origin-file) References: basic.target (origin-default) References: network.target (origin-file) References: shutdown.target (origin-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown Main PID: 387 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/bin/rsync --daemon --no-detach PID: 387 Start Timestamp: Tue 2018-09-11 15:49:13 CEST CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-ram1.device: Description: /dev/ram1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram1.device Invocation ID: 7b1e474b7d0440b9b768618b58eb9bc5 Following: sys-devices-virtual-block-ram1.device Following Set Member: sys-devices-virtual-block-ram1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram1 Found: found-udev -> Unit systemd-networkd.service: Description: Network Service Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-networkd.service Documentation: man:systemd-networkd.service(8) Fragment Path: /lib/systemd/system/systemd-networkd.service ConditionCapability: CAP_NET_ADMIN untested Requires: -.mount (origin-file) Requires: tmp.mount (origin-file) Requires: system.slice (origin-file) Wants: network.target (origin-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) Before: network.target (origin-file) Before: apt-daily.service (destination-file) Before: multi-user.target (origin-file) After: systemd-journald.socket (origin-file) After: network-pre.target (origin-file) After: systemd-tmpfiles-setup.service (origin-file) After: -.mount (origin-file) After: systemd-udevd.service (origin-file) After: system.slice (origin-file) After: systemd-sysctl.service (origin-file) After: tmp.mount (origin-file) References: tmp.mount (origin-file) References: shutdown.target (origin-file) References: system.slice (origin-file) References: systemd-sysctl.service (origin-file) References: network.target (origin-file) References: systemd-journald.socket (origin-file) References: network-pre.target (origin-file) References: -.mount (origin-file) References: multi-user.target (origin-file) References: systemd-udevd.service (origin-file) References: systemd-tmpfiles-setup.service (origin-file) ReferencedBy: apt-daily.service (destination-file) RequiresMountsFor: /var/tmp (origin-file) RequiresMountsFor: /tmp (origin-file) RequiresMountsFor: /run/systemd/netif (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: on-failure NotifyAccess: main NotifyState: unknown RestartSec: 0 TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 3min KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: yes PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: yes ProtectControlGroups: yes PrivateNetwork: no PrivateUsers: no ProtectHome: yes ProtectSystem: strict MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: yes RestrictRealtime: yes KeyringMode: private RuntimeDirectoryPreserve: yes RuntimeDirectoryMode: 0755 RuntimeDirectory: systemd/netif StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info CapabilityBoundingSet: cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw AmbientCapabilities: cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw User: systemd-network Group: systemd-network DynamicUser: yes LockPersonality: yes SystemCallFilter: gettid gettimeofday removexattr getpid alarm connect msgrcv semop signalfd epoll_create setgid kill pipe dup2 setresgid32 accept4 pselect6 timerfd_create mq_timedreceive epoll_wait_old listxattr readlinkat mmap2 rt_sigreturn dup3 timer_create openat execve read shutdown sched_setparam nice inotify_init sendmsg sigpending setsockopt rt_tgsigqueueinfo io_destroy get_robust_list set_thread_area bind sendmmsg getuid32 mkdirat io_submit utimensat stat request_key preadv2 recvmsg utime ugetrlimit io_setup clock_gettime utimes symlinkat _llseek munlockall fcntl keyctl fremovexattr remap_file_pages copy_file_range preadv signal setregid times fchown32 getresgid shmat chown prctl mprotect fadvise64_64 getresuid32 umask socket waitpid capset geteuid ioprio_set write setfsuid getpeername nanosleep capget clock_getres socketcall getpriority oldstat lremovexattr poll getdents fstat getgid32 mknod getsockopt mincore waitid ftruncate64 semctl msgsnd chmod sigprocmask restart_syscall epoll_wait sched_setscheduler shmget oldfstat rt_sigaction execveat set_mempolicy statfs open getegid mq_open mlock getgid rt_sigqueueinfo msgget time sched_rr_get_interval lchown ppoll io_cancel sigsuspend mlock2 fallocate getdents64 rmdir setresgid exit_group getitimer readdir dup setreuid32 eventfd process_vm_readv get_thread_area sched_get_priority_min vmsplice setns shmctl setuid renameat sched_getattr mq_unlink msgctl getsockname memfd_create getgroups getgroups32 unlinkat timer_delete sched_yield brk getresgid32 fadvise64 madvise getrusage setpgid arch_prctl truncate64 tee move_pages eventfd2 getresuid userfaultfd fcntl64 mknodat listen pwritev2 accept setgid32 fchdir fdatasync setrlimit unlink access rt_sigpending inotify_add_watch fchmod sigaltstack shmdt tkill epoll_create1 uname signalfd4 getpgrp epoll_ctl_old ioprio_get setreuid fchown setxattr creat faccessat readlink sched_setaffinity llistxattr name_to_handle_at timer_getoverrun setgroups timer_gettime sched_getscheduler recv readahead mlockall lseek pread64 splice sigreturn setpriority add_key syncfs futex unshare futimesat setresuid32 rt_sigtimedwait rt_sigsuspend mbind clock_nanosleep getsid inotify_rm_watch fork rt_sigprocmask msync munmap fchmodat fchownat oldlstat statx timer_settime getcwd mq_notify getrandom fstatfs tgkill setuid32 sched_getaffinity epoll_ctl renameat2 sched_setattr kcmp setitimer vfork newfstatat sendto setsid flistxattr rename process_vm_writev getpgid personality linkat semtimedop fstatat64 flock lstat64 fsync socketpair fsetxattr setfsgid truncate statfs64 getcpu ftruncate lchown32 sendfile64 semget timerfd_gettime readv prlimit64 close sched_getparam set_tid_address geteuid32 exit chdir sync getrlimit wait4 getegid32 sendfile fstat64 _newselect link set_robust_list setgroups32 setfsgid32 symlink mremap stat64 recvmmsg getxattr lstat sched_get_priority_max mq_timedsend munlock pause timerfd_settime oldolduname getuid clone setfsuid32 io_getevents setregid32 writev sync_file_range mmap migrate_pages mq_getsetattr send select pwritev fgetxattr set_tls pwrite64 recvfrom membarrier setresuid olduname pipe2 ipc fstatfs64 inotify_init1 sigaction lgetxattr mkdir get_mempolicy getppid lsetxattr ioctl sysinfo epoll_pwait chown32 SystemCallArchitectures: native RestrictNamespaces: SystemCallErrorNumber: EPERM -> ExecStart: Command Line: /lib/systemd/systemd-networkd CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sound.target: Description: Sound Card Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:09 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sound.target Invocation ID: b8827f7c9da7454989644ca0df8c5315 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/sound.target Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Wants: alsa-state.service (origin-file) Wants: alsa-restore.service (origin-file) WantedBy: sys-devices-platform-soc-soc:audio-bcm2835_alsa-sound-card0.device (destination-udev) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: alsa-state.service (origin-default) After: alsa-restore.service (origin-default) References: alsa-state.service (origin-file origin-default) References: shutdown.target (origin-default) References: alsa-restore.service (origin-file origin-default) ReferencedBy: sys-devices-platform-soc-soc:audio-bcm2835_alsa-sound-card0.device (destination-udev) StopWhenUnneeded: yes RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-disk-by\x2dpath-platform\x2d3f202000.mmc\x2dpart1.device: Description: /dev/disk/by-path/platform-3f202000.mmc-part1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-platform\x2d3f202000.mmc\x2dpart1.device Invocation ID: ca3f9e67b7504c87956798f535113d06 Following: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device Following Set Member: dev-disk-by\x2dlabel-boot.device Following Set Member: dev-mmcblk0p1.device Following Set Member: dev-disk-by\x2duuid-0211\x2d20AB.device Following Set Member: dev-disk-by\x2did-mmc\x2dSU08G_0x20e49f90\x2dpart1.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d01.device Following Set Member: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f202000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0/mmcblk0p1 Found: found-udev -> Unit dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap: Description: /dev/disk/by-id/wwn-0x50004cf20ee1bdae-part1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:59 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:59 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:59 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap Invocation ID: f0fe0037877540188ad2201816a63140 Following: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap Following Set Member: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap Following Set Member: dev-sda1.swap Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) Conflicts: umount.target (origin-default) Before: umount.target (origin-default) Before: swap.target (origin-default) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: umount.target (origin-default) References: system.slice (origin-file) References: -.mount (origin-implicit) References: swap.target (origin-default) References: systemd-journald.socket (origin-file) RequiresMountsFor: /dev/disk/by-id/wwn-0x50004cf20ee1bdae-part1 (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Swap State: active Result: success What: /dev/disk/by-id/wwn-0x50004cf20ee1bdae-part1 From /proc/swaps: yes From fragment: no Device Node: /dev/sda1 Priority: -2 Options: TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit user.slice: Description: User and Session Slice Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Fri 2018-06-22 13:11:51 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: -.slice CGroup: /user.slice CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: user.slice Invocation ID: 54b63eb6824747249347c04ccbc7e9a8 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/user.slice Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: -.slice (origin-implicit) RequiredBy: user-1000.slice (destination-implicit) WantedBy: systemd-logind.service (destination-file) Conflicts: shutdown.target (origin-default) Before: slices.target (origin-file) Before: user-1000.slice (destination-implicit) Before: systemd-logind.service (destination-file) Before: shutdown.target (origin-default) After: -.slice (origin-implicit) References: shutdown.target (origin-default) References: -.slice (origin-implicit) References: slices.target (origin-file) ReferencedBy: systemd-logind.service (destination-file) ReferencedBy: user-1000.slice (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: active CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no -> Unit run-user-1000.mount: Description: /run/user/1000 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:34 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:34 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:34 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: run-user-1000.mount Invocation ID: 0da019cbeb20436c96af55a6a23cdd88 Source Path: /proc/self/mountinfo Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) Conflicts: umount.target (origin-mountinfo-implicit origin-mountinfo-default) Before: umount.target (origin-mountinfo-default) Before: local-fs.target (origin-mountinfo-implicit) After: system.slice (origin-file) After: -.mount (origin-implicit) After: swap.target (origin-mountinfo-default) After: systemd-journald.socket (origin-file) After: local-fs-pre.target (origin-mountinfo-default) References: systemd-journald.socket (origin-file) References: local-fs-pre.target (origin-mountinfo-default) References: -.mount (origin-implicit) References: local-fs.target (origin-mountinfo-implicit) References: swap.target (origin-mountinfo-default) References: umount.target (origin-mountinfo-implicit origin-mountinfo-default) References: system.slice (origin-file) RequiresMountsFor: /run/user (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /run/user/1000 What: tmpfs File System Type: tmpfs Options: rw,nosuid,nodev,relatime,size=100016k,mode=700,uid=1000,gid=1000 From /proc/self/mountinfo: yes From fragment: no Extrinsic: no DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit cryptsetup.target: Description: Local Encrypted Volumes Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Fri 2018-06-22 13:11:51 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: cryptsetup.target Invocation ID: 55671d6fb5c7486696bf9a6ff5f1319a Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/cryptsetup.target Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: sysinit.target (destination-default) After: systemd-ask-password-console.path (destination-file) After: systemd-ask-password-wall.path (destination-file) References: shutdown.target (origin-default) ReferencedBy: systemd-ask-password-wall.path (destination-file) ReferencedBy: systemd-ask-password-console.path (destination-file) ReferencedBy: sysinit.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-hugepages.mount: Description: Huge Pages File System Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: dev-hugepages.mount Documentation: https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/dev-hugepages.mount ConditionVirtualization: !private-users succeeded ConditionCapability: CAP_SYS_ADMIN succeeded ConditionPathExists: /sys/kernel/mm/hugepages failed Condition Timestamp: Tue 2018-09-11 15:48:58 CEST Condition Result: no Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Before: sysinit.target (origin-file) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-file) References: systemd-journald.socket (origin-file) References: -.mount (origin-implicit) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /dev (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: dead Result: success Where: /dev/hugepages What: hugetlbfs File System Type: hugetlbfs Options: n/a From /proc/self/mountinfo: no From fragment: yes Extrinsic: yes DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-mqueue.mount: Description: POSIX Message Queue File System Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Fri 2018-06-22 13:11:51 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/dev-mqueue.mount CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: dev-mqueue.mount Invocation ID: 51b7fed45cce4094a035a34519eb5a22 Documentation: man:mq_overview(7) Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/dev-mqueue.mount ConditionCapability: CAP_SYS_ADMIN succeeded ConditionPathExists: /proc/sys/fs/mqueue succeeded Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Before: sysinit.target (origin-file) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-file) References: systemd-journald.socket (origin-file) References: -.mount (origin-implicit) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /dev (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /dev/mqueue What: mqueue File System Type: mqueue Options: rw,relatime From /proc/self/mountinfo: yes From fragment: yes Extrinsic: yes DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda3.device: Description: ST2000LM003_HN-M201RAD 3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda3.device Invocation ID: 319efa650e004ebcb4d364a818d1c5c2 Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart3.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart3.device Following Set Member: dev-disk-by\x2duuid-d8be751c\x2d0513\x2d472d\x2daaec\x2d6f3563c467e9.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d03.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart3.device Following Set Member: dev-sda3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda3 Found: found-udev -> Unit sys-kernel-debug.mount: Description: Kernel Debug File System Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Fri 2018-06-22 13:11:51 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/sys-kernel-debug.mount CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: sys-kernel-debug.mount Invocation ID: 4616e38855574a79912f4808fbac114a Documentation: https://www.kernel.org/doc/Documentation/filesystems/debugfs.txt Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/sys-kernel-debug.mount ConditionCapability: CAP_SYS_RAWIO succeeded ConditionPathExists: /sys/kernel/debug succeeded Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Before: sysinit.target (origin-file) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: sysinit.target (origin-file) References: -.mount (origin-implicit) References: system.slice (origin-file) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /sys/kernel (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /sys/kernel/debug What: debugfs File System Type: debugfs Options: rw,relatime From /proc/self/mountinfo: yes From fragment: yes Extrinsic: yes DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit auditd.service: Description: auditd.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: auditd.service Before: ssh.service (destination-file) Before: systemd-update-utmp.service (destination-file) ReferencedBy: ssh.service (destination-file) ReferencedBy: systemd-update-utmp.service (destination-file) -> Unit connman.service: Description: connman.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: connman.service Before: apt-daily.service (destination-file) ReferencedBy: apt-daily.service (destination-file) -> Unit alsa-state.service: Description: Manage Sound Card State (restore and store) Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: alsa-state.service Documentation: man:alsactl(1) Fragment Path: /lib/systemd/system/alsa-state.service ConditionPathExists: /etc/alsa/state-daemon.conf failed Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: no Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) WantedBy: sound.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: sound.target (destination-default) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) After: basic.target (origin-default) References: shutdown.target (origin-default) References: sysinit.target (origin-default) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: basic.target (origin-default) ReferencedBy: sound.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/alsactl -E HOME=/run/alsa -s -n 19 -c rdaemon -> ExecStop: Command Line: /usr/sbin/alsactl -E HOME=/run/alsa -s kill save_and_quit CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart2.device: Description: ST2000LM003_HN-M201RAD 2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart2.device Invocation ID: 682e8970fe0a48e9a575396661fc8edc Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda2.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda2.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart2.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d02.device Following Set Member: dev-disk-by\x2duuid-f55adb7f\x2d6d96\x2d4e27\x2da51d\x2da274dfa58214.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device Following Set Member: dev-sda2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda2 Found: found-udev -> Unit systemd-ask-password-wall.path: Description: Forward Password Requests to Wall Directory Watch Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Fri 2018-06-22 13:11:51 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: systemd-ask-password-wall.path Invocation ID: 4d5a00fe4aa5422696203d54070ab3a1 Documentation: man:systemd-ask-password-console.service(8) Fragment Path: /lib/systemd/system/systemd-ask-password-wall.path Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: -.mount (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) Before: paths.target (origin-file) Before: cryptsetup.target (origin-file) Before: systemd-ask-password-wall.service (origin-implicit) After: -.mount (origin-file) Triggers: systemd-ask-password-wall.service (origin-implicit) References: shutdown.target (origin-file) References: paths.target (origin-file) References: -.mount (origin-file) References: cryptsetup.target (origin-file) References: systemd-ask-password-wall.service (origin-implicit) ReferencedBy: multi-user.target (destination-file) RequiresMountsFor: /run/systemd/ask-password (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Path State: waiting Result: success Unit: systemd-ask-password-wall.service MakeDirectory: yes DirectoryMode: 0755 DirectoryNotEmpty: /run/systemd/ask-password -> Unit dev-sda3.device: Description: ST2000LM003_HN-M201RAD 3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:08 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sda3.device Invocation ID: 9861af92ff6b4149af27db8d0ccf38e5 Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda3.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart3.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart3.device Following Set Member: dev-disk-by\x2duuid-d8be751c\x2d0513\x2d472d\x2daaec\x2d6f3563c467e9.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d03.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart3.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda3.device Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Wants: mnt-part3data.mount (origin-file) BoundBy: mnt-part3data.mount (destination-file) BoundBy: systemd-fsck at dev-sda3.service (destination-file) Before: mnt-part3data.mount (destination-file) Before: systemd-fsck at dev-sda3.service (destination-file) ReferencedBy: mnt-part3data.mount (destination-file) ReferencedBy: systemd-fsck at dev-sda3.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda3 Found: found-udev,found-mount -> Unit systemd-sysusers.service: Description: Create System Users Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:56 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:56 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-sysusers.service Invocation ID: bd9dcf6a841d4356a94bb1a24d22d59f Documentation: man:sysusers.d(5) Documentation: man:systemd-sysusers.service(8) Fragment Path: /lib/systemd/system/systemd-sysusers.service ConditionNeedsUpdate: /etc succeeded Condition Timestamp: Tue 2018-09-11 15:48:56 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:48:56 CEST Assert Result: yes Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) Before: systemd-tmpfiles-setup.service (destination-file) Before: systemd-update-done.service (origin-file) Before: sysinit.target (origin-file) Before: systemd-tmpfiles-setup-dev.service (destination-file) Before: systemd-udevd.service (destination-file) After: system.slice (origin-file) After: systemd-remount-fs.service (origin-file) After: systemd-journald.socket (origin-file) References: shutdown.target (origin-file) References: systemd-journald.socket (origin-file) References: sysinit.target (origin-file) References: system.slice (origin-file) References: systemd-update-done.service (origin-file) References: systemd-remount-fs.service (origin-file) ReferencedBy: systemd-udevd.service (destination-file) ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file) ReferencedBy: systemd-tmpfiles-setup.service (destination-file) ReferencedBy: sysinit.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/systemd-sysusers PID: 118 Start Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit local-fs-pre.target: Description: Local File Systems (Pre) Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:56 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:56 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: local-fs-pre.target Invocation ID: 99df979b9e0b49e7a73db06c24ab2278 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/local-fs-pre.target Condition Timestamp: Tue 2018-09-11 15:48:56 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:48:56 CEST Assert Result: yes WantedBy: systemd-remount-fs.service (destination-file) Conflicts: shutdown.target (origin-default) Before: media-webdav-box.mount (destination-file) Before: mnt-part3data.mount (destination-file) Before: local-fs.target (destination-file) Before: systemd-fsck at dev-sda3.service (destination-file) Before: media-webdav-raspi.mount (destination-file) Before: boot.mount (destination-file) Before: shutdown.target (origin-default) Before: run-user-1000.mount (destination-mountinfo-default) Before: systemd-fsck at dev-mmcblk0p1.service (destination-file) Before: tmp.mount (destination-file) Before: media-webdav-namecheap.mount (destination-file) After: systemd-remount-fs.service (destination-file) After: systemd-tmpfiles-setup-dev.service (destination-file) References: shutdown.target (origin-default) ReferencedBy: media-webdav-namecheap.mount (destination-file) ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file) ReferencedBy: media-webdav-raspi.mount (destination-file) ReferencedBy: systemd-fsck at dev-sda3.service (destination-file) ReferencedBy: systemd-fsck at dev-mmcblk0p1.service (destination-file) ReferencedBy: run-user-1000.mount (destination-mountinfo-default) ReferencedBy: tmp.mount (destination-file) ReferencedBy: systemd-remount-fs.service (destination-file) ReferencedBy: media-webdav-box.mount (destination-file) ReferencedBy: mnt-part3data.mount (destination-file) ReferencedBy: boot.mount (destination-file) ReferencedBy: local-fs.target (destination-file) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit sys-devices-virtual-block-ram9.device: Description: /sys/devices/virtual/block/ram9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram9.device Invocation ID: e3653eab47144ed09c39cdccdab31db3 Following Set Member: dev-ram9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram9 Found: found-udev -> Unit systemd-logind.service: Description: Login Service Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:12 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:12 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-logind.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: systemd-logind.service Invocation ID: f2b4c40f59dd401ab8242bb311adc2a4 Documentation: man:systemd-logind.service(8) Documentation: man:logind.conf(5) Documentation: https://www.freedesktop.org/wiki/Software/systemd/logind Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat Fragment Path: /lib/systemd/system/systemd-logind.service ConditionPathExists: /lib/systemd/system/dbus.service succeeded Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: dbus.socket (origin-file) Requires: sysinit.target (origin-default) Wants: user.slice (origin-file) Wants: dbus.socket (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: session-c1.scope (destination-file) Before: multi-user.target (destination-default) Before: session-c2.scope (destination-file) After: system.slice (origin-file) After: dbus.socket (origin-file) After: basic.target (origin-default) After: sysinit.target (origin-default) After: user.slice (origin-file) After: nss-user-lookup.target (origin-file) After: systemd-journald.socket (origin-file) References: shutdown.target (origin-default) References: system.slice (origin-file) References: dbus.socket (origin-file) References: basic.target (origin-default) References: sysinit.target (origin-default) References: user.slice (origin-file) References: nss-user-lookup.target (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: multi-user.target (destination-file destination-default) ReferencedBy: session-c2.scope (destination-file) ReferencedBy: session-c1.scope (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: dbus Restart: always NotifyAccess: main NotifyState: ready Main PID: 215 Main PID Known: yes Main PID Alien: no BusName: org.freedesktop.login1 Bus Name Good: yes RestartSec: 0 TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 3min KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: yes RestrictRealtime: yes KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 16384 Limit NOFILESoft: 16384 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_kill cap_sys_admin cap_sys_tty_config cap_audit_control cap_mac_admin DynamicUser: no LockPersonality: yes SystemCallFilter: add_key listxattr accept4 sendto listen getrandom ioprio_set timerfd_gettime fsetxattr mmap2 rt_sigsuspend set_thread_area mq_notify connect pwrite64 prctl poll timer_create timer_gettime personality set_robust_list fremovexattr fdatasync utimensat mlock2 signal get_mempolicy getcpu mkdir munmap recv getegid setsid pipe setxattr fstatfs64 faccessat fcntl64 eventfd2 chown32 rt_sigpending recvfrom accept setuid request_key setregid32 set_tls mremap mincore timer_delete lstat time getrlimit link set_mempolicy getresgid32 setpgid statfs symlinkat kill unlinkat fork setgid getdents alarm dup2 capset pause getsid rt_sigaction epoll_pwait sigaction sigreturn shmctl inotify_init1 getresuid socketcall getpid epoll_create1 prlimit64 chown setfsuid memfd_create statfs64 flock rmdir mknodat geteuid32 exit unlink getpeername setresuid migrate_pages semget io_getevents stat64 setitimer readv gettimeofday readlink epoll_create shutdown clock_nanosleep clock_getres unshare dup socket arch_prctl munlock getuid sendfile newfstatat rename mlock renameat2 truncate64 send move_pages msync execveat utimes ppoll getrusage getsockopt umask fadvise64_64 inotify_init pread64 inotify_rm_watch getppid fstat setpriority sched_setattr setfsgid olduname close ftruncate64 sched_rr_get_interval getitimer rt_sigtimedwait ugetrlimit userfaultfd lstat64 mknod copy_file_range setgroups pwritev2 nice set_tid_address sched_setparam capget mkdirat mprotect open setns getdents64 mmap io_cancel readdir clone select fstat64 keyctl _llseek exit_group ftruncate fchdir access io_destroy sigpending getsockname inotify_add_watch nanosleep timer_settime shmget getgid munlockall removexattr write epoll_ctl_old oldfstat getegid32 _newselect bind fsync msgsnd syncfs vfork sched_get_priority_max sched_getaffinity io_submit chmod sched_getparam tgkill sched_getattr epoll_wait_old shmat lgetxattr epoll_wait statx setfsuid32 tkill timerfd_create get_thread_area socketpair fchmod lsetxattr setgid32 signalfd flistxattr oldlstat chdir sigprocmask eventfd symlink preadv2 waitpid msgrcv mq_unlink rt_sigreturn sync lchown32 sync_file_range creat timer_getoverrun sched_get_priority_min sendfile64 renameat getresgid getcwd mlockall recvmsg futimesat membarrier fchmodat msgget splice oldolduname geteuid getpriority signalfd4 setresgid get_robust_list execve oldstat process_vm_writev mq_getsetattr readahead semtimedop fstatfs llistxattr sendmmsg getresuid32 timerfd_settime sched_getscheduler pselect6 getxattr sched_setscheduler sigsuspend openat mq_open recvmmsg linkat brk restart_syscall setreuid32 ioprio_get setuid32 dup3 setresgid32 setresuid32 gettid getpgrp pipe2 getgroups lchown mq_timedsend mq_timedreceive setregid uname fchown32 times getgroups32 rt_tgsigqueueinfo kcmp process_vm_readv semop waitid setsockopt sendmsg getpgid shmdt pwritev preadv mbind fchownat msgctl lremovexattr read vmsplice clock_gettime sigaltstack sysinfo sched_yield remap_file_pages fstatat64 writev utime truncate fcntl getuid32 getgid32 fgetxattr ipc rt_sigqueueinfo fallocate wait4 sched_setaffinity fchown lseek name_to_handle_at readlinkat setgroups32 setfsgid32 io_setup tee epoll_ctl setreuid semctl ioctl fadvise64 futex rt_sigprocmask setrlimit madvise stat SystemCallArchitectures: native RestrictNamespaces: SystemCallErrorNumber: EPERM -> ExecStart: Command Line: /lib/systemd/systemd-logind PID: 215 Start Timestamp: Tue 2018-09-11 15:49:09 CEST Status Text: Processing requests... File Descriptor Store Max: 512 File Descriptor Store Current: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no IPAddressDeny=0.0.0.0/0 IPAddressDeny=::/0 -> Unit dev-ram12.device: Description: /dev/ram12 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram12.device Invocation ID: f995dcc4b9e348259bb88e957dbbf099 Following: sys-devices-virtual-block-ram12.device Following Set Member: sys-devices-virtual-block-ram12.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram12 Found: found-udev -> Unit dev-ram4.device: Description: /dev/ram4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram4.device Invocation ID: d94bd49eadc04922bfaf64efd2c3a0bd Following: sys-devices-virtual-block-ram4.device Following Set Member: sys-devices-virtual-block-ram4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram4 Found: found-udev -> Unit systemd-udevd-control.socket: Description: udev Control Socket Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-udevd-control.socket CGroup realized: no CGroup own mask: memory pids Name: systemd-udevd-control.socket Invocation ID: 632a657d87644dee8d9d95e89cf4b807 Documentation: man:systemd-udevd.service(8) Documentation: man:udev(7) Fragment Path: /lib/systemd/system/systemd-udevd-control.socket ConditionPathIsReadWrite: /sys succeeded Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: system.slice (origin-file) WantedBy: systemd-udevd.service (destination-file) WantedBy: sockets.target (destination-file) Before: systemd-udev-trigger.service (destination-file) Before: systemd-udevd.service (origin-implicit destination-file) Before: sockets.target (origin-file) After: -.mount (origin-file) After: system.slice (origin-file) Triggers: systemd-udevd.service (origin-implicit destination-file) References: systemd-udevd.service (origin-implicit) References: -.mount (origin-file) References: system.slice (origin-file) References: sockets.target (origin-file) ReferencedBy: systemd-udev-trigger.service (destination-file) ReferencedBy: systemd-udevd.service (destination-file) ReferencedBy: sockets.target (destination-file) RequiresMountsFor: /run/udev/control (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: running Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0600 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: yes PassSecurity: no TCPCongestion: n/a RemoveOnStop: yes Writable: no FileDescriptorName: systemd-udevd-control.socket SELinuxContextFromNet: no ListenSequentialPacket: /run/udev/control TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit system.slice: Description: System Slice Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Fri 2018-06-22 13:11:51 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: yes Garbage Collection Mode: inactive Slice: -.slice CGroup: /system.slice CGroup realized: yes CGroup realized mask: devices CGroup enabled mask: devices CGroup own mask: memory pids CGroup members mask: memory devices pids Name: system.slice Documentation: man:systemd.special(7) Requires: -.slice (origin-implicit) RequiredBy: systemd-journal-flush.service (destination-file) RequiredBy: boot.mount (destination-file) RequiredBy: systemd-initctl.service (destination-file) RequiredBy: systemd-journald-audit.socket (destination-file) RequiredBy: media-webdav-namecheap.mount (destination-file) RequiredBy: dbus.service (destination-file) RequiredBy: emergency.service (destination-file) RequiredBy: loadcpufreq.service (destination-file) RequiredBy: sys-fs-fuse-connections.mount (destination-file) RequiredBy: -.mount (destination-file) RequiredBy: systemd-tmpfiles-setup.service (destination-file) RequiredBy: systemd-update-utmp.service (destination-file) RequiredBy: apt-daily-upgrade.service (destination-file) RequiredBy: systemd-tmpfiles-clean.service (destination-file) RequiredBy: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap (destination-file) RequiredBy: systemd-initctl.socket (destination-file) RequiredBy: systemd-binfmt.service (destination-file) RequiredBy: systemd-fsckd.socket (destination-file) RequiredBy: systemd-sysctl.service (destination-file) RequiredBy: getty-static.service (destination-file) RequiredBy: nzbget.service (destination-file) RequiredBy: system-serial\x2dgetty.slice (destination-implicit) RequiredBy: systemd-random-seed.service (destination-file) RequiredBy: dev-sda1.swap (destination-file) RequiredBy: cups.service (destination-file) RequiredBy: dbus.socket (destination-file) RequiredBy: systemd-logind.service (destination-file) RequiredBy: systemd-quotacheck.service (destination-file) RequiredBy: apt-daily.service (destination-file) RequiredBy: ifupdown-wait-online.service (destination-file) RequiredBy: tmp.mount (destination-file) RequiredBy: syslog.socket (destination-file) RequiredBy: exim4.service (destination-file) RequiredBy: systemd-udevd.service (destination-file) RequiredBy: fake-hwclock.service (destination-file) RequiredBy: systemd-timesyncd.service (destination-file) RequiredBy: smbd.service (destination-file) RequiredBy: systemd-udevd-kernel.socket (destination-file) RequiredBy: mnt-part3data.mount (destination-file) RequiredBy: system-systemd\x2dfsck.slice (destination-implicit) RequiredBy: media-webdav-raspi.mount (destination-file) RequiredBy: sys-kernel-debug.mount (destination-file) RequiredBy: systemd-udev-trigger.service (destination-file) RequiredBy: rc-local.service (destination-file) RequiredBy: cron.service (destination-file) RequiredBy: systemd-udevd-control.socket (destination-file) RequiredBy: rescue.service (destination-file) RequiredBy: mnt-part3data-homestation.mount (destination-file) RequiredBy: systemd-sysusers.service (destination-file) RequiredBy: systemd-ask-password-wall.service (destination-file) RequiredBy: systemd-fsckd.service (destination-file) RequiredBy: systemd-journald.service (destination-file) RequiredBy: winbind.service (destination-file) RequiredBy: anacron.service (destination-file) RequiredBy: dev-hugepages.mount (destination-file) RequiredBy: systemd-tmpfiles-setup-dev.service (destination-file) RequiredBy: kmod-static-nodes.service (destination-file) RequiredBy: systemd-fsck-root.service (destination-file) RequiredBy: nmbd.service (destination-file) RequiredBy: alsa-restore.service (destination-file) RequiredBy: systemd-user-sessions.service (destination-file) RequiredBy: mysql.service (destination-file) RequiredBy: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap (destination-file) RequiredBy: systemd-modules-load.service (destination-file) RequiredBy: run-user-1000.mount (destination-file) RequiredBy: sys-kernel-config.mount (destination-file) RequiredBy: rsyslog.service (destination-file) RequiredBy: nginx.service (destination-file) RequiredBy: systemd-ask-password-console.service (destination-file) RequiredBy: systemd-machine-id-commit.service (destination-file) RequiredBy: systemd-networkd.service (destination-file) RequiredBy: networking.service (destination-file) RequiredBy: systemd-journald.socket (destination-file) RequiredBy: system-user\x2druntime\x2ddir.slice (destination-implicit) RequiredBy: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap (destination-file) RequiredBy: systemd-remount-fs.service (destination-file) RequiredBy: cpufrequtils.service (destination-file) RequiredBy: ssh.service (destination-file) RequiredBy: system-getty.slice (destination-implicit) RequiredBy: systemd-update-utmp-runlevel.service (destination-file) RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-file) RequiredBy: systemd-journald-dev-log.socket (destination-file) RequiredBy: dev-mqueue.mount (destination-file) RequiredBy: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (destination-file) RequiredBy: cups.socket (destination-file) RequiredBy: alsa-state.service (destination-file) RequiredBy: php7.4-fpm.service (destination-file) RequiredBy: phpsessionclean.service (destination-file) RequiredBy: rsync.service (destination-file) RequiredBy: smartd.service (destination-file) RequiredBy: systemd-hwdb-update.service (destination-file) RequiredBy: media-webdav-box.mount (destination-file) RequiredBy: logrotate.service (destination-file) RequiredBy: mnt-part3data-ex2.mount (destination-file) WantedBy: slices.target (destination-file) Before: system-getty.slice (destination-implicit) Before: -.mount (destination-file) Before: systemd-update-utmp-runlevel.service (destination-file) Before: systemd-initctl.socket (destination-file) Before: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap (destination-file) Before: ssh.service (destination-file) Before: cron.service (destination-file) Before: system-user\x2druntime\x2ddir.slice (destination-implicit) Before: mnt-part3data.mount (destination-file) Before: systemd-tmpfiles-setup.service (destination-file) Before: systemd-journald-audit.socket (destination-file) Before: exim4.service (destination-file) Before: boot.mount (destination-file) Before: systemd-sysctl.service (destination-file) Before: systemd-remount-fs.service (destination-file) Before: smartd.service (destination-file) Before: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (destination-file) Before: systemd-user-sessions.service (destination-file) Before: dev-mqueue.mount (destination-file) Before: dev-sda1.swap (destination-file) Before: systemd-random-seed.service (destination-file) Before: systemd-update-utmp.service (destination-file) Before: dev-hugepages.mount (destination-file) Before: networking.service (destination-file) Before: systemd-journald-dev-log.socket (destination-file) Before: systemd-sysusers.service (destination-file) Before: getty-static.service (destination-file) Before: systemd-logind.service (destination-file) Before: dbus.socket (destination-file) Before: systemd-networkd.service (destination-file) Before: logrotate.service (destination-file) Before: systemd-quotacheck.service (destination-file) Before: nzbget.service (destination-file) Before: cups.service (destination-file) Before: emergency.service (destination-file) Before: tmp.mount (destination-file) Before: systemd-udevd.service (destination-file) Before: php7.4-fpm.service (destination-file) Before: systemd-fsck-root.service (destination-file) Before: rescue.service (destination-file) Before: apt-daily-upgrade.service (destination-file) Before: systemd-tmpfiles-clean.service (destination-file) Before: media-webdav-raspi.mount (destination-file) Before: syslog.socket (destination-file) Before: nginx.service (destination-file) Before: systemd-udev-trigger.service (destination-file) Before: rc-local.service (destination-file) Before: phpsessionclean.service (destination-file) Before: systemd-tmpfiles-setup-dev.service (destination-file) Before: slices.target (destination-file) Before: cups.socket (destination-file) Before: system-serial\x2dgetty.slice (destination-implicit) Before: systemd-ask-password-console.service (destination-file) Before: sys-fs-fuse-connections.mount (destination-file) Before: systemd-journal-flush.service (destination-file) Before: alsa-restore.service (destination-file) Before: systemd-fsckd.socket (destination-file) Before: systemd-fsckd.service (destination-file) Before: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap (destination-file) Before: rsyslog.service (destination-file) Before: sys-kernel-config.mount (destination-file) Before: systemd-timesyncd.service (destination-file) Before: media-webdav-namecheap.mount (destination-file) Before: systemd-journald.socket (destination-file) Before: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap (destination-file) Before: sys-kernel-debug.mount (destination-file) Before: systemd-hwdb-update.service (destination-file) Before: mnt-part3data-homestation.mount (destination-file) Before: loadcpufreq.service (destination-file) Before: media-webdav-box.mount (destination-file) Before: run-user-1000.mount (destination-file) Before: nmbd.service (destination-file) Before: system-systemd\x2dfsck.slice (destination-implicit) Before: dbus.service (destination-file) Before: mysql.service (destination-file) Before: ifupdown-wait-online.service (destination-file) Before: systemd-journald.service (destination-file) Before: winbind.service (destination-file) Before: kmod-static-nodes.service (destination-file) Before: anacron.service (destination-file) Before: systemd-udevd-control.socket (destination-file) Before: fake-hwclock.service (destination-file) Before: alsa-state.service (destination-file) Before: apt-daily.service (destination-file) Before: cpufrequtils.service (destination-file) Before: rsync.service (destination-file) Before: systemd-modules-load.service (destination-file) Before: mnt-part3data-ex2.mount (destination-file) Before: systemd-binfmt.service (destination-file) Before: smbd.service (destination-file) Before: systemd-ask-password-wall.service (destination-file) Before: systemd-machine-id-commit.service (destination-file) Before: proc-sys-fs-binfmt_misc.mount (destination-file) Before: systemd-initctl.service (destination-file) Before: systemd-udevd-kernel.socket (destination-file) After: -.slice (origin-implicit) References: -.slice (origin-implicit) ReferencedBy: systemd-journald.socket (destination-file) ReferencedBy: phpsessionclean.service (destination-file) ReferencedBy: systemd-machine-id-commit.service (destination-file) ReferencedBy: systemd-journald-audit.socket (destination-file) ReferencedBy: rsync.service (destination-file) ReferencedBy: systemd-tmpfiles-clean.service (destination-file) ReferencedBy: systemd-tmpfiles-setup.service (destination-file) ReferencedBy: systemd-udevd-control.socket (destination-file) ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file) ReferencedBy: systemd-modules-load.service (destination-file) ReferencedBy: systemd-udevd-kernel.socket (destination-file) ReferencedBy: systemd-journald-dev-log.socket (destination-file) ReferencedBy: systemd-udev-trigger.service (destination-file) ReferencedBy: logrotate.service (destination-file) ReferencedBy: apt-daily.service (destination-file) ReferencedBy: apt-daily-upgrade.service (destination-file) ReferencedBy: systemd-ask-password-console.service (destination-file) ReferencedBy: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap (destination-file) ReferencedBy: loadcpufreq.service (destination-file) ReferencedBy: alsa-state.service (destination-file) ReferencedBy: systemd-timesyncd.service (destination-file) ReferencedBy: mnt-part3data-homestation.mount (destination-file) ReferencedBy: kmod-static-nodes.service (destination-file) ReferencedBy: dbus.service (destination-file) ReferencedBy: nginx.service (destination-file) ReferencedBy: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap (destination-file) ReferencedBy: tmp.mount (destination-file) ReferencedBy: systemd-sysctl.service (destination-file) ReferencedBy: sys-kernel-config.mount (destination-file) ReferencedBy: systemd-logind.service (destination-file) ReferencedBy: media-webdav-raspi.mount (destination-file) ReferencedBy: boot.mount (destination-file) ReferencedBy: syslog.socket (destination-file) ReferencedBy: systemd-fsck-root.service (destination-file) ReferencedBy: slices.target (destination-file) ReferencedBy: systemd-ask-password-wall.service (destination-file) ReferencedBy: winbind.service (destination-file) ReferencedBy: system-serial\x2dgetty.slice (destination-implicit) ReferencedBy: mnt-part3data-ex2.mount (destination-file) ReferencedBy: emergency.service (destination-file) ReferencedBy: alsa-restore.service (destination-file) ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file) ReferencedBy: smbd.service (destination-file) ReferencedBy: rescue.service (destination-file) ReferencedBy: dev-mqueue.mount (destination-file) ReferencedBy: fake-hwclock.service (destination-file) ReferencedBy: systemd-journald.service (destination-file) ReferencedBy: php7.4-fpm.service (destination-file) ReferencedBy: anacron.service (destination-file) ReferencedBy: systemd-sysusers.service (destination-file) ReferencedBy: -.mount (destination-file) ReferencedBy: systemd-user-sessions.service (destination-file) ReferencedBy: cpufrequtils.service (destination-file) ReferencedBy: sys-kernel-debug.mount (destination-file) ReferencedBy: rc-local.service (destination-file) ReferencedBy: rsyslog.service (destination-file) ReferencedBy: sys-fs-fuse-connections.mount (destination-file) ReferencedBy: systemd-fsckd.service (destination-file) ReferencedBy: ifupdown-wait-online.service (destination-file) ReferencedBy: systemd-fsckd.socket (destination-file) ReferencedBy: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (destination-file) ReferencedBy: ssh.service (destination-file) ReferencedBy: dbus.socket (destination-file) ReferencedBy: system-systemd\x2dfsck.slice (destination-implicit) ReferencedBy: systemd-journal-flush.service (destination-file) ReferencedBy: system-getty.slice (destination-implicit) ReferencedBy: systemd-udevd.service (destination-file) ReferencedBy: cups.service (destination-file) ReferencedBy: smartd.service (destination-file) ReferencedBy: systemd-quotacheck.service (destination-file) ReferencedBy: systemd-update-utmp-runlevel.service (destination-file) ReferencedBy: nmbd.service (destination-file) ReferencedBy: systemd-remount-fs.service (destination-file) ReferencedBy: getty-static.service (destination-file) ReferencedBy: networking.service (destination-file) ReferencedBy: cups.socket (destination-file) ReferencedBy: systemd-binfmt.service (destination-file) ReferencedBy: media-webdav-namecheap.mount (destination-file) ReferencedBy: mysql.service (destination-file) ReferencedBy: systemd-hwdb-update.service (destination-file) ReferencedBy: dev-hugepages.mount (destination-file) ReferencedBy: mnt-part3data.mount (destination-file) ReferencedBy: exim4.service (destination-file) ReferencedBy: system-user\x2druntime\x2ddir.slice (destination-implicit) ReferencedBy: run-user-1000.mount (destination-file) ReferencedBy: systemd-initctl.service (destination-file) ReferencedBy: systemd-update-utmp.service (destination-file) ReferencedBy: dev-sda1.swap (destination-file) ReferencedBy: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap (destination-file) ReferencedBy: media-webdav-box.mount (destination-file) ReferencedBy: cron.service (destination-file) ReferencedBy: systemd-initctl.socket (destination-file) ReferencedBy: systemd-random-seed.service (destination-file) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: nzbget.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: active CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no -> Unit systemd-sysctl.service: Description: Apply Kernel Variables Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:56 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:56 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-sysctl.service Invocation ID: 9dad2c7644484b18bac10554af842cd8 Documentation: man:systemd-sysctl.service(8) Documentation: man:sysctl.d(5) Fragment Path: /lib/systemd/system/systemd-sysctl.service ConditionPathIsReadWrite: /proc/sys/net succeeded Condition Timestamp: Tue 2018-09-11 15:48:56 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:48:56 CEST Assert Result: yes Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: networking.service (destination-file) Before: sysinit.target (origin-file) Before: systemd-networkd.service (destination-file) Before: shutdown.target (origin-file) After: systemd-modules-load.service (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: systemd-modules-load.service (origin-file) References: shutdown.target (origin-file) References: sysinit.target (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: networking.service (destination-file) ReferencedBy: sysinit.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-sysctl PID: 113 Start Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit mnt-part3data-homestation.automount: Description: mnt-part3data-homestation.automount Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Wed 2018-09-12 01:34:26 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:08 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:08 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: mnt-part3data-homestation.automount Invocation ID: 8b6c67775240446990be072575a7c88c Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Fragment Path: /run/systemd/generator/mnt-part3data-homestation.automount Source Path: /etc/fstab Condition Timestamp: Tue 2018-09-11 15:49:08 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:08 CEST Assert Result: yes Requires: mnt-part3data.mount (origin-path) Requires: -.mount (origin-implicit) RequiredBy: remote-fs.target (destination-file) Conflicts: umount.target (origin-default) Before: remote-fs.target (origin-file) Before: umount.target (origin-default) Before: mnt-part3data-homestation.mount (origin-implicit) After: mnt-part3data.mount (origin-path) After: -.mount (origin-implicit) Triggers: mnt-part3data-homestation.mount (origin-implicit) References: umount.target (origin-default) References: -.mount (origin-implicit) References: remote-fs.target (origin-file) References: mnt-part3data-homestation.mount (origin-implicit) References: mnt-part3data.mount (origin-path) ReferencedBy: remote-fs.target (destination-file) RequiresMountsFor: /mnt/part3data (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Automount State: waiting Result: success Where: /mnt/part3data/homestation DirectoryMode: 0755 TimeoutIdleUSec: 10min -> Unit sys-devices-virtual-block-ram3.device: Description: /sys/devices/virtual/block/ram3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram3.device Invocation ID: 878cc7aaacdc42f6bd20a41238ed4b7f Following Set Member: dev-ram3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram3 Found: found-udev -> Unit anacron.service: Description: Run anacron jobs Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: Wed 2018-09-12 11:02:43 CEST Inactive Exit Timestamp: Wed 2018-09-12 11:02:43 CEST Active Enter Timestamp: Wed 2018-09-12 11:02:43 CEST Active Exit Timestamp: Wed 2018-09-12 11:02:43 CEST Inactive Enter Timestamp: Wed 2018-09-12 11:02:43 CEST May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: anacron.service Invocation ID: b72aad21cbad4034aa91a9b91d14b22a Documentation: man:anacron Documentation: man:anacrontab Fragment Path: /lib/systemd/system/anacron.service ConditionACPower: true succeeded Condition Timestamp: Wed 2018-09-12 11:02:43 CEST Condition Result: yes Assert Timestamp: Wed 2018-09-12 11:02:43 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: systemd-journald.socket (origin-file) After: anacron.timer (destination-implicit) After: sysinit.target (origin-default) After: system.slice (origin-file) After: time-sync.target (origin-file) After: basic.target (origin-default) TriggeredBy: anacron.timer (destination-implicit) References: shutdown.target (origin-default) References: systemd-journald.socket (origin-file) References: sysinit.target (origin-default) References: system.slice (origin-file) References: time-sync.target (origin-file) References: basic.target (origin-default) ReferencedBy: anacron.timer (destination-implicit) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/anacron -dsq PID: 8281 Start Timestamp: Wed 2018-09-12 11:02:43 CEST Exit Timestamp: Wed 2018-09-12 11:02:43 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit systemd-journald.socket: Description: Journal Socket Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:56 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-journald.socket CGroup realized: no CGroup own mask: memory pids Name: systemd-journald.socket Invocation ID: 03562519b50c45fa9ef4ec9d260a0ab9 Documentation: man:systemd-journald.service(8) Documentation: man:journald.conf(5) Fragment Path: /lib/systemd/system/systemd-journald.socket Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: system.slice (origin-file) RequiredBy: systemd-journald.service (destination-file) WantedBy: systemd-journald.service (destination-file) WantedBy: sockets.target (destination-file) Before: smartd.service (destination-file) Before: alsa-restore.service (destination-file) Before: systemd-random-seed.service (destination-file) Before: systemd-ask-password-console.service (destination-file) Before: mnt-part3data-homestation.mount (destination-file) Before: media-webdav-namecheap.mount (destination-file) Before: media-webdav-raspi.mount (destination-file) Before: networking.service (destination-file) Before: nzbget.service (destination-file) Before: systemd-journald.service (origin-implicit destination-file) Before: loadcpufreq.service (destination-file) Before: sockets.target (origin-file) Before: systemd-networkd.service (destination-file) Before: systemd-modules-load.service (destination-file) Before: cpufrequtils.service (destination-file) Before: dev-hugepages.mount (destination-file) Before: user-runtime-dir at 1000.service (destination-file) Before: anacron.service (destination-file) Before: systemd-journal-flush.service (destination-file) Before: mysql.service (destination-file) Before: exim4.service (destination-file) Before: systemd-fsck at dev-sda3.service (destination-file) Before: ssh.service (destination-file) Before: systemd-update-utmp-runlevel.service (destination-file) Before: run-user-1000.mount (destination-file) Before: systemd-machine-id-commit.service (destination-file) Before: proc-sys-fs-binfmt_misc.mount (destination-file) Before: logrotate.service (destination-file) Before: apt-daily.service (destination-file) Before: ifupdown-wait-online.service (destination-file) Before: sys-kernel-debug.mount (destination-file) Before: systemd-timesyncd.service (destination-file) Before: nmbd.service (destination-file) Before: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap (destination-file) Before: fake-hwclock.service (destination-file) Before: rc-local.service (destination-file) Before: cups.service (destination-file) Before: dev-mqueue.mount (destination-file) Before: user at 1000.service (destination-file) Before: systemd-logind.service (destination-file) Before: cron.service (destination-file) Before: systemd-sysctl.service (destination-file) Before: dev-sda1.swap (destination-file) Before: apt-daily-upgrade.service (destination-file) Before: sys-kernel-config.mount (destination-file) Before: systemd-hwdb-update.service (destination-file) Before: winbind.service (destination-file) Before: systemd-fsckd.service (destination-file) Before: mnt-part3data.mount (destination-file) Before: systemd-tmpfiles-clean.service (destination-file) Before: getty at tty1.service (destination-file) Before: boot.mount (destination-file) Before: smbd.service (destination-file) Before: systemd-udev-trigger.service (destination-file) Before: dbus.service (destination-file) Before: systemd-fsck-root.service (destination-file) Before: systemd-tmpfiles-setup.service (destination-file) Before: systemd-quotacheck.service (destination-file) Before: systemd-udevd.service (destination-file) Before: serial-getty at ttyAMA0.service (destination-file) Before: systemd-fsck at dev-mmcblk0p1.service (destination-file) Before: getty-static.service (destination-file) Before: mnt-part3data-ex2.mount (destination-file) Before: systemd-initctl.service (destination-file) Before: sys-fs-fuse-connections.mount (destination-file) Before: systemd-update-utmp.service (destination-file) Before: systemd-remount-fs.service (destination-file) Before: alsa-state.service (destination-file) Before: php7.4-fpm.service (destination-file) Before: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (destination-file) Before: nginx.service (destination-file) Before: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap (destination-file) Before: kmod-static-nodes.service (destination-file) Before: systemd-binfmt.service (destination-file) Before: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap (destination-file) Before: tmp.mount (destination-file) Before: media-webdav-box.mount (destination-file) Before: rsync.service (destination-file) Before: systemd-sysusers.service (destination-file) Before: systemd-tmpfiles-setup-dev.service (destination-file) Before: phpsessionclean.service (destination-file) Before: systemd-ask-password-wall.service (destination-file) Before: systemd-user-sessions.service (destination-file) After: -.mount (origin-file) After: system.slice (origin-file) Triggers: systemd-journald.service (origin-implicit destination-file) References: systemd-journald.service (origin-implicit) References: sockets.target (origin-file) References: system.slice (origin-file) References: -.mount (origin-file) ReferencedBy: systemd-quotacheck.service (destination-file) ReferencedBy: apt-daily-upgrade.service (destination-file) ReferencedBy: networking.service (destination-file) ReferencedBy: sys-fs-fuse-connections.mount (destination-file) ReferencedBy: systemd-fsckd.service (destination-file) ReferencedBy: sockets.target (destination-file) ReferencedBy: systemd-fsck at dev-sda3.service (destination-file) ReferencedBy: exim4.service (destination-file) ReferencedBy: kmod-static-nodes.service (destination-file) ReferencedBy: dev-sda1.swap (destination-file) ReferencedBy: anacron.service (destination-file) ReferencedBy: systemd-remount-fs.service (destination-file) ReferencedBy: sys-kernel-debug.mount (destination-file) ReferencedBy: sys-kernel-config.mount (destination-file) ReferencedBy: systemd-update-utmp-runlevel.service (destination-file) ReferencedBy: cpufrequtils.service (destination-file) ReferencedBy: dev-disk-by\x2duuid-669183c7\x2dbeb4\x2d4714\x2d9d02\x2d87ec7cfe5d3f.swap (destination-file) ReferencedBy: cron.service (destination-file) ReferencedBy: mnt-part3data-homestation.mount (destination-file) ReferencedBy: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart1.swap (destination-file) ReferencedBy: systemd-tmpfiles-setup.service (destination-file) ReferencedBy: alsa-state.service (destination-file) ReferencedBy: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart1.swap (destination-file) ReferencedBy: systemd-logind.service (destination-file) ReferencedBy: systemd-random-seed.service (destination-file) ReferencedBy: run-user-1000.mount (destination-file) ReferencedBy: logrotate.service (destination-file) ReferencedBy: systemd-user-sessions.service (destination-file) ReferencedBy: systemd-update-utmp.service (destination-file) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.swap (destination-file) ReferencedBy: apt-daily.service (destination-file) ReferencedBy: nginx.service (destination-file) ReferencedBy: systemd-machine-id-commit.service (destination-file) ReferencedBy: ssh.service (destination-file) ReferencedBy: systemd-fsck at dev-mmcblk0p1.service (destination-file) ReferencedBy: alsa-restore.service (destination-file) ReferencedBy: getty-static.service (destination-file) ReferencedBy: boot.mount (destination-file) ReferencedBy: mysql.service (destination-file) ReferencedBy: systemd-ask-password-wall.service (destination-file) ReferencedBy: fake-hwclock.service (destination-file) ReferencedBy: mnt-part3data.mount (destination-file) ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file) ReferencedBy: media-webdav-box.mount (destination-file) ReferencedBy: dev-mqueue.mount (destination-file) ReferencedBy: systemd-udevd.service (destination-file) ReferencedBy: systemd-journald.service (destination-file) ReferencedBy: getty at tty1.service (destination-file) ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file) ReferencedBy: systemd-timesyncd.service (destination-file) ReferencedBy: systemd-initctl.service (destination-file) ReferencedBy: tmp.mount (destination-file) ReferencedBy: systemd-sysusers.service (destination-file) ReferencedBy: dbus.service (destination-file) ReferencedBy: media-webdav-raspi.mount (destination-file) ReferencedBy: nzbget.service (destination-file) ReferencedBy: user at 1000.service (destination-file) ReferencedBy: mnt-part3data-ex2.mount (destination-file) ReferencedBy: user-runtime-dir at 1000.service (destination-file) ReferencedBy: systemd-binfmt.service (destination-file) ReferencedBy: rsync.service (destination-file) ReferencedBy: winbind.service (destination-file) ReferencedBy: dev-hugepages.mount (destination-file) ReferencedBy: smbd.service (destination-file) ReferencedBy: rc-local.service (destination-file) ReferencedBy: systemd-tmpfiles-clean.service (destination-file) ReferencedBy: systemd-ask-password-console.service (destination-file) ReferencedBy: systemd-journal-flush.service (destination-file) ReferencedBy: phpsessionclean.service (destination-file) ReferencedBy: smartd.service (destination-file) ReferencedBy: media-webdav-namecheap.mount (destination-file) ReferencedBy: nmbd.service (destination-file) ReferencedBy: systemd-fsck-root.service (destination-file) ReferencedBy: loadcpufreq.service (destination-file) ReferencedBy: systemd-udev-trigger.service (destination-file) ReferencedBy: serial-getty at ttyAMA0.service (destination-file) ReferencedBy: systemd-modules-load.service (destination-file) ReferencedBy: php7.4-fpm.service (destination-file) ReferencedBy: cups.service (destination-file) ReferencedBy: systemd-sysctl.service (destination-file) ReferencedBy: ifupdown-wait-online.service (destination-file) ReferencedBy: systemd-hwdb-update.service (destination-file) RequiresMountsFor: /run/systemd/journal/socket (origin-file) RequiresMountsFor: /run/systemd/journal/stdout (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Socket State: running Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0666 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: yes PassSecurity: yes TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: systemd-journald.socket SELinuxContextFromNet: no ReceiveBuffer: 8388608 ListenStream: /run/systemd/journal/stdout ListenDatagram: /run/systemd/journal/socket TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-block-ram14.device: Description: /sys/devices/virtual/block/ram14 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram14.device Invocation ID: 50854040096a463fb0e774eb8b075645 Following Set Member: dev-ram14.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram14 Found: found-udev -> Unit emergency.target: Description: Emergency Mode Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: emergency.target Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/emergency.target Requires: emergency.service (origin-file) Conflicts: shutdown.target (origin-default) ConflictedBy: sysinit.target (destination-file) Before: shutdown.target (origin-default) Before: sysinit.target (destination-file) After: emergency.service (origin-file) References: shutdown.target (origin-default) References: emergency.service (origin-file) ReferencedBy: sysinit.target (destination-file) ReferencedBy: local-fs.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: dead -> Unit nzbget.service: Description: NZBGet Daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:16 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:16 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/nzbget.service CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: nzbget.service Invocation ID: 64f5240e07f644bca0e2734fd088ae22 Documentation: http://nzbget.net/Documentation Fragment Path: /lib/systemd/system/nzbget.service Condition Timestamp: Tue 2018-09-11 15:49:13 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:13 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: system.slice (origin-file) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: network.target (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-default) References: systemd-journald.socket (origin-file) References: basic.target (origin-default) References: network.target (origin-file) References: shutdown.target (origin-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: on-abnormal NotifyAccess: none NotifyState: unknown Main PID: 418 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info User: root Group: root DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /opt/nzbget/nzbget -D PID: 391 Start Timestamp: Tue 2018-09-11 15:49:13 CEST Exit Timestamp: Tue 2018-09-11 15:49:16 CEST Exit Code: exited Exit Status: 0 -> ExecReload: Command Line: /opt/nzbget/nzbget -O -> ExecStop: Command Line: /opt/nzbget/nzbget -Q CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit systemd-remount-fs.service: Description: Remount Root and Kernel File Systems Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:56 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:56 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-remount-fs.service Invocation ID: b3b972118dc847bf804faaebb9956ad2 Documentation: man:systemd-remount-fs.service(8) Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/systemd-remount-fs.service ConditionPathExists: /etc/fstab succeeded Condition Timestamp: Tue 2018-09-11 15:48:56 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:48:56 CEST Assert Result: yes Requires: system.slice (origin-file) Wants: local-fs-pre.target (origin-file) WantedBy: local-fs.target (destination-file) Conflicts: shutdown.target (origin-file) Before: systemd-quotacheck.service (destination-file) Before: local-fs.target (origin-file) Before: shutdown.target (origin-file) Before: systemd-journal-flush.service (destination-file) Before: systemd-sysusers.service (destination-file) Before: systemd-update-utmp.service (destination-file) Before: systemd-hwdb-update.service (destination-file) Before: local-fs-pre.target (origin-file) Before: systemd-timesyncd.service (destination-file) Before: systemd-random-seed.service (destination-file) After: systemd-fsck-root.service (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: shutdown.target (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: local-fs.target (origin-file) References: systemd-fsck-root.service (origin-file) References: local-fs-pre.target (origin-file) ReferencedBy: systemd-journal-flush.service (destination-file) ReferencedBy: systemd-quotacheck.service (destination-file) ReferencedBy: systemd-timesyncd.service (destination-file) ReferencedBy: systemd-hwdb-update.service (destination-file) ReferencedBy: local-fs.target (destination-file) ReferencedBy: systemd-update-utmp.service (destination-file) ReferencedBy: systemd-sysusers.service (destination-file) ReferencedBy: systemd-random-seed.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-remount-fs PID: 115 Start Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart3.device: Description: ST2000LM003_HN-M201RAD 3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart3.device Invocation ID: e2ae1bb60843409f8db73b2ce12e159e Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda3.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart3.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart3.device Following Set Member: dev-disk-by\x2duuid-d8be751c\x2d0513\x2d472d\x2daaec\x2d6f3563c467e9.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d03.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda3.device Following Set Member: dev-sda3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda3 Found: found-udev -> Unit dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart2.device: Description: ST2000LM003_HN-M201RAD 2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart2.device Invocation ID: 0824524882a24a2c9febcae8c948d752 Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda2.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart2.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d02.device Following Set Member: dev-disk-by\x2duuid-f55adb7f\x2d6d96\x2d4e27\x2da51d\x2da274dfa58214.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device Following Set Member: dev-sda2.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda2 Found: found-udev -> Unit apt-daily-upgrade.timer: Description: Daily apt upgrade and clean activities Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Wed 2018-09-12 06:18:37 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: apt-daily-upgrade.timer Invocation ID: 3ed8c9e8678a4b93a5e984dd1e50fddc Fragment Path: /lib/systemd/system/apt-daily-upgrade.timer Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) WantedBy: timers.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: apt-daily-upgrade.service (origin-implicit) Before: timers.target (origin-default) After: -.mount (origin-file) After: sysinit.target (origin-default) After: apt-daily.timer (origin-file) After: time-sync.target (origin-default) Triggers: apt-daily-upgrade.service (origin-implicit) References: shutdown.target (origin-default) References: -.mount (origin-file) References: sysinit.target (origin-default) References: apt-daily.timer (origin-file) References: apt-daily-upgrade.service (origin-implicit) References: timers.target (origin-default) References: time-sync.target (origin-default) ReferencedBy: timers.target (destination-file) RequiresMountsFor: /var/lib/systemd/timers (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Timer State: waiting Result: success Unit: apt-daily-upgrade.service Persistent: yes WakeSystem: no Accuracy: 1min RemainAfterElapse: yes OnCalendar: *-*-* 06:00:00 -> Unit dev-disk-by\x2dlabel-boot.device: Description: /dev/disk/by-label/boot Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dlabel-boot.device Invocation ID: c1965436ff17407ea9477dacda5ec4d0 Following: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device Following Set Member: dev-mmcblk0p1.device Following Set Member: dev-disk-by\x2duuid-0211\x2d20AB.device Following Set Member: dev-disk-by\x2did-mmc\x2dSU08G_0x20e49f90\x2dpart1.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f202000.mmc\x2dpart1.device Following Set Member: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d01.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f202000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0/mmcblk0p1 Found: found-udev -> Unit graphical.target: Description: Graphical Interface Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:28 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:28 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:28 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: runlevel5.target Name: default.target Name: graphical.target Invocation ID: a1f717249f8e451395533cda1e47388d Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/graphical.target Condition Timestamp: Tue 2018-09-11 15:49:28 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:28 CEST Assert Result: yes Requires: multi-user.target (origin-file) Wants: cpufrequtils.service (origin-file) Wants: systemd-update-utmp-runlevel.service (origin-file) Wants: loadcpufreq.service (origin-file) Wants: display-manager.service (origin-file) Wants: exim4.service (origin-file) Conflicts: shutdown.target (origin-default) Conflicts: rescue.target (origin-file) Conflicts: rescue.service (origin-file) Before: shutdown.target (origin-default) Before: systemd-update-utmp-runlevel.service (destination-file) After: cpufrequtils.service (origin-default destination-file) After: rescue.service (origin-file) After: loadcpufreq.service (origin-default destination-file) After: display-manager.service (origin-file) After: multi-user.target (origin-file origin-default) After: rescue.target (origin-file) After: exim4.service (origin-default destination-file) References: cpufrequtils.service (origin-file origin-default) References: rescue.service (origin-file) References: systemd-update-utmp-runlevel.service (origin-file) References: loadcpufreq.service (origin-file origin-default) References: shutdown.target (origin-default) References: display-manager.service (origin-file) References: multi-user.target (origin-file origin-default) References: exim4.service (origin-file origin-default) References: rescue.target (origin-file) ReferencedBy: systemd-update-utmp-runlevel.service (destination-file) ReferencedBy: cpufrequtils.service (destination-file) ReferencedBy: exim4.service (destination-file) ReferencedBy: loadcpufreq.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit clamav-daemon.service: Description: clamav-daemon.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: clamav-daemon.service Before: exim4.service (destination-file) ReferencedBy: exim4.service (destination-file) -> Unit dev-ram5.device: Description: /dev/ram5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram5.device Invocation ID: 6544d6aa41a5455c9fc67c6fd239b9e0 Following: sys-devices-virtual-block-ram5.device Following Set Member: sys-devices-virtual-block-ram5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram5 Found: found-udev -> Unit dev-disk-by\x2dpartuuid-311b5f75\x2d02.device: Description: ST2000LM003_HN-M201RAD 2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpartuuid-311b5f75\x2d02.device Invocation ID: dda19f1c1cac4282b53f8c6b39ebdcdf Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda2.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda2.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627\x2dpart2.device Following Set Member: dev-disk-by\x2duuid-f55adb7f\x2d6d96\x2d4e27\x2da51d\x2da274dfa58214.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device Following Set Member: dev-sda2.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae\x2dpart2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda/sda2 Found: found-udev -> Unit rescue.target: Description: Rescue Mode Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: rescue.target Name: runlevel1.target Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/rescue.target Requires: rescue.service (origin-file) Requires: sysinit.target (origin-file) Wants: systemd-update-utmp-runlevel.service (origin-file) Conflicts: shutdown.target (origin-default) ConflictedBy: graphical.target (destination-file) ConflictedBy: multi-user.target (destination-file) Before: graphical.target (destination-file) Before: systemd-update-utmp-runlevel.service (destination-file) Before: shutdown.target (origin-default) Before: multi-user.target (destination-file) After: rescue.service (origin-file) After: sysinit.target (origin-file origin-default) References: systemd-update-utmp-runlevel.service (origin-file) References: shutdown.target (origin-default) References: sysinit.target (origin-file origin-default) References: rescue.service (origin-file) ReferencedBy: graphical.target (destination-file) ReferencedBy: systemd-update-utmp-runlevel.service (destination-file) ReferencedBy: multi-user.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: dead -> Unit user-runtime-dir at 1000.service: Description: /run/user/1000 mount wrapper Instance: 1000 Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:34 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:34 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:34 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-user\x2druntime\x2ddir.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: user-runtime-dir at 1000.service Invocation ID: 4c854a55fd5c48e8a92690a489471bd8 Fragment Path: /lib/systemd/system/user-runtime-dir at .service Condition Timestamp: Tue 2018-09-11 15:49:34 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:34 CEST Assert Result: yes Requires: system-user\x2druntime\x2ddir.slice (origin-file) Requires: sysinit.target (origin-default) RequiredBy: user at 1000.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: user at 1000.service (destination-file) After: sysinit.target (origin-default) After: system-user\x2druntime\x2ddir.slice (origin-file) After: basic.target (origin-default) After: systemd-journald.socket (origin-file) References: sysinit.target (origin-default) References: system-user\x2druntime\x2ddir.slice (origin-file) References: shutdown.target (origin-default) References: basic.target (origin-default) References: systemd-journald.socket (origin-file) ReferencedBy: user at 1000.service (destination-file) StopWhenUnneeded: yes RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-user-runtime-dir start 1000 PID: 744 Start Timestamp: Tue 2018-09-11 15:49:34 CEST Exit Timestamp: Tue 2018-09-11 15:49:34 CEST Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /lib/systemd/systemd-user-runtime-dir stop 1000 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit nss-lookup.target: Description: Host and Network Name Lookups Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: nss-lookup.target Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/nss-lookup.target Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: exim4.service (destination-file) References: shutdown.target (origin-default) ReferencedBy: exim4.service (destination-file) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: dead -> Unit proc-sys-fs-binfmt_misc.automount: Description: Arbitrary Executable File Formats File System Automount Point Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Fri 2018-06-22 13:11:51 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: proc-sys-fs-binfmt_misc.automount Invocation ID: ee3cff5aed7748e5ab448c4f714a3a0f Documentation: https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/proc-sys-fs-binfmt_misc.automount ConditionPathIsReadWrite: /proc/sys succeeded ConditionPathExists: /proc/sys/fs/binfmt_misc succeeded Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: -.mount (origin-implicit) WantedBy: sysinit.target (destination-file) Before: sysinit.target (origin-file) Before: proc-sys-fs-binfmt_misc.mount (origin-implicit) Before: systemd-binfmt.service (destination-file) After: -.mount (origin-implicit) Triggers: proc-sys-fs-binfmt_misc.mount (origin-implicit) References: -.mount (origin-implicit) References: proc-sys-fs-binfmt_misc.mount (origin-implicit) References: sysinit.target (origin-file) ReferencedBy: systemd-binfmt.service (destination-file) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /proc/sys/fs (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Automount State: waiting Result: success Where: /proc/sys/fs/binfmt_misc DirectoryMode: 0755 TimeoutIdleUSec: 0 -> Unit sys-module-configfs.device: Description: /sys/module/configfs Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-module-configfs.device Invocation ID: fdcf5f39f5844c228b5b53377c4e0346 Wants: sys-kernel-config.mount (origin-udev) References: sys-kernel-config.mount (origin-udev) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/module/configfs Found: found-udev udev SYSTEMD_WANTS: sys-kernel-config.mount -> Unit proc-sys-fs-binfmt_misc.mount: Description: Arbitrary Executable File Formats File System Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: proc-sys-fs-binfmt_misc.mount Documentation: https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/proc-sys-fs-binfmt_misc.mount Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) After: -.mount (origin-implicit) After: system.slice (origin-file) After: proc-sys-fs-binfmt_misc.automount (destination-implicit) After: systemd-journald.socket (origin-file) TriggeredBy: proc-sys-fs-binfmt_misc.automount (destination-implicit) References: -.mount (origin-implicit) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-implicit) RequiresMountsFor: /proc/sys/fs (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: dead Result: success Where: /proc/sys/fs/binfmt_misc What: binfmt_misc File System Type: binfmt_misc Options: n/a From /proc/self/mountinfo: no From fragment: yes Extrinsic: yes DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627.device: Description: ST2000LM003_HN-M201RAD Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627.device Invocation ID: d53239be24cc4e589a7bce27afeb4853 Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0.device Following Set Member: dev-sda.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda Found: found-udev -> Unit sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda.device: Description: ST2000LM003_HN-M201RAD Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda.device Invocation ID: a64afee9828a4e1cb34729e4e2e2b88d Following Set Member: dev-sda.device Following Set Member: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda Found: found-udev -> Unit timers.target: Description: Timers Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:09 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: timers.target Invocation ID: a3f913ed660049e1b10eef04296f1077 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/timers.target Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Wants: systemd-tmpfiles-clean.timer (origin-file) Wants: apt-daily-upgrade.timer (origin-file) Wants: phpsessionclean.timer (origin-file) Wants: logrotate.timer (origin-file) Wants: apt-daily.timer (origin-file) Wants: anacron.timer (origin-file) WantedBy: basic.target (destination-file) Conflicts: shutdown.target (origin-file) After: systemd-tmpfiles-clean.timer (destination-default) After: apt-daily.timer (destination-default) After: anacron.timer (destination-default) After: phpsessionclean.timer (destination-default) After: apt-daily-upgrade.timer (destination-default) After: logrotate.timer (destination-default) References: systemd-tmpfiles-clean.timer (origin-file) References: shutdown.target (origin-file) References: apt-daily-upgrade.timer (origin-file) References: phpsessionclean.timer (origin-file) References: logrotate.timer (origin-file) References: apt-daily.timer (origin-file) References: anacron.timer (origin-file) ReferencedBy: apt-daily.timer (destination-default) ReferencedBy: phpsessionclean.timer (destination-default) ReferencedBy: apt-daily-upgrade.timer (destination-default) ReferencedBy: basic.target (destination-file) ReferencedBy: systemd-tmpfiles-clean.timer (destination-default) ReferencedBy: logrotate.timer (destination-default) ReferencedBy: anacron.timer (destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit boot.mount: Description: /boot Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:59 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:59 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/boot.mount CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: boot.mount Invocation ID: 2e60417e5aab483fb6de1ec16d307d22 Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Fragment Path: /run/systemd/generator/boot.mount Source Path: /etc/fstab Condition Timestamp: Tue 2018-09-11 15:48:58 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:48:58 CEST Assert Result: yes Requires: -.mount (origin-file origin-implicit) Requires: systemd-fsck at dev-mmcblk0p1.service (origin-file) Requires: system.slice (origin-file) BindsTo: dev-mmcblk0p1.device (origin-file) RequiredBy: local-fs.target (destination-file) WantedBy: dev-mmcblk0p1.device (destination-file) Conflicts: umount.target (origin-file) Before: umount.target (origin-file) Before: local-fs.target (origin-file) After: dev-mmcblk0p1.device (origin-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: -.mount (origin-file origin-implicit) After: systemd-fsck at dev-mmcblk0p1.service (origin-file) After: local-fs-pre.target (origin-file) References: dev-mmcblk0p1.device (origin-file) References: umount.target (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: -.mount (origin-file origin-implicit) References: local-fs.target (origin-file) References: systemd-fsck at dev-mmcblk0p1.service (origin-file) References: local-fs-pre.target (origin-file) ReferencedBy: local-fs.target (destination-file) RequiresMountsFor: / (origin-implicit) RequiresMountsFor: /dev/mmcblk0p1 (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /boot What: /dev/mmcblk0p1 File System Type: vfat Options: ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro From /proc/self/mountinfo: yes From fragment: yes Extrinsic: no DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-block-ram0.device: Description: /sys/devices/virtual/block/ram0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram0.device Invocation ID: 69b2f5a425c6460d8615ae36b09b4856 Following Set Member: dev-ram0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram0 Found: found-udev -> Unit dev-disk-by\x2did-mmc\x2dSU08G_0x20e49f90\x2dpart1.device: Description: /dev/disk/by-id/mmc-SU08G_0x20e49f90-part1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-mmc\x2dSU08G_0x20e49f90\x2dpart1.device Invocation ID: 16ce582fa61841cfab1015f5cb3e6672 Following: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device Following Set Member: dev-mmcblk0p1.device Following Set Member: dev-disk-by\x2dlabel-boot.device Following Set Member: dev-disk-by\x2duuid-0211\x2d20AB.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f202000.mmc\x2dpart1.device Following Set Member: sys-devices-platform-soc-3f202000.mmc-mmc_host-mmc0-mmc0:aaaa-block-mmcblk0-mmcblk0p1.device Following Set Member: dev-disk-by\x2dpartuuid-311b5f75\x2d01.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f202000.mmc/mmc_host/mmc0/mmc0:aaaa/block/mmcblk0/mmcblk0p1 Found: found-udev -> Unit systemd-machine-id-commit.service: Description: Commit a transient machine-id on disk Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-machine-id-commit.service Documentation: man:systemd-machine-id-commit.service(8) Fragment Path: /lib/systemd/system/systemd-machine-id-commit.service ConditionPathIsMountPoint: /etc/machine-id failed ConditionPathIsReadWrite: /etc untested Condition Timestamp: Tue 2018-09-11 15:49:08 CEST Condition Result: no Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) Before: sysinit.target (origin-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: local-fs.target (origin-file) References: local-fs.target (origin-file) References: sysinit.target (origin-file) References: shutdown.target (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: sysinit.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 30s TimeoutStopSec: 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/systemd-machine-id-setup --commit CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit media-webdav-box.automount: Description: Automount webdav box Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:13 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:13 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:13 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: media-webdav-box.automount Invocation ID: a4aa2b429bc64fd694cd89dbf06dddcd Fragment Path: /etc/systemd/system/media-webdav-box.automount Condition Timestamp: Tue 2018-09-11 15:49:13 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:13 CEST Assert Result: yes Requires: -.mount (origin-implicit) Wants: network-online.target (origin-file) WantedBy: remote-fs.target (destination-file) Conflicts: umount.target (origin-default) Before: umount.target (origin-default) Before: media-webdav-box.mount (origin-implicit) After: network-online.target (origin-file) After: -.mount (origin-implicit) Triggers: media-webdav-box.mount (origin-implicit) References: -.mount (origin-implicit) References: umount.target (origin-default) References: media-webdav-box.mount (origin-implicit) References: network-online.target (origin-file) ReferencedBy: remote-fs.target (destination-file) RequiresMountsFor: /media/webdav (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Automount State: waiting Result: success Where: /media/webdav/box DirectoryMode: 0755 TimeoutIdleUSec: 10min -> Unit sys-devices-virtual-block-ram8.device: Description: /sys/devices/virtual/block/ram8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:57 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:57 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:57 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram8.device Invocation ID: ed0035d574124352af6c16c8744f7a17 Following Set Member: dev-ram8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram8 Found: found-udev -> Unit logrotate.service: Description: Rotate log files Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: Wed 2018-09-12 00:00:03 CEST Inactive Exit Timestamp: Wed 2018-09-12 00:00:01 CEST Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: Wed 2018-09-12 00:00:03 CEST May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory devices pids Name: logrotate.service Invocation ID: 826ea995934341b6b54f0810c85e0f36 Documentation: man:logrotate(8) Documentation: man:logrotate.conf(5) Fragment Path: /lib/systemd/system/logrotate.service ConditionACPower: true succeeded Condition Timestamp: Wed 2018-09-12 00:00:01 CEST Condition Result: yes Assert Timestamp: Wed 2018-09-12 00:00:01 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) Requires: tmp.mount (origin-file) Requires: -.mount (origin-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: -.mount (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) After: systemd-tmpfiles-setup.service (origin-file) After: sysinit.target (origin-default) After: basic.target (origin-default) After: tmp.mount (origin-file) After: logrotate.timer (destination-implicit) TriggeredBy: logrotate.timer (destination-implicit) References: -.mount (origin-file) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-default) References: system.slice (origin-file) References: sysinit.target (origin-default) References: systemd-tmpfiles-setup.service (origin-file) References: basic.target (origin-default) References: tmp.mount (origin-file) ReferencedBy: logrotate.timer (destination-implicit) RequiresMountsFor: /tmp (origin-file) RequiresMountsFor: /var/tmp (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: yes PrivateDevices: yes ProtectKernelTunables: no ProtectKernelModules: yes ProtectControlGroups: yes PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: full MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: yes KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Nice: 19 Limit NOFILE: 4096 Limit NOFILESoft: 1024 IOSchedulingClass: best-effort IOPriority: 7 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/logrotate /etc/logrotate.conf PID: 31371 Start Timestamp: Wed 2018-09-12 00:00:01 CEST Exit Timestamp: Wed 2018-09-12 00:00:03 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=closed Delegate=no -> Unit alsa-restore.service: Description: Save/Restore Sound Card State Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:09 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:09 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: alsa-restore.service Invocation ID: e35be3d098b9495a8529a5e70bc9ac35 Documentation: man:alsactl(1) Fragment Path: /lib/systemd/system/alsa-restore.service ConditionPathExists: /var/lib/alsa/asound.state succeeded ConditionPathExistsGlob: /dev/snd/control* succeeded ConditionPathExists: !/etc/alsa/state-daemon.conf succeeded Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) WantedBy: sound.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: sound.target (destination-default) After: system.slice (origin-file) After: basic.target (origin-default) After: systemd-journald.socket (origin-file) After: sysinit.target (origin-default) References: shutdown.target (origin-default) References: sysinit.target (origin-default) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: basic.target (origin-default) ReferencedBy: sound.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/alsactl -E HOME=/run/alsa restore PID: 211 Start Timestamp: Tue 2018-09-11 15:49:09 CEST Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /usr/sbin/alsactl -E HOME=/run/alsa store CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit sys-kernel-config.mount: Description: Kernel Configuration File System Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:56 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:56 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:56 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/sys-kernel-config.mount CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: sys-kernel-config.mount Invocation ID: 67cb98e1378648069fe7f19f5bf2a217 Documentation: https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/sys-kernel-config.mount ConditionCapability: CAP_SYS_RAWIO succeeded ConditionPathExists: /sys/kernel/config succeeded Condition Timestamp: Tue 2018-09-11 15:48:56 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:48:56 CEST Assert Result: yes Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) WantedBy: sys-module-configfs.device (destination-udev) WantedBy: sysinit.target (destination-file) Before: sysinit.target (origin-file) After: systemd-modules-load.service (origin-file) After: systemd-journald.socket (origin-file) After: -.mount (origin-implicit) After: system.slice (origin-file) References: systemd-modules-load.service (origin-file) References: systemd-journald.socket (origin-file) References: sysinit.target (origin-file) References: -.mount (origin-implicit) References: system.slice (origin-file) ReferencedBy: sys-module-configfs.device (destination-udev) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /sys/kernel (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /sys/kernel/config What: configfs File System Type: configfs Options: rw,relatime From /proc/self/mountinfo: yes From fragment: yes Extrinsic: yes DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit media-webdav-box.mount: Description: webdav box Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: media-webdav-box.mount Fragment Path: /etc/systemd/system/media-webdav-box.mount Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) Wants: network-online.target (origin-file) Conflicts: umount.target (origin-file) Before: umount.target (origin-file) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: media-webdav-box.automount (destination-implicit) After: local-fs-pre.target (origin-file) After: system.slice (origin-file) After: network-online.target (origin-file) TriggeredBy: media-webdav-box.automount (destination-implicit) References: systemd-journald.socket (origin-file) References: -.mount (origin-implicit) References: system.slice (origin-file) References: umount.target (origin-file) References: network-online.target (origin-file) References: local-fs-pre.target (origin-file) ReferencedBy: media-webdav-box.automount (destination-implicit) RequiresMountsFor: /media/webdav (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: dead Result: success Where: /media/webdav/box What: https://dav.box.com/dav File System Type: davfs Options: users,file_mode=0777,dir_mode=0777 From /proc/self/mountinfo: no From fragment: yes Extrinsic: no DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit loadcpufreq.service: Description: LSB: Load kernel modules needed to enable cpufreq scaling Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:12 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:09 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:12 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: loadcpufreq.service Invocation ID: 016f29b6267c40a8bdfc4a9b27127796 Documentation: man:systemd-sysv-generator(8) Fragment Path: /run/systemd/generator.late/loadcpufreq.service Source Path: /etc/init.d/loadcpufreq Condition Timestamp: Tue 2018-09-11 15:49:09 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:09 CEST Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) WantedBy: graphical.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: cpufrequtils.service (destination-file) Before: graphical.target (origin-file destination-default) Before: multi-user.target (origin-file destination-default) Before: shutdown.target (origin-default) After: sysinit.target (origin-default) After: basic.target (origin-default) After: remote-fs.target (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-default) References: basic.target (origin-default) References: remote-fs.target (origin-file) References: shutdown.target (origin-default) References: multi-user.target (origin-file) References: systemd-journald.socket (origin-file) References: graphical.target (origin-file) ReferencedBy: graphical.target (destination-file destination-default) ReferencedBy: cpufrequtils.service (destination-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: no Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 5min TimeoutStopSec: 5min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/init.d/loadcpufreq start PID: 207 Start Timestamp: Tue 2018-09-11 15:49:09 CEST Exit Timestamp: Tue 2018-09-11 15:49:12 CEST Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /etc/init.d/loadcpufreq stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit mnt-part3data.mount: Description: /mnt/part3data Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:08 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:08 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:08 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/mnt-part3data.mount CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: mnt-part3data.mount Invocation ID: deff99b3a0844a48b837dbb1f021b7d0 Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Fragment Path: /run/systemd/generator/mnt-part3data.mount Source Path: /etc/fstab Condition Timestamp: Tue 2018-09-11 15:49:08 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:08 CEST Assert Result: yes Requires: -.mount (origin-file origin-implicit) Requires: systemd-fsck at dev-sda3.service (origin-file) Requires: system.slice (origin-file) BindsTo: dev-sda3.device (origin-file) RequiredBy: mnt-part3data-homestation.automount (destination-path) RequiredBy: mnt-part3data-ex2.automount (destination-path) RequiredBy: mnt-part3data-homestation.mount (destination-path) RequiredBy: mnt-part3data-ex2.mount (destination-path) RequiredBy: local-fs.target (destination-file) WantedBy: dev-sda3.device (destination-file) Conflicts: umount.target (origin-file) Before: mnt-part3data-homestation.automount (destination-path) Before: mnt-part3data-ex2.automount (destination-path) Before: umount.target (origin-file) Before: mnt-part3data-homestation.mount (destination-path) Before: mnt-part3data-ex2.mount (destination-path) Before: local-fs.target (origin-file) After: dev-sda3.device (origin-file) After: system.slice (origin-file) After: systemd-fsck at dev-sda3.service (origin-file) After: systemd-journald.socket (origin-file) After: -.mount (origin-file origin-implicit) After: local-fs-pre.target (origin-file) References: dev-sda3.device (origin-file) References: umount.target (origin-file) References: system.slice (origin-file) References: systemd-fsck at dev-sda3.service (origin-file) References: systemd-journald.socket (origin-file) References: -.mount (origin-file origin-implicit) References: local-fs.target (origin-file) References: local-fs-pre.target (origin-file) ReferencedBy: mnt-part3data-homestation.automount (destination-path) ReferencedBy: mnt-part3data-ex2.automount (destination-path) ReferencedBy: mnt-part3data-homestation.mount (destination-path) ReferencedBy: mnt-part3data-ex2.mount (destination-path) ReferencedBy: local-fs.target (destination-file) RequiresMountsFor: /mnt (origin-implicit) RequiresMountsFor: /dev/sda3 (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /mnt/part3data What: /dev/sda3 File System Type: ext4 Options: rw,noatime,data=ordered From /proc/self/mountinfo: yes From fragment: yes Extrinsic: no DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit -.slice: Description: Root Slice Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Fri 2018-06-22 13:11:51 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: yes Garbage Collection Mode: inactive Slice: n/a CGroup: CGroup realized: yes CGroup realized mask: cpu cpuacct devices CGroup enabled mask: devices CGroup own mask: cpu cpuacct memory pids CGroup members mask: memory devices pids Name: -.slice Documentation: man:systemd.special(7) RequiredBy: system.slice (destination-implicit) RequiredBy: user.slice (destination-implicit) RequiredBy: init.scope (destination-file) WantedBy: slices.target (destination-file) Before: slices.target (destination-file) Before: system.slice (destination-implicit) Before: init.scope (destination-file) Before: user.slice (destination-implicit) ReferencedBy: slices.target (destination-file) ReferencedBy: system.slice (destination-implicit) ReferencedBy: init.scope (destination-file) ReferencedBy: user.slice (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: active CPUAccounting=yes IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no -> Unit getty at tty1.service: Description: Getty on tty1 Instance: tty1 Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:49:14 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:14 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:14 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-getty.slice CGroup: /system.slice/system-getty.slice/getty at tty1.service CGroup realized: yes CGroup own mask: memory pids Name: getty at tty1.service Invocation ID: f275c69ff8b94a88ac7407cb8b0c143c Documentation: man:agetty(8) Documentation: man:systemd-getty-generator(8) Documentation: http://0pointer.de/blog/projects/serial-console.html Fragment Path: /lib/systemd/system/getty at .service DropIn Path: /etc/systemd/system/getty at tty1.service.d/noclear.conf ConditionPathExists: /dev/tty0 succeeded Condition Timestamp: Tue 2018-09-11 15:49:14 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:14 CEST Assert Result: yes Requires: system-getty.slice (origin-file) Requires: sysinit.target (origin-default) WantedBy: getty.target (destination-file) Conflicts: shutdown.target (origin-default) Conflicts: rescue.service (origin-file) Before: shutdown.target (origin-default) Before: rescue.service (origin-file) Before: getty.target (origin-file destination-default) After: systemd-user-sessions.service (origin-file) After: plymouth-quit-wait.service (origin-file) After: basic.target (origin-default) After: systemd-journald.socket (origin-file) After: sysinit.target (origin-default) After: getty-pre.target (origin-file) After: system-getty.slice (origin-file) After: rc-local.service (origin-file) References: rescue.service (origin-file) References: shutdown.target (origin-default) References: systemd-user-sessions.service (origin-file) References: plymouth-quit-wait.service (origin-file) References: basic.target (origin-default) References: systemd-journald.socket (origin-file) References: sysinit.target (origin-default) References: getty-pre.target (origin-file) References: system-getty.slice (origin-file) References: rc-local.service (origin-file) References: getty.target (origin-file) ReferencedBy: getty.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: idle Restart: always NotifyAccess: none NotifyState: unknown Main PID: 409 Main PID Known: yes Main PID Alien: no RestartSec: 0 TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: yes UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private UnsetEnvironment: LANG UnsetEnvironment: LANGUAGE UnsetEnvironment: LC_CTYPE UnsetEnvironment: LC_NUMERIC UnsetEnvironment: LC_TIME UnsetEnvironment: LC_COLLATE UnsetEnvironment: LC_MONETARY UnsetEnvironment: LC_MESSAGES UnsetEnvironment: LC_PAPER UnsetEnvironment: LC_NAME UnsetEnvironment: LC_ADDRESS UnsetEnvironment: LC_TELEPHONE UnsetEnvironment: LC_MEASUREMENT UnsetEnvironment: LC_IDENTIFICATION RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit TTYPath: /dev/tty1 TTYReset: yes TTYVHangup: yes TTYVTDisallocate: no SyslogFacility: daemon SyslogLevel: info DynamicUser: no UtmpIdentifier: tty1 LockPersonality: no -> ExecStart: Command Line: /sbin/agetty -o '-p -- \u' --noclear tty1 $TERM PID: 409 Start Timestamp: Tue 2018-09-11 15:49:14 CEST CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae.device: Description: ST2000LM003_HN-M201RAD Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-wwn\x2d0x50004cf20ee1bdae.device Invocation ID: dc725ed616e9444f8ac3d629222cc5da Following: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda.device Following Set Member: dev-sda.device Following Set Member: sys-devices-platform-soc-3f980000.usb-usb1-1\x2d1-1\x2d1.3-1\x2d1.3:1.0-host0-target0:0:0-0:0:0:0-block-sda.device Following Set Member: dev-disk-by\x2did-ata\x2dST2000LM003_HN\x2dM201RAD_S34RJ9EFC58627.device Following Set Member: dev-disk-by\x2dpath-platform\x2d3f980000.usb\x2dusb\x2d0:1.3:1.0\x2dscsi\x2d0:0:0:0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/host0/target0:0:0/0:0:0:0/block/sda Found: found-udev -> Unit kmod-static-nodes.service: Description: Create list of required static device nodes for the current kernel Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Fri 2018-06-22 13:11:51 CEST Inactive Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Active Enter Timestamp: Fri 2018-06-22 13:11:51 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: kmod-static-nodes.service Invocation ID: 7247fb328ff94cdcbb2d4aed40de8fec Fragment Path: /lib/systemd/system/kmod-static-nodes.service ConditionFileNotEmpty: /lib/modules/4.14.69-v7+/modules.devname succeeded ConditionCapability: CAP_SYS_MODULE succeeded Condition Timestamp: Fri 2018-06-22 13:11:51 CEST Condition Result: yes Assert Timestamp: Fri 2018-06-22 13:11:51 CEST Assert Result: yes Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Before: systemd-tmpfiles-setup-dev.service (origin-file) Before: sysinit.target (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: systemd-tmpfiles-setup-dev.service (origin-file) References: sysinit.target (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: sysinit.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf PID: 86 Start Timestamp: Fri 2018-06-22 13:11:51 CEST Exit Timestamp: Fri 2018-06-22 13:11:51 CEST Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit apparmor.service: Description: apparmor.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: apparmor.service Before: networking.service (destination-file) ReferencedBy: networking.service (destination-file) -> Unit session-c1.scope: Description: Session c1 of user peter Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 22:34:16 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:49:34 CEST Active Enter Timestamp: Tue 2018-09-11 15:49:34 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: yes Perpetual: no Garbage Collection Mode: inactive Slice: user-1000.slice CGroup: /user.slice/user-1000.slice/session-c1.scope CGroup realized: yes CGroup own mask: memory pids Name: session-c1.scope Invocation ID: b061734a0fe9441f8749911f6d33a70e Fragment Path: /run/systemd/transient/session-c1.scope Condition Timestamp: Tue 2018-09-11 15:49:34 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:49:34 CEST Assert Result: yes Requires: user-1000.slice (origin-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: user-1000.slice (origin-file) After: systemd-logind.service (origin-file) After: systemd-user-sessions.service (origin-file) References: systemd-logind.service (origin-file) References: shutdown.target (origin-default) References: systemd-user-sessions.service (origin-file) References: user-1000.slice (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Scope State: abandoned Result: success CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: yes -> Unit systemd-binfmt.service: Description: Set Up Additional Binary Formats Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-binfmt.service Documentation: man:systemd-binfmt.service(8) Documentation: man:binfmt.d(5) Documentation: https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/systemd-binfmt.service ConditionDirectoryNotEmpty: |/run/binfmt.d failed ConditionDirectoryNotEmpty: |/etc/binfmt.d failed ConditionDirectoryNotEmpty: |/usr/local/lib/binfmt.d failed ConditionDirectoryNotEmpty: |/usr/lib/binfmt.d failed ConditionDirectoryNotEmpty: |/lib/binfmt.d failed ConditionPathIsReadWrite: /proc/sys succeeded Condition Timestamp: Tue 2018-09-11 15:48:58 CEST Condition Result: no Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) Before: sysinit.target (origin-file) After: proc-sys-fs-binfmt_misc.automount (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: shutdown.target (origin-file) References: proc-sys-fs-binfmt_misc.automount (origin-file) References: sysinit.target (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: sysinit.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-binfmt CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit dev-ttyprintk.device: Description: /dev/ttyprintk Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:58 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:58 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:58 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyprintk.device Invocation ID: 0d3a3965896f4d75ad14128791cce360 Following: sys-devices-virtual-tty-ttyprintk.device Following Set Member: sys-devices-virtual-tty-ttyprintk.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyprintk Found: found-udev -> Unit tmp.mount: Description: /tmp Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Tue 2018-09-11 15:48:59 CEST Inactive Exit Timestamp: Tue 2018-09-11 15:48:59 CEST Active Enter Timestamp: Tue 2018-09-11 15:48:59 CEST Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/tmp.mount CGroup realized: yes CGroup realized mask: devices CGroup own mask: memory pids Name: tmp.mount Invocation ID: 877a10eeb15543248598ba39fe01d91c Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Fragment Path: /run/systemd/generator/tmp.mount Source Path: /etc/fstab Condition Timestamp: Tue 2018-09-11 15:48:59 CEST Condition Result: yes Assert Timestamp: Tue 2018-09-11 15:48:59 CEST Assert Result: yes Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) RequiredBy: local-fs.target (destination-file) RequiredBy: systemd-networkd.service (destination-file) RequiredBy: logrotate.service (destination-file) RequiredBy: systemd-timesyncd.service (destination-file) RequiredBy: phpsessionclean.service (destination-file) WantedBy: basic.target (destination-file) Conflicts: umount.target (origin-file) Before: logrotate.service (destination-file) Before: local-fs.target (origin-file) Before: basic.target (destination-file destination-default) Before: systemd-timesyncd.service (destination-file) Before: umount.target (origin-file) Before: phpsessionclean.service (destination-file) Before: systemd-networkd.service (destination-file) After: swap.target (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) After: local-fs-pre.target (origin-file) After: -.mount (origin-implicit) References: systemd-journald.socket (origin-file) References: swap.target (origin-file) References: system.slice (origin-file) References: local-fs.target (origin-file) References: local-fs-pre.target (origin-file) References: umount.target (origin-file) References: -.mount (origin-implicit) ReferencedBy: logrotate.service (destination-file) ReferencedBy: basic.target (destination-file destination-default) ReferencedBy: phpsessionclean.service (destination-file) ReferencedBy: local-fs.target (destination-file) ReferencedBy: systemd-timesyncd.service (destination-file) ReferencedBy: systemd-networkd.service (destination-file) RequiresMountsFor: / (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /tmp What: tmpfs File System Type: tmpfs Options: rw,nosuid,nodev,relatime From /proc/self/mountinfo: yes From fragment: yes Extrinsic: no DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -> Unit systemd-quotacheck.service: Description: File System Quota Check Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-quotacheck.service Documentation: man:systemd-quotacheck.service(8) Fragment Path: /lib/systemd/system/systemd-quotacheck.service ConditionPathExists: /sbin/quotacheck untested Requires: system.slice (origin-file) Before: remote-fs.target (origin-file) Before: shutdown.target (origin-file) After: systemd-remount-fs.service (origin-file) After: system.slice (origin-file) After: systemd-fsck at dev-sda3.service (destination-file) After: systemd-journald.socket (origin-file) After: systemd-fsck at dev-mmcblk0p1.service (destination-file) References: shutdown.target (origin-file) References: systemd-remount-fs.service (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: remote-fs.target (origin-file) ReferencedBy: systemd-fsck at dev-mmcblk0p1.service (destination-file) ReferencedBy: systemd-fsck at dev-sda3.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: infinity RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-quotacheck CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=2322 DevicePolicy=auto Delegate=no -------------- next part -------------- ==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/ssh.service /etc/systemd/system/sshd.service ==> /var/lib/systemd/deb-systemd-helper-enabled/cups.socket.dsh-also <== /etc/systemd/system/sockets.target.wants/cups.socket ==> /var/lib/systemd/deb-systemd-helper-enabled/anacron.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/anacron.service ==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.socket.dsh-also <== /etc/systemd/system/sockets.target.wants/ssh.socket ==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/cups.socket <== ==> /var/lib/systemd/deb-systemd-helper-enabled/rsync.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/rsync.service ==> /var/lib/systemd/deb-systemd-helper-enabled/printer.target.wants/cups.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/cups.service.dsh-also <== /etc/systemd/system/sockets.target.wants/cups.socket /etc/systemd/system/multi-user.target.wants/cups.path /etc/systemd/system/printer.target.wants/cups.service ==> /var/lib/systemd/deb-systemd-helper-enabled/sshd.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/winbind.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/winbind.service ==> /var/lib/systemd/deb-systemd-helper-enabled/logrotate.timer.dsh-also <== /etc/systemd/system/timers.target.wants/logrotate.timer ==> /var/lib/systemd/deb-systemd-helper-enabled/rsyslog.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/rsyslog.service /etc/systemd/system/syslog.service ==> /var/lib/systemd/deb-systemd-helper-enabled/smartd.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/smartd.service ==> /var/lib/systemd/deb-systemd-helper-enabled/phpsessionclean.timer.dsh-also <== /etc/systemd/system/timers.target.wants/phpsessionclean.timer ==> /var/lib/systemd/deb-systemd-helper-enabled/cups.path.dsh-also <== /etc/systemd/system/multi-user.target.wants/cups.path ==> /var/lib/systemd/deb-systemd-helper-enabled/fstrim.timer.dsh-also <== /etc/systemd/system/timers.target.wants/fstrim.timer ==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/fake-hwclock.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/winbind.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/mysql.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/rsyslog.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/cron.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/nmbd.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/cups.path <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/anacron.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/rsync.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/smbd.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ssh.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/networking.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/smartd.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/anacron.timer.dsh-also <== /etc/systemd/system/timers.target.wants/anacron.timer ==> /var/lib/systemd/deb-systemd-helper-enabled/cron.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/cron.service ==> /var/lib/systemd/deb-systemd-helper-enabled/ifupdown-wait-online.service.dsh-also <== /etc/systemd/system/network-online.target.wants/ifupdown-wait-online.service ==> /var/lib/systemd/deb-systemd-helper-enabled/mysql.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/mysql.service ==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/anacron.timer <== ==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/apt-daily.timer <== ==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/phpsessionclean.timer <== ==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/apt-daily-upgrade.timer <== ==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/logrotate.timer <== ==> /var/lib/systemd/deb-systemd-helper-enabled/networking.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/networking.service /etc/systemd/system/network-online.target.wants/networking.service ==> /var/lib/systemd/deb-systemd-helper-enabled/nmbd.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/nmbd.service ==> /var/lib/systemd/deb-systemd-helper-enabled/fake-hwclock.service.dsh-also <== /etc/systemd/system/sysinit.target.wants/fake-hwclock.service ==> /var/lib/systemd/deb-systemd-helper-enabled/smbd.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/smbd.service ==> /var/lib/systemd/deb-systemd-helper-enabled/syslog.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/apt-daily-upgrade.timer.dsh-also <== /etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer ==> /var/lib/systemd/deb-systemd-helper-enabled/apt-daily.timer.dsh-also <== /etc/systemd/system/timers.target.wants/apt-daily.timer ==> /var/lib/systemd/deb-systemd-helper-enabled/network-online.target.wants/ifupdown-wait-online.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/network-online.target.wants/networking.service <== -------------- next part -------------- /dev/mmcblk0p1 /boot vfat ro,noatime 0 2 #/dev/mmcblk0p2 / ext4 errors=remount-ro,noatime,commit=120 0 1 /dev/sda2 / ext4 errors=remount-ro,noatime,commit=120 0 1 /dev/sda3 /mnt/part3data ext4 defaults,noatime 0 1 tmpfs /tmp tmpfs defaults,nodev,nosuid 0 0 # UUID=669183c7-beb4-4714-9d02-87ec7cfe5d3f none swap sw # # nicht in /dev/root mounten! Konnte bei boot nicht gemountet werden schreibt ein copy /dev/root voll! //192.168.0.1/usb1_1 /mnt/part3data/homestation cifs users,guest,noperm,noauto,vers=1.0,x-systemd.automount,x-systemd.idle-timeout=10min 0 0 //192.168.0.2/public /mnt/part3data/ex2 cifs users,guest,noperm,noauto,vers=1.0,x-systemd.automount,x-systemd.idle-timeout=6min 0 0 From stefan.zimmermann at openz.de Wed Sep 12 11:10:09 2018 From: stefan.zimmermann at openz.de (Stefan Zimmermann) Date: Wed, 12 Sep 2018 10:10:09 +0000 Subject: Bug#886131: Maybe it is not Cryptsetup - Solution could be Graphics Adapter References: <151490683889.7152.1013534736392914580.reportbug@lemme.ircam.fr> Message-ID: Hi, i reported the same problem 02.01.18. Now I found the Solution for my 2 Laptops wich both had the same Problem. Both have NVIDIA Geforce Graphics GTX 1050 and GTX 850m The issue is that the XOrg stalls completely at shutdown. Some Installations fails on boot , too. Regardless if you choose Cryptsetup or not. I tried Debian testing (Fails on Shutdown) Kubuntu 16.04 (Fails on shutdown) Kubuntu 18.04 (doesn't Start) In all cases, the solution is the following: You have to install the nvidia driver from the non-free Repositiory. After that, everything works fine. Best regards Stefan Zimmermann -------------- next part -------------- An HTML attachment was scrubbed... URL: From owner at bugs.debian.org Wed Sep 12 12:51:15 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 12 Sep 2018 11:51:15 +0000 Subject: Processed: Re: Bug#908658: systemd: apt-get upgrade from 239-7 to 239-8 failed References: <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> Message-ID: Processing control commands: > tags -1 + moreinfo Bug #908658 [systemd] systemd: apt-get upgrade from 239-7 to 239-8 failed Added tag(s) moreinfo. -- 908658: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908658 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From biebl at debian.org Wed Sep 12 12:48:54 2018 From: biebl at debian.org (Michael Biebl) Date: Wed, 12 Sep 2018 13:48:54 +0200 Subject: Bug#908658: systemd: apt-get upgrade from 239-7 to 239-8 failed In-Reply-To: <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> References: <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> Message-ID: Control: tags -1 + moreinfo Am 12.09.18 um 11:52 schrieb kochtopf: > Package: systemd > Version: 239-7 I guess this should be version 239-8? > Severity: normal > > Dear Maintainer, > > *** Reporter, please consider answering these questions, where appropriate *** > > * What led up to the situation? > apt-get dist-upgrade > * What exactly did you do (or not do) that was effective (or > ineffective)? > * What was the outcome of this action? > Setting up udev (239-8) ... > Installing new version of config file /etc/init.d/udev ... > Job for systemd-udevd.service failed because the control process exited with error code. > See "systemctl status systemd-udevd.service" and "journalctl -xe" for details. > invoke-rc.d: initscript udev, action "restart" failed. > ● systemd-udevd.service - udev Kernel Device Manager > Loaded: loaded (/lib/systemd/system/systemd-udevd.service; static; vendor preset: enabled) > Active: activating (start) since Tue 2018-09-11 13:56:27 CEST; 53ms ago > Docs: man:systemd-udevd.service(8) > man:udev(7) > Main PID: 19098 (systemd-udevd) > CGroup: /system.slice/systemd-udevd.service > └─19098 [systemd-udevd] > dpkg: error processing package udev (--configure): > installed udev package post-installation script subprocess returned error exit status 1 > > * What outcome did you expect instead? > start udev as normal Can you include the output of journalctl -alb journalctl -u systemd-udevd.service systemctl status systemd-udevd.service > -- Package-specific info: > > -- System Information: > Distributor ID: Raspbian > Description: Raspbian GNU/Linux testing (buster) > Release: testing > Codename: buster > Architecture: armv7l > > Kernel: Linux 4.14.69-v7+ (SMP w/4 CPU cores) > Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) > Shell: /bin/sh linked to /bin/dash > Init: systemd (via /run/systemd/system) > > Versions of packages systemd depends on: > pn libsystemd0 > pn udev I wonder why those packages are marked as not installed -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From kochtopf at gmail.com Wed Sep 12 13:41:06 2018 From: kochtopf at gmail.com (kochtopf) Date: Wed, 12 Sep 2018 14:41:06 +0200 Subject: Bug#908658: systemd: apt-get upgrade from 239-7 to 239-8 failed References: <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> Message-ID: > I guess this should be version 239-8? Yes > Can you include the output of > journalctl -alb > journalctl -u systemd-udevd.service > systemctl status systemd-udevd.service I'm still on rsyslog. I don't use journalctl yet. I will do a propper documentation. THe problem happens only on armhf (Raspi). All Intel hw could upgrade fine. ...more log from apt-get upgrade. Preparing to unpack .../libnss-systemd_239-8_armhf.deb ... Unpacking libnss-systemd:armhf (239-8) over (239-7) ... Preparing to unpack .../libpam-systemd_239-8_armhf.deb ... Unpacking libpam-systemd:armhf (239-8) over (239-7) ... Preparing to unpack .../systemd_239-8_armhf.deb ... Unpacking systemd (239-8) over (239-7) ... Preparing to unpack .../libsystemd0_239-8_armhf.deb ... Unpacking libsystemd0:armhf (239-8) over (239-7) ... Setting up libsystemd0:armhf (239-8) ... Processing triggers for libc-bin (2.27-5+rpi1) ... Setting up systemd (239-8) ... Job for systemd-journald.service failed because the control process exited with error code. See "systemctl status systemd-journald.service" and "journalctl -xe" for details. Processing triggers for man-db (2.8.4-2) ... Processing triggers for dbus (1.12.10-1) ... Setting up libnss-systemd:armhf (239-8) ... Setting up libpam-systemd:armhf (239-8) ... Processing triggers for libc-bin (2.27-5+rpi1) ... Log ended: 2018-09-11 15:44:30 --- > I wonder why those packages are marked as not installed No idea - I'm new to reportbug. Should be all there. dpkg -l |grep -P '(systemd|udev)' hi libnss-systemd:armhf 239-7 armhf nss module providing dynamic user and group name resolution hi libpam-systemd:armhf 239-7 armhf system and service manager - PAM module hi libsystemd0:armhf 239-7 armhf systemd utility library hi libudev1:armhf 239-7 armhf libudev shared library hi systemd 239-7 armhf system and service manager hi systemd-sysv 239-7 armhf system and service manager - SysV links hi udev 239-7 armhf /dev/ and hotplug management daemon NOTE: I've downgraded to 239-7 by dpkg -i just to get a working system back. -------------- next part -------------- An HTML attachment was scrubbed... URL: From biebl at debian.org Wed Sep 12 13:47:21 2018 From: biebl at debian.org (Michael Biebl) Date: Wed, 12 Sep 2018 14:47:21 +0200 Subject: Bug#908658: systemd: apt-get upgrade from 239-7 to 239-8 failed In-Reply-To: References: <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> Message-ID: Am 12.09.18 um 14:41 schrieb kochtopf: >> I guess this should be version 239-8? > > Yes > >> Can you include the output of >> journalctl -alb >> journalctl -u systemd-udevd.service >> systemctl status systemd-udevd.service > > I'm still on rsyslog. I don't use journalctl yet. Just include the output of those commands, please. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From kochtopf at gmail.com Wed Sep 12 14:25:40 2018 From: kochtopf at gmail.com (kochtopf) Date: Wed, 12 Sep 2018 15:25:40 +0200 Subject: Bug#908658: systemd: apt-get upgrade from 239-7 to 239-8 failed References: <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> Message-ID: apt-get dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages will be upgraded: libnss-systemd libpam-systemd libsystemd0 libudev1 systemd systemd-sysv udev 7 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 1,268 kB/4,800 kB of archives. After this operation, 2,092 kB of additional disk space will be used. Do you want to continue? [Y/n] Get:2 http://raspbian.mirror.constant.com/raspbian testing/main armhf libudev1 armhf 239-8 [127 kB] Get:1 http://mirrors.syringanetworks.net/raspbian/raspbian testing/main armhf udev armhf 239-8 [1,141 kB] Fetched 1,268 kB in 5s (277 kB/s) (Reading database ... 51873 files and directories currently installed.) Preparing to unpack .../libsystemd0_239-8_armhf.deb ... Unpacking libsystemd0:armhf (239-8) over (239-7) ... Setting up libsystemd0:armhf (239-8) ... (Reading database ... 51873 files and directories currently installed.) Preparing to unpack .../libnss-systemd_239-8_armhf.deb ... Unpacking libnss-systemd:armhf (239-8) over (239-7) ... Preparing to unpack .../libpam-systemd_239-8_armhf.deb ... Unpacking libpam-systemd:armhf (239-8) over (239-7) ... Preparing to unpack .../systemd_239-8_armhf.deb ... Unpacking systemd (239-8) over (239-7) ... Preparing to unpack .../archives/udev_239-8_armhf.deb ... Unpacking udev (239-8) over (239-7) ... Preparing to unpack .../libudev1_239-8_armhf.deb ... Unpacking libudev1:armhf (239-8) over (239-7) ... Setting up libudev1:armhf (239-8) ... Setting up systemd (239-8) ... Job for systemd-journald.service failed because the control process exited with error code. See "systemctl status systemd-journald.service" and "journalctl -xe" for details. (Reading database ... 51873 files and directories currently installed.) Preparing to unpack .../systemd-sysv_239-8_armhf.deb ... Unpacking systemd-sysv (239-8) over (239-7) ... Setting up libnss-systemd:armhf (239-8) ... Setting up systemd-sysv (239-8) ... Processing triggers for libc-bin (2.27-5+rpi1) ... Setting up udev (239-8) ... Installing new version of config file /etc/init.d/udev ... Job for systemd-udevd.service failed because the control process exited with error code. See "systemctl status systemd-udevd.service" and "journalctl -xe" for details. invoke-rc.d: initscript udev, action "restart" failed. ● systemd-udevd.service - udev Kernel Device Manager Loaded: loaded (/lib/systemd/system/systemd-udevd.service; static; vendor preset: enabled) Active: activating (start) since Wed 2018-09-12 15:19:15 CEST; 29ms ago Docs: man:systemd-udevd.service(8) man:udev(7) Main PID: 1446 (systemd-udevd) CGroup: /system.slice/systemd-udevd.service └─1446 [systemd-udevd] dpkg: error processing package udev (--configure): installed udev package post-installation script subprocess returned error exit status 1 Processing triggers for man-db (2.8.4-2) ... Processing triggers for dbus (1.12.10-1) ... Setting up libpam-systemd:armhf (239-8) ... Processing triggers for systemd (239-8) ... Errors were encountered while processing: udev E: Sub-process /usr/bin/dpkg returned an error code (1) -- Logs begin at Wed 2018-09-12 15:06:28 CEST, end at Wed 2018-09-12 15:19:05 CEST. -- Sep 12 15:06:28 pi2 kernel: NOHZ: local_softirq_pending 80 Sep 12 15:06:28 pi2 kernel: NOHZ: local_softirq_pending 80 Sep 12 15:06:28 pi2 kernel: NOHZ: local_softirq_pending 80 Sep 12 15:06:28 pi2 kernel: NOHZ: local_softirq_pending 80 Sep 12 15:06:28 pi2 kernel: Core Release: 2.80a Sep 12 15:06:28 pi2 kernel: Setting default values for core params Sep 12 15:06:28 pi2 kernel: Finished setting default values for core params Sep 12 15:06:28 pi2 kernel: Using Buffer DMA mode Sep 12 15:06:28 pi2 kernel: Periodic Transfer Interrupt Enhancement - disabled Sep 12 15:06:28 pi2 kernel: Multiprocessor Interrupt Enhancement - disabled Sep 12 15:06:28 pi2 kernel: OTG VER PARAM: 0, OTG VER FLAG: 0 Sep 12 15:06:28 pi2 kernel: Dedicated Tx FIFOs mode Sep 12 15:06:28 pi2 kernel: WARN::dwc_otg_hcd_init:1046: FIQ DMA bounce buffers: virt = 0xbdd14000 dma = 0xfdd14000 len=9024 Sep 12 15:06:28 pi2 kernel: FIQ FSM acceleration enabled for : Non-periodic Split Transactions Periodic Split Transactions High-Speed Isochronous Endpoints Interrupt/Control Split Transaction hack enabled Sep 12 15:06:28 pi2 kernel: WARN::hcd_init_fiq:459: FIQ on core 1 at 0x805e9588 Sep 12 15:06:28 pi2 kernel: WARN::hcd_init_fiq:460: FIQ ASM at 0x805e98f0 length 36 Sep 12 15:06:28 pi2 kernel: WARN::hcd_init_fiq:486: MPHI regs_base at 0xf0006000 Sep 12 15:06:28 pi2 kernel: Init: Port Power? op_state=1 Sep 12 15:06:28 pi2 kernel: Init: Power Port (0) Sep 12 15:06:28 pi2 kernel: vc_vchi_sm_init: failed to open VCHI service (-1) Sep 12 15:06:28 pi2 kernel: [vc_sm_connected_init]: failed to initialize shared memory service Sep 12 15:06:28 pi2 kernel: Indeed it is in host mode hprt0 = 00021501 Sep 12 15:06:28 pi2 kernel: NOHZ: local_softirq_pending 80 Sep 12 15:06:28 pi2 kernel: NOHZ: local_softirq_pending 80 Sep 12 15:06:28 pi2 kernel: mmc0: host does not support reading read-only switch, assuming write-enable Sep 12 15:06:28 pi2 kernel: Indeed it is in host mode hprt0 = 00001101 Sep 12 15:06:28 pi2 kernel: . Sep 12 15:06:28 pi2 kernel: . Sep 12 15:06:28 pi2 kernel: ready Sep 12 15:06:28 pi2 kernel: NOHZ: local_softirq_pending 01 Sep 12 15:06:28 pi2 kernel: NOHZ: local_softirq_pending 01 Sep 12 15:06:28 pi2 kernel: NOHZ: local_softirq_pending 283 Sep 12 15:06:28 pi2 kernel: NOHZ: local_softirq_pending 283 Sep 12 15:06:28 pi2 systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling. Sep 12 15:06:28 pi2 systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.) Sep 12 15:06:28 pi2 systemd-journald[93]: Journal started Sep 12 15:06:28 pi2 systemd-journald[93]: Runtime journal (/run/log/journal/05c701e5005b4ce494b2906dc7fe9e4e) is 768.0K, max 6.0M, 5.2M free. Sep 12 15:06:28 pi2 kernel: snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. Sep 12 15:06:28 pi2 systemd-journald[93]: Runtime journal (/run/log/journal/05c701e5005b4ce494b2906dc7fe9e4e) is 768.0K, max 6.0M, 5.2M free. Sep 12 15:06:43 pi2 rsyslogd[207]: environment variable TZ is not set, auto correcting this to TZ=/etc/localtime [v8.37.0 try http://www.rsyslog.com/e/2442 ] Sep 12 15:19:03 pi2 kernel: systemd: 26 output lines suppressed due to ratelimiting Sep 12 15:19:04 pi2 systemd[1]: File /lib/systemd/system/systemd-logind.service:38 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling. Sep 12 15:19:04 pi2 systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.) Sep 12 15:19:05 pi2 systemd-journald[93]: Journal stopped -- Logs begin at Wed 2018-09-12 15:06:28 CEST, end at Wed 2018-09-12 15:19:05 CEST. -- -- No entries -- ● systemd-udevd.service - udev Kernel Device Manager Loaded: loaded (/lib/systemd/system/systemd-udevd.service; static; vendor preset: enabled) Active: failed (Result: exit-code) since Wed 2018-09-12 15:19:15 CEST; 1min 19s ago Docs: man:systemd-udevd.service(8) man:udev(7) Main PID: 1451 (code=exited, status=127) -------------- next part -------------- An HTML attachment was scrubbed... URL: From biebl at debian.org Wed Sep 12 15:14:54 2018 From: biebl at debian.org (Michael Biebl) Date: Wed, 12 Sep 2018 16:14:54 +0200 Subject: Bug#908658: systemd: apt-get upgrade from 239-7 to 239-8 failed In-Reply-To: References: <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> Message-ID: Am 12.09.18 um 15:25 schrieb kochtopf: > Sep 12 15:19:05 pi2 systemd-journald[93]: Journal stopped > -- Logs begin at Wed 2018-09-12 15:06:28 CEST, end at Wed 2018-09-12 > 15:19:05 CEST. -- > -- No entries -- > ● systemd-udevd.service - udev Kernel Device Manager >    Loaded: loaded (/lib/systemd/system/systemd-udevd.service; static; > vendor preset: enabled) >    Active: failed (Result: exit-code) since Wed 2018-09-12 15:19:15 > CEST; 1min 19s ago >      Docs: man:systemd-udevd.service(8) >            man:udev(7) >  Main PID: 1451 (code=exited, status=127) Your journal log is incomplete, journald was stopped before udevd was (re)started. I suspect that there issues with your kernel and the security features used in the .service file, given that the earlier logs e.g. complain about missing BPF support. This is something which needs to be addressed by the raspbian people. /lib/systemd/system/systemd-udevd.service uses various hardening options: PrivateMounts=yes MemoryDenyWriteExecute=yes RestrictRealtime=yes RestrictAddressFamilies=AF_UNIX AF_NETLINK AF_INET AF_INET6 SystemCallArchitectures=native LockPersonality=yes IPAddressDeny=any I would comment them out, one by one, run systemctl daemon-reload and try to restart systemd-udevd. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From ftpmaster at ftp-master.debian.org Wed Sep 12 18:22:43 2018 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 12 Sep 2018 17:22:43 +0000 Subject: Processing of systemd_239-9_source.changes Message-ID: systemd_239-9_source.changes uploaded successfully to localhost along with the files: systemd_239-9.dsc systemd_239-9.debian.tar.xz systemd_239-9_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Wed Sep 12 18:34:44 2018 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 12 Sep 2018 17:34:44 +0000 Subject: systemd_239-9_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 12 Sep 2018 19:07:38 +0200 Source: systemd Binary: systemd systemd-sysv systemd-container systemd-journal-remote systemd-coredump systemd-tests libpam-systemd libnss-myhostname libnss-mymachines libnss-resolve libnss-systemd libsystemd0 libsystemd-dev udev libudev1 libudev-dev udev-udeb libudev1-udeb Architecture: source Version: 239-9 Distribution: unstable Urgency: medium Maintainer: Debian systemd Maintainers Changed-By: Michael Biebl Description: libnss-myhostname - nss module providing fallback resolution for the current hostname libnss-mymachines - nss module to resolve hostnames for local container instances libnss-resolve - nss module to resolve names via systemd-resolved libnss-systemd - nss module providing dynamic user and group name resolution libpam-systemd - system and service manager - PAM module libsystemd-dev - systemd utility library - development files libsystemd0 - systemd utility library libudev-dev - libudev development files libudev1 - libudev shared library libudev1-udeb - libudev shared library (udeb) systemd - system and service manager systemd-container - systemd container/nspawn tools systemd-coredump - tools for storing and retrieving coredumps systemd-journal-remote - tools for sending and receiving remote journal logs systemd-sysv - system and service manager - SysV links systemd-tests - tests for systemd udev - /dev/ and hotplug management daemon udev-udeb - /dev/ and hotplug management daemon (udeb) Closes: 908365 Changes: systemd (239-9) unstable; urgency=medium . * autopkgtest: Remove needs-recommends runtime restriction. This restriction has been deprecated and there are plans to remove it altogether. The tests pass withouth needs-recommends, so it seems safe to remove. * test: Use installed catalogs when test-catalog is not located at build dir. This makes it possible to run test-catalog as installed test, so we no longer need to mark it as EXFAIL in our root-unittests autopkgtest. * test: Use "systemd-runtest.env" to set $SYSTEMD_TEST_DATA and $SYSTEMD_CATALOG_DIR. This avoids embedding ABS_{SRC,BUILD}_DIR into libsystemd-shared.so and the test binaries and should make the build reproducible. (Closes: #908365) Checksums-Sha1: 5b29b40a7efa61b18ba6de3ca482139d0573c1b8 4854 systemd_239-9.dsc 1d6213446f71647c9966639b29680761509318e8 151440 systemd_239-9.debian.tar.xz 63930d63dbd6e279c1e6e71e4a92215137d6766d 9404 systemd_239-9_source.buildinfo Checksums-Sha256: c21bb68beb4af0817074d9cb53eb0bcc45c96bdddbad78a4efa3ef9c20b4680e 4854 systemd_239-9.dsc af0c3e3137ff3c5cd0624211c03fa1433bef004fb1152d33ac2dacc09ad3ecd9 151440 systemd_239-9.debian.tar.xz 0fec67ee86f87865b96f83d19459658cc4c4bb332c3c2209f7d6a07ff772840e 9404 systemd_239-9_source.buildinfo Files: 5a9b96c7631eaba07e8c820b4435c9df 4854 admin optional systemd_239-9.dsc bc86c5b0c7602364be945744034e109a 151440 admin optional systemd_239-9.debian.tar.xz 17fabf8ca414619b09ac1fb08b724632 9404 admin optional systemd_239-9_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEECbOsLssWnJBDRcxUauHfDWCPItwFAluZSI4ACgkQauHfDWCP ItxErQ/+KhTbx6RXUSj4x2ku+COlTCanRMSJF/K5w9hqvp2a0d5ZQM/dcry/Lic1 BXmPDgRL7GxJRwpMOSGy1MEqCyZrQ5P5KFMw+D+XE2Ui7yL9hKO9GAVc/ZuEMX0d oFMgJ2TNxyRUbk5YdgZV94WhrEG3X65uJxomYwEyFi4m7BDwSOaFQ9C7i1bpiOr8 +N1pZq6kO9H3Xwjm+X4jb9mjWe1STrjc1k8FgvmEBeJMEjn9vyLBSGpLukkcf9cn 2m/YAa8egjY05tsFoe1otCzdko1aUuZDj3dhcxlj7AIsXEkAaTfMCpXNjJYJFXZ7 4HbDOzDJmwMUKAj3XMWY9g5HkqLiU/sKM8vmlL1+TajPg+ImypRoF6QDLLozkNAZ NOSCh/gkjDqf+NFyISmIYmXo5fuUAx2CtbU3E7ZJHwGRP+94uj8GmpyicXk8fSE7 ljfRKl8ZO1pZIB6cCd3cvQvQ1tc7i4F+ptnsxqrt7zFEX1kxjjbvRd4v/SIAeiH1 tayR/Lk4jHNhSvFml6F6M8giUYAgzqrxfWeYDr8ArB9doVRdCzUoIvJIpqWgOQDv Gup4GbxXypjAdH9BBq+6LX6GzGVeyhdDmBzoXXzn7dPpMNpkE96+KEffMqYPuvOq xByvP/UUzr4MiORl5dG9WuFzm3drwybKLbOZkxo/LBwWpov5GhM= =DLdP -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Wed Sep 12 18:39:04 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 12 Sep 2018 17:39:04 +0000 Subject: Bug#908365: marked as done (Package fails to build reproducibly) References: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> Message-ID: Your message dated Wed, 12 Sep 2018 17:34:44 +0000 with message-id and subject line Bug#908365: fixed in systemd 239-9 has caused the Debian Bug report #908365, regarding Package fails to build reproducibly to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 908365: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908365 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Package fails to build reproducibly Date: Sun, 09 Sep 2018 08:28:14 +0200 Size: 2909 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Bug#908365: fixed in systemd 239-9 Date: Wed, 12 Sep 2018 17:34:44 +0000 Size: 6958 URL: From biebl at debian.org Wed Sep 12 18:58:10 2018 From: biebl at debian.org (Michael Biebl) Date: Wed, 12 Sep 2018 19:58:10 +0200 Subject: Bug#902942: systemd: please ship man/*.xml files In-Reply-To: References: <153061889636.23772.10168857266303582200.reportbug@localhost> <6aa6427f-ade2-c3cd-5fb7-e0d860ea80a7@debian.org> <153061889636.23772.10168857266303582200.reportbug@localhost> <153061889636.23772.10168857266303582200.reportbug@localhost> Message-ID: <3e1a20f9-a756-fe40-3390-5b1120d5ba6c@debian.org> Am 09.09.18 um 16:56 schrieb Felipe Sateler: > We have had this reaction a number of times. Shipping systemd.pc in a > separate package comes to mind. Perhaps we have a number of such "extra" > files that could be bundled into this extra package? You mean, introducing a systemd-dev package? Hm... TBH, I can only think of systemd.pc which could be reasonably moved into this package. Did you have other files in mind? There is udev.pc inside the udev package, but moving that into a systemd-dev package would feel strange. Also, moving systemd.pc might be tricky, as we have quite a few packages build-depending on systemd, and it's likely they do that because of systemd.pc and would be broken by this move. Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From noreply at inmemory.cancercouncil.com.au Wed Sep 12 21:33:32 2018 From: noreply at inmemory.cancercouncil.com.au (halgen tooh) Date: Thu, 13 Sep 2018 06:33:32 +1000 Subject: =?utf-8?Q?=52=65=6D=61=69=6E=20=62=6C=65=73=73?= Message-ID: <5b99781ce0117@inmemory.cancercouncil.com.au> Remain blessHow are you and your family? Iam Mrs.Halgen C Tooh from Solomon Islands.I am married to Mr.Christabell Tooh who worked with our Embassy for nine years before he died, We were married for eleven years without a child. He died after a brief illness that lasted for only four days.Before his death we were both born again Christian. Since his death I decided not to remarry or get a child outside my matrimonial home which the Bible is against. When my late husband was alive he deposited the sum of $23.500.000.00 USD With a Financial Firm, Now I want you to do me a favour to receive this fund there in your country or any safer place. Base on my health condition,my Doctor told me that i only have a short period of time due to my cancer problem.Having known my condition I decided to donate this fund to a church, organization or good person that will utilize this money the way I am going to instruct herein. I want a church, organization or good person that will use this fund for orphanages, widows and other people including one of the nurses that God has used so mightly in taking care of me.And in the course of her help to my life, she has lost her job. It will be my almost desire to see even though that I did not make it, let this very young girl have a cost to fulfill her future.The Bible made us to understand that Blessed is the hand that giveth,i took this decision because I don't have any child that will inherit this money and my husband relatives are not Christians not even good at all because they are the one that are responsible for the death of my husband in other to have all my late husband properties and I don't want my husband's efforts to be used by those that conspired for his death.This is why I am taking this decision, I am not afraid of death hence I know where I am going. I know that I am going to be in the bossom of the Lord.(Exodus14vs14) says that the lord will fight my case and I shall hold my peace.I don't need any telephone communication regarding this because of my health hence the presence of my husband's relatives around me always. I don't want them to know about this development and l knows that With God all things are possible.As soon as I receive your reply,I wil give you the contact of the Financial Firm here. I will also issue a letter of authorization to the Financial Firm that will input your name as the present beneficiary of this money. I also want you,church ororganization to always pray for me because the lord is the reason we have gone this far in making.My happiness is that I lived a life of a worthy. Whoever that wants to serve the Lord must serve him in spirit and Truth. Please always be prayerful all through your life. Pls any delay in your reply will give me room in sourcing another good person, or any organization for this same purpose, I will like to let you know that i have paid for all the accumulative bills for this.Hoping to receive your response immediately.Thanks and remain blessed in the Lord.RegardsMrs.Halgen C Tooh -------------- next part -------------- An HTML attachment was scrubbed... URL: From vagrant at debian.org Wed Sep 12 22:57:48 2018 From: vagrant at debian.org (Vagrant Cascadian) Date: Wed, 12 Sep 2018 14:57:48 -0700 Subject: Bug#908365: Package fails to build reproducibly In-Reply-To: References: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536486583.84646.1501769304.0A007916@webmail.messagingengine.com> <09866774-a4d9-01b3-cdbc-6a094e5cb0f4@debian.org> <1536511935.172369.1501984616.2B2DEB7E@webmail.messagingengine.com> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536521484.204434.1502081120.4BB00F0C@webmail.messagingengine.com> <719c2b75-0bf8-6c63-1334-764f45d15bf6@debian.org> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536600129.1514324.1503169048.679F91FD@webmail.messagingengine.com> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> Message-ID: <87worq1iqr.fsf@aikidev.net> On 2018-09-10, Michael Biebl wrote: > Am 10.09.18 um 19:22 schrieb Chris Lamb: >>> Now, I could try and convince upstream to not embed ABS_BUILD_DIR into >>> the binary and maybe let the build system pass the build dir as env var. >>> This would make those test-binaries a bit more cumbersome to use though, >>> because you'd have to manually set the env var if you directly execute >>> the test by hand. >> >> Hm, could you not install the test data to /usr/systemd/private/path> >> whatever and then make the tests default to this, > > The binaries have a builtin check, which tests if they are executed from > the build directory, and if so, use the data files from the build > directory. Otherwise they use the datafiles from > /usr/lib/systemd/tests/testdata/ > >> overiddable by the >> said env var? That would avoid the ugly requirement to set it manually >> at the very least. > > If you run the test directly from the build directory, it's reasonable > to assume that you actually want to use the data files from the build > directory as well and not the ones from the installed system. > Atm the binaries auto-detect that by encoding the build directory into > the binary. Is it plausible to strip the embedded build directory information out of the test binaries with the binaries shipped in the package, since they will almost certainly not have access to the original build directory, and it interferes with the reproducibility of the test package... Alternately, run two builds of the test binaries, one during the build which contain the embedded build dir, and a second time setting the value to match the shipped package. live well, vagrant -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 227 bytes Desc: not available URL: From lamby at debian.org Thu Sep 13 08:51:50 2018 From: lamby at debian.org (Chris Lamb) Date: Thu, 13 Sep 2018 08:51:50 +0100 Subject: Bug#908365: Package fails to build reproducibly In-Reply-To: <87worq1iqr.fsf@aikidev.net> References: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536486583.84646.1501769304.0A007916@webmail.messagingengine.com> <09866774-a4d9-01b3-cdbc-6a094e5cb0f4@debian.org> <1536511935.172369.1501984616.2B2DEB7E@webmail.messagingengine.com> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536521484.204434.1502081120.4BB00F0C@webmail.messagingengine.com> <719c2b75-0bf8-6c63-1334-764f45d15bf6@debian.org> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536600129.1514324.1503169048.679F91FD@webmail.messagingengine.com> <87worq1iqr.fsf@aikidev.net> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> Message-ID: <1536825110.3695452.1506557992.4C9F2D93@webmail.messagingengine.com> Hi Vagrant, > Is it plausible to strip the embedded build directory information out of > the test binaries with the binaries shipped in the package, since they > will almost certainly not have access to the original build directory, > and it interferes with the reproducibility of the test package... But why not hardcode said path to "/usr/lib/systemd/tests/testdata" as now but then temporarily override this during the build-time tests? I believe this was suggested — although perhaps a little too clumsy — earlier in this thread/bug#. (That will mean they Just Work in autopkgtests and for users.) Regards, -- ,''`. : :' : Chris Lamb `. `'` lamby at debian.org / chris-lamb.co.uk `- From kochtopf at gmail.com Thu Sep 13 10:11:17 2018 From: kochtopf at gmail.com (kochtopf) Date: Thu, 13 Sep 2018 11:11:17 +0200 Subject: Bug#908658: systemd: apt-get upgrade from 239-7 to 239-8 failed References: <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> Message-ID: > MemoryDenyWriteExecute=yes Commenting this fixed the issue. Thank you very much for helping me out. This issue can be closed. NOTE: The same needed to be done for systemd-logind.service and systemd-journald.service too! -------------- next part -------------- An HTML attachment was scrubbed... URL: From siwakorn.ka at inet.co.th Thu Sep 13 16:15:04 2018 From: siwakorn.ka at inet.co.th (Zimbra Webmaster) Date: Thu, 13 Sep 2018 22:15:04 +0700 (ICT) Subject: =?utf-8?Q?Su_acceso_de_correo_electr=C3=B3nico_ha_sido_restringido?= Message-ID: <2031570111.103304508.1536851704162.JavaMail.zimbra@inet.co.th> Su acceso de correo electrónico ha sido restringido. Se ha intentado iniciar sesión en su cuenta desde esta IP 168.195.206.93:3389. Si no valida su cuenta dentro de las 24 horas, no podrá enviar o recibir correo nuevo hasta que vuelva a validar su casilla de correo. Antes de mantener su bandeja de entrada. HAGA CLIC AQUÍ para verificar. Un cordial saludo,Webmail Zimbra. -------------- next part -------------- An HTML attachment was scrubbed... URL: From biebl at debian.org Thu Sep 13 21:36:04 2018 From: biebl at debian.org (Michael Biebl) Date: Thu, 13 Sep 2018 22:36:04 +0200 Subject: Bug#908365: Package fails to build reproducibly In-Reply-To: <1536825110.3695452.1506557992.4C9F2D93@webmail.messagingengine.com> References: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536486583.84646.1501769304.0A007916@webmail.messagingengine.com> <09866774-a4d9-01b3-cdbc-6a094e5cb0f4@debian.org> <1536511935.172369.1501984616.2B2DEB7E@webmail.messagingengine.com> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536521484.204434.1502081120.4BB00F0C@webmail.messagingengine.com> <719c2b75-0bf8-6c63-1334-764f45d15bf6@debian.org> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536600129.1514324.1503169048.679F91FD@webmail.messagingengine.com> <87worq1iqr.fsf@aikidev.net> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536825110.3695452.1506557992.4C9F2D93@webmail.messagingengine.com> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> Message-ID: Am 13.09.18 um 09:51 schrieb Chris Lamb: > Hi Vagrant, > >> Is it plausible to strip the embedded build directory information out of >> the test binaries with the binaries shipped in the package Just curious: which tool would you use for such a case? > But why not hardcode said path to "/usr/lib/systemd/tests/testdata" as > now but then temporarily override this during the build-time tests? I > believe this was suggested — although perhaps a little too clumsy — > earlier in this thread/bug#. > > (That will mean they Just Work in autopkgtests and for users.) Thanky you all for your input. I think we found a solution upstream which works reasonably nice, so I've cherry-picked those changes and they seem to be sufficient to make the the build reproducible. At least the results at https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/systemd.html look promising. Regards, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From biebl at debian.org Thu Sep 13 22:00:55 2018 From: biebl at debian.org (Michael Biebl) Date: Thu, 13 Sep 2018 23:00:55 +0200 Subject: Bug#908658: systemd: apt-get upgrade from 239-7 to 239-8 failed In-Reply-To: References: <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> Message-ID: Am 13.09.18 um 11:11 schrieb kochtopf: >> MemoryDenyWriteExecute=yes > > Commenting this fixed the issue. Thank you very much for helping me out. > This issue can be closed. NOTE: The same needed to be done for > systemd-logind.service and systemd-journald.service too! Ah, that rings a bell. Do you by chance have libffi6 from experimental installed. Can you post the version? This is most likely a duplicate of https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/systemd.html -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From lamby at debian.org Thu Sep 13 22:22:08 2018 From: lamby at debian.org (Chris Lamb) Date: Thu, 13 Sep 2018 22:22:08 +0100 Subject: Bug#908365: Package fails to build reproducibly In-Reply-To: References: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536486583.84646.1501769304.0A007916@webmail.messagingengine.com> <09866774-a4d9-01b3-cdbc-6a094e5cb0f4@debian.org> <1536511935.172369.1501984616.2B2DEB7E@webmail.messagingengine.com> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536521484.204434.1502081120.4BB00F0C@webmail.messagingengine.com> <719c2b75-0bf8-6c63-1334-764f45d15bf6@debian.org> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536600129.1514324.1503169048.679F91FD@webmail.messagingengine.com> <87worq1iqr.fsf@aikidev.net> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536825110.3695452.1506557992.4C9F2D93@webmail.messagingengine.com> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> Message-ID: <1536873728.2122626.1507402984.5F6333BF@webmail.messagingengine.com> Hey Michael, > Thanky you all for your input. I think we found a solution upstream > which works reasonably nice, so I've cherry-picked those changes and > they seem to be sufficient to make the the build reproducible. Nice work. Is this… https://salsa.debian.org/systemd-team/systemd/commit/2e03e24734ef51cd47e1dd0ded3a701bbc936cbf https://salsa.debian.org/systemd-team/systemd/commit/242c96addb06480ec9cd75248a5660f37a17b4b9 … ? Best wishes, -- ,''`. : :' : Chris Lamb `. `'` lamby at debian.org / chris-lamb.co.uk `- From biebl at debian.org Thu Sep 13 22:31:14 2018 From: biebl at debian.org (Michael Biebl) Date: Thu, 13 Sep 2018 23:31:14 +0200 Subject: Bug#908365: Package fails to build reproducibly In-Reply-To: <1536873728.2122626.1507402984.5F6333BF@webmail.messagingengine.com> References: <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536486583.84646.1501769304.0A007916@webmail.messagingengine.com> <09866774-a4d9-01b3-cdbc-6a094e5cb0f4@debian.org> <1536511935.172369.1501984616.2B2DEB7E@webmail.messagingengine.com> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536521484.204434.1502081120.4BB00F0C@webmail.messagingengine.com> <719c2b75-0bf8-6c63-1334-764f45d15bf6@debian.org> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536600129.1514324.1503169048.679F91FD@webmail.messagingengine.com> <87worq1iqr.fsf@aikidev.net> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> <1536825110.3695452.1506557992.4C9F2D93@webmail.messagingengine.com> <1536873728.2122626.1507402984.5F6333BF@webmail.messagingengine.com> <153647449421.31195.2534854032922743101.reportbug@pluto.milchstrasse.xx> Message-ID: <12db649a-ef81-7158-7e3c-cf08477e073d@debian.org> Am 13.09.18 um 23:22 schrieb Chris Lamb: > Nice work. Is this… > > https://salsa.debian.org/systemd-team/systemd/commit/2e03e24734ef51cd47e1dd0ded3a701bbc936cbf Those are the changes from https://github.com/systemd/systemd/pull/10067 which drop the usage of the hard-coded ABS_{SRC,BUILD}_DIR from the binaries > https://salsa.debian.org/systemd-team/systemd/commit/242c96addb06480ec9cd75248a5660f37a17b4b9 Those are the changes from https://github.com/systemd/systemd/pull/10046 to make test-catalog work as installed test. I've cherry-picked as well, as it made cherry-picking the commit from PR #10067 easier. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From wb at k2di.net Fri Sep 14 03:02:26 2018 From: wb at k2di.net (Bill Brelsford) Date: Thu, 13 Sep 2018 19:02:26 -0700 Subject: Bug#908796: udev (with sysvinit) fails to find devices at boot Message-ID: <153689054637.8665.3142266347727864233.reportbug@w2ail> Package: udev Version: 239-9 Severity: important After upgrading udev to 239-8, most devices are no longer detected during boot (e.g. usb, network card, video, ..). The problem appears to be caused by /etc/init.d/udev now using start-stop-daemon (thanks Sven Joachim for pointing me there). With the --background argument, a race condition exists and "udevadm trigger" starts too soon. A workaround is to add a short sleep: if start-stop-daemon --start --name $NAME --user root --quiet \ --pidfile $PIDFILE --exec $DAEMON --background --make-pidfile; then sleep 2 Regards.. Bill -- Package-specific info: -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 4.18.0-1-686-pae (SMP w/2 CPU cores) Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1), LANGUAGE=en_US (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/bash Init: sysvinit (via /sbin/init) Versions of packages udev depends on: ii adduser 3.117 ii libacl1 2.2.52-3+b1 ii libblkid1 2.32.1-0.1 ii libc6 2.27-6 ii libkmod2 25-1 ii libselinux1 2.8-1+b1 ii libudev1 239-9 ii lsb-base 9.20170808 ii procps 2:3.3.15-2 ii util-linux 2.32.1-0.1 udev recommends no packages. udev suggests no packages. Versions of packages udev is related to: pn systemd -- Configuration Files: /etc/init.d/udev changed [not included] -- debconf information: udev/new_kernel_needed: false udev/sysfs_deprecated_incompatibility: udev/title/upgrade: udev/reboot_needed: -- Bill Brelsford -------------- next part -------------- P: /devices/LNXSYSTM:00 E: DEVPATH=/devices/LNXSYSTM:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXSYSTM: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=12650789 P: /devices/LNXSYSTM:00/LNXCPU:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXCPU:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXCPU: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=12678811 P: /devices/LNXSYSTM:00/LNXCPU:01 E: DEVPATH=/devices/LNXSYSTM:00/LNXCPU:01 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXCPU: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=12924018 P: /devices/LNXSYSTM:00/LNXPWRBN:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00 E: DRIVER=button E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXPWRBN: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=12924015 P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input12 E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input12 E: EV=3 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-LNXPWRBN:00 E: ID_PATH_TAG=acpi-LNXPWRBN_00 E: KEY=100000 0 0 0 E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,ramlsfw E: NAME="Power Button" E: PHYS="LNXPWRBN/button/input0" E: PRODUCT=19/0/1/0 E: PROP=0 E: SUBSYSTEM=input E: USEC_INITIALIZED=15647854 P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input12/event5 N: input/event5 E: BACKSPACE=guess E: DEVNAME=/dev/input/event5 E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input12/event5 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-LNXPWRBN:00 E: ID_PATH_TAG=acpi-LNXPWRBN_00 E: LIBINPUT_DEVICE_GROUP=19/0/1:LNXPWRBN/button E: MAJOR=13 E: MINOR=69 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=17837919 E: XKBLAYOUT=us E: XKBMODEL=pc104 E: XKBOPTIONS=terminate:ctrl_alt_bksp P: /devices/LNXSYSTM:00/LNXSYBUS:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXSYBUS: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=12924657 P: /devices/LNXSYSTM:00/LNXSYBUS:00/ATK0100:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/ATK0100:00 E: DRIVER=Asus Laptop Support E: ID_VENDOR_FROM_DATABASE=Allied Telesyn Int'l E: MODALIAS=acpi:ATK0100: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=12967738 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0A08:PNP0A03: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=12926635 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/ACPI0003:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/ACPI0003:00 E: DRIVER=ac E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:ACPI0003: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=12967880 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/ACPI0003:00/power_supply/AC0 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/ACPI0003:00/power_supply/AC0 E: POWER_SUPPLY_NAME=AC0 E: POWER_SUPPLY_ONLINE=1 E: SUBSYSTEM=power_supply P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00 E: DRIVER=video E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXVIDEO: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=12928294 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:1e E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:1e E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:1f E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:1f E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:20 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:20 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14 E: EV=3 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-LNXVIDEO:00 E: ID_PATH_TAG=acpi-LNXVIDEO_00 E: KEY=3e000b 0 0 0 0 0 0 0 E: MODALIAS=input:b0019v0000p0006e0000-e0,1,kE0,E1,E3,F1,F2,F3,F4,F5,ramlsfw E: NAME="Video Bus" E: PHYS="LNXVIDEO/video/input0" E: PRODUCT=19/0/6/0 E: PROP=0 E: SUBSYSTEM=input E: USEC_INITIALIZED=16035333 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14/event7 N: input/event7 E: BACKSPACE=guess E: DEVNAME=/dev/input/event7 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14/event7 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-LNXVIDEO:00 E: ID_PATH_TAG=acpi-LNXVIDEO_00 E: LIBINPUT_DEVICE_GROUP=19/0/6:LNXVIDEO/video E: MAJOR=13 E: MINOR=71 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=17836767 E: XKBLAYOUT=us E: XKBMODEL=pc104 E: XKBOPTIONS=terminate:ctrl_alt_bksp P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C01:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C01:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C01: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13071034 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:02 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:02 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C02: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13073282 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C0A:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C0A:00 E: DRIVER=battery E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0A: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13075528 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C0A:00/power_supply/BAT0 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C0A:00/power_supply/BAT0 E: POWER_SUPPLY_CAPACITY=0 E: POWER_SUPPLY_CAPACITY_LEVEL=Normal E: POWER_SUPPLY_CHARGE_FULL=0 E: POWER_SUPPLY_CHARGE_FULL_DESIGN=0 E: POWER_SUPPLY_CHARGE_NOW=0 E: POWER_SUPPLY_CURRENT_NOW=0 E: POWER_SUPPLY_CYCLE_COUNT=0 E: POWER_SUPPLY_MANUFACTURER=Intel E: POWER_SUPPLY_MODEL_NAME=S62E E: POWER_SUPPLY_NAME=BAT0 E: POWER_SUPPLY_PRESENT=1 E: POWER_SUPPLY_SERIAL_NUMBER= E: POWER_SUPPLY_STATUS=Unknown E: POWER_SUPPLY_TECHNOLOGY=Li-ion E: POWER_SUPPLY_VOLTAGE_MIN_DESIGN=92000 E: POWER_SUPPLY_VOLTAGE_NOW=0 E: SUBSYSTEM=power_supply P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/IFX0102:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/IFX0102:00 E: MODALIAS= E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0000:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0000:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0000: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13184149 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0100:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0100:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0100: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13186023 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0103:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0103:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0103: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13186833 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0200:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0200:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0200: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13188784 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0303:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0303:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0303:PNP030B: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13189601 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0800:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0800:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0800: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13190694 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0B00:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0B00:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0B00: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13191483 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0C02:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0C02:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C02: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13193045 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0C02:01 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0C02:01 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C02: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13193839 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0C04:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0C04:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C04: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13195169 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0C09:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/PNP0C09:00 E: DRIVER=ec E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C09: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13195966 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/SYN0A06:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/SYN0A06:00 E: ID_VENDOR_FROM_DATABASE=Synaptics Inc E: MODALIAS=acpi:SYN0A06:SYN0A00:SYN0A04:SYN0002:PNP0F13: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13197215 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/device:04 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/device:04 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/device:04/device:05 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/device:04/device:05 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/device:04/device:06 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/device:04/device:06 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/device:07 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/device:07 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/device:07/device:08 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/device:07/device:08 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/device:07/device:09 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/device:07/device:09 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/device:0b E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/device:0b E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/device:0b/device:0c E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/device:0b/device:0c E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/device:0b/device:0d E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/device:0b/device:0d E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/device:0e E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/device:0e E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/device:0e/device:0f E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/device:0e/device:0f E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/device:0e/device:10 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/device:0e/device:10 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:14 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:14 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:15 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:15 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:16 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:16 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:17 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:17 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1a E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1a E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:21 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:21 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:21/device:22 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:21/device:22 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C01:01 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C01:01 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C01: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=12926515 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00 E: DRIVER=button E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0C: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13220892 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input11 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input11 E: EV=3 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-PNP0C0C:00 E: ID_PATH_TAG=acpi-PNP0C0C_00 E: KEY=100000 0 0 0 E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,ramlsfw E: NAME="Power Button" E: PHYS="PNP0C0C/button/input0" E: PRODUCT=19/0/1/0 E: PROP=0 E: SUBSYSTEM=input E: USEC_INITIALIZED=15637848 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input11/event4 N: input/event4 E: BACKSPACE=guess E: DEVNAME=/dev/input/event4 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input11/event4 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-PNP0C0C:00 E: ID_PATH_TAG=acpi-PNP0C0C_00 E: LIBINPUT_DEVICE_GROUP=19/0/1:PNP0C0C/button E: MAJOR=13 E: MINOR=68 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=17836771 E: XKBLAYOUT=us E: XKBMODEL=pc104 E: XKBOPTIONS=terminate:ctrl_alt_bksp P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00 E: DRIVER=button E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0D: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13221563 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input9 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input9 E: EV=21 E: ID_INPUT=1 E: ID_INPUT_SWITCH=1 E: ID_PATH=acpi-PNP0C0D:00 E: ID_PATH_TAG=acpi-PNP0C0D_00 E: MODALIAS=input:b0019v0000p0005e0000-e0,5,kramlsfw0, E: NAME="Lid Switch" E: PHYS="PNP0C0D/button/input0" E: PRODUCT=19/0/5/0 E: PROP=0 E: SUBSYSTEM=input E: SW=1 E: USEC_INITIALIZED=15586176 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input9/event2 N: input/event2 E: DEVNAME=/dev/input/event2 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input9/event2 E: ID_INPUT=1 E: ID_INPUT_SWITCH=1 E: ID_PATH=acpi-PNP0C0D:00 E: ID_PATH_TAG=acpi-PNP0C0D_00 E: LIBINPUT_DEVICE_GROUP=19/0/5:PNP0C0D/button E: MAJOR=13 E: MINOR=66 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=17836358 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00 E: DRIVER=button E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0E: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13222293 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input10 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input10 E: EV=3 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-PNP0C0E:00 E: ID_PATH_TAG=acpi-PNP0C0E_00 E: KEY=4000 0 0 0 0 E: MODALIAS=input:b0019v0000p0003e0000-e0,1,k8E,ramlsfw E: NAME="Sleep Button" E: PHYS="PNP0C0E/button/input0" E: PRODUCT=19/0/3/0 E: PROP=0 E: SUBSYSTEM=input E: USEC_INITIALIZED=15586177 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input10/event3 N: input/event3 E: BACKSPACE=guess E: DEVNAME=/dev/input/event3 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input10/event3 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-PNP0C0E:00 E: ID_PATH_TAG=acpi-PNP0C0E_00 E: LIBINPUT_DEVICE_GROUP=19/0/3:PNP0C0E/button E: MAJOR=13 E: MINOR=67 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=17837557 E: XKBLAYOUT=us E: XKBMODEL=pc104 E: XKBOPTIONS=terminate:ctrl_alt_bksp P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0F: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13222930 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:01 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:01 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0F: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13223553 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:02 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:02 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0F: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13224209 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:03 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:03 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0F: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13225027 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:04 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:04 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0F: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13225647 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:05 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:05 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0F: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13226275 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:06 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:06 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0F: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13228125 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:07 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:07 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0F: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13227414 P: /devices/LNXSYSTM:00/LNXSYBUS:01 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:01 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXSYBUS: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=12924680 P: /devices/LNXSYSTM:00/LNXSYBUS:01/LNXTHERM:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:01/LNXTHERM:00 E: DRIVER=thermal E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXTHERM: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=13228714 P: /devices/breakpoint E: DEVPATH=/devices/breakpoint E: SUBSYSTEM=event_source P: /devices/cpu E: DEVPATH=/devices/cpu E: SUBSYSTEM=event_source P: /devices/i915 E: DEVPATH=/devices/i915 E: SUBSYSTEM=event_source P: /devices/intel_bts E: DEVPATH=/devices/intel_bts E: SUBSYSTEM=event_source P: /devices/kprobe E: DEVPATH=/devices/kprobe E: SUBSYSTEM=event_source P: /devices/msr E: DEVPATH=/devices/msr E: SUBSYSTEM=event_source P: /devices/pci0000:00/0000:00:00.0 E: DEVPATH=/devices/pci0000:00/0000:00:00.0 E: ID_MODEL_FROM_DATABASE=Mobile PM965/GM965/GL960 Memory Controller Hub E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_SUBCLASS_FROM_DATABASE=Host bridge E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d00002A00sv00001043sd00008261bc06sc00i00 E: PCI_CLASS=60000 E: PCI_ID=8086:2A00 E: PCI_SLOT_NAME=0000:00:00.0 E: PCI_SUBSYS_ID=1043:8261 E: SUBSYSTEM=pci E: USEC_INITIALIZED=12795937 P: /devices/pci0000:00/0000:00:02.0 E: DEVPATH=/devices/pci0000:00/0000:00:02.0 E: DRIVER=i915 E: ID_MODEL_FROM_DATABASE=Mobile GM965/GL960 Integrated Graphics Controller (primary) E: ID_PCI_CLASS_FROM_DATABASE=Display controller E: ID_PCI_INTERFACE_FROM_DATABASE=VGA controller E: ID_PCI_SUBCLASS_FROM_DATABASE=VGA compatible controller E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d00002A02sv00001043sd00008265bc03sc00i00 E: PCI_CLASS=30000 E: PCI_ID=8086:2A02 E: PCI_SLOT_NAME=0000:00:02.0 E: PCI_SUBSYS_ID=1043:8265 E: SUBSYSTEM=pci E: USEC_INITIALIZED=12761410 P: /devices/pci0000:00/0000:00:02.0/drm/card0 N: dri/card0 S: dri/by-path/pci-0000:00:02.0-card E: DEVLINKS=/dev/dri/by-path/pci-0000:00:02.0-card E: DEVNAME=/dev/dri/card0 E: DEVPATH=/devices/pci0000:00/0000:00:02.0/drm/card0 E: DEVTYPE=drm_minor E: ID_PATH=pci-0000:00:02.0 E: ID_PATH_TAG=pci-0000_00_02_0 E: MAJOR=226 E: MINOR=0 E: SUBSYSTEM=drm E: USEC_INITIALIZED=16032164 P: /devices/pci0000:00/0000:00:02.0/drm/card0/card0-LVDS-1 E: DEVPATH=/devices/pci0000:00/0000:00:02.0/drm/card0/card0-LVDS-1 E: ID_PATH=pci-0000:00:02.0 E: ID_PATH_TAG=pci-0000_00_02_0 E: SUBSYSTEM=drm E: USEC_INITIALIZED=16032613 P: /devices/pci0000:00/0000:00:02.0/drm/card0/card0-LVDS-1/intel_backlight E: DEVPATH=/devices/pci0000:00/0000:00:02.0/drm/card0/card0-LVDS-1/intel_backlight E: SUBSYSTEM=backlight P: /devices/pci0000:00/0000:00:02.0/drm/card0/card0-VGA-1 E: DEVPATH=/devices/pci0000:00/0000:00:02.0/drm/card0/card0-VGA-1 E: ID_PATH=pci-0000:00:02.0 E: ID_PATH_TAG=pci-0000_00_02_0 E: SUBSYSTEM=drm E: USEC_INITIALIZED=16033964 P: /devices/pci0000:00/0000:00:02.0/drm/renderD128 N: dri/renderD128 S: dri/by-path/pci-0000:00:02.0-render E: DEVLINKS=/dev/dri/by-path/pci-0000:00:02.0-render E: DEVNAME=/dev/dri/renderD128 E: DEVPATH=/devices/pci0000:00/0000:00:02.0/drm/renderD128 E: DEVTYPE=drm_minor E: ID_PATH=pci-0000:00:02.0 E: ID_PATH_TAG=pci-0000_00_02_0 E: MAJOR=226 E: MINOR=128 E: SUBSYSTEM=drm E: USEC_INITIALIZED=16031627 P: /devices/pci0000:00/0000:00:02.0/graphics/fb0 N: fb0 E: DEVNAME=/dev/fb0 E: DEVPATH=/devices/pci0000:00/0000:00:02.0/graphics/fb0 E: MAJOR=29 E: MINOR=0 E: SUBSYSTEM=graphics P: /devices/pci0000:00/0000:00:02.0/i2c-0 E: DEVPATH=/devices/pci0000:00/0000:00:02.0/i2c-0 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:02.0/i2c-0 E: DEVPATH=/devices/pci0000:00/0000:00:02.0/i2c-0 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:02.0/i2c-1 E: DEVPATH=/devices/pci0000:00/0000:00:02.0/i2c-1 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:02.0/i2c-1 E: DEVPATH=/devices/pci0000:00/0000:00:02.0/i2c-1 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:02.0/i2c-2 E: DEVPATH=/devices/pci0000:00/0000:00:02.0/i2c-2 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:02.0/i2c-2 E: DEVPATH=/devices/pci0000:00/0000:00:02.0/i2c-2 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:02.0/i2c-3 E: DEVPATH=/devices/pci0000:00/0000:00:02.0/i2c-3 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:02.0/i2c-3 E: DEVPATH=/devices/pci0000:00/0000:00:02.0/i2c-3 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:02.0/i2c-4 E: DEVPATH=/devices/pci0000:00/0000:00:02.0/i2c-4 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:02.0/i2c-4 E: DEVPATH=/devices/pci0000:00/0000:00:02.0/i2c-4 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:02.0/i2c-5 E: DEVPATH=/devices/pci0000:00/0000:00:02.0/i2c-5 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:02.0/i2c-5 E: DEVPATH=/devices/pci0000:00/0000:00:02.0/i2c-5 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:02.1 E: DEVPATH=/devices/pci0000:00/0000:00:02.1 E: ID_MODEL_FROM_DATABASE=Mobile GM965/GL960 Integrated Graphics Controller (secondary) E: ID_PCI_CLASS_FROM_DATABASE=Display controller E: ID_PCI_SUBCLASS_FROM_DATABASE=Display controller E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d00002A03sv00001043sd00008265bc03sc80i00 E: PCI_CLASS=38000 E: PCI_ID=8086:2A03 E: PCI_SLOT_NAME=0000:00:02.1 E: PCI_SUBSYS_ID=1043:8265 E: SUBSYSTEM=pci E: USEC_INITIALIZED=12761411 P: /devices/pci0000:00/0000:00:1a.0 E: DEVPATH=/devices/pci0000:00/0000:00:1a.0 E: DRIVER=uhci_hcd E: ID_MODEL_FROM_DATABASE=82801H (ICH8 Family) USB UHCI Controller E: ID_PCI_CLASS_FROM_DATABASE=Serial bus controller E: ID_PCI_INTERFACE_FROM_DATABASE=UHCI E: ID_PCI_SUBCLASS_FROM_DATABASE=USB controller E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d00002834sv00001043sd00008263bc0Csc03i00 E: PCI_CLASS=C0300 E: PCI_ID=8086:2834 E: PCI_SLOT_NAME=0000:00:1a.0 E: PCI_SUBSYS_ID=1043:8263 E: SUBSYSTEM=pci E: USEC_INITIALIZED=12845766 P: /devices/pci0000:00/0000:00:1a.0/usb3 N: bus/usb/003/001 E: BUSNUM=003 E: DEVNAME=/dev/bus/usb/003/001 E: DEVNUM=001 E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb3 E: DEVTYPE=usb_device E: DRIVER=usb E: ID_BUS=usb E: ID_MODEL=UHCI_Host_Controller E: ID_MODEL_ENC=UHCI\x20Host\x20Controller E: ID_MODEL_FROM_DATABASE=1.1 root hub E: ID_MODEL_ID=0001 E: ID_REVISION=0418 E: ID_SERIAL=Linux_4.18.0-1-686-pae_uhci_hcd_UHCI_Host_Controller_0000:00:1a.0 E: ID_SERIAL_SHORT=0000:00:1a.0 E: ID_USB_INTERFACES=:090000: E: ID_VENDOR=Linux_4.18.0-1-686-pae_uhci_hcd E: ID_VENDOR_ENC=Linux\x204.18.0-1-686-pae\x20uhci_hcd E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: ID_VENDOR_ID=1d6b E: MAJOR=189 E: MINOR=256 E: PRODUCT=1d6b/1/418 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=16011543 P: /devices/pci0000:00/0000:00:1a.0/usb3/3-0:1.0 E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb3/3-0:1.0 E: DEVTYPE=usb_interface E: DRIVER=hub E: ID_MODEL_FROM_DATABASE=1.1 root hub E: ID_USB_CLASS_FROM_DATABASE=Hub E: ID_USB_PROTOCOL_FROM_DATABASE=Full speed (or root) hub E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: INTERFACE=9/0/0 E: MODALIAS=usb:v1D6Bp0001d0418dc09dsc00dp00ic09isc00ip00in00 E: PRODUCT=1d6b/1/418 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=16012263 P: /devices/pci0000:00/0000:00:1a.1 E: DEVPATH=/devices/pci0000:00/0000:00:1a.1 E: DRIVER=uhci_hcd E: ID_MODEL_FROM_DATABASE=82801H (ICH8 Family) USB UHCI Controller E: ID_PCI_CLASS_FROM_DATABASE=Serial bus controller E: ID_PCI_INTERFACE_FROM_DATABASE=UHCI E: ID_PCI_SUBCLASS_FROM_DATABASE=USB controller E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d00002835sv00001043sd00008263bc0Csc03i00 E: PCI_CLASS=C0300 E: PCI_ID=8086:2835 E: PCI_SLOT_NAME=0000:00:1a.1 E: PCI_SUBSYS_ID=1043:8263 E: SUBSYSTEM=pci E: USEC_INITIALIZED=12845710 P: /devices/pci0000:00/0000:00:1a.1/usb4 N: bus/usb/004/001 E: BUSNUM=004 E: DEVNAME=/dev/bus/usb/004/001 E: DEVNUM=001 E: DEVPATH=/devices/pci0000:00/0000:00:1a.1/usb4 E: DEVTYPE=usb_device E: DRIVER=usb E: ID_BUS=usb E: ID_MODEL=UHCI_Host_Controller E: ID_MODEL_ENC=UHCI\x20Host\x20Controller E: ID_MODEL_FROM_DATABASE=1.1 root hub E: ID_MODEL_ID=0001 E: ID_REVISION=0418 E: ID_SERIAL=Linux_4.18.0-1-686-pae_uhci_hcd_UHCI_Host_Controller_0000:00:1a.1 E: ID_SERIAL_SHORT=0000:00:1a.1 E: ID_USB_INTERFACES=:090000: E: ID_VENDOR=Linux_4.18.0-1-686-pae_uhci_hcd E: ID_VENDOR_ENC=Linux\x204.18.0-1-686-pae\x20uhci_hcd E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: ID_VENDOR_ID=1d6b E: MAJOR=189 E: MINOR=384 E: PRODUCT=1d6b/1/418 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=16014807 P: /devices/pci0000:00/0000:00:1a.1/usb4/4-0:1.0 E: DEVPATH=/devices/pci0000:00/0000:00:1a.1/usb4/4-0:1.0 E: DEVTYPE=usb_interface E: DRIVER=hub E: ID_MODEL_FROM_DATABASE=1.1 root hub E: ID_USB_CLASS_FROM_DATABASE=Hub E: ID_USB_PROTOCOL_FROM_DATABASE=Full speed (or root) hub E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: INTERFACE=9/0/0 E: MODALIAS=usb:v1D6Bp0001d0418dc09dsc00dp00ic09isc00ip00in00 E: PRODUCT=1d6b/1/418 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=16015480 P: /devices/pci0000:00/0000:00:1a.7 E: DEVPATH=/devices/pci0000:00/0000:00:1a.7 E: DRIVER=ehci-pci E: ID_MODEL_FROM_DATABASE=82801H (ICH8 Family) USB2 EHCI Controller E: ID_PCI_CLASS_FROM_DATABASE=Serial bus controller E: ID_PCI_INTERFACE_FROM_DATABASE=EHCI E: ID_PCI_SUBCLASS_FROM_DATABASE=USB controller E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d0000283Asv00001043sd00008263bc0Csc03i20 E: PCI_CLASS=C0320 E: PCI_ID=8086:283A E: PCI_SLOT_NAME=0000:00:1a.7 E: PCI_SUBSYS_ID=1043:8263 E: SUBSYSTEM=pci E: USEC_INITIALIZED=12846375 P: /devices/pci0000:00/0000:00:1a.7/usb1 N: bus/usb/001/001 E: BUSNUM=001 E: DEVNAME=/dev/bus/usb/001/001 E: DEVNUM=001 E: DEVPATH=/devices/pci0000:00/0000:00:1a.7/usb1 E: DEVTYPE=usb_device E: DRIVER=usb E: ID_BUS=usb E: ID_MODEL=EHCI_Host_Controller E: ID_MODEL_ENC=EHCI\x20Host\x20Controller E: ID_MODEL_FROM_DATABASE=2.0 root hub E: ID_MODEL_ID=0002 E: ID_REVISION=0418 E: ID_SERIAL=Linux_4.18.0-1-686-pae_ehci_hcd_EHCI_Host_Controller_0000:00:1a.7 E: ID_SERIAL_SHORT=0000:00:1a.7 E: ID_USB_INTERFACES=:090000: E: ID_VENDOR=Linux_4.18.0-1-686-pae_ehci_hcd E: ID_VENDOR_ENC=Linux\x204.18.0-1-686-pae\x20ehci_hcd E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: ID_VENDOR_ID=1d6b E: MAJOR=189 E: MINOR=0 E: PRODUCT=1d6b/2/418 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=16000489 P: /devices/pci0000:00/0000:00:1a.7/usb1/1-0:1.0 E: DEVPATH=/devices/pci0000:00/0000:00:1a.7/usb1/1-0:1.0 E: DEVTYPE=usb_interface E: DRIVER=hub E: ID_MODEL_FROM_DATABASE=2.0 root hub E: ID_USB_CLASS_FROM_DATABASE=Hub E: ID_USB_PROTOCOL_FROM_DATABASE=Full speed (or root) hub E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: INTERFACE=9/0/0 E: MODALIAS=usb:v1D6Bp0002d0418dc09dsc00dp00ic09isc00ip00in00 E: PRODUCT=1d6b/2/418 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=16001227 P: /devices/pci0000:00/0000:00:1b.0 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0 E: DRIVER=snd_hda_intel E: ID_MODEL_FROM_DATABASE=82801H (ICH8 Family) HD Audio Controller E: ID_PCI_CLASS_FROM_DATABASE=Multimedia controller E: ID_PCI_SUBCLASS_FROM_DATABASE=Audio device E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d0000284Bsv00001043sd00008284bc04sc03i00 E: PCI_CLASS=40300 E: PCI_ID=8086:284B E: PCI_SLOT_NAME=0000:00:1b.0 E: PCI_SUBSYS_ID=1043:8284 E: SUBSYSTEM=pci E: USEC_INITIALIZED=12865050 P: /devices/pci0000:00/0000:00:1b.0/hdaudioC0D0 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/hdaudioC0D0 E: DRIVER=snd_hda_codec_realtek E: MODALIAS=hdaudio:v10EC0883r00100002a01 E: SUBSYSTEM=hdaudio P: /devices/pci0000:00/0000:00:1b.0/hdaudioC0D1 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/hdaudioC0D1 E: DRIVER=snd_hda_codec_si3054 E: MODALIAS=hdaudio:v15433155r00100700a01 E: SUBSYSTEM=hdaudio P: /devices/pci0000:00/0000:00:1b.0/sound/card0 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0 E: ID_BUS=pci E: ID_MODEL_FROM_DATABASE=82801H (ICH8 Family) HD Audio Controller E: ID_MODEL_ID=0x284b E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: ID_PCI_CLASS_FROM_DATABASE=Multimedia controller E: ID_PCI_SUBCLASS_FROM_DATABASE=Audio device E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: ID_VENDOR_ID=0x8086 E: SOUND_FORM_FACTOR=internal E: SOUND_INITIALIZED=1 E: SUBSYSTEM=sound E: USEC_INITIALIZED=21859528 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/adsp N: adsp E: DEVNAME=/dev/adsp E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/adsp E: MAJOR=14 E: MINOR=12 E: SUBSYSTEM=sound P: /devices/pci0000:00/0000:00:1b.0/sound/card0/audio N: audio E: DEVNAME=/dev/audio E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/audio E: MAJOR=14 E: MINOR=4 E: SUBSYSTEM=sound P: /devices/pci0000:00/0000:00:1b.0/sound/card0/dsp N: dsp E: DEVNAME=/dev/dsp E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/dsp E: MAJOR=14 E: MINOR=3 E: SUBSYSTEM=sound P: /devices/pci0000:00/0000:00:1b.0/sound/card0/hwC0D0 N: snd/hwC0D0 E: DEVNAME=/dev/snd/hwC0D0 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/hwC0D0 E: MAJOR=116 E: MINOR=7 E: SUBSYSTEM=sound P: /devices/pci0000:00/0000:00:1b.0/sound/card0/hwC0D1 N: snd/hwC0D1 E: DEVNAME=/dev/snd/hwC0D1 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/hwC0D1 E: MAJOR=116 E: MINOR=8 E: SUBSYSTEM=sound P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input16 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input16 E: EV=40001 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: MODALIAS=input:b0001v10ECp0883e0001-e0,12,kramls1,2,fw E: NAME="HDA Digital PCBeep" E: PHYS="card0/codec#0/beep0" E: PRODUCT=1/10ec/883/1 E: PROP=0 E: SND=6 E: SUBSYSTEM=input E: USEC_INITIALIZED=17756125 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input16/event9 N: input/event9 E: DEVNAME=/dev/input/event9 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input16/event9 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: LIBINPUT_DEVICE_GROUP=1/10ec/883:card0/codec#0/beep0 E: MAJOR=13 E: MINOR=73 E: SUBSYSTEM=input E: USEC_INITIALIZED=17852607 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input17 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input17 E: EV=21 E: ID_INPUT=1 E: ID_INPUT_SWITCH=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw4, E: NAME="HDA Intel Mic" E: PHYS="ALSA" E: PRODUCT=0/0/0/0 E: PROP=0 E: SUBSYSTEM=input E: SW=10 E: USEC_INITIALIZED=17842698 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input17/event10 N: input/event10 E: DEVNAME=/dev/input/event10 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input17/event10 E: ID_INPUT=1 E: ID_INPUT_SWITCH=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA E: MAJOR=13 E: MINOR=74 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=17880658 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input18 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input18 E: EV=21 E: ID_INPUT=1 E: ID_INPUT_SWITCH=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw2, E: NAME="HDA Intel Headphone" E: PHYS="ALSA" E: PRODUCT=0/0/0/0 E: PROP=0 E: SUBSYSTEM=input E: SW=4 E: USEC_INITIALIZED=17841646 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input18/event11 N: input/event11 E: DEVNAME=/dev/input/event11 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input18/event11 E: ID_INPUT=1 E: ID_INPUT_SWITCH=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA E: MAJOR=13 E: MINOR=75 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=17872777 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/mixer N: mixer E: DEVNAME=/dev/mixer E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/mixer E: MAJOR=14 E: MINOR=0 E: SUBSYSTEM=sound P: /devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0c N: snd/pcmC0D0c E: DEVNAME=/dev/snd/pcmC0D0c E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0c E: MAJOR=116 E: MINOR=3 E: SUBSYSTEM=sound P: /devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0p N: snd/pcmC0D0p E: DEVNAME=/dev/snd/pcmC0D0p E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D0p E: MAJOR=116 E: MINOR=2 E: SUBSYSTEM=sound P: /devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D1p N: snd/pcmC0D1p E: DEVNAME=/dev/snd/pcmC0D1p E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D1p E: MAJOR=116 E: MINOR=4 E: SUBSYSTEM=sound P: /devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D6c N: snd/pcmC0D6c E: DEVNAME=/dev/snd/pcmC0D6c E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D6c E: MAJOR=116 E: MINOR=6 E: SUBSYSTEM=sound P: /devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D6p N: snd/pcmC0D6p E: DEVNAME=/dev/snd/pcmC0D6p E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/pcmC0D6p E: MAJOR=116 E: MINOR=5 E: SUBSYSTEM=sound P: /devices/pci0000:00/0000:00:1b.0/sound/card0/controlC0 N: snd/controlC0 S: snd/by-path/pci-0000:00:1b.0 E: DEVLINKS=/dev/snd/by-path/pci-0000:00:1b.0 E: DEVNAME=/dev/snd/controlC0 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/controlC0 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: MAJOR=116 E: MINOR=9 E: SUBSYSTEM=sound E: USEC_INITIALIZED=17989055 P: /devices/pci0000:00/0000:00:1c.0 E: DEVPATH=/devices/pci0000:00/0000:00:1c.0 E: DRIVER=pcieport E: ID_MODEL_FROM_DATABASE=82801H (ICH8 Family) PCI Express Port 1 E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_INTERFACE_FROM_DATABASE=Normal decode E: ID_PCI_SUBCLASS_FROM_DATABASE=PCI bridge E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d0000283Fsv00001043sd00008284bc06sc04i00 E: PCI_CLASS=60400 E: PCI_ID=8086:283F E: PCI_SLOT_NAME=0000:00:1c.0 E: PCI_SUBSYS_ID=1043:8284 E: SUBSYSTEM=pci E: USEC_INITIALIZED=12846075 P: /devices/pci0000:00/0000:00:1c.0/pci_bus/0000:04 E: DEVPATH=/devices/pci0000:00/0000:00:1c.0/pci_bus/0000:04 E: SUBSYSTEM=pci_bus P: /devices/pci0000:00/0000:00:1c.1 E: DEVPATH=/devices/pci0000:00/0000:00:1c.1 E: DRIVER=pcieport E: ID_MODEL_FROM_DATABASE=82801H (ICH8 Family) PCI Express Port 2 E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_INTERFACE_FROM_DATABASE=Normal decode E: ID_PCI_SUBCLASS_FROM_DATABASE=PCI bridge E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d00002841sv00001043sd00008284bc06sc04i00 E: PCI_CLASS=60400 E: PCI_ID=8086:2841 E: PCI_SLOT_NAME=0000:00:1c.1 E: PCI_SUBSYS_ID=1043:8284 E: SUBSYSTEM=pci E: USEC_INITIALIZED=12872603 P: /devices/pci0000:00/0000:00:1c.1/0000:03:00.0 E: DEVPATH=/devices/pci0000:00/0000:00:1c.1/0000:03:00.0 E: DRIVER=iwl4965 E: ID_MODEL_FROM_DATABASE=PRO/Wireless 4965 AG or AGN [Kedron] Network Connection (Vaio VGN-SZ79SN_C) E: ID_PCI_CLASS_FROM_DATABASE=Network controller E: ID_PCI_SUBCLASS_FROM_DATABASE=Network controller E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d00004229sv00008086sd00001100bc02sc80i00 E: PCI_CLASS=28000 E: PCI_ID=8086:4229 E: PCI_SLOT_NAME=0000:03:00.0 E: PCI_SUBSYS_ID=8086:1100 E: SUBSYSTEM=pci E: USEC_INITIALIZED=13352509 P: /devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0 E: DEVPATH=/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0 E: SUBSYSTEM=ieee80211 P: /devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0/rfkill0 E: DEVPATH=/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0/rfkill0 E: RFKILL_NAME=phy0 E: RFKILL_STATE=1 E: RFKILL_TYPE=wlan E: SUBSYSTEM=rfkill P: /devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/phy0-led E: DEVPATH=/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/leds/phy0-led E: SUBSYSTEM=leds P: /devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0 E: DEVPATH=/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0 E: DEVTYPE=wlan E: ID_BUS=pci E: ID_MODEL_FROM_DATABASE=PRO/Wireless 4965 AG or AGN [Kedron] Network Connection (Vaio VGN-SZ79SN_C) E: ID_MODEL_ID=0x4229 E: ID_NET_DRIVER=iwl4965 E: ID_NET_LINK_FILE=/lib/systemd/network/99-default.link E: ID_NET_NAME=wlp3s0 E: ID_NET_NAME_MAC=wlx001de0b9c79d E: ID_NET_NAME_PATH=wlp3s0 E: ID_OUI_FROM_DATABASE=Intel Corporate E: ID_PATH=pci-0000:03:00.0 E: ID_PATH_TAG=pci-0000_03_00_0 E: ID_PCI_CLASS_FROM_DATABASE=Network controller E: ID_PCI_SUBCLASS_FROM_DATABASE=Network controller E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: ID_VENDOR_ID=0x8086 E: IFINDEX=3 E: INTERFACE=wlan0 E: SUBSYSTEM=net E: USEC_INITIALIZED=17852640 P: /devices/pci0000:00/0000:00:1c.1/pci_bus/0000:03 E: DEVPATH=/devices/pci0000:00/0000:00:1c.1/pci_bus/0000:03 E: SUBSYSTEM=pci_bus P: /devices/pci0000:00/0000:00:1c.2 E: DEVPATH=/devices/pci0000:00/0000:00:1c.2 E: DRIVER=pcieport E: ID_MODEL_FROM_DATABASE=82801H (ICH8 Family) PCI Express Port 3 E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_INTERFACE_FROM_DATABASE=Normal decode E: ID_PCI_SUBCLASS_FROM_DATABASE=PCI bridge E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d00002843sv00001043sd00008284bc06sc04i00 E: PCI_CLASS=60400 E: PCI_ID=8086:2843 E: PCI_SLOT_NAME=0000:00:1c.2 E: PCI_SUBSYS_ID=1043:8284 E: SUBSYSTEM=pci E: USEC_INITIALIZED=12877125 P: /devices/pci0000:00/0000:00:1c.2/pci_bus/0000:01 E: DEVPATH=/devices/pci0000:00/0000:00:1c.2/pci_bus/0000:01 E: SUBSYSTEM=pci_bus P: /devices/pci0000:00/0000:00:1d.0 E: DEVPATH=/devices/pci0000:00/0000:00:1d.0 E: DRIVER=uhci_hcd E: ID_MODEL_FROM_DATABASE=82801H (ICH8 Family) USB UHCI Controller E: ID_PCI_CLASS_FROM_DATABASE=Serial bus controller E: ID_PCI_INTERFACE_FROM_DATABASE=UHCI E: ID_PCI_SUBCLASS_FROM_DATABASE=USB controller E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d00002830sv00001043sd00008263bc0Csc03i00 E: PCI_CLASS=C0300 E: PCI_ID=8086:2830 E: PCI_SLOT_NAME=0000:00:1d.0 E: PCI_SUBSYS_ID=1043:8263 E: SUBSYSTEM=pci E: USEC_INITIALIZED=12846134 P: /devices/pci0000:00/0000:00:1d.0/usb5 N: bus/usb/005/001 E: BUSNUM=005 E: DEVNAME=/dev/bus/usb/005/001 E: DEVNUM=001 E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb5 E: DEVTYPE=usb_device E: DRIVER=usb E: ID_BUS=usb E: ID_MODEL=UHCI_Host_Controller E: ID_MODEL_ENC=UHCI\x20Host\x20Controller E: ID_MODEL_FROM_DATABASE=1.1 root hub E: ID_MODEL_ID=0001 E: ID_REVISION=0418 E: ID_SERIAL=Linux_4.18.0-1-686-pae_uhci_hcd_UHCI_Host_Controller_0000:00:1d.0 E: ID_SERIAL_SHORT=0000:00:1d.0 E: ID_USB_INTERFACES=:090000: E: ID_VENDOR=Linux_4.18.0-1-686-pae_uhci_hcd E: ID_VENDOR_ENC=Linux\x204.18.0-1-686-pae\x20uhci_hcd E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: ID_VENDOR_ID=1d6b E: MAJOR=189 E: MINOR=512 E: PRODUCT=1d6b/1/418 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=16018132 P: /devices/pci0000:00/0000:00:1d.0/usb5/5-0:1.0 E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb5/5-0:1.0 E: DEVTYPE=usb_interface E: DRIVER=hub E: ID_MODEL_FROM_DATABASE=1.1 root hub E: ID_USB_CLASS_FROM_DATABASE=Hub E: ID_USB_PROTOCOL_FROM_DATABASE=Full speed (or root) hub E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: INTERFACE=9/0/0 E: MODALIAS=usb:v1D6Bp0001d0418dc09dsc00dp00ic09isc00ip00in00 E: PRODUCT=1d6b/1/418 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=16018802 P: /devices/pci0000:00/0000:00:1d.1 E: DEVPATH=/devices/pci0000:00/0000:00:1d.1 E: DRIVER=uhci_hcd E: ID_MODEL_FROM_DATABASE=82801H (ICH8 Family) USB UHCI Controller E: ID_PCI_CLASS_FROM_DATABASE=Serial bus controller E: ID_PCI_INTERFACE_FROM_DATABASE=UHCI E: ID_PCI_SUBCLASS_FROM_DATABASE=USB controller E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d00002831sv00001043sd00008263bc0Csc03i00 E: PCI_CLASS=C0300 E: PCI_ID=8086:2831 E: PCI_SLOT_NAME=0000:00:1d.1 E: PCI_SUBSYS_ID=1043:8263 E: SUBSYSTEM=pci E: USEC_INITIALIZED=13231741 P: /devices/pci0000:00/0000:00:1d.1/usb6 N: bus/usb/006/001 E: BUSNUM=006 E: DEVNAME=/dev/bus/usb/006/001 E: DEVNUM=001 E: DEVPATH=/devices/pci0000:00/0000:00:1d.1/usb6 E: DEVTYPE=usb_device E: DRIVER=usb E: ID_BUS=usb E: ID_MODEL=UHCI_Host_Controller E: ID_MODEL_ENC=UHCI\x20Host\x20Controller E: ID_MODEL_FROM_DATABASE=1.1 root hub E: ID_MODEL_ID=0001 E: ID_REVISION=0418 E: ID_SERIAL=Linux_4.18.0-1-686-pae_uhci_hcd_UHCI_Host_Controller_0000:00:1d.1 E: ID_SERIAL_SHORT=0000:00:1d.1 E: ID_USB_INTERFACES=:090000: E: ID_VENDOR=Linux_4.18.0-1-686-pae_uhci_hcd E: ID_VENDOR_ENC=Linux\x204.18.0-1-686-pae\x20uhci_hcd E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: ID_VENDOR_ID=1d6b E: MAJOR=189 E: MINOR=640 E: PRODUCT=1d6b/1/418 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=16021297 P: /devices/pci0000:00/0000:00:1d.1/usb6/6-0:1.0 E: DEVPATH=/devices/pci0000:00/0000:00:1d.1/usb6/6-0:1.0 E: DEVTYPE=usb_interface E: DRIVER=hub E: ID_MODEL_FROM_DATABASE=1.1 root hub E: ID_USB_CLASS_FROM_DATABASE=Hub E: ID_USB_PROTOCOL_FROM_DATABASE=Full speed (or root) hub E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: INTERFACE=9/0/0 E: MODALIAS=usb:v1D6Bp0001d0418dc09dsc00dp00ic09isc00ip00in00 E: PRODUCT=1d6b/1/418 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=16021970 P: /devices/pci0000:00/0000:00:1d.2 E: DEVPATH=/devices/pci0000:00/0000:00:1d.2 E: DRIVER=uhci_hcd E: ID_MODEL_FROM_DATABASE=82801H (ICH8 Family) USB UHCI Controller E: ID_PCI_CLASS_FROM_DATABASE=Serial bus controller E: ID_PCI_INTERFACE_FROM_DATABASE=UHCI E: ID_PCI_SUBCLASS_FROM_DATABASE=USB controller E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d00002832sv00001043sd00008263bc0Csc03i00 E: PCI_CLASS=C0300 E: PCI_ID=8086:2832 E: PCI_SLOT_NAME=0000:00:1d.2 E: PCI_SUBSYS_ID=1043:8263 E: SUBSYSTEM=pci E: USEC_INITIALIZED=13390041 P: /devices/pci0000:00/0000:00:1d.2/usb7 N: bus/usb/007/001 E: BUSNUM=007 E: DEVNAME=/dev/bus/usb/007/001 E: DEVNUM=001 E: DEVPATH=/devices/pci0000:00/0000:00:1d.2/usb7 E: DEVTYPE=usb_device E: DRIVER=usb E: ID_BUS=usb E: ID_MODEL=UHCI_Host_Controller E: ID_MODEL_ENC=UHCI\x20Host\x20Controller E: ID_MODEL_FROM_DATABASE=1.1 root hub E: ID_MODEL_ID=0001 E: ID_REVISION=0418 E: ID_SERIAL=Linux_4.18.0-1-686-pae_uhci_hcd_UHCI_Host_Controller_0000:00:1d.2 E: ID_SERIAL_SHORT=0000:00:1d.2 E: ID_USB_INTERFACES=:090000: E: ID_VENDOR=Linux_4.18.0-1-686-pae_uhci_hcd E: ID_VENDOR_ENC=Linux\x204.18.0-1-686-pae\x20uhci_hcd E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: ID_VENDOR_ID=1d6b E: MAJOR=189 E: MINOR=768 E: PRODUCT=1d6b/1/418 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=16024527 P: /devices/pci0000:00/0000:00:1d.2/usb7/7-0:1.0 E: DEVPATH=/devices/pci0000:00/0000:00:1d.2/usb7/7-0:1.0 E: DEVTYPE=usb_interface E: DRIVER=hub E: ID_MODEL_FROM_DATABASE=1.1 root hub E: ID_USB_CLASS_FROM_DATABASE=Hub E: ID_USB_PROTOCOL_FROM_DATABASE=Full speed (or root) hub E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: INTERFACE=9/0/0 E: MODALIAS=usb:v1D6Bp0001d0418dc09dsc00dp00ic09isc00ip00in00 E: PRODUCT=1d6b/1/418 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=16025194 P: /devices/pci0000:00/0000:00:1d.7 E: DEVPATH=/devices/pci0000:00/0000:00:1d.7 E: DRIVER=ehci-pci E: ID_MODEL_FROM_DATABASE=82801H (ICH8 Family) USB2 EHCI Controller E: ID_PCI_CLASS_FROM_DATABASE=Serial bus controller E: ID_PCI_INTERFACE_FROM_DATABASE=EHCI E: ID_PCI_SUBCLASS_FROM_DATABASE=USB controller E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d00002836sv00001043sd00008263bc0Csc03i20 E: PCI_CLASS=C0320 E: PCI_ID=8086:2836 E: PCI_SLOT_NAME=0000:00:1d.7 E: PCI_SUBSYS_ID=1043:8263 E: SUBSYSTEM=pci E: USEC_INITIALIZED=13425105 P: /devices/pci0000:00/0000:00:1d.7/usb2 N: bus/usb/002/001 E: BUSNUM=002 E: DEVNAME=/dev/bus/usb/002/001 E: DEVNUM=001 E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2 E: DEVTYPE=usb_device E: DRIVER=usb E: ID_BUS=usb E: ID_MODEL=EHCI_Host_Controller E: ID_MODEL_ENC=EHCI\x20Host\x20Controller E: ID_MODEL_FROM_DATABASE=2.0 root hub E: ID_MODEL_ID=0002 E: ID_REVISION=0418 E: ID_SERIAL=Linux_4.18.0-1-686-pae_ehci_hcd_EHCI_Host_Controller_0000:00:1d.7 E: ID_SERIAL_SHORT=0000:00:1d.7 E: ID_USB_INTERFACES=:090000: E: ID_VENDOR=Linux_4.18.0-1-686-pae_ehci_hcd E: ID_VENDOR_ENC=Linux\x204.18.0-1-686-pae\x20ehci_hcd E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: ID_VENDOR_ID=1d6b E: MAJOR=189 E: MINOR=128 E: PRODUCT=1d6b/2/418 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=16003973 P: /devices/pci0000:00/0000:00:1d.7/usb2/2-0:1.0 E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2/2-0:1.0 E: DEVTYPE=usb_interface E: DRIVER=hub E: ID_MODEL_FROM_DATABASE=2.0 root hub E: ID_USB_CLASS_FROM_DATABASE=Hub E: ID_USB_PROTOCOL_FROM_DATABASE=Full speed (or root) hub E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: INTERFACE=9/0/0 E: MODALIAS=usb:v1D6Bp0002d0418dc09dsc00dp00ic09isc00ip00in00 E: PRODUCT=1d6b/2/418 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=16004671 P: /devices/pci0000:00/0000:00:1d.7/usb2/2-5 N: bus/usb/002/002 E: BUSNUM=002 E: DEVNAME=/dev/bus/usb/002/002 E: DEVNUM=002 E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2/2-5 E: DEVTYPE=usb_device E: DRIVER=usb E: ID_BUS=usb E: ID_MODEL=USB_2.0_Camera E: ID_MODEL_ENC=USB\x202.0\x20Camera E: ID_MODEL_FROM_DATABASE=PC Camera E: ID_MODEL_ID=5a11 E: ID_REVISION=0511 E: ID_SERIAL=Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001 E: ID_SERIAL_SHORT=SN0001 E: ID_USB_INTERFACES=:0e0100:0e0200: E: ID_VENDOR=Sonix_Technology_Co.__Ltd. E: ID_VENDOR_ENC=Sonix\x20Technology\x20Co.\x2c\x20Ltd. E: ID_VENDOR_FROM_DATABASE=Syntek E: ID_VENDOR_ID=174f E: MAJOR=189 E: MINOR=129 E: PRODUCT=174f/5a11/511 E: SUBSYSTEM=usb E: TYPE=239/2/1 E: USEC_INITIALIZED=16910183 P: /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0 E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0 E: DEVTYPE=usb_interface E: DRIVER=uvcvideo E: ID_MODEL_FROM_DATABASE=PC Camera E: ID_USB_CLASS_FROM_DATABASE=Miscellaneous Device E: ID_USB_PROTOCOL_FROM_DATABASE=Interface Association E: ID_VENDOR_FROM_DATABASE=Syntek E: INTERFACE=14/1/0 E: MODALIAS=usb:v174Fp5A11d0511dcEFdsc02dp01ic0Eisc01ip00in00 E: PRODUCT=174f/5a11/511 E: SUBSYSTEM=usb E: TYPE=239/2/1 E: USEC_INITIALIZED=16911066 P: /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/input/input19 E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/input/input19 E: EV=3 E: ID_BUS=usb E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_MODEL=USB_2.0_Camera E: ID_MODEL_ENC=USB\x202.0\x20Camera E: ID_MODEL_ID=5a11 E: ID_PATH=pci-0000:00:1d.7-usb-0:5:1.0 E: ID_PATH_TAG=pci-0000_00_1d_7-usb-0_5_1_0 E: ID_REVISION=0511 E: ID_SERIAL=Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001 E: ID_SERIAL_SHORT=SN0001 E: ID_TYPE=video E: ID_USB_DRIVER=uvcvideo E: ID_USB_INTERFACES=:0e0100:0e0200: E: ID_USB_INTERFACE_NUM=00 E: ID_VENDOR=Sonix_Technology_Co.__Ltd. E: ID_VENDOR_ENC=Sonix\x20Technology\x20Co.\x2c\x20Ltd. E: ID_VENDOR_ID=174f E: KEY=100000 0 0 0 0 0 0 E: MODALIAS=input:b0003v174Fp5A11e0511-e0,1,kD4,ramlsfw E: NAME="USB 2.0 Camera: USB 2.0 Camera" E: PHYS="usb-0000:00:1d.7-5/button" E: PRODUCT=3/174f/5a11/511 E: PROP=0 E: SUBSYSTEM=input E: USEC_INITIALIZED=18079272 P: /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/input/input19/event12 N: input/event12 S: input/by-id/usb-Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001-event-if00 S: input/by-path/pci-0000:00:1d.7-usb-0:5:1.0-event E: BACKSPACE=guess E: DEVLINKS=/dev/input/by-path/pci-0000:00:1d.7-usb-0:5:1.0-event /dev/input/by-id/usb-Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001-event-if00 E: DEVNAME=/dev/input/event12 E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/input/input19/event12 E: ID_BUS=usb E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_MODEL=USB_2.0_Camera E: ID_MODEL_ENC=USB\x202.0\x20Camera E: ID_MODEL_ID=5a11 E: ID_PATH=pci-0000:00:1d.7-usb-0:5:1.0 E: ID_PATH_TAG=pci-0000_00_1d_7-usb-0_5_1_0 E: ID_REVISION=0511 E: ID_SERIAL=Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001 E: ID_SERIAL_SHORT=SN0001 E: ID_TYPE=video E: ID_USB_DRIVER=uvcvideo E: ID_USB_INTERFACES=:0e0100:0e0200: E: ID_USB_INTERFACE_NUM=00 E: ID_VENDOR=Sonix_Technology_Co.__Ltd. E: ID_VENDOR_ENC=Sonix\x20Technology\x20Co.\x2c\x20Ltd. E: ID_VENDOR_ID=174f E: LIBINPUT_DEVICE_GROUP=3/174f/5a11:usb-0000:00:1d.7-5/button E: MAJOR=13 E: MINOR=76 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=18113600 E: XKBLAYOUT=us E: XKBMODEL=pc104 E: XKBOPTIONS=terminate:ctrl_alt_bksp P: /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/media0 N: media0 E: DEVNAME=/dev/media0 E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/media0 E: MAJOR=247 E: MINOR=0 E: SUBSYSTEM=media P: /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/video4linux/video0 N: video0 S: v4l/by-id/usb-Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001-video-index0 S: v4l/by-path/pci-0000:00:1d.7-usb-0:5:1.0-video-index0 E: DEVLINKS=/dev/v4l/by-path/pci-0000:00:1d.7-usb-0:5:1.0-video-index0 /dev/v4l/by-id/usb-Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001-video-index0 E: DEVNAME=/dev/video0 E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/video4linux/video0 E: ID_BUS=usb E: ID_MODEL=USB_2.0_Camera E: ID_MODEL_ENC=USB\x202.0\x20Camera E: ID_MODEL_ID=5a11 E: ID_PATH=pci-0000:00:1d.7-usb-0:5:1.0 E: ID_PATH_TAG=pci-0000_00_1d_7-usb-0_5_1_0 E: ID_REVISION=0511 E: ID_SERIAL=Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001 E: ID_SERIAL_SHORT=SN0001 E: ID_TYPE=video E: ID_USB_DRIVER=uvcvideo E: ID_USB_INTERFACES=:0e0100:0e0200: E: ID_USB_INTERFACE_NUM=00 E: ID_V4L_CAPABILITIES=:capture: E: ID_V4L_PRODUCT=USB 2.0 Camera: USB 2.0 Camera E: ID_V4L_VERSION=2 E: ID_VENDOR=Sonix_Technology_Co.__Ltd. E: ID_VENDOR_ENC=Sonix\x20Technology\x20Co.\x2c\x20Ltd. E: ID_VENDOR_ID=174f E: MAJOR=81 E: MINOR=0 E: SUBSYSTEM=video4linux E: USEC_INITIALIZED=18167497 P: /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/video4linux/video1 N: video1 S: v4l/by-id/usb-Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001-video-index1 S: v4l/by-path/pci-0000:00:1d.7-usb-0:5:1.0-video-index1 E: DEVLINKS=/dev/v4l/by-id/usb-Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001-video-index1 /dev/v4l/by-path/pci-0000:00:1d.7-usb-0:5:1.0-video-index1 E: DEVNAME=/dev/video1 E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/video4linux/video1 E: ID_BUS=usb E: ID_MODEL=USB_2.0_Camera E: ID_MODEL_ENC=USB\x202.0\x20Camera E: ID_MODEL_ID=5a11 E: ID_PATH=pci-0000:00:1d.7-usb-0:5:1.0 E: ID_PATH_TAG=pci-0000_00_1d_7-usb-0_5_1_0 E: ID_REVISION=0511 E: ID_SERIAL=Sonix_Technology_Co.__Ltd._USB_2.0_Camera_SN0001 E: ID_SERIAL_SHORT=SN0001 E: ID_TYPE=video E: ID_USB_DRIVER=uvcvideo E: ID_USB_INTERFACES=:0e0100:0e0200: E: ID_USB_INTERFACE_NUM=00 E: ID_V4L_CAPABILITIES=:capture: E: ID_V4L_PRODUCT=USB 2.0 Camera: USB 2.0 Camera E: ID_V4L_VERSION=2 E: ID_VENDOR=Sonix_Technology_Co.__Ltd. E: ID_VENDOR_ENC=Sonix\x20Technology\x20Co.\x2c\x20Ltd. E: ID_VENDOR_ID=174f E: MAJOR=81 E: MINOR=1 E: SUBSYSTEM=video4linux E: USEC_INITIALIZED=18165355 P: /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.1 E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.1 E: DEVTYPE=usb_interface E: DRIVER=uvcvideo E: ID_MODEL_FROM_DATABASE=PC Camera E: ID_USB_CLASS_FROM_DATABASE=Miscellaneous Device E: ID_USB_PROTOCOL_FROM_DATABASE=Interface Association E: ID_VENDOR_FROM_DATABASE=Syntek E: INTERFACE=14/2/0 E: MODALIAS=usb:v174Fp5A11d0511dcEFdsc02dp01ic0Eisc02ip00in01 E: PRODUCT=174f/5a11/511 E: SUBSYSTEM=usb E: TYPE=239/2/1 E: USEC_INITIALIZED=16929760 P: /devices/pci0000:00/0000:00:1e.0 E: DEVPATH=/devices/pci0000:00/0000:00:1e.0 E: ID_MODEL_FROM_DATABASE=82801 Mobile PCI Bridge E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_INTERFACE_FROM_DATABASE=Subtractive decode E: ID_PCI_SUBCLASS_FROM_DATABASE=PCI bridge E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d00002448sv00001043sd00008263bc06sc04i01 E: PCI_CLASS=60401 E: PCI_ID=8086:2448 E: PCI_SLOT_NAME=0000:00:1e.0 E: PCI_SUBSYS_ID=1043:8263 E: SUBSYSTEM=pci E: USEC_INITIALIZED=13585910 P: /devices/pci0000:00/0000:00:1e.0/0000:05:01.0 E: DEVPATH=/devices/pci0000:00/0000:00:1e.0/0000:05:01.0 E: DRIVER=firewire_ohci E: ID_MODEL_FROM_DATABASE=R5C832 IEEE 1394 Controller E: ID_PCI_CLASS_FROM_DATABASE=Serial bus controller E: ID_PCI_INTERFACE_FROM_DATABASE=OHCI E: ID_PCI_SUBCLASS_FROM_DATABASE=FireWire (IEEE 1394) E: ID_VENDOR_FROM_DATABASE=Ricoh Co Ltd E: MODALIAS=pci:v00001180d00000832sv00001043sd00008264bc0Csc00i10 E: PCI_CLASS=C0010 E: PCI_ID=1180:0832 E: PCI_SLOT_NAME=0000:05:01.0 E: PCI_SUBSYS_ID=1043:8264 E: SUBSYSTEM=pci E: USEC_INITIALIZED=13791584 P: /devices/pci0000:00/0000:00:1e.0/0000:05:01.0/fw0 N: fw0 E: DEVNAME=/dev/fw0 E: DEVPATH=/devices/pci0000:00/0000:00:1e.0/0000:05:01.0/fw0 E: MAJOR=248 E: MINOR=0 E: SUBSYSTEM=firewire P: /devices/pci0000:00/0000:00:1e.0/0000:05:01.1 E: DEVPATH=/devices/pci0000:00/0000:00:1e.0/0000:05:01.1 E: DRIVER=sdhci-pci E: ID_MODEL_FROM_DATABASE=R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter E: ID_PCI_CLASS_FROM_DATABASE=Generic system peripheral E: ID_PCI_SUBCLASS_FROM_DATABASE=SD Host controller E: ID_VENDOR_FROM_DATABASE=Ricoh Co Ltd E: MODALIAS=pci:v00001180d00000822sv00001043sd00008264bc08sc05i00 E: PCI_CLASS=80500 E: PCI_ID=1180:0822 E: PCI_SLOT_NAME=0000:05:01.1 E: PCI_SUBSYS_ID=1043:8264 E: SUBSYSTEM=pci E: USEC_INITIALIZED=13791584 P: /devices/pci0000:00/0000:00:1e.0/0000:05:01.1/leds/mmc0:: E: DEVPATH=/devices/pci0000:00/0000:00:1e.0/0000:05:01.1/leds/mmc0:: E: SUBSYSTEM=leds P: /devices/pci0000:00/0000:00:1e.0/0000:05:01.1/mmc_host/mmc0 E: DEVPATH=/devices/pci0000:00/0000:00:1e.0/0000:05:01.1/mmc_host/mmc0 E: SUBSYSTEM=mmc_host P: /devices/pci0000:00/0000:00:1e.0/0000:05:01.2 E: DEVPATH=/devices/pci0000:00/0000:00:1e.0/0000:05:01.2 E: DRIVER=r592 E: ID_MODEL_FROM_DATABASE=R5C592 Memory Stick Bus Host Adapter E: ID_PCI_CLASS_FROM_DATABASE=Generic system peripheral E: ID_PCI_SUBCLASS_FROM_DATABASE=System peripheral E: ID_VENDOR_FROM_DATABASE=Ricoh Co Ltd E: MODALIAS=pci:v00001180d00000592sv00001043sd00008264bc08sc80i00 E: PCI_CLASS=88000 E: PCI_ID=1180:0592 E: PCI_SLOT_NAME=0000:05:01.2 E: PCI_SUBSYS_ID=1043:8264 E: SUBSYSTEM=pci E: USEC_INITIALIZED=14098444 P: /devices/pci0000:00/0000:00:1e.0/0000:05:01.2/memstick_host/memstick0 E: DEVPATH=/devices/pci0000:00/0000:00:1e.0/0000:05:01.2/memstick_host/memstick0 E: SUBSYSTEM=memstick_host P: /devices/pci0000:00/0000:00:1e.0/0000:05:01.3 E: DEVPATH=/devices/pci0000:00/0000:00:1e.0/0000:05:01.3 E: DRIVER=r852 E: ID_MODEL_FROM_DATABASE=xD-Picture Card Controller E: ID_PCI_CLASS_FROM_DATABASE=Generic system peripheral E: ID_PCI_SUBCLASS_FROM_DATABASE=System peripheral E: ID_VENDOR_FROM_DATABASE=Ricoh Co Ltd E: MODALIAS=pci:v00001180d00000852sv00001043sd00008264bc08sc80i00 E: PCI_CLASS=88000 E: PCI_ID=1180:0852 E: PCI_SLOT_NAME=0000:05:01.3 E: PCI_SUBSYS_ID=1043:8264 E: SUBSYSTEM=pci E: USEC_INITIALIZED=14098443 P: /devices/pci0000:00/0000:00:1e.0/0000:05:07.0 E: DEVPATH=/devices/pci0000:00/0000:00:1e.0/0000:05:07.0 E: DRIVER=r8169 E: ID_MODEL_FROM_DATABASE=RTL-8110SC/8169SC Gigabit Ethernet E: ID_PCI_CLASS_FROM_DATABASE=Network controller E: ID_PCI_SUBCLASS_FROM_DATABASE=Ethernet controller E: ID_VENDOR_FROM_DATABASE=Realtek Semiconductor Co., Ltd. E: MODALIAS=pci:v000010ECd00008167sv00001043sd00001345bc02sc00i00 E: PCI_CLASS=20000 E: PCI_ID=10EC:8167 E: PCI_SLOT_NAME=0000:05:07.0 E: PCI_SUBSYS_ID=1043:1345 E: SUBSYSTEM=pci E: USEC_INITIALIZED=14565065 P: /devices/pci0000:00/0000:00:1e.0/0000:05:07.0/net/eth0 E: DEVPATH=/devices/pci0000:00/0000:00:1e.0/0000:05:07.0/net/eth0 E: ID_BUS=pci E: ID_MODEL_FROM_DATABASE=RTL-8110SC/8169SC Gigabit Ethernet E: ID_MODEL_ID=0x8167 E: ID_NET_DRIVER=r8169 E: ID_NET_LINK_FILE=/lib/systemd/network/99-default.link E: ID_NET_NAME=enp5s7 E: ID_NET_NAME_MAC=enx001d6073b0f8 E: ID_NET_NAME_PATH=enp5s7 E: ID_OUI_FROM_DATABASE=ASUSTek COMPUTER INC. E: ID_PATH=pci-0000:05:07.0 E: ID_PATH_TAG=pci-0000_05_07_0 E: ID_PCI_CLASS_FROM_DATABASE=Network controller E: ID_PCI_SUBCLASS_FROM_DATABASE=Ethernet controller E: ID_VENDOR_FROM_DATABASE=Realtek Semiconductor Co., Ltd. E: ID_VENDOR_ID=0x10ec E: IFINDEX=2 E: INTERFACE=eth0 E: SUBSYSTEM=net E: USEC_INITIALIZED=17388783 P: /devices/pci0000:00/0000:00:1e.0/pci_bus/0000:05 E: DEVPATH=/devices/pci0000:00/0000:00:1e.0/pci_bus/0000:05 E: SUBSYSTEM=pci_bus P: /devices/pci0000:00/0000:00:1f.0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.0 E: DRIVER=lpc_ich E: ID_MODEL_FROM_DATABASE=82801HM (ICH8M) LPC Interface Controller E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_SUBCLASS_FROM_DATABASE=ISA bridge E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d00002815sv00001043sd00008263bc06sc01i00 E: PCI_CLASS=60100 E: PCI_ID=8086:2815 E: PCI_SLOT_NAME=0000:00:1f.0 E: PCI_SUBSYS_ID=1043:8263 E: SUBSYSTEM=pci E: USEC_INITIALIZED=14405056 P: /devices/pci0000:00/0000:00:1f.0/PNP0103:00 E: DEVPATH=/devices/pci0000:00/0000:00:1f.0/PNP0103:00 E: MODALIAS=acpi:PNP0103: E: SUBSYSTEM=platform P: /devices/pci0000:00/0000:00:1f.0/PNP0800:00 E: DEVPATH=/devices/pci0000:00/0000:00:1f.0/PNP0800:00 E: MODALIAS=acpi:PNP0800: E: SUBSYSTEM=platform P: /devices/pci0000:00/0000:00:1f.0/PNP0C04:00 E: DEVPATH=/devices/pci0000:00/0000:00:1f.0/PNP0C04:00 E: MODALIAS=acpi:PNP0C04: E: SUBSYSTEM=platform P: /devices/pci0000:00/0000:00:1f.0/PNP0C09:00 E: DEVPATH=/devices/pci0000:00/0000:00:1f.0/PNP0C09:00 E: MODALIAS=acpi:PNP0C09: E: SUBSYSTEM=platform P: /devices/pci0000:00/0000:00:1f.0/gpio_ich.1.auto E: DEVPATH=/devices/pci0000:00/0000:00:1f.0/gpio_ich.1.auto E: DEVTYPE=mfd_device E: MODALIAS=platform:gpio_ich E: SUBSYSTEM=platform P: /devices/pci0000:00/0000:00:1f.0/iTCO_wdt.0.auto E: DEVPATH=/devices/pci0000:00/0000:00:1f.0/iTCO_wdt.0.auto E: DEVTYPE=mfd_device E: MODALIAS=platform:iTCO_wdt E: SUBSYSTEM=platform P: /devices/pci0000:00/0000:00:1f.1 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1 E: DRIVER=ata_piix E: ID_MODEL_FROM_DATABASE=82801HM/HEM (ICH8M/ICH8M-E) IDE Controller E: ID_PCI_CLASS_FROM_DATABASE=Mass storage controller E: ID_PCI_INTERFACE_FROM_DATABASE=ISA Compatibility mode controller, supports both channels switched to PCI native mode, supports bus mastering E: ID_PCI_SUBCLASS_FROM_DATABASE=IDE interface E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d00002850sv00001043sd00008263bc01sc01i8A E: PCI_CLASS=1018A E: PCI_ID=8086:2850 E: PCI_SLOT_NAME=0000:00:1f.1 E: PCI_SUBSYS_ID=1043:8263 E: SUBSYSTEM=pci E: USEC_INITIALIZED=14403909 P: /devices/pci0000:00/0000:00:1f.1/ata4/ata_port/ata4 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata4/ata_port/ata4 E: SUBSYSTEM=ata_port P: /devices/pci0000:00/0000:00:1f.1/ata4/host3 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata4/host3 E: DEVTYPE=scsi_host E: SUBSYSTEM=scsi P: /devices/pci0000:00/0000:00:1f.1/ata4/host3/scsi_host/host3 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata4/host3/scsi_host/host3 E: SUBSYSTEM=scsi_host P: /devices/pci0000:00/0000:00:1f.1/ata4/host3/target3:0:1 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata4/host3/target3:0:1 E: DEVTYPE=scsi_target E: SUBSYSTEM=scsi P: /devices/pci0000:00/0000:00:1f.1/ata4/host3/target3:0:1/3:0:1:0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata4/host3/target3:0:1/3:0:1:0 E: DEVTYPE=scsi_device E: DRIVER=sr E: MODALIAS=scsi:t-0x05 E: SUBSYSTEM=scsi P: /devices/pci0000:00/0000:00:1f.1/ata4/host3/target3:0:1/3:0:1:0/block/sr0 N: sr0 L: -100 S: cdrom S: cdrw S: disk/by-id/ata-QSI_DVD+_-RW_SDW-085 S: disk/by-path/pci-0000:00:1f.1-ata-1 S: dvd S: dvdrw E: DEVLINKS=/dev/dvd /dev/disk/by-id/ata-QSI_DVD+_-RW_SDW-085 /dev/dvdrw /dev/cdrw /dev/cdrom /dev/disk/by-path/pci-0000:00:1f.1-ata-1 E: DEVNAME=/dev/sr0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata4/host3/target3:0:1/3:0:1:0/block/sr0 E: DEVTYPE=disk E: ID_ATA=1 E: ID_BUS=ata E: ID_CDROM=1 E: ID_CDROM_CD=1 E: ID_CDROM_CD_R=1 E: ID_CDROM_CD_RW=1 E: ID_CDROM_DVD=1 E: ID_CDROM_DVD_PLUS_R=1 E: ID_CDROM_DVD_PLUS_RW=1 E: ID_CDROM_DVD_PLUS_R_DL=1 E: ID_CDROM_DVD_R=1 E: ID_CDROM_DVD_RW=1 E: ID_CDROM_MRW=1 E: ID_CDROM_MRW_W=1 E: ID_MODEL=QSI_DVD+_-RW_SDW-085 E: ID_MODEL_ENC=QSI\x20DVD+\x2f-RW\x20SDW-085\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PATH=pci-0000:00:1f.1-ata-1 E: ID_PATH_TAG=pci-0000_00_1f_1-ata-1 E: ID_REVISION=AX03 E: ID_SERIAL=QSI_DVD+_-RW_SDW-085 E: ID_TYPE=cd E: MAJOR=11 E: MINOR=0 E: SUBSYSTEM=block E: SYSTEMD_MOUNT_DEVICE_BOUND=1 E: SYSTEMD_READY=0 E: USEC_INITIALIZED=18360049 P: /devices/pci0000:00/0000:00:1f.1/ata4/host3/target3:0:1/3:0:1:0/bsg/3:0:1:0 N: bsg/3:0:1:0 E: DEVNAME=/dev/bsg/3:0:1:0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata4/host3/target3:0:1/3:0:1:0/bsg/3:0:1:0 E: MAJOR=250 E: MINOR=1 E: SUBSYSTEM=bsg P: /devices/pci0000:00/0000:00:1f.1/ata4/host3/target3:0:1/3:0:1:0/scsi_device/3:0:1:0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata4/host3/target3:0:1/3:0:1:0/scsi_device/3:0:1:0 E: SUBSYSTEM=scsi_device P: /devices/pci0000:00/0000:00:1f.1/ata4/host3/target3:0:1/3:0:1:0/scsi_generic/sg1 N: sg1 E: DEVNAME=/dev/sg1 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata4/host3/target3:0:1/3:0:1:0/scsi_generic/sg1 E: MAJOR=21 E: MINOR=1 E: SUBSYSTEM=scsi_generic P: /devices/pci0000:00/0000:00:1f.1/ata4/link4/ata_link/link4 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata4/link4/ata_link/link4 E: SUBSYSTEM=ata_link P: /devices/pci0000:00/0000:00:1f.1/ata4/link4/dev4.0/ata_device/dev4.0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata4/link4/dev4.0/ata_device/dev4.0 E: SUBSYSTEM=ata_device P: /devices/pci0000:00/0000:00:1f.1/ata4/link4/dev4.1/ata_device/dev4.1 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata4/link4/dev4.1/ata_device/dev4.1 E: SUBSYSTEM=ata_device P: /devices/pci0000:00/0000:00:1f.1/ata5/ata_port/ata5 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata5/ata_port/ata5 E: SUBSYSTEM=ata_port P: /devices/pci0000:00/0000:00:1f.1/ata5/host4 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata5/host4 E: DEVTYPE=scsi_host E: SUBSYSTEM=scsi P: /devices/pci0000:00/0000:00:1f.1/ata5/host4/scsi_host/host4 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata5/host4/scsi_host/host4 E: SUBSYSTEM=scsi_host P: /devices/pci0000:00/0000:00:1f.1/ata5/link5/ata_link/link5 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata5/link5/ata_link/link5 E: SUBSYSTEM=ata_link P: /devices/pci0000:00/0000:00:1f.1/ata5/link5/dev5.0/ata_device/dev5.0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata5/link5/dev5.0/ata_device/dev5.0 E: SUBSYSTEM=ata_device P: /devices/pci0000:00/0000:00:1f.1/ata5/link5/dev5.1/ata_device/dev5.1 E: DEVPATH=/devices/pci0000:00/0000:00:1f.1/ata5/link5/dev5.1/ata_device/dev5.1 E: SUBSYSTEM=ata_device P: /devices/pci0000:00/0000:00:1f.2 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2 E: DRIVER=ahci E: ID_MODEL_FROM_DATABASE=82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [AHCI mode] E: ID_PCI_CLASS_FROM_DATABASE=Mass storage controller E: ID_PCI_INTERFACE_FROM_DATABASE=AHCI 1.0 E: ID_PCI_SUBCLASS_FROM_DATABASE=SATA controller E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d00002829sv00001043sd00008263bc01sc06i01 E: PCI_CLASS=10601 E: PCI_ID=8086:2829 E: PCI_SLOT_NAME=0000:00:1f.2 E: PCI_SUBSYS_ID=1043:8263 E: SUBSYSTEM=pci E: USEC_INITIALIZED=14404586 P: /devices/pci0000:00/0000:00:1f.2/ata1/ata_port/ata1 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/ata_port/ata1 E: SUBSYSTEM=ata_port P: /devices/pci0000:00/0000:00:1f.2/ata1/host0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0 E: DEVTYPE=scsi_host E: SUBSYSTEM=scsi P: /devices/pci0000:00/0000:00:1f.2/ata1/host0/scsi_host/host0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0/scsi_host/host0 E: SUBSYSTEM=scsi_host P: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0 E: DEVTYPE=scsi_target E: SUBSYSTEM=scsi P: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0 E: DEVTYPE=scsi_device E: DRIVER=sd E: MODALIAS=scsi:t-0x00 E: SUBSYSTEM=scsi P: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda N: sda S: disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE S: disk/by-id/wwn-0x5000cca553c768cb S: disk/by-path/pci-0000:00:1f.2-ata-1 E: DEVLINKS=/dev/disk/by-id/wwn-0x5000cca553c768cb /dev/disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE /dev/disk/by-path/pci-0000:00:1f.2-ata-1 E: DEVNAME=/dev/sda E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda E: DEVTYPE=disk E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_AAM=1 E: ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE=254 E: ID_ATA_FEATURE_SET_AAM_ENABLED=0 E: ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE=128 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=82 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_MODEL=Hitachi_HTS541616J9SA00 E: ID_MODEL_ENC=Hitachi\x20HTS541616J9SA00\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_TABLE_TYPE=dos E: ID_PART_TABLE_UUID=1e2cdc1a E: ID_PATH=pci-0000:00:1f.2-ata-1 E: ID_PATH_TAG=pci-0000_00_1f_2-ata-1 E: ID_REVISION=SB4OC70P E: ID_SERIAL=Hitachi_HTS541616J9SA00_SB2404GJGJ98VE E: ID_SERIAL_SHORT=SB2404GJGJ98VE E: ID_TYPE=disk E: ID_WWN=0x5000cca553c768cb E: ID_WWN_WITH_EXTENSION=0x5000cca553c768cb E: MAJOR=8 E: MINOR=0 E: SUBSYSTEM=block E: USEC_INITIALIZED=18519733 P: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 N: sda1 S: disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part1 S: disk/by-id/wwn-0x5000cca553c768cb-part1 S: disk/by-label/EAAGHBAY S: disk/by-partuuid/1e2cdc1a-01 S: disk/by-path/pci-0000:00:1f.2-ata-1-part1 S: disk/by-uuid/2C44-00DF E: DEVLINKS=/dev/disk/by-path/pci-0000:00:1f.2-ata-1-part1 /dev/disk/by-label/EAAGHBAY /dev/disk/by-id/wwn-0x5000cca553c768cb-part1 /dev/disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part1 /dev/disk/by-partuuid/1e2cdc1a-01 /dev/disk/by-uuid/2C44-00DF E: DEVNAME=/dev/sda1 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 E: DEVTYPE=partition E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_AAM=1 E: ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE=254 E: ID_ATA_FEATURE_SET_AAM_ENABLED=0 E: ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE=128 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=82 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_FS_LABEL=EAAGHBAY E: ID_FS_LABEL_ENC=EAAGHBAY E: ID_FS_TYPE=vfat E: ID_FS_USAGE=filesystem E: ID_FS_UUID=2C44-00DF E: ID_FS_UUID_ENC=2C44-00DF E: ID_FS_VERSION=FAT32 E: ID_MODEL=Hitachi_HTS541616J9SA00 E: ID_MODEL_ENC=Hitachi\x20HTS541616J9SA00\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_ENTRY_DISK=8:0 E: ID_PART_ENTRY_FLAGS=0x80 E: ID_PART_ENTRY_NUMBER=1 E: ID_PART_ENTRY_OFFSET=63 E: ID_PART_ENTRY_SCHEME=dos E: ID_PART_ENTRY_SIZE=9960237 E: ID_PART_ENTRY_TYPE=0xc E: ID_PART_ENTRY_UUID=1e2cdc1a-01 E: ID_PART_TABLE_TYPE=dos E: ID_PART_TABLE_UUID=1e2cdc1a E: ID_PATH=pci-0000:00:1f.2-ata-1 E: ID_PATH_TAG=pci-0000_00_1f_2-ata-1 E: ID_REVISION=SB4OC70P E: ID_SERIAL=Hitachi_HTS541616J9SA00_SB2404GJGJ98VE E: ID_SERIAL_SHORT=SB2404GJGJ98VE E: ID_TYPE=disk E: ID_WWN=0x5000cca553c768cb E: ID_WWN_WITH_EXTENSION=0x5000cca553c768cb E: MAJOR=8 E: MINOR=1 E: PARTN=1 E: SUBSYSTEM=block E: USEC_INITIALIZED=20632302 P: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda10 N: sda10 S: disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part10 S: disk/by-id/wwn-0x5000cca553c768cb-part10 S: disk/by-label/u1 S: disk/by-partuuid/1e2cdc1a-0a S: disk/by-path/pci-0000:00:1f.2-ata-1-part10 S: disk/by-uuid/45dd3ae2-9a38-4be4-8406-5771a57fc858 E: DEVLINKS=/dev/disk/by-path/pci-0000:00:1f.2-ata-1-part10 /dev/disk/by-partuuid/1e2cdc1a-0a /dev/disk/by-label/u1 /dev/disk/by-id/wwn-0x5000cca553c768cb-part10 /dev/disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part10 /dev/disk/by-uuid/45dd3ae2-9a38-4be4-8406-5771a57fc858 E: DEVNAME=/dev/sda10 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda10 E: DEVTYPE=partition E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_AAM=1 E: ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE=254 E: ID_ATA_FEATURE_SET_AAM_ENABLED=0 E: ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE=128 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=82 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_FS_LABEL=u1 E: ID_FS_LABEL_ENC=u1 E: ID_FS_TYPE=ext3 E: ID_FS_USAGE=filesystem E: ID_FS_UUID=45dd3ae2-9a38-4be4-8406-5771a57fc858 E: ID_FS_UUID_ENC=45dd3ae2-9a38-4be4-8406-5771a57fc858 E: ID_FS_VERSION=1.0 E: ID_MODEL=Hitachi_HTS541616J9SA00 E: ID_MODEL_ENC=Hitachi\x20HTS541616J9SA00\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_ENTRY_DISK=8:0 E: ID_PART_ENTRY_NUMBER=10 E: ID_PART_ENTRY_OFFSET=121098033 E: ID_PART_ENTRY_SCHEME=dos E: ID_PART_ENTRY_SIZE=19534977 E: ID_PART_ENTRY_TYPE=0x83 E: ID_PART_ENTRY_UUID=1e2cdc1a-0a E: ID_PART_TABLE_TYPE=dos E: ID_PART_TABLE_UUID=1e2cdc1a E: ID_PATH=pci-0000:00:1f.2-ata-1 E: ID_PATH_TAG=pci-0000_00_1f_2-ata-1 E: ID_REVISION=SB4OC70P E: ID_SERIAL=Hitachi_HTS541616J9SA00_SB2404GJGJ98VE E: ID_SERIAL_SHORT=SB2404GJGJ98VE E: ID_TYPE=disk E: ID_WWN=0x5000cca553c768cb E: ID_WWN_WITH_EXTENSION=0x5000cca553c768cb E: MAJOR=8 E: MINOR=10 E: PARTN=10 E: SUBSYSTEM=block E: USEC_INITIALIZED=20427886 P: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda11 N: sda11 S: disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part11 S: disk/by-id/wwn-0x5000cca553c768cb-part11 S: disk/by-label/u2 S: disk/by-partuuid/1e2cdc1a-0b S: disk/by-path/pci-0000:00:1f.2-ata-1-part11 S: disk/by-uuid/c83425d3-17a4-43f0-ac07-ec6fcd431952 E: DEVLINKS=/dev/disk/by-partuuid/1e2cdc1a-0b /dev/disk/by-uuid/c83425d3-17a4-43f0-ac07-ec6fcd431952 /dev/disk/by-label/u2 /dev/disk/by-path/pci-0000:00:1f.2-ata-1-part11 /dev/disk/by-id/wwn-0x5000cca553c768cb-part11 /dev/disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part11 E: DEVNAME=/dev/sda11 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda11 E: DEVTYPE=partition E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_AAM=1 E: ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE=254 E: ID_ATA_FEATURE_SET_AAM_ENABLED=0 E: ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE=128 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=82 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_FS_LABEL=u2 E: ID_FS_LABEL_ENC=u2 E: ID_FS_TYPE=ext3 E: ID_FS_USAGE=filesystem E: ID_FS_UUID=c83425d3-17a4-43f0-ac07-ec6fcd431952 E: ID_FS_UUID_ENC=c83425d3-17a4-43f0-ac07-ec6fcd431952 E: ID_FS_VERSION=1.0 E: ID_MODEL=Hitachi_HTS541616J9SA00 E: ID_MODEL_ENC=Hitachi\x20HTS541616J9SA00\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_ENTRY_DISK=8:0 E: ID_PART_ENTRY_NUMBER=11 E: ID_PART_ENTRY_OFFSET=140633073 E: ID_PART_ENTRY_SCHEME=dos E: ID_PART_ENTRY_SIZE=171943632 E: ID_PART_ENTRY_TYPE=0x83 E: ID_PART_ENTRY_UUID=1e2cdc1a-0b E: ID_PART_TABLE_TYPE=dos E: ID_PART_TABLE_UUID=1e2cdc1a E: ID_PATH=pci-0000:00:1f.2-ata-1 E: ID_PATH_TAG=pci-0000_00_1f_2-ata-1 E: ID_REVISION=SB4OC70P E: ID_SERIAL=Hitachi_HTS541616J9SA00_SB2404GJGJ98VE E: ID_SERIAL_SHORT=SB2404GJGJ98VE E: ID_TYPE=disk E: ID_WWN=0x5000cca553c768cb E: ID_WWN_WITH_EXTENSION=0x5000cca553c768cb E: MAJOR=8 E: MINOR=11 E: PARTN=11 E: SUBSYSTEM=block E: USEC_INITIALIZED=20771403 P: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 N: sda2 S: disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part2 S: disk/by-id/wwn-0x5000cca553c768cb-part2 S: disk/by-partuuid/1e2cdc1a-02 S: disk/by-path/pci-0000:00:1f.2-ata-1-part2 E: DEVLINKS=/dev/disk/by-id/wwn-0x5000cca553c768cb-part2 /dev/disk/by-partuuid/1e2cdc1a-02 /dev/disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part2 /dev/disk/by-path/pci-0000:00:1f.2-ata-1-part2 E: DEVNAME=/dev/sda2 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 E: DEVTYPE=partition E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_AAM=1 E: ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE=254 E: ID_ATA_FEATURE_SET_AAM_ENABLED=0 E: ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE=128 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=82 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_MODEL=Hitachi_HTS541616J9SA00 E: ID_MODEL_ENC=Hitachi\x20HTS541616J9SA00\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_ENTRY_DISK=8:0 E: ID_PART_ENTRY_NUMBER=2 E: ID_PART_ENTRY_OFFSET=39070080 E: ID_PART_ENTRY_SCHEME=dos E: ID_PART_ENTRY_SIZE=273506625 E: ID_PART_ENTRY_TYPE=0x5 E: ID_PART_ENTRY_UUID=1e2cdc1a-02 E: ID_PART_TABLE_TYPE=dos E: ID_PART_TABLE_UUID=1e2cdc1a E: ID_PATH=pci-0000:00:1f.2-ata-1 E: ID_PATH_TAG=pci-0000_00_1f_2-ata-1 E: ID_REVISION=SB4OC70P E: ID_SERIAL=Hitachi_HTS541616J9SA00_SB2404GJGJ98VE E: ID_SERIAL_SHORT=SB2404GJGJ98VE E: ID_TYPE=disk E: ID_WWN=0x5000cca553c768cb E: ID_WWN_WITH_EXTENSION=0x5000cca553c768cb E: MAJOR=8 E: MINOR=2 E: PARTN=2 E: SUBSYSTEM=block E: USEC_INITIALIZED=19377986 P: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 N: sda5 S: disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part5 S: disk/by-id/wwn-0x5000cca553c768cb-part5 S: disk/by-partuuid/1e2cdc1a-05 S: disk/by-path/pci-0000:00:1f.2-ata-1-part5 S: disk/by-uuid/e42e1e36-27a7-46ef-a336-46eeb6d91e47 E: DEVLINKS=/dev/disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part5 /dev/disk/by-path/pci-0000:00:1f.2-ata-1-part5 /dev/disk/by-uuid/e42e1e36-27a7-46ef-a336-46eeb6d91e47 /dev/disk/by-partuuid/1e2cdc1a-05 /dev/disk/by-id/wwn-0x5000cca553c768cb-part5 E: DEVNAME=/dev/sda5 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 E: DEVTYPE=partition E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_AAM=1 E: ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE=254 E: ID_ATA_FEATURE_SET_AAM_ENABLED=0 E: ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE=128 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=82 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_FS_TYPE=swap E: ID_FS_USAGE=other E: ID_FS_UUID=e42e1e36-27a7-46ef-a336-46eeb6d91e47 E: ID_FS_UUID_ENC=e42e1e36-27a7-46ef-a336-46eeb6d91e47 E: ID_FS_VERSION=1 E: ID_MODEL=Hitachi_HTS541616J9SA00 E: ID_MODEL_ENC=Hitachi\x20HTS541616J9SA00\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_ENTRY_DISK=8:0 E: ID_PART_ENTRY_NUMBER=5 E: ID_PART_ENTRY_OFFSET=39070143 E: ID_PART_ENTRY_SCHEME=dos E: ID_PART_ENTRY_SIZE=3903732 E: ID_PART_ENTRY_TYPE=0x82 E: ID_PART_ENTRY_UUID=1e2cdc1a-05 E: ID_PART_TABLE_TYPE=dos E: ID_PART_TABLE_UUID=1e2cdc1a E: ID_PATH=pci-0000:00:1f.2-ata-1 E: ID_PATH_TAG=pci-0000_00_1f_2-ata-1 E: ID_REVISION=SB4OC70P E: ID_SERIAL=Hitachi_HTS541616J9SA00_SB2404GJGJ98VE E: ID_SERIAL_SHORT=SB2404GJGJ98VE E: ID_TYPE=disk E: ID_WWN=0x5000cca553c768cb E: ID_WWN_WITH_EXTENSION=0x5000cca553c768cb E: MAJOR=8 E: MINOR=5 E: PARTN=5 E: SUBSYSTEM=block E: USEC_INITIALIZED=19832608 P: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6 N: sda6 S: disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part6 S: disk/by-id/wwn-0x5000cca553c768cb-part6 S: disk/by-label/as S: disk/by-partuuid/1e2cdc1a-06 S: disk/by-path/pci-0000:00:1f.2-ata-1-part6 S: disk/by-uuid/d3241bc5-6c6a-4be7-826d-f0c6ac8003d3 E: DEVLINKS=/dev/disk/by-uuid/d3241bc5-6c6a-4be7-826d-f0c6ac8003d3 /dev/disk/by-partuuid/1e2cdc1a-06 /dev/disk/by-label/as /dev/disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part6 /dev/disk/by-path/pci-0000:00:1f.2-ata-1-part6 /dev/disk/by-id/wwn-0x5000cca553c768cb-part6 E: DEVNAME=/dev/sda6 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6 E: DEVTYPE=partition E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_AAM=1 E: ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE=254 E: ID_ATA_FEATURE_SET_AAM_ENABLED=0 E: ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE=128 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=82 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_FS_LABEL=as E: ID_FS_LABEL_ENC=as E: ID_FS_TYPE=ext3 E: ID_FS_USAGE=filesystem E: ID_FS_UUID=d3241bc5-6c6a-4be7-826d-f0c6ac8003d3 E: ID_FS_UUID_ENC=d3241bc5-6c6a-4be7-826d-f0c6ac8003d3 E: ID_FS_VERSION=1.0 E: ID_MODEL=Hitachi_HTS541616J9SA00 E: ID_MODEL_ENC=Hitachi\x20HTS541616J9SA00\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_ENTRY_DISK=8:0 E: ID_PART_ENTRY_NUMBER=6 E: ID_PART_ENTRY_OFFSET=42973938 E: ID_PART_ENTRY_SCHEME=dos E: ID_PART_ENTRY_SIZE=9767457 E: ID_PART_ENTRY_TYPE=0x83 E: ID_PART_ENTRY_UUID=1e2cdc1a-06 E: ID_PART_TABLE_TYPE=dos E: ID_PART_TABLE_UUID=1e2cdc1a E: ID_PATH=pci-0000:00:1f.2-ata-1 E: ID_PATH_TAG=pci-0000_00_1f_2-ata-1 E: ID_REVISION=SB4OC70P E: ID_SERIAL=Hitachi_HTS541616J9SA00_SB2404GJGJ98VE E: ID_SERIAL_SHORT=SB2404GJGJ98VE E: ID_TYPE=disk E: ID_WWN=0x5000cca553c768cb E: ID_WWN_WITH_EXTENSION=0x5000cca553c768cb E: MAJOR=8 E: MINOR=6 E: PARTN=6 E: SUBSYSTEM=block E: USEC_INITIALIZED=20269485 P: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7 N: sda7 S: disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part7 S: disk/by-id/wwn-0x5000cca553c768cb-part7 S: disk/by-label/at S: disk/by-partuuid/1e2cdc1a-07 S: disk/by-path/pci-0000:00:1f.2-ata-1-part7 S: disk/by-uuid/e1490160-b40c-4e12-b676-a88e347a22ab E: DEVLINKS=/dev/disk/by-label/at /dev/disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part7 /dev/disk/by-uuid/e1490160-b40c-4e12-b676-a88e347a22ab /dev/disk/by-path/pci-0000:00:1f.2-ata-1-part7 /dev/disk/by-partuuid/1e2cdc1a-07 /dev/disk/by-id/wwn-0x5000cca553c768cb-part7 E: DEVNAME=/dev/sda7 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7 E: DEVTYPE=partition E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_AAM=1 E: ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE=254 E: ID_ATA_FEATURE_SET_AAM_ENABLED=0 E: ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE=128 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=82 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_FS_LABEL=at E: ID_FS_LABEL_ENC=at E: ID_FS_TYPE=ext3 E: ID_FS_USAGE=filesystem E: ID_FS_UUID=e1490160-b40c-4e12-b676-a88e347a22ab E: ID_FS_UUID_ENC=e1490160-b40c-4e12-b676-a88e347a22ab E: ID_FS_VERSION=1.0 E: ID_MODEL=Hitachi_HTS541616J9SA00 E: ID_MODEL_ENC=Hitachi\x20HTS541616J9SA00\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_ENTRY_DISK=8:0 E: ID_PART_ENTRY_NUMBER=7 E: ID_PART_ENTRY_OFFSET=52741458 E: ID_PART_ENTRY_SCHEME=dos E: ID_PART_ENTRY_SIZE=9767457 E: ID_PART_ENTRY_TYPE=0x83 E: ID_PART_ENTRY_UUID=1e2cdc1a-07 E: ID_PART_TABLE_TYPE=dos E: ID_PART_TABLE_UUID=1e2cdc1a E: ID_PATH=pci-0000:00:1f.2-ata-1 E: ID_PATH_TAG=pci-0000_00_1f_2-ata-1 E: ID_REVISION=SB4OC70P E: ID_SERIAL=Hitachi_HTS541616J9SA00_SB2404GJGJ98VE E: ID_SERIAL_SHORT=SB2404GJGJ98VE E: ID_TYPE=disk E: ID_WWN=0x5000cca553c768cb E: ID_WWN_WITH_EXTENSION=0x5000cca553c768cb E: MAJOR=8 E: MINOR=7 E: PARTN=7 E: SUBSYSTEM=block E: USEC_INITIALIZED=20261195 P: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8 N: sda8 S: disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part8 S: disk/by-id/wwn-0x5000cca553c768cb-part8 S: disk/by-label/au S: disk/by-partuuid/1e2cdc1a-08 S: disk/by-path/pci-0000:00:1f.2-ata-1-part8 S: disk/by-uuid/7f7b128c-4f51-4026-a8a0-50faad6f5f5e E: DEVLINKS=/dev/disk/by-partuuid/1e2cdc1a-08 /dev/disk/by-id/wwn-0x5000cca553c768cb-part8 /dev/disk/by-uuid/7f7b128c-4f51-4026-a8a0-50faad6f5f5e /dev/disk/by-path/pci-0000:00:1f.2-ata-1-part8 /dev/disk/by-label/au /dev/disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part8 E: DEVNAME=/dev/sda8 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8 E: DEVTYPE=partition E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_AAM=1 E: ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE=254 E: ID_ATA_FEATURE_SET_AAM_ENABLED=0 E: ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE=128 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=82 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_FS_LABEL=au E: ID_FS_LABEL_ENC=au E: ID_FS_TYPE=ext3 E: ID_FS_USAGE=filesystem E: ID_FS_UUID=7f7b128c-4f51-4026-a8a0-50faad6f5f5e E: ID_FS_UUID_ENC=7f7b128c-4f51-4026-a8a0-50faad6f5f5e E: ID_FS_VERSION=1.0 E: ID_MODEL=Hitachi_HTS541616J9SA00 E: ID_MODEL_ENC=Hitachi\x20HTS541616J9SA00\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_ENTRY_DISK=8:0 E: ID_PART_ENTRY_NUMBER=8 E: ID_PART_ENTRY_OFFSET=62508978 E: ID_PART_ENTRY_SCHEME=dos E: ID_PART_ENTRY_SIZE=9767457 E: ID_PART_ENTRY_TYPE=0x83 E: ID_PART_ENTRY_UUID=1e2cdc1a-08 E: ID_PART_TABLE_TYPE=dos E: ID_PART_TABLE_UUID=1e2cdc1a E: ID_PATH=pci-0000:00:1f.2-ata-1 E: ID_PATH_TAG=pci-0000_00_1f_2-ata-1 E: ID_REVISION=SB4OC70P E: ID_SERIAL=Hitachi_HTS541616J9SA00_SB2404GJGJ98VE E: ID_SERIAL_SHORT=SB2404GJGJ98VE E: ID_TYPE=disk E: ID_WWN=0x5000cca553c768cb E: ID_WWN_WITH_EXTENSION=0x5000cca553c768cb E: MAJOR=8 E: MINOR=8 E: PARTN=8 E: SUBSYSTEM=block E: USEC_INITIALIZED=20451374 P: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda9 N: sda9 S: disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part9 S: disk/by-id/wwn-0x5000cca553c768cb-part9 S: disk/by-label/u S: disk/by-partuuid/1e2cdc1a-09 S: disk/by-path/pci-0000:00:1f.2-ata-1-part9 S: disk/by-uuid/82acc1a3-3d12-4ffd-86c3-ec39ed930efa E: DEVLINKS=/dev/disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2404GJGJ98VE-part9 /dev/disk/by-id/wwn-0x5000cca553c768cb-part9 /dev/disk/by-uuid/82acc1a3-3d12-4ffd-86c3-ec39ed930efa /dev/disk/by-partuuid/1e2cdc1a-09 /dev/disk/by-label/u /dev/disk/by-path/pci-0000:00:1f.2-ata-1-part9 E: DEVNAME=/dev/sda9 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda9 E: DEVTYPE=partition E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_AAM=1 E: ID_ATA_FEATURE_SET_AAM_CURRENT_VALUE=254 E: ID_ATA_FEATURE_SET_AAM_ENABLED=0 E: ID_ATA_FEATURE_SET_AAM_VENDOR_RECOMMENDED_VALUE=128 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=82 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_FS_LABEL=u E: ID_FS_LABEL_ENC=u E: ID_FS_TYPE=ext3 E: ID_FS_USAGE=filesystem E: ID_FS_UUID=82acc1a3-3d12-4ffd-86c3-ec39ed930efa E: ID_FS_UUID_ENC=82acc1a3-3d12-4ffd-86c3-ec39ed930efa E: ID_FS_VERSION=1.0 E: ID_MODEL=Hitachi_HTS541616J9SA00 E: ID_MODEL_ENC=Hitachi\x20HTS541616J9SA00\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_ENTRY_DISK=8:0 E: ID_PART_ENTRY_NUMBER=9 E: ID_PART_ENTRY_OFFSET=72276498 E: ID_PART_ENTRY_SCHEME=dos E: ID_PART_ENTRY_SIZE=48821472 E: ID_PART_ENTRY_TYPE=0x83 E: ID_PART_ENTRY_UUID=1e2cdc1a-09 E: ID_PART_TABLE_TYPE=dos E: ID_PART_TABLE_UUID=1e2cdc1a E: ID_PATH=pci-0000:00:1f.2-ata-1 E: ID_PATH_TAG=pci-0000_00_1f_2-ata-1 E: ID_REVISION=SB4OC70P E: ID_SERIAL=Hitachi_HTS541616J9SA00_SB2404GJGJ98VE E: ID_SERIAL_SHORT=SB2404GJGJ98VE E: ID_TYPE=disk E: ID_WWN=0x5000cca553c768cb E: ID_WWN_WITH_EXTENSION=0x5000cca553c768cb E: MAJOR=8 E: MINOR=9 E: PARTN=9 E: SUBSYSTEM=block E: USEC_INITIALIZED=20037972 P: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/bsg/0:0:0:0 N: bsg/0:0:0:0 E: DEVNAME=/dev/bsg/0:0:0:0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/bsg/0:0:0:0 E: MAJOR=250 E: MINOR=0 E: SUBSYSTEM=bsg P: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/scsi_device/0:0:0:0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/scsi_device/0:0:0:0 E: SUBSYSTEM=scsi_device P: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/scsi_disk/0:0:0:0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/scsi_disk/0:0:0:0 E: SUBSYSTEM=scsi_disk P: /devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/scsi_generic/sg0 N: sg0 E: DEVNAME=/dev/sg0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/scsi_generic/sg0 E: MAJOR=21 E: MINOR=0 E: SUBSYSTEM=scsi_generic P: /devices/pci0000:00/0000:00:1f.2/ata1/link1/ata_link/link1 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/link1/ata_link/link1 E: SUBSYSTEM=ata_link P: /devices/pci0000:00/0000:00:1f.2/ata1/link1/dev1.0/ata_device/dev1.0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata1/link1/dev1.0/ata_device/dev1.0 E: SUBSYSTEM=ata_device P: /devices/pci0000:00/0000:00:1f.2/ata2/ata_port/ata2 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata2/ata_port/ata2 E: SUBSYSTEM=ata_port P: /devices/pci0000:00/0000:00:1f.2/ata2/host1 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata2/host1 E: DEVTYPE=scsi_host E: SUBSYSTEM=scsi P: /devices/pci0000:00/0000:00:1f.2/ata2/host1/scsi_host/host1 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata2/host1/scsi_host/host1 E: SUBSYSTEM=scsi_host P: /devices/pci0000:00/0000:00:1f.2/ata2/link2/ata_link/link2 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata2/link2/ata_link/link2 E: SUBSYSTEM=ata_link P: /devices/pci0000:00/0000:00:1f.2/ata2/link2/dev2.0/ata_device/dev2.0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata2/link2/dev2.0/ata_device/dev2.0 E: SUBSYSTEM=ata_device P: /devices/pci0000:00/0000:00:1f.2/ata3/ata_port/ata3 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata3/ata_port/ata3 E: SUBSYSTEM=ata_port P: /devices/pci0000:00/0000:00:1f.2/ata3/host2 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata3/host2 E: DEVTYPE=scsi_host E: SUBSYSTEM=scsi P: /devices/pci0000:00/0000:00:1f.2/ata3/host2/scsi_host/host2 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata3/host2/scsi_host/host2 E: SUBSYSTEM=scsi_host P: /devices/pci0000:00/0000:00:1f.2/ata3/link3/ata_link/link3 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata3/link3/ata_link/link3 E: SUBSYSTEM=ata_link P: /devices/pci0000:00/0000:00:1f.2/ata3/link3/dev3.0/ata_device/dev3.0 E: DEVPATH=/devices/pci0000:00/0000:00:1f.2/ata3/link3/dev3.0/ata_device/dev3.0 E: SUBSYSTEM=ata_device P: /devices/pci0000:00/0000:00:1f.3 E: DEVPATH=/devices/pci0000:00/0000:00:1f.3 E: DRIVER=i801_smbus E: ID_MODEL_FROM_DATABASE=82801H (ICH8 Family) SMBus Controller E: ID_PCI_CLASS_FROM_DATABASE=Serial bus controller E: ID_PCI_SUBCLASS_FROM_DATABASE=SMBus E: ID_VENDOR_FROM_DATABASE=Intel Corporation E: MODALIAS=pci:v00008086d0000283Esv00001043sd00008263bc0Csc05i00 E: PCI_CLASS=C0500 E: PCI_ID=8086:283E E: PCI_SLOT_NAME=0000:00:1f.3 E: PCI_SUBSYS_ID=1043:8263 E: SUBSYSTEM=pci E: USEC_INITIALIZED=14446336 P: /devices/pci0000:00/0000:00:1f.3/i2c-6 E: DEVPATH=/devices/pci0000:00/0000:00:1f.3/i2c-6 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:1f.3/i2c-6 E: DEVPATH=/devices/pci0000:00/0000:00:1f.3/i2c-6 E: SUBSYSTEM=i2c P: /devices/pci0000:00/ACPI0003:00 E: DEVPATH=/devices/pci0000:00/ACPI0003:00 E: MODALIAS=acpi:ACPI0003: E: SUBSYSTEM=platform P: /devices/pci0000:00/PNP0C0A:00 E: DEVPATH=/devices/pci0000:00/PNP0C0A:00 E: MODALIAS=acpi:PNP0C0A: E: SUBSYSTEM=platform P: /devices/pci0000:00/pci_bus/0000:00 E: DEVPATH=/devices/pci0000:00/pci_bus/0000:00 E: SUBSYSTEM=pci_bus P: /devices/platform/ATK0100:00 E: DEVPATH=/devices/platform/ATK0100:00 E: ID_VENDOR_FROM_DATABASE=Allied Telesyn Int'l E: MODALIAS=acpi:ATK0100: E: SUBSYSTEM=platform E: USEC_INITIALIZED=14537398 P: /devices/platform/PNP0C0C:00 E: DEVPATH=/devices/platform/PNP0C0C:00 E: MODALIAS=acpi:PNP0C0C: E: SUBSYSTEM=platform P: /devices/platform/PNP0C0D:00 E: DEVPATH=/devices/platform/PNP0C0D:00 E: MODALIAS=acpi:PNP0C0D: E: SUBSYSTEM=platform P: /devices/platform/PNP0C0E:00 E: DEVPATH=/devices/platform/PNP0C0E:00 E: MODALIAS=acpi:PNP0C0E: E: SUBSYSTEM=platform P: /devices/platform/alarmtimer E: DEVPATH=/devices/platform/alarmtimer E: DRIVER=alarmtimer E: MODALIAS=platform:alarmtimer E: SUBSYSTEM=platform P: /devices/platform/asus_laptop E: DEVPATH=/devices/platform/asus_laptop E: DRIVER=asus_laptop E: MODALIAS=platform:asus_laptop E: SUBSYSTEM=platform P: /devices/platform/asus_laptop/backlight/asus_laptop E: DEVPATH=/devices/platform/asus_laptop/backlight/asus_laptop E: SUBSYSTEM=backlight P: /devices/platform/asus_laptop/input/input13 E: DEVPATH=/devices/platform/asus_laptop/input/input13 E: EV=13 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=platform-asus_laptop E: ID_PATH_TAG=platform-asus_laptop E: KEY=c0000 0 0 8000 0 100000 0 0 0 a1706f 900000 800278 1705000 e0000 0 0 0 E: MODALIAS=input:b0019v0000p0000e0000-e0,1,4,k71,72,73,8C,8E,94,95,96,98,A3,A4,A5,A6,A9,B7,D4,D7,E0,E1,E2,E3,E5,E6,EC,ED,EE,F0,F5,F7,174,1AF,212,213,ram4,lsfw E: MSC=10 E: NAME="Asus Laptop extra buttons" E: PHYS="asus_laptop/input0" E: PRODUCT=19/0/0/0 E: PROP=0 E: SUBSYSTEM=input E: USEC_INITIALIZED=15738511 P: /devices/platform/asus_laptop/input/input13/event6 N: input/event6 S: input/by-path/platform-asus_laptop-event E: BACKSPACE=guess E: DEVLINKS=/dev/input/by-path/platform-asus_laptop-event E: DEVNAME=/dev/input/event6 E: DEVPATH=/devices/platform/asus_laptop/input/input13/event6 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=platform-asus_laptop E: ID_PATH_TAG=platform-asus_laptop E: LIBINPUT_DEVICE_GROUP=19/0/0:asus_laptop E: MAJOR=13 E: MINOR=70 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=17837174 E: XKBLAYOUT=us E: XKBMODEL=pc104 E: XKBOPTIONS=terminate:ctrl_alt_bksp P: /devices/platform/asus_laptop/leds/asus::mail E: DEVPATH=/devices/platform/asus_laptop/leds/asus::mail E: SUBSYSTEM=leds P: /devices/platform/coretemp.0 E: DEVPATH=/devices/platform/coretemp.0 E: DRIVER=coretemp E: MODALIAS=platform:coretemp E: SUBSYSTEM=platform P: /devices/platform/coretemp.0/hwmon/hwmon1 E: DEVPATH=/devices/platform/coretemp.0/hwmon/hwmon1 E: SUBSYSTEM=hwmon P: /devices/platform/i8042 E: DEVPATH=/devices/platform/i8042 E: DRIVER=i8042 E: MODALIAS=platform:i8042 E: SUBSYSTEM=platform P: /devices/platform/i8042/serio0 E: DEVPATH=/devices/platform/i8042/serio0 E: DRIVER=atkbd E: MODALIAS=serio:ty06pr00id00ex00 E: SERIO_EXTRA=00 E: SERIO_FIRMWARE_ID=PNP: PNP0303 PNP030b E: SERIO_ID=00 E: SERIO_PROTO=00 E: SERIO_TYPE=06 E: SUBSYSTEM=serio P: /devices/platform/i8042/serio0/input/input0 E: DEVPATH=/devices/platform/i8042/serio0/input/input0 E: EV=120013 E: ID_BUS=i8042 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_INPUT_KEYBOARD=1 E: ID_PATH=platform-i8042-serio-0 E: ID_PATH_TAG=platform-i8042-serio-0 E: ID_SERIAL=noserial E: KEY=4 2000000 3803078 f800d001 feffffdf ffefffff ffffffff fffffffe E: LED=7 E: MODALIAS=input:b0011v0001p0001eAB41-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,D9,E2,ram4,l0,1,2,sfw E: MSC=10 E: NAME="AT Translated Set 2 keyboard" E: PHYS="isa0060/serio0/input0" E: PRODUCT=11/1/1/ab41 E: PROP=0 E: SUBSYSTEM=input E: USEC_INITIALIZED=14588367 P: /devices/platform/i8042/serio0/input/input0/event0 N: input/event0 S: input/by-path/platform-i8042-serio-0-event-kbd E: BACKSPACE=guess E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-0-event-kbd E: DEVNAME=/dev/input/event0 E: DEVPATH=/devices/platform/i8042/serio0/input/input0/event0 E: ID_BUS=i8042 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_INPUT_KEYBOARD=1 E: ID_PATH=platform-i8042-serio-0 E: ID_PATH_TAG=platform-i8042-serio-0 E: ID_SERIAL=noserial E: LIBINPUT_DEVICE_GROUP=11/1/1:isa0060/serio0 E: MAJOR=13 E: MINOR=64 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=17838782 E: XKBLAYOUT=us E: XKBMODEL=pc104 E: XKBOPTIONS=terminate:ctrl_alt_bksp P: /devices/platform/i8042/serio0/input/input0/input0::capslock E: DEVPATH=/devices/platform/i8042/serio0/input/input0/input0::capslock E: SUBSYSTEM=leds P: /devices/platform/i8042/serio0/input/input0/input0::numlock E: DEVPATH=/devices/platform/i8042/serio0/input/input0/input0::numlock E: SUBSYSTEM=leds P: /devices/platform/i8042/serio0/input/input0/input0::scrolllock E: DEVPATH=/devices/platform/i8042/serio0/input/input0/input0::scrolllock E: SUBSYSTEM=leds P: /devices/platform/i8042/serio1 E: DEVPATH=/devices/platform/i8042/serio1 E: MODALIAS=serio:ty01pr00id00ex00 E: SERIO_EXTRA=00 E: SERIO_FIRMWARE_ID=PNP: SYN0a06 SYN0a00 SYN0a04 SYN0002 PNP0f13 E: SERIO_ID=00 E: SERIO_PROTO=00 E: SERIO_TYPE=01 E: SUBSYSTEM=serio P: /devices/platform/i8042/serio2 E: DEVPATH=/devices/platform/i8042/serio2 E: MODALIAS=serio:ty01pr00id00ex00 E: SERIO_EXTRA=00 E: SERIO_FIRMWARE_ID=PNP: SYN0a06 SYN0a00 SYN0a04 SYN0002 PNP0f13 E: SERIO_ID=00 E: SERIO_PROTO=00 E: SERIO_TYPE=01 E: SUBSYSTEM=serio P: /devices/platform/i8042/serio3 E: DEVPATH=/devices/platform/i8042/serio3 E: MODALIAS=serio:ty01pr00id00ex00 E: SERIO_EXTRA=00 E: SERIO_FIRMWARE_ID=PNP: SYN0a06 SYN0a00 SYN0a04 SYN0002 PNP0f13 E: SERIO_ID=00 E: SERIO_PROTO=00 E: SERIO_TYPE=01 E: SUBSYSTEM=serio P: /devices/platform/i8042/serio4 E: DEVPATH=/devices/platform/i8042/serio4 E: DRIVER=psmouse E: MODALIAS=serio:ty01pr00id00ex00 E: SERIO_EXTRA=00 E: SERIO_FIRMWARE_ID=PNP: SYN0a06 SYN0a00 SYN0a04 SYN0002 PNP0f13 E: SERIO_ID=00 E: SERIO_PROTO=00 E: SERIO_TYPE=01 E: SUBSYSTEM=serio P: /devices/platform/i8042/serio4/input/input8 E: ABS=11000003 E: DEVPATH=/devices/platform/i8042/serio4/input/input8 E: EV=b E: ID_BUS=i8042 E: ID_INPUT=1 E: ID_INPUT_TOUCHPAD=1 E: ID_PATH=platform-i8042-serio-4 E: ID_PATH_TAG=platform-i8042-serio-4 E: ID_SERIAL=noserial E: KEY=6420 0 30000 0 0 0 0 0 0 0 0 E: MODALIAS=input:b0011v0002p0007eA3B3-e0,1,3,k110,111,145,14A,14D,14E,ra0,1,18,1C,mlsfw E: NAME="SynPS/2 Synaptics TouchPad" E: PHYS="isa0060/serio4/input0" E: PRODUCT=11/2/7/a3b3 E: PROP=1 E: SUBSYSTEM=input E: USEC_INITIALIZED=14851176 P: /devices/platform/i8042/serio4/input/input8/event1 N: input/event1 S: input/by-path/platform-i8042-serio-4-event-mouse E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-4-event-mouse E: DEVNAME=/dev/input/event1 E: DEVPATH=/devices/platform/i8042/serio4/input/input8/event1 E: ID_BUS=i8042 E: ID_INPUT=1 E: ID_INPUT_HEIGHT_MM=32 E: ID_INPUT_TOUCHPAD=1 E: ID_INPUT_TOUCHPAD_INTEGRATION=internal E: ID_INPUT_WIDTH_MM=49 E: ID_PATH=platform-i8042-serio-4 E: ID_PATH_TAG=platform-i8042-serio-4 E: ID_SERIAL=noserial E: LIBINPUT_DEVICE_GROUP=11/2/7:isa0060/serio4 E: MAJOR=13 E: MINOR=65 E: SUBSYSTEM=input E: USEC_INITIALIZED=18212593 P: /devices/platform/i8042/serio4/input/input8/mouse0 N: input/mouse0 S: input/by-path/platform-i8042-serio-4-mouse E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-4-mouse E: DEVNAME=/dev/input/mouse0 E: DEVPATH=/devices/platform/i8042/serio4/input/input8/mouse0 E: ID_BUS=i8042 E: ID_INPUT=1 E: ID_INPUT_TOUCHPAD=1 E: ID_PATH=platform-i8042-serio-4 E: ID_PATH_TAG=platform-i8042-serio-4 E: ID_SERIAL=noserial E: MAJOR=13 E: MINOR=32 E: SUBSYSTEM=input E: USEC_INITIALIZED=14918500 P: /devices/platform/microcode E: DEVPATH=/devices/platform/microcode E: MODALIAS=platform:microcode E: SUBSYSTEM=platform P: /devices/platform/pcspkr E: DEVPATH=/devices/platform/pcspkr E: DRIVER=pcspkr E: MODALIAS=platform:pcspkr E: SUBSYSTEM=platform P: /devices/platform/pcspkr/input/input15 E: DEVPATH=/devices/platform/pcspkr/input/input15 E: EV=40001 E: ID_INPUT=1 E: ID_PATH=platform-pcspkr E: ID_PATH_TAG=platform-pcspkr E: ID_SERIAL=noserial E: MODALIAS=input:b0010v001Fp0001e0100-e0,12,kramls1,2,fw E: NAME="PC Speaker" E: PHYS="isa0061/input0" E: PRODUCT=10/1f/1/100 E: PROP=0 E: SND=6 E: SUBSYSTEM=input E: USEC_INITIALIZED=17395637 P: /devices/platform/pcspkr/input/input15/event8 N: input/event8 S: input/by-path/platform-pcspkr-event-spkr E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr E: DEVNAME=/dev/input/event8 E: DEVPATH=/devices/platform/pcspkr/input/input15/event8 E: ID_INPUT=1 E: ID_PATH=platform-pcspkr E: ID_PATH_TAG=platform-pcspkr E: ID_SERIAL=noserial E: LIBINPUT_DEVICE_GROUP=10/1f/1:isa0061 E: MAJOR=13 E: MINOR=72 E: SUBSYSTEM=input E: USEC_INITIALIZED=17844164 P: /devices/platform/platform-framebuffer.0 E: DEVPATH=/devices/platform/platform-framebuffer.0 E: MODALIAS=platform:platform-framebuffer E: SUBSYSTEM=platform P: /devices/platform/reg-dummy E: DEVPATH=/devices/platform/reg-dummy E: DRIVER=reg-dummy E: MODALIAS=platform:reg-dummy E: SUBSYSTEM=platform P: /devices/platform/reg-dummy/regulator/regulator.0 E: DEVPATH=/devices/platform/reg-dummy/regulator/regulator.0 E: SUBSYSTEM=regulator P: /devices/platform/regulatory.0 E: DEVPATH=/devices/platform/regulatory.0 E: MODALIAS=platform:regulatory E: SUBSYSTEM=platform P: /devices/platform/serial8250 E: DEVPATH=/devices/platform/serial8250 E: DRIVER=serial8250 E: MODALIAS=platform:serial8250 E: SUBSYSTEM=platform P: /devices/platform/serial8250/tty/ttyS0 N: ttyS0 E: DEVNAME=/dev/ttyS0 E: DEVPATH=/devices/platform/serial8250/tty/ttyS0 E: MAJOR=4 E: MINOR=64 E: SUBSYSTEM=tty P: /devices/platform/serial8250/tty/ttyS1 N: ttyS1 E: DEVNAME=/dev/ttyS1 E: DEVPATH=/devices/platform/serial8250/tty/ttyS1 E: MAJOR=4 E: MINOR=65 E: SUBSYSTEM=tty P: /devices/platform/serial8250/tty/ttyS2 N: ttyS2 E: DEVNAME=/dev/ttyS2 E: DEVPATH=/devices/platform/serial8250/tty/ttyS2 E: MAJOR=4 E: MINOR=66 E: SUBSYSTEM=tty P: /devices/platform/serial8250/tty/ttyS3 N: ttyS3 E: DEVNAME=/dev/ttyS3 E: DEVPATH=/devices/platform/serial8250/tty/ttyS3 E: MAJOR=4 E: MINOR=67 E: SUBSYSTEM=tty P: /devices/pnp0/00:00 E: DEVPATH=/devices/pnp0/00:00 E: DRIVER=system E: SUBSYSTEM=pnp P: /devices/pnp0/00:01 E: DEVPATH=/devices/pnp0/00:01 E: DRIVER=rtc_cmos E: SUBSYSTEM=pnp P: /devices/pnp0/00:01/cmos_nvram0 E: DEVPATH=/devices/pnp0/00:01/cmos_nvram0 E: SUBSYSTEM=nvmem P: /devices/pnp0/00:01/rtc/rtc0 N: rtc0 L: -100 S: rtc E: DEVLINKS=/dev/rtc E: DEVNAME=/dev/rtc0 E: DEVPATH=/devices/pnp0/00:01/rtc/rtc0 E: MAJOR=252 E: MINOR=0 E: SUBSYSTEM=rtc E: USEC_INITIALIZED=15247427 P: /devices/pnp0/00:02 E: DEVPATH=/devices/pnp0/00:02 E: DRIVER=i8042 kbd E: SUBSYSTEM=pnp P: /devices/pnp0/00:03 E: DEVPATH=/devices/pnp0/00:03 E: DRIVER=i8042 aux E: SUBSYSTEM=pnp P: /devices/pnp0/00:04 E: DEVPATH=/devices/pnp0/00:04 E: DRIVER=system E: SUBSYSTEM=pnp P: /devices/pnp0/00:05 E: DEVPATH=/devices/pnp0/00:05 E: DRIVER=system E: SUBSYSTEM=pnp P: /devices/pnp0/00:06 E: DEVPATH=/devices/pnp0/00:06 E: DRIVER=system E: SUBSYSTEM=pnp P: /devices/pnp0/00:07 E: DEVPATH=/devices/pnp0/00:07 E: DRIVER=system E: SUBSYSTEM=pnp P: /devices/software E: DEVPATH=/devices/software E: SUBSYSTEM=event_source P: /devices/system/clockevents/broadcast E: DEVPATH=/devices/system/clockevents/broadcast E: SUBSYSTEM=clockevents P: /devices/system/clockevents/clockevent0 E: DEVPATH=/devices/system/clockevents/clockevent0 E: SUBSYSTEM=clockevents P: /devices/system/clockevents/clockevent1 E: DEVPATH=/devices/system/clockevents/clockevent1 E: SUBSYSTEM=clockevents P: /devices/system/clocksource/clocksource0 E: DEVPATH=/devices/system/clocksource/clocksource0 E: SUBSYSTEM=clocksource P: /devices/system/cpu/cpu0 E: DEVPATH=/devices/system/cpu/cpu0 E: DRIVER=processor E: MODALIAS=cpu:type:x86,ven0000fam0006mod000F:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,0034,003D,0066,0068,006B,006C,006D,0072,0075,0079,007C,0080,0082,0083,0084,0085,0087,0088,0089,008D,008E,008F,00C0,00EC,00F3,00FD,0100,0101,0102,01C0 E: SUBSYSTEM=cpu P: /devices/system/cpu/cpu1 E: DEVPATH=/devices/system/cpu/cpu1 E: DRIVER=processor E: MODALIAS=cpu:type:x86,ven0000fam0006mod000F:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0015,0016,0017,0018,0019,001A,001B,001C,001D,001F,0034,003D,0066,0068,006B,006C,006D,0072,0075,0079,007C,0080,0082,0083,0084,0085,0087,0088,0089,008D,008E,008F,00C0,00EC,00F3,00FD,0100,0101,0102,01C0 E: SUBSYSTEM=cpu P: /devices/system/edac/mc E: DEVPATH=/devices/system/edac/mc E: SUBSYSTEM=edac P: /devices/system/machinecheck/machinecheck0 E: DEVPATH=/devices/system/machinecheck/machinecheck0 E: SUBSYSTEM=machinecheck P: /devices/system/machinecheck/machinecheck1 E: DEVPATH=/devices/system/machinecheck/machinecheck1 E: SUBSYSTEM=machinecheck P: /devices/tracepoint E: DEVPATH=/devices/tracepoint E: SUBSYSTEM=event_source P: /devices/uprobe E: DEVPATH=/devices/uprobe E: SUBSYSTEM=event_source P: /devices/virtual/bdi/0:29 E: DEVPATH=/devices/virtual/bdi/0:29 E: SUBSYSTEM=bdi P: /devices/virtual/bdi/0:30 E: DEVPATH=/devices/virtual/bdi/0:30 E: SUBSYSTEM=bdi P: /devices/virtual/bdi/0:31 E: DEVPATH=/devices/virtual/bdi/0:31 E: SUBSYSTEM=bdi P: /devices/virtual/bdi/0:32 E: DEVPATH=/devices/virtual/bdi/0:32 E: SUBSYSTEM=bdi P: /devices/virtual/bdi/0:33 E: DEVPATH=/devices/virtual/bdi/0:33 E: SUBSYSTEM=bdi P: /devices/virtual/bdi/0:34 E: DEVPATH=/devices/virtual/bdi/0:34 E: SUBSYSTEM=bdi P: /devices/virtual/bdi/11:0 E: DEVPATH=/devices/virtual/bdi/11:0 E: SUBSYSTEM=bdi P: /devices/virtual/bdi/7:0 E: DEVPATH=/devices/virtual/bdi/7:0 E: SUBSYSTEM=bdi P: /devices/virtual/bdi/7:1 E: DEVPATH=/devices/virtual/bdi/7:1 E: SUBSYSTEM=bdi P: /devices/virtual/bdi/7:2 E: DEVPATH=/devices/virtual/bdi/7:2 E: SUBSYSTEM=bdi P: /devices/virtual/bdi/7:3 E: DEVPATH=/devices/virtual/bdi/7:3 E: SUBSYSTEM=bdi P: /devices/virtual/bdi/7:4 E: DEVPATH=/devices/virtual/bdi/7:4 E: SUBSYSTEM=bdi P: /devices/virtual/bdi/7:5 E: DEVPATH=/devices/virtual/bdi/7:5 E: SUBSYSTEM=bdi P: /devices/virtual/bdi/7:6 E: DEVPATH=/devices/virtual/bdi/7:6 E: SUBSYSTEM=bdi P: /devices/virtual/bdi/7:7 E: DEVPATH=/devices/virtual/bdi/7:7 E: SUBSYSTEM=bdi P: /devices/virtual/bdi/8:0 E: DEVPATH=/devices/virtual/bdi/8:0 E: SUBSYSTEM=bdi P: /devices/virtual/bdi/mtd-0 E: DEVPATH=/devices/virtual/bdi/mtd-0 E: SUBSYSTEM=bdi P: /devices/virtual/block/loop0 N: loop0 E: DEVNAME=/dev/loop0 E: DEVPATH=/devices/virtual/block/loop0 E: DEVTYPE=disk E: MAJOR=7 E: MINOR=0 E: SUBSYSTEM=block E: USEC_INITIALIZED=26230738 P: /devices/virtual/block/loop1 N: loop1 E: DEVNAME=/dev/loop1 E: DEVPATH=/devices/virtual/block/loop1 E: DEVTYPE=disk E: MAJOR=7 E: MINOR=1 E: SUBSYSTEM=block E: USEC_INITIALIZED=26228960 P: /devices/virtual/block/loop2 N: loop2 E: DEVNAME=/dev/loop2 E: DEVPATH=/devices/virtual/block/loop2 E: DEVTYPE=disk E: MAJOR=7 E: MINOR=2 E: SUBSYSTEM=block E: USEC_INITIALIZED=26233110 P: /devices/virtual/block/loop3 N: loop3 E: DEVNAME=/dev/loop3 E: DEVPATH=/devices/virtual/block/loop3 E: DEVTYPE=disk E: MAJOR=7 E: MINOR=3 E: SUBSYSTEM=block E: USEC_INITIALIZED=26231744 P: /devices/virtual/block/loop4 N: loop4 E: DEVNAME=/dev/loop4 E: DEVPATH=/devices/virtual/block/loop4 E: DEVTYPE=disk E: MAJOR=7 E: MINOR=4 E: SUBSYSTEM=block E: USEC_INITIALIZED=26229828 P: /devices/virtual/block/loop5 N: loop5 E: DEVNAME=/dev/loop5 E: DEVPATH=/devices/virtual/block/loop5 E: DEVTYPE=disk E: MAJOR=7 E: MINOR=5 E: SUBSYSTEM=block E: USEC_INITIALIZED=26228146 P: /devices/virtual/block/loop6 N: loop6 E: DEVNAME=/dev/loop6 E: DEVPATH=/devices/virtual/block/loop6 E: DEVTYPE=disk E: MAJOR=7 E: MINOR=6 E: SUBSYSTEM=block E: USEC_INITIALIZED=26230408 P: /devices/virtual/block/loop7 N: loop7 E: DEVNAME=/dev/loop7 E: DEVPATH=/devices/virtual/block/loop7 E: DEVTYPE=disk E: MAJOR=7 E: MINOR=7 E: SUBSYSTEM=block E: USEC_INITIALIZED=26229890 P: /devices/virtual/dmi/id E: DEVPATH=/devices/virtual/dmi/id E: MODALIAS=dmi:bvnAmericanMegatrendsInc.:bvr0303:bd08/03/2007:svnToBeFilledByO.E.M.:pnS62E:pvr1.0:rvnToBeFilledByO.E.M.:rnS62E:rvr1.00:cvnToBeFilledByO.E.M.:ct10:cvr1.0: E: SUBSYSTEM=dmi P: /devices/virtual/graphics/fbcon E: DEVPATH=/devices/virtual/graphics/fbcon E: SUBSYSTEM=graphics P: /devices/virtual/hwmon/hwmon0 E: DEVPATH=/devices/virtual/hwmon/hwmon0 E: SUBSYSTEM=hwmon P: /devices/virtual/input/input20 E: DEVPATH=/devices/virtual/input/input20 E: EV=3 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_INPUT_KEYBOARD=1 E: ID_SERIAL=noserial E: KEY=ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe E: MODALIAS=input:b0003v0000p0000e0004-e0,1,k71,72,73,74,75,76,77,78,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8B,8C,8D,8E,8F,90,91,92,93,94,95,96,97,98,99,9A,9B,9C,9D,9E,9F,A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,AA,AB,AC,AD,AE,AF,B0,B1,B2,B3,B4,B5,B6,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,C3,C4,C5,C6,C7,C8,C9,CA,CB,CC,CD,CE,CF,D0,D1,D2,D3,D4,D5,D6,D7,D8,D9,DA,DB,DC,DD,DE,DF,E0,E1,E2,E3,E4,E5,E6,E7,E8,E9,EA,EB,EC,ED,EE,EF,F0,F1,F2,F3,F4,F5,F6,F7,F8,F9,FA,FB,FC,FD,FE,FF,ramlsfw E: NAME="ACPI Virtual Keyboard Device" E: PRODUCT=3/0/0/4 E: PROP=0 E: SUBSYSTEM=input E: USEC_INITIALIZED=32531454 P: /devices/virtual/input/input20/event13 N: input/event13 E: BACKSPACE=guess E: DEVNAME=/dev/input/event13 E: DEVPATH=/devices/virtual/input/input20/event13 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_INPUT_KEYBOARD=1 E: ID_SERIAL=noserial E: MAJOR=13 E: MINOR=77 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=32576600 E: XKBLAYOUT=us E: XKBMODEL=pc104 E: XKBOPTIONS=terminate:ctrl_alt_bksp P: /devices/virtual/input/mice N: input/mice E: DEVNAME=/dev/input/mice E: DEVPATH=/devices/virtual/input/mice E: MAJOR=13 E: MINOR=63 E: SUBSYSTEM=input P: /devices/virtual/mem/full N: full E: DEVMODE=0666 E: DEVNAME=/dev/full E: DEVPATH=/devices/virtual/mem/full E: MAJOR=1 E: MINOR=7 E: SUBSYSTEM=mem P: /devices/virtual/mem/kmsg N: kmsg E: DEVMODE=0644 E: DEVNAME=/dev/kmsg E: DEVPATH=/devices/virtual/mem/kmsg E: MAJOR=1 E: MINOR=11 E: SUBSYSTEM=mem P: /devices/virtual/mem/mem N: mem E: DEVNAME=/dev/mem E: DEVPATH=/devices/virtual/mem/mem E: MAJOR=1 E: MINOR=1 E: SUBSYSTEM=mem P: /devices/virtual/mem/null N: null E: DEVMODE=0666 E: DEVNAME=/dev/null E: DEVPATH=/devices/virtual/mem/null E: MAJOR=1 E: MINOR=3 E: SUBSYSTEM=mem P: /devices/virtual/mem/port N: port E: DEVNAME=/dev/port E: DEVPATH=/devices/virtual/mem/port E: MAJOR=1 E: MINOR=4 E: SUBSYSTEM=mem P: /devices/virtual/mem/random N: random E: DEVMODE=0666 E: DEVNAME=/dev/random E: DEVPATH=/devices/virtual/mem/random E: MAJOR=1 E: MINOR=8 E: SUBSYSTEM=mem P: /devices/virtual/mem/urandom N: urandom E: DEVMODE=0666 E: DEVNAME=/dev/urandom E: DEVPATH=/devices/virtual/mem/urandom E: MAJOR=1 E: MINOR=9 E: SUBSYSTEM=mem P: /devices/virtual/mem/zero N: zero E: DEVMODE=0666 E: DEVNAME=/dev/zero E: DEVPATH=/devices/virtual/mem/zero E: MAJOR=1 E: MINOR=5 E: SUBSYSTEM=mem P: /devices/virtual/misc/cpu_dma_latency N: cpu_dma_latency E: DEVNAME=/dev/cpu_dma_latency E: DEVPATH=/devices/virtual/misc/cpu_dma_latency E: MAJOR=10 E: MINOR=62 E: SUBSYSTEM=misc P: /devices/virtual/misc/hpet N: hpet E: DEVNAME=/dev/hpet E: DEVPATH=/devices/virtual/misc/hpet E: MAJOR=10 E: MINOR=228 E: SUBSYSTEM=misc P: /devices/virtual/misc/kvm N: kvm E: DEVNAME=/dev/kvm E: DEVPATH=/devices/virtual/misc/kvm E: MAJOR=10 E: MINOR=232 E: SUBSYSTEM=misc P: /devices/virtual/misc/loop-control N: loop-control E: DEVNAME=/dev/loop-control E: DEVPATH=/devices/virtual/misc/loop-control E: MAJOR=10 E: MINOR=237 E: SUBSYSTEM=misc P: /devices/virtual/misc/memory_bandwidth N: memory_bandwidth E: DEVNAME=/dev/memory_bandwidth E: DEVPATH=/devices/virtual/misc/memory_bandwidth E: MAJOR=10 E: MINOR=59 E: SUBSYSTEM=misc P: /devices/virtual/misc/microcode N: cpu/microcode E: DEVNAME=/dev/cpu/microcode E: DEVPATH=/devices/virtual/misc/microcode E: MAJOR=10 E: MINOR=184 E: SUBSYSTEM=misc P: /devices/virtual/misc/network_latency N: network_latency E: DEVNAME=/dev/network_latency E: DEVPATH=/devices/virtual/misc/network_latency E: MAJOR=10 E: MINOR=61 E: SUBSYSTEM=misc P: /devices/virtual/misc/network_throughput N: network_throughput E: DEVNAME=/dev/network_throughput E: DEVPATH=/devices/virtual/misc/network_throughput E: MAJOR=10 E: MINOR=60 E: SUBSYSTEM=misc P: /devices/virtual/misc/psaux N: psaux E: DEVNAME=/dev/psaux E: DEVPATH=/devices/virtual/misc/psaux E: MAJOR=10 E: MINOR=1 E: SUBSYSTEM=misc P: /devices/virtual/misc/rfkill N: rfkill E: DEVNAME=/dev/rfkill E: DEVPATH=/devices/virtual/misc/rfkill E: MAJOR=10 E: MINOR=58 E: SUBSYSTEM=misc P: /devices/virtual/misc/snapshot N: snapshot E: DEVNAME=/dev/snapshot E: DEVPATH=/devices/virtual/misc/snapshot E: MAJOR=10 E: MINOR=231 E: SUBSYSTEM=misc P: /devices/virtual/misc/uinput N: uinput E: DEVNAME=/dev/uinput E: DEVPATH=/devices/virtual/misc/uinput E: MAJOR=10 E: MINOR=223 E: SUBSYSTEM=misc P: /devices/virtual/misc/vga_arbiter N: vga_arbiter E: DEVNAME=/dev/vga_arbiter E: DEVPATH=/devices/virtual/misc/vga_arbiter E: MAJOR=10 E: MINOR=63 E: SUBSYSTEM=misc P: /devices/virtual/net/lo E: DEVPATH=/devices/virtual/net/lo E: ID_NET_LINK_FILE=/lib/systemd/network/99-default.link E: IFINDEX=1 E: INTERFACE=lo E: SUBSYSTEM=net E: USEC_INITIALIZED=15502637 P: /devices/virtual/sound/timer N: snd/timer E: DEVNAME=/dev/snd/timer E: DEVPATH=/devices/virtual/sound/timer E: MAJOR=116 E: MINOR=33 E: SUBSYSTEM=sound P: /devices/virtual/thermal/cooling_device0 E: DEVPATH=/devices/virtual/thermal/cooling_device0 E: SUBSYSTEM=thermal P: /devices/virtual/thermal/cooling_device1 E: DEVPATH=/devices/virtual/thermal/cooling_device1 E: SUBSYSTEM=thermal P: /devices/virtual/thermal/thermal_zone0 E: DEVPATH=/devices/virtual/thermal/thermal_zone0 E: SUBSYSTEM=thermal P: /devices/virtual/tty/console N: console E: DEVNAME=/dev/console E: DEVPATH=/devices/virtual/tty/console E: MAJOR=5 E: MINOR=1 E: SUBSYSTEM=tty P: /devices/virtual/tty/ptmx N: ptmx E: DEVMODE=0666 E: DEVNAME=/dev/ptmx E: DEVPATH=/devices/virtual/tty/ptmx E: MAJOR=5 E: MINOR=2 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty N: tty E: DEVMODE=0666 E: DEVNAME=/dev/tty E: DEVPATH=/devices/virtual/tty/tty E: MAJOR=5 E: MINOR=0 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty0 N: tty0 E: DEVNAME=/dev/tty0 E: DEVPATH=/devices/virtual/tty/tty0 E: MAJOR=4 E: MINOR=0 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty1 N: tty1 E: DEVNAME=/dev/tty1 E: DEVPATH=/devices/virtual/tty/tty1 E: MAJOR=4 E: MINOR=1 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty10 N: tty10 E: DEVNAME=/dev/tty10 E: DEVPATH=/devices/virtual/tty/tty10 E: MAJOR=4 E: MINOR=10 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty11 N: tty11 E: DEVNAME=/dev/tty11 E: DEVPATH=/devices/virtual/tty/tty11 E: MAJOR=4 E: MINOR=11 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty12 N: tty12 E: DEVNAME=/dev/tty12 E: DEVPATH=/devices/virtual/tty/tty12 E: MAJOR=4 E: MINOR=12 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty13 N: tty13 E: DEVNAME=/dev/tty13 E: DEVPATH=/devices/virtual/tty/tty13 E: MAJOR=4 E: MINOR=13 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty14 N: tty14 E: DEVNAME=/dev/tty14 E: DEVPATH=/devices/virtual/tty/tty14 E: MAJOR=4 E: MINOR=14 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty15 N: tty15 E: DEVNAME=/dev/tty15 E: DEVPATH=/devices/virtual/tty/tty15 E: MAJOR=4 E: MINOR=15 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty16 N: tty16 E: DEVNAME=/dev/tty16 E: DEVPATH=/devices/virtual/tty/tty16 E: MAJOR=4 E: MINOR=16 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty17 N: tty17 E: DEVNAME=/dev/tty17 E: DEVPATH=/devices/virtual/tty/tty17 E: MAJOR=4 E: MINOR=17 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty18 N: tty18 E: DEVNAME=/dev/tty18 E: DEVPATH=/devices/virtual/tty/tty18 E: MAJOR=4 E: MINOR=18 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty19 N: tty19 E: DEVNAME=/dev/tty19 E: DEVPATH=/devices/virtual/tty/tty19 E: MAJOR=4 E: MINOR=19 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty2 N: tty2 E: DEVNAME=/dev/tty2 E: DEVPATH=/devices/virtual/tty/tty2 E: MAJOR=4 E: MINOR=2 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty20 N: tty20 E: DEVNAME=/dev/tty20 E: DEVPATH=/devices/virtual/tty/tty20 E: MAJOR=4 E: MINOR=20 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty21 N: tty21 E: DEVNAME=/dev/tty21 E: DEVPATH=/devices/virtual/tty/tty21 E: MAJOR=4 E: MINOR=21 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty22 N: tty22 E: DEVNAME=/dev/tty22 E: DEVPATH=/devices/virtual/tty/tty22 E: MAJOR=4 E: MINOR=22 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty23 N: tty23 E: DEVNAME=/dev/tty23 E: DEVPATH=/devices/virtual/tty/tty23 E: MAJOR=4 E: MINOR=23 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty24 N: tty24 E: DEVNAME=/dev/tty24 E: DEVPATH=/devices/virtual/tty/tty24 E: MAJOR=4 E: MINOR=24 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty25 N: tty25 E: DEVNAME=/dev/tty25 E: DEVPATH=/devices/virtual/tty/tty25 E: MAJOR=4 E: MINOR=25 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty26 N: tty26 E: DEVNAME=/dev/tty26 E: DEVPATH=/devices/virtual/tty/tty26 E: MAJOR=4 E: MINOR=26 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty27 N: tty27 E: DEVNAME=/dev/tty27 E: DEVPATH=/devices/virtual/tty/tty27 E: MAJOR=4 E: MINOR=27 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty28 N: tty28 E: DEVNAME=/dev/tty28 E: DEVPATH=/devices/virtual/tty/tty28 E: MAJOR=4 E: MINOR=28 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty29 N: tty29 E: DEVNAME=/dev/tty29 E: DEVPATH=/devices/virtual/tty/tty29 E: MAJOR=4 E: MINOR=29 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty3 N: tty3 E: DEVNAME=/dev/tty3 E: DEVPATH=/devices/virtual/tty/tty3 E: MAJOR=4 E: MINOR=3 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty30 N: tty30 E: DEVNAME=/dev/tty30 E: DEVPATH=/devices/virtual/tty/tty30 E: MAJOR=4 E: MINOR=30 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty31 N: tty31 E: DEVNAME=/dev/tty31 E: DEVPATH=/devices/virtual/tty/tty31 E: MAJOR=4 E: MINOR=31 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty32 N: tty32 E: DEVNAME=/dev/tty32 E: DEVPATH=/devices/virtual/tty/tty32 E: MAJOR=4 E: MINOR=32 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty33 N: tty33 E: DEVNAME=/dev/tty33 E: DEVPATH=/devices/virtual/tty/tty33 E: MAJOR=4 E: MINOR=33 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty34 N: tty34 E: DEVNAME=/dev/tty34 E: DEVPATH=/devices/virtual/tty/tty34 E: MAJOR=4 E: MINOR=34 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty35 N: tty35 E: DEVNAME=/dev/tty35 E: DEVPATH=/devices/virtual/tty/tty35 E: MAJOR=4 E: MINOR=35 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty36 N: tty36 E: DEVNAME=/dev/tty36 E: DEVPATH=/devices/virtual/tty/tty36 E: MAJOR=4 E: MINOR=36 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty37 N: tty37 E: DEVNAME=/dev/tty37 E: DEVPATH=/devices/virtual/tty/tty37 E: MAJOR=4 E: MINOR=37 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty38 N: tty38 E: DEVNAME=/dev/tty38 E: DEVPATH=/devices/virtual/tty/tty38 E: MAJOR=4 E: MINOR=38 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty39 N: tty39 E: DEVNAME=/dev/tty39 E: DEVPATH=/devices/virtual/tty/tty39 E: MAJOR=4 E: MINOR=39 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty4 N: tty4 E: DEVNAME=/dev/tty4 E: DEVPATH=/devices/virtual/tty/tty4 E: MAJOR=4 E: MINOR=4 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty40 N: tty40 E: DEVNAME=/dev/tty40 E: DEVPATH=/devices/virtual/tty/tty40 E: MAJOR=4 E: MINOR=40 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty41 N: tty41 E: DEVNAME=/dev/tty41 E: DEVPATH=/devices/virtual/tty/tty41 E: MAJOR=4 E: MINOR=41 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty42 N: tty42 E: DEVNAME=/dev/tty42 E: DEVPATH=/devices/virtual/tty/tty42 E: MAJOR=4 E: MINOR=42 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty43 N: tty43 E: DEVNAME=/dev/tty43 E: DEVPATH=/devices/virtual/tty/tty43 E: MAJOR=4 E: MINOR=43 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty44 N: tty44 E: DEVNAME=/dev/tty44 E: DEVPATH=/devices/virtual/tty/tty44 E: MAJOR=4 E: MINOR=44 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty45 N: tty45 E: DEVNAME=/dev/tty45 E: DEVPATH=/devices/virtual/tty/tty45 E: MAJOR=4 E: MINOR=45 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty46 N: tty46 E: DEVNAME=/dev/tty46 E: DEVPATH=/devices/virtual/tty/tty46 E: MAJOR=4 E: MINOR=46 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty47 N: tty47 E: DEVNAME=/dev/tty47 E: DEVPATH=/devices/virtual/tty/tty47 E: MAJOR=4 E: MINOR=47 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty48 N: tty48 E: DEVNAME=/dev/tty48 E: DEVPATH=/devices/virtual/tty/tty48 E: MAJOR=4 E: MINOR=48 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty49 N: tty49 E: DEVNAME=/dev/tty49 E: DEVPATH=/devices/virtual/tty/tty49 E: MAJOR=4 E: MINOR=49 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty5 N: tty5 E: DEVNAME=/dev/tty5 E: DEVPATH=/devices/virtual/tty/tty5 E: MAJOR=4 E: MINOR=5 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty50 N: tty50 E: DEVNAME=/dev/tty50 E: DEVPATH=/devices/virtual/tty/tty50 E: MAJOR=4 E: MINOR=50 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty51 N: tty51 E: DEVNAME=/dev/tty51 E: DEVPATH=/devices/virtual/tty/tty51 E: MAJOR=4 E: MINOR=51 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty52 N: tty52 E: DEVNAME=/dev/tty52 E: DEVPATH=/devices/virtual/tty/tty52 E: MAJOR=4 E: MINOR=52 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty53 N: tty53 E: DEVNAME=/dev/tty53 E: DEVPATH=/devices/virtual/tty/tty53 E: MAJOR=4 E: MINOR=53 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty54 N: tty54 E: DEVNAME=/dev/tty54 E: DEVPATH=/devices/virtual/tty/tty54 E: MAJOR=4 E: MINOR=54 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty55 N: tty55 E: DEVNAME=/dev/tty55 E: DEVPATH=/devices/virtual/tty/tty55 E: MAJOR=4 E: MINOR=55 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty56 N: tty56 E: DEVNAME=/dev/tty56 E: DEVPATH=/devices/virtual/tty/tty56 E: MAJOR=4 E: MINOR=56 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty57 N: tty57 E: DEVNAME=/dev/tty57 E: DEVPATH=/devices/virtual/tty/tty57 E: MAJOR=4 E: MINOR=57 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty58 N: tty58 E: DEVNAME=/dev/tty58 E: DEVPATH=/devices/virtual/tty/tty58 E: MAJOR=4 E: MINOR=58 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty59 N: tty59 E: DEVNAME=/dev/tty59 E: DEVPATH=/devices/virtual/tty/tty59 E: MAJOR=4 E: MINOR=59 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty6 N: tty6 E: DEVNAME=/dev/tty6 E: DEVPATH=/devices/virtual/tty/tty6 E: MAJOR=4 E: MINOR=6 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty60 N: tty60 E: DEVNAME=/dev/tty60 E: DEVPATH=/devices/virtual/tty/tty60 E: MAJOR=4 E: MINOR=60 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty61 N: tty61 E: DEVNAME=/dev/tty61 E: DEVPATH=/devices/virtual/tty/tty61 E: MAJOR=4 E: MINOR=61 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty62 N: tty62 E: DEVNAME=/dev/tty62 E: DEVPATH=/devices/virtual/tty/tty62 E: MAJOR=4 E: MINOR=62 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty63 N: tty63 E: DEVNAME=/dev/tty63 E: DEVPATH=/devices/virtual/tty/tty63 E: MAJOR=4 E: MINOR=63 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty7 N: tty7 E: DEVNAME=/dev/tty7 E: DEVPATH=/devices/virtual/tty/tty7 E: MAJOR=4 E: MINOR=7 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty8 N: tty8 E: DEVNAME=/dev/tty8 E: DEVPATH=/devices/virtual/tty/tty8 E: MAJOR=4 E: MINOR=8 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty9 N: tty9 E: DEVNAME=/dev/tty9 E: DEVPATH=/devices/virtual/tty/tty9 E: MAJOR=4 E: MINOR=9 E: SUBSYSTEM=tty P: /devices/virtual/vc/vcs N: vcs E: DEVNAME=/dev/vcs E: DEVPATH=/devices/virtual/vc/vcs E: MAJOR=7 E: MINOR=0 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcs1 N: vcs1 E: DEVNAME=/dev/vcs1 E: DEVPATH=/devices/virtual/vc/vcs1 E: MAJOR=7 E: MINOR=1 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcs2 N: vcs2 E: DEVNAME=/dev/vcs2 E: DEVPATH=/devices/virtual/vc/vcs2 E: MAJOR=7 E: MINOR=2 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcs3 N: vcs3 E: DEVNAME=/dev/vcs3 E: DEVPATH=/devices/virtual/vc/vcs3 E: MAJOR=7 E: MINOR=3 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcs4 N: vcs4 E: DEVNAME=/dev/vcs4 E: DEVPATH=/devices/virtual/vc/vcs4 E: MAJOR=7 E: MINOR=4 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcs5 N: vcs5 E: DEVNAME=/dev/vcs5 E: DEVPATH=/devices/virtual/vc/vcs5 E: MAJOR=7 E: MINOR=5 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcs6 N: vcs6 E: DEVNAME=/dev/vcs6 E: DEVPATH=/devices/virtual/vc/vcs6 E: MAJOR=7 E: MINOR=6 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcs7 N: vcs7 E: DEVNAME=/dev/vcs7 E: DEVPATH=/devices/virtual/vc/vcs7 E: MAJOR=7 E: MINOR=7 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcsa N: vcsa E: DEVNAME=/dev/vcsa E: DEVPATH=/devices/virtual/vc/vcsa E: MAJOR=7 E: MINOR=128 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcsa1 N: vcsa1 E: DEVNAME=/dev/vcsa1 E: DEVPATH=/devices/virtual/vc/vcsa1 E: MAJOR=7 E: MINOR=129 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcsa2 N: vcsa2 E: DEVNAME=/dev/vcsa2 E: DEVPATH=/devices/virtual/vc/vcsa2 E: MAJOR=7 E: MINOR=130 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcsa3 N: vcsa3 E: DEVNAME=/dev/vcsa3 E: DEVPATH=/devices/virtual/vc/vcsa3 E: MAJOR=7 E: MINOR=131 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcsa4 N: vcsa4 E: DEVNAME=/dev/vcsa4 E: DEVPATH=/devices/virtual/vc/vcsa4 E: MAJOR=7 E: MINOR=132 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcsa5 N: vcsa5 E: DEVNAME=/dev/vcsa5 E: DEVPATH=/devices/virtual/vc/vcsa5 E: MAJOR=7 E: MINOR=133 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcsa6 N: vcsa6 E: DEVNAME=/dev/vcsa6 E: DEVPATH=/devices/virtual/vc/vcsa6 E: MAJOR=7 E: MINOR=134 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcsa7 N: vcsa7 E: DEVNAME=/dev/vcsa7 E: DEVPATH=/devices/virtual/vc/vcsa7 E: MAJOR=7 E: MINOR=135 E: SUBSYSTEM=vc P: /devices/virtual/vtconsole/vtcon0 E: DEVPATH=/devices/virtual/vtconsole/vtcon0 E: SUBSYSTEM=vtconsole P: /devices/virtual/vtconsole/vtcon1 E: DEVPATH=/devices/virtual/vtconsole/vtcon1 E: SUBSYSTEM=vtconsole P: /devices/virtual/workqueue/writeback E: DEVPATH=/devices/virtual/workqueue/writeback E: SUBSYSTEM=workqueue From kochtopf at gmail.com Fri Sep 14 08:14:50 2018 From: kochtopf at gmail.com (kochtopf) Date: Fri, 14 Sep 2018 09:14:50 +0200 Subject: Bug#908658: systemd: apt-get upgrade from 239-7 to 239-8 failed References: <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> Message-ID: > Can you post the version? apt-cache policy libffi6 libffi6: Installed: 3.2.1-8 Candidate: 3.2.1-8 Version table: *** 3.2.1-8 500 500 http://mirrordirector.raspbian.org/raspbian testing/main armhf Packages 100 /var/lib/dpkg/status 3.2.1-8 50 50 http://ftp.us.debian.org/debian unstable/main armhf Packages > https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/systemd.html I do not understand this link - sorry. The only similar I found was #902185 (but long solved and amd64). Just by checking I found there is 239-9 out. I will test this and report back. -------------- next part -------------- An HTML attachment was scrubbed... URL: From owner at bugs.debian.org Fri Sep 14 13:21:07 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 14 Sep 2018 12:21:07 +0000 Subject: Bug#908658: marked as done (systemd: apt-get upgrade from 239-7 to 239-8 failed) References: <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> Message-ID: Your message dated Fri, 14 Sep 2018 14:16:40 +0200 with message-id and subject line Bug#908658: systemd: apt-get upgrade from 239-7 to 239-8 failed has caused the Debian Bug report #908658, regarding systemd: apt-get upgrade from 239-7 to 239-8 failed to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 908658: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908658 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: kochtopf Subject: systemd: apt-get upgrade from 239-7 to 239-8 failed Date: Wed, 12 Sep 2018 11:52:33 +0200 Size: 817557 URL: -------------- next part -------------- An embedded message was scrubbed... From: kochtopf Subject: Bug#908658: systemd: apt-get upgrade from 239-7 to 239-8 failed Date: Fri, 14 Sep 2018 14:16:40 +0200 Size: 3518 URL: From noreply at release.debian.org Sat Sep 15 05:39:15 2018 From: noreply at release.debian.org (Debian testing watch) Date: Sat, 15 Sep 2018 04:39:15 +0000 Subject: systemd 239-9 MIGRATED to testing Message-ID: FYI: The status of the systemd source package in Debian's testing distribution has changed. Previous version: 239-8 Current version: 239-9 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From wb at k2di.net Sat Sep 15 05:59:50 2018 From: wb at k2di.net (Bill Brelsford) Date: Fri, 14 Sep 2018 21:59:50 -0700 Subject: Bug#908796: udev (with sysvinit) fails to find devices at boot In-Reply-To: <20180915062810.2c2e878f@enterprise> References: <153689054637.8665.3142266347727864233.reportbug@w2ail> <20180915062810.2c2e878f@enterprise> <153689054637.8665.3142266347727864233.reportbug@w2ail> Message-ID: On Sat Sep 15 2018 at 06:28 AM +0200, Trek wrote: > On Thu, 13 Sep 2018 19:02:26 -0700 > Bill Brelsford wrote: > > > With the --background argument, a race condition exists and > > "udevadm trigger" starts too soon. > > A workaround is to add a short sleep: > > can you try if this patch fixes the problem? > my system is not affected so I can't check That fixes it (worked twice, anyway). Thanks! Bill From trek00 at inbox.ru Sat Sep 15 05:28:10 2018 From: trek00 at inbox.ru (Trek) Date: Sat, 15 Sep 2018 06:28:10 +0200 Subject: Bug#908796: udev (with sysvinit) fails to find devices at boot In-Reply-To: <153689054637.8665.3142266347727864233.reportbug@w2ail> References: <153689054637.8665.3142266347727864233.reportbug@w2ail> <153689054637.8665.3142266347727864233.reportbug@w2ail> Message-ID: <20180915062810.2c2e878f@enterprise> On Thu, 13 Sep 2018 19:02:26 -0700 Bill Brelsford wrote: > With the --background argument, a race condition exists and > "udevadm trigger" starts too soon. > A workaround is to add a short sleep: can you try if this patch fixes the problem? my system is not affected so I can't check thank you! the sleep timeout could be different depending on the hardware, so it checks every second if udev is ready, up to 15 seconds it seems to be there is no reliable method to know if udev is running fine, so it calls udevadm control -S, that it's essentially a no-op when udev is just started, but at least it checks if the control socket is listening ciao -------------- next part -------------- A non-text attachment was scrubbed... Name: systemd-trigger-wait.patch Type: text/x-patch Size: 1336 bytes Desc: not available URL: From spwhitton at spwhitton.name Sat Sep 15 16:47:19 2018 From: spwhitton at spwhitton.name (Sean Whitton) Date: Sat, 15 Sep 2018 08:47:19 -0700 Subject: Bug#905817: UID range of DyanmicUser overlaps with existing definitions in debian-policy In-Reply-To: <153388221831.8420.7663480894550672185.reportbug@pluto.milchstrasse.xx> References: <153388221831.8420.7663480894550672185.reportbug@pluto.milchstrasse.xx> <153388221831.8420.7663480894550672185.reportbug@pluto.milchstrasse.xx> Message-ID: <87a7oirce0.fsf@iris.silentflame.com> [copying in debian-policy] Hello, On Fri 10 Aug 2018 at 08:23AM +0200, Michael Biebl wrote: > Currently, DynamicUser gets a uid from within the following range: > 61184 - 65519. Those values can be configured during build time via > -Ddynamic-uid-min= and -Ddynamic-uid-max. > > The debian policy has a section about uids and gids: > https://www.debian.org/doc/debian-policy/ch-opersys.html#uid-and-gid-classes > > The overlapping ranges are: > 60000-64999: > Globally allocated by the Debian project, but only created on demand. > The ids are allocated centrally and statically, but the actual accounts > are only created on users’ systems on demand. > > These ids are for packages which are obscure or which require many > statically-allocated ids. These packages should check for and create the > accounts in /etc/passwd or /etc/group (using adduser if it has this > facility) if necessary. Packages which are likely to require further > allocations should have a “hole” left after them in the allocation, to > give them room to grow. > > 65000-65533: > Reserved. > > We don't meet the requirement of the 60000-64999 range, which says that > the ids need to be allocated statically (DynamicUser generated ids are > ephemeral). > The 65000-65533 range doesn't go into more detail, what purpose it is > reserved. I don't know why it's reserved either, but ISTM this is rather too small a range for systemd's DynamicUser. Would you agree? > There is also: > 65536-4294967293: > Dynamically allocated user accounts. By default adduser will not > allocate UIDs and GIDs in this range, to ease compatibility with legacy > systems where uid_t is still 16 bits. > > I'm not sure if it would be more suitable to pick the DynamicUser ids > from this range. This strikes me as suitable. We could either just change systemd's configuration, or allocate a section of that range to systemd. We probably don't need the legacy systems compatibility anymore. So maybe at some point adduser will start creating users in this range. So maybe we should carve out a section of that range for systemd, for future proofing? -- Sean Whitton -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 832 bytes Desc: not available URL: From smcv at debian.org Sat Sep 15 17:51:38 2018 From: smcv at debian.org (Simon McVittie) Date: Sat, 15 Sep 2018 17:51:38 +0100 Subject: Bug#905817: UID range of DyanmicUser overlaps with existing definitions in debian-policy In-Reply-To: <87a7oirce0.fsf@iris.silentflame.com> References: <87a7oirce0.fsf@iris.silentflame.com> <153388221831.8420.7663480894550672185.reportbug@pluto.milchstrasse.xx> Message-ID: <20180915165138.GA16143@espresso.pseudorandom.co.uk> On Sat, 15 Sep 2018 at 08:47:19 -0700, Sean Whitton wrote: > On Fri 10 Aug 2018 at 08:23AM +0200, Michael Biebl wrote: > > There is also: > > 65536-4294967293: > > Dynamically allocated user accounts. By default adduser will not > > allocate UIDs and GIDs in this range, to ease compatibility with legacy > > systems where uid_t is still 16 bits. > > > > I'm not sure if it would be more suitable to pick the DynamicUser ids > > from this range. > > This strikes me as suitable. We could either just change systemd's > configuration, or allocate a section of that range to systemd. Beware that if systemd dynamic users are above the 16-bit boundary, then they won't work well with systemd-nspawn and other container systems that give a 16-bit uid range to each container (mapping uids N+0 to N+65535 in the top-level uid namespace to uids 0 to 65535 in the container's uid namespace, where N is large; so when systemd inside the container thinks it's allocating uid 64923 to a service, it's really uid N+64923 in the top-level init namespace). That's a useful technique because it assigns a unique uid to each process that ought to be protected from other processes, which protects both the host system and other containers from a compromised container. smcv From rra at debian.org Sat Sep 15 19:31:54 2018 From: rra at debian.org (Russ Allbery) Date: Sat, 15 Sep 2018 11:31:54 -0700 Subject: Bug#905817: UID range of DyanmicUser overlaps with existing definitions in debian-policy In-Reply-To: <87a7oirce0.fsf@iris.silentflame.com> (Sean Whitton's message of "Sat, 15 Sep 2018 08:47:19 -0700") References: <153388221831.8420.7663480894550672185.reportbug@pluto.milchstrasse.xx> <87a7oirce0.fsf@iris.silentflame.com> <153388221831.8420.7663480894550672185.reportbug@pluto.milchstrasse.xx> Message-ID: <87va76pq79.fsf@hope.eyrie.org> Adding Colin as base-passwd maintainer. Sean Whitton writes: > On Fri 10 Aug 2018 at 08:23AM +0200, Michael Biebl wrote: >> Currently, DynamicUser gets a uid from within the following range: >> 61184 - 65519. Those values can be configured during build time via >> -Ddynamic-uid-min= and -Ddynamic-uid-max. Those two numbers are oddly specific. Is there some history behind those specific boundaries? >> The debian policy has a section about uids and gids: >> https://www.debian.org/doc/debian-policy/ch-opersys.html#uid-and-gid-classes >> >> The overlapping ranges are: >> 60000-64999: >> Globally allocated by the Debian project, but only created on demand. >> The ids are allocated centrally and statically, but the actual accounts >> are only created on users’ systems on demand. >> >> These ids are for packages which are obscure or which require many >> statically-allocated ids. These packages should check for and create the >> accounts in /etc/passwd or /etc/group (using adduser if it has this >> facility) if necessary. Packages which are likely to require further >> allocations should have a “hole” left after them in the allocation, to >> give them room to grow. We have needed very few of these over the history of the project. The complete currently-allocated list from base-passwd is: Reserved uids: uid | name | description ------+-------------------+--------------- 63434 | netplan | netplan 64000 | ftn | fidogate 64001 | mysql | mysql-server 64005 | tac-plus | tac-plus user 64010 | alias | qmail alias 64011 | qmaild | qmail daemon 64012 | qmails | qmail send 64013 | qmailr | qmail remove 64015 | qmailq | qmail queue 64016 | qmaill | qmail log 64017 | qmailp | qmail pw 64020 | asterisk | asterisk 64025 | vpopmail | vpopmail 64030 | slurm | slurm-llnl package 64035 | hacluster | heartbeat 64045 | ceph | ceph object storage 64050 | opensrf | Evergreen ILS 64055 | libvirt-qemu | libvirt guest migration support 64060 | nova | OpenStack Compute 64061 | cinder | OpenStack Block Storage 64062 | glance | OpenStack Image Given that, maybe a solution would be to reserve a range in this space for systemd dynamic users? >> 65000-65533: >> Reserved. >> >> We don't meet the requirement of the 60000-64999 range, which says that >> the ids need to be allocated statically (DynamicUser generated ids are >> ephemeral). The 65000-65533 range doesn't go into more detail, what >> purpose it is reserved. > I don't know why it's reserved either, but ISTM this is rather too small > a range for systemd's DynamicUser. Would you agree? I think this is reserved just because we've never had another use for it and were being conservative. >> There is also: >> 65536-4294967293: >> Dynamically allocated user accounts. By default adduser will not >> allocate UIDs and GIDs in this range, to ease compatibility with legacy >> systems where uid_t is still 16 bits. >> >> I'm not sure if it would be more suitable to pick the DynamicUser ids >> from this range. > This strikes me as suitable. We could either just change systemd's > configuration, or allocate a section of that range to systemd. We will definitely have conflicts with local allocations if we start using UIDs from this space. We theoretically say that this space is reserved, but Debian currently doesn't provide anywhere *close* to enough space for local UID allocation. Any site that needs more than 50,000 UIDs (which is extremely common) is almost certainly already using large chunks of this space. Both Stanford and Dropbox allocate UIDs from this space, for instance -- Dropbox because it was convenient to separate from human users, and Stanford because we couldn't create enough accounts for all of our users without using this space. This space is also often used for uidmap for containers. It's typical to have a single container user get a full 16-bit UID space that gets mapped to an equivalent range somewhere in the >2^16 space of the containing system. -- Russ Allbery (rra at debian.org) From biebl at debian.org Sat Sep 15 19:29:45 2018 From: biebl at debian.org (Michael Biebl) Date: Sat, 15 Sep 2018 20:29:45 +0200 Subject: Bug#869995: Still present in stretch versions, patch attached In-Reply-To: <20180311184830.ilt7bc4xw6mzvhys@torres.zugschlus.de> References: <20180311184830.ilt7bc4xw6mzvhys@torres.zugschlus.de> <20180311184830.ilt7bc4xw6mzvhys@torres.zugschlus.de> <150125045147.5204.11874979159796630154.reportbug@spinturn.ka51.zugschlus.de> Message-ID: <3fbc05fa-0500-aa79-5323-9d5092386058@debian.org> On Sun, 11 Mar 2018 19:48:30 +0100 Marc Haber wrote: > found #869995 232-25+deb9u1 > found #869995 232-25+deb9u2 > tags #869995 patch stretch > thanks > > Hi, > > I have missed that this bug was actually closed for good. I can confirm > that the issue is fixed in sid and buster, but is is still a crippling > bug in stretch. > > I can confirm that the two attached patches fix the issue in 232-25. I can't find the patches you mentioned anywhere in the git log. This is complicated by the fact that neither of the two patches has a proper git patch header with author, description etc. Without that information I can't consider those patches for a stable release. Regards, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Sat Sep 15 19:39:10 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 15 Sep 2018 18:39:10 +0000 Subject: Processed: unarchiving 897938, fixed 897938 in 232-25+deb9u4, archiving 897938 References: <1537036530-76-bts-biebl@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > unarchive 897938 Bug #897938 {Done: Michael Biebl } [systemd-sysv] systemd-sysv: shutdown ignores --no-wall while canceling a pending shutdown Unarchived Bug 897938 > fixed 897938 232-25+deb9u4 Bug #897938 {Done: Michael Biebl } [systemd-sysv] systemd-sysv: shutdown ignores --no-wall while canceling a pending shutdown Marked as fixed in versions systemd/232-25+deb9u4. > archive 897938 Bug #897938 {Done: Michael Biebl } [systemd-sysv] systemd-sysv: shutdown ignores --no-wall while canceling a pending shutdown archived 897938 to archive/38 (from 897938) > thanks Stopping processing here. Please contact me if you need assistance. -- 897938: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897938 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From biebl at debian.org Sat Sep 15 19:57:20 2018 From: biebl at debian.org (Michael Biebl) Date: Sat, 15 Sep 2018 20:57:20 +0200 Subject: Bug#905817: UID range of DyanmicUser overlaps with existing definitions in debian-policy In-Reply-To: <87va76pq79.fsf@hope.eyrie.org> References: <153388221831.8420.7663480894550672185.reportbug@pluto.milchstrasse.xx> <87a7oirce0.fsf@iris.silentflame.com> <87va76pq79.fsf@hope.eyrie.org> <153388221831.8420.7663480894550672185.reportbug@pluto.milchstrasse.xx> Message-ID: Am 15.09.18 um 20:31 schrieb Russ Allbery: > Adding Colin as base-passwd maintainer. > > Sean Whitton writes: >> On Fri 10 Aug 2018 at 08:23AM +0200, Michael Biebl wrote: > >>> Currently, DynamicUser gets a uid from within the following range: >>> 61184 - 65519. Those values can be configured during build time via >>> -Ddynamic-uid-min= and -Ddynamic-uid-max. > > Those two numbers are oddly specific. Is there some history behind those > specific boundaries? There is http://0pointer.net/blog/dynamic-users-with-systemd.html and https://salsa.debian.org/systemd-team/systemd/blob/master/doc/UIDS-GIDS.md -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Sat Sep 15 20:03:11 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 15 Sep 2018 19:03:11 +0000 Subject: Processed: forcibly merging 806291 836736 References: <1537037972-681-bts-biebl@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > forcemerge 806291 836736 Bug #806291 [systemd] systemctl status output incomplete for short lived processes Bug #836736 [systemd] systemd journald - empty _SYSTEMD_UNIT on some messages from oneshot service Marked as found in versions systemd/228-2. Bug #806291 [systemd] systemctl status output incomplete for short lived processes Marked as found in versions systemd/231-4. Added tag(s) upstream. Merged 806291 836736 > thanks Stopping processing here. Please contact me if you need assistance. -- 806291: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806291 836736: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836736 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Sat Sep 15 20:57:04 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 15 Sep 2018 19:57:04 +0000 Subject: Processed: reassign 858222 to gdm3 References: <1537041258-3605-bts-biebl@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > reassign 858222 gdm3 3.22.3-3 Bug #858222 [systemd] systemd: multi-seat not working : no gdm appear in second seat when attaching graphic card Bug reassigned from package 'systemd' to 'gdm3'. No longer marked as found in versions systemd/232-19. Ignoring request to alter fixed versions of bug #858222 to the same values previously set Bug #858222 [gdm3] systemd: multi-seat not working : no gdm appear in second seat when attaching graphic card Marked as found in versions gdm3/3.22.3-3. > thanks Stopping processing here. Please contact me if you need assistance. -- 858222: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858222 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Sat Sep 15 21:03:06 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 15 Sep 2018 20:03:06 +0000 Subject: Processed: tagging 890824 References: <1537041672-1146-bts-biebl@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > tags 890824 + moreinfo Bug #890824 [systemd] Container: unsets cgroup memory limit on user login Added tag(s) moreinfo. > thanks Stopping processing here. Please contact me if you need assistance. -- 890824: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890824 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Sat Sep 15 21:06:03 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 15 Sep 2018 20:06:03 +0000 Subject: Processed: Re: Bug#883185: systemd-networkd: physical port in bridge stuck in "configuring", failing systemd-networkd-wait-online.service References: <151204387290.21356.2535199360374982483.reportbug@BOTOX.krs8.birkenwald.de> Message-ID: Processing control commands: > tags -1 + moreinfo Bug #883185 [systemd] systemd-networkd: physical port in bridge stuck in "configuring", failing systemd-networkd-wait-online.service Added tag(s) moreinfo. -- 883185: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=883185 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From biebl at debian.org Sat Sep 15 21:03:57 2018 From: biebl at debian.org (Michael Biebl) Date: Sat, 15 Sep 2018 22:03:57 +0200 Subject: Bug#883185: systemd-networkd: physical port in bridge stuck in "configuring", failing systemd-networkd-wait-online.service In-Reply-To: <8d876554-f1ce-7abd-7c01-f84e195725f4@debian.org> References: <151204387290.21356.2535199360374982483.reportbug@BOTOX.krs8.birkenwald.de> <8d876554-f1ce-7abd-7c01-f84e195725f4@debian.org> <8d876554-f1ce-7abd-7c01-f84e195725f4@debian.org> <151204387290.21356.2535199360374982483.reportbug@BOTOX.krs8.birkenwald.de> Message-ID: Control: tags -1 + moreinfo Hi Berni On Thu, 30 Nov 2017 13:15:25 +0100 Michael Biebl wrote: > Am 30.11.2017 um 13:11 schrieb Bernhard Schmidt: > > Package: systemd > > Version: 235-3 > > Severity: normal > > > > Hi, > > > > after upgrading from Stretch to Buster the physical interface in my bridge > > is stuck in "configuring", causing systemd-networkd-wait-online to stall > > and eventually timeout. > > > > This looks like https://github.com/systemd/systemd/issues/5043, although > > I'm sure that I did not see this problem in systemd 232 in stable, unlike > > the upstream reporter. > > Can you please try the patch in > https://github.com/systemd/systemd/commit/5971cb9de9081b537945d28895df70992e5664d0 > and report back at the upstream bug tracker with your results. Did you have a check to test with a recent version of systemd if the problem is still reproducible and if so, if the above patch helps? Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From mh+debian-bugs at zugschlus.de Mon Sep 17 11:40:17 2018 From: mh+debian-bugs at zugschlus.de (Marc Haber) Date: Mon, 17 Sep 2018 12:40:17 +0200 Subject: Bug#869995: Still present in stretch versions, patch attached In-Reply-To: <3fbc05fa-0500-aa79-5323-9d5092386058@debian.org> References: <20180311184830.ilt7bc4xw6mzvhys@torres.zugschlus.de> <20180311184830.ilt7bc4xw6mzvhys@torres.zugschlus.de> <150125045147.5204.11874979159796630154.reportbug@spinturn.ka51.zugschlus.de> <3fbc05fa-0500-aa79-5323-9d5092386058@debian.org> <150125045147.5204.11874979159796630154.reportbug@spinturn.ka51.zugschlus.de> Message-ID: <20180917104017.GQ3728@torres.zugschlus.de> On Sat, Sep 15, 2018 at 08:29:45PM +0200, Michael Biebl wrote: > I can't find the patches you mentioned anywhere in the git log. This is > complicated by the fact that neither of the two patches has a proper git > patch header with author, description etc. > > Without that information I can't consider those patches for a stable > release. I apologize for not knowing the internals of the issue out of the hand after being stuck with the issue for a year. I also don't know what it means to have "proper headers". The bug report, however, mentions https://github.com/systemd/systemd/pull/6907/commits/e6800d3cfb48542634c25c24a6aae7587d97eb4f https://github.com/systemd/systemd/pull/6907/commits/c46530942bc0837379eae8bfd48b4673c46a6e0c which are both "closed", and seem to be part of https://github.com/systemd/systemd/commit/8c6f6a2f91a28df14944e9567ac0dc14893264d5 from Nov 20, 2017. Also, my patch names suggest that https://github.com/systemd/systemd/issues/6359 which ends up in https://github.com/systemd/systemd/pull/6910, merged with 8c6f6a2 refernces above, and https://github.com/systemd/systemd/issues/6961 is suggested as being fixed by https://github.com/systemd/systemd/commit/5971cb9de9 - I can't seem to figure out whether this has been merged to systemd proper due to not enough git/github knowledge. That being said, systemd-232 has another crippling IPv6 error that manifests itself when SLAAC is used behind an AVM Fritz!Box. I have not investigated this any further since later systemd releases seem to have that bug already fixed and am currently wasting precious time backporting a later systemd to stretch locally instead of working on systemd 232 any more. Greetings Marc, declaring IPv6 on systemd 232 a lost cause -- ----------------------------------------------------------------------------- Marc Haber | "I don't trust Computers. They | Mailadresse im Header Leimen, Germany | lose things." Winona Ryder | Fon: *49 6224 1600402 Nordisch by Nature | How to make an American Quilt | Fax: *49 6224 1600421 From debian-bts-link at lists.debian.org Mon Sep 17 19:20:36 2018 From: debian-bts-link at lists.debian.org (debian-bts-link at lists.debian.org) Date: Mon, 17 Sep 2018 18:20:36 +0000 Subject: [bts-link] source package systemd Message-ID: <153720843684.8768.17317955357637064136.btslink@sonntag.debian.org> # # bts-link upstream status pull for source package systemd # see http://lists.debian.org/debian-devel-announce/2006/05/msg00001.html # https://bts-link-team.pages.debian.net/bts-link/ # user debian-bts-link at lists.debian.org # remote status report for #806291 (http://bugs.debian.org/806291) # Bug title: systemctl status output incomplete for short lived processes # * https://github.com/systemd/systemd/issues/2913 # * remote status changed: (?) -> open usertags 806291 + status-open thanks From bigon at debian.org Wed Sep 19 17:02:28 2018 From: bigon at debian.org (Laurent Bigonville) Date: Wed, 19 Sep 2018 18:02:28 +0200 Subject: Bug#909200: Please call pam_systemd in the PAM service Message-ID: <153737294886.16734.788875626444635722.reportbug@valinor.bigon.be> Package: cron Version: 3.0pl1-130 Severity: normal File: /etc/pam.d/cron Hi, I'm wondering if the cron PAM service shouldn't call the pam_systemd module as well. Looking at RHEL7 it seems that they are doing it. The rational is that if the user wants to run some scripts using the XDG_RUNTIME_DIR directory or D-Bus, we are sure that the directory is present or the broker is started. Not doing this might create difference between the case where the user is logged-in and the case where the user is not. Kind regards, Laurent Bigonville -- System Information: Debian Release: buster/sid APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental-debug'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.18.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8), LANGUAGE=fr_BE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: SELinux: enabled - Mode: Permissive - Policy name: refpolicy Versions of packages cron depends on: ii adduser 3.118 ii debianutils 4.8.6 ii dpkg 1.19.0.5+b1 ii libc6 2.27-6 ii libpam-runtime 1.1.8-3.8 ii libpam0g 1.1.8-3.8 ii libselinux1 2.8-1+b1 ii lsb-base 9.20170808 Versions of packages cron recommends: ii dma [mail-transport-agent] 0.11-1+b1 Versions of packages cron suggests: ii anacron 2.3-24 pn checksecurity ii logrotate 3.14.0-4 Versions of packages cron is related to: pn libnss-ldap pn libnss-ldapd pn libpam-ldap pn libpam-mount pn nis pn nscd -- no debconf information -------------- next part -------------- diff -u cron-3.0pl1/debian/cron.pam cron-3.0pl1/debian/cron.pam --- cron-3.0pl1/debian/cron.pam +++ cron-3.0pl1/debian/cron.pam @@ -21,0 +22,4 @@ +# Open a logind session +# Doing so will ensure that the XDG_RUNTIME_DIR is exported and the associated +# directory is created. +-session optional pam_systemd.so From accounts at xe.com Wed Sep 19 20:52:50 2018 From: accounts at xe.com (Hafiz Anan) Date: 19 Sep 2018 21:52:50 +0200 Subject: 100% Investment Funding Message-ID: <20180919215250.EC7B7534113326EA@xe.com> Greetings, I represent business group in Middle East looking for projects to fund; we seek any business that will guaranty a safe and secure return on investments. Alternative powers, movies, start up companies etc. We are also looking for commercial building projects, hotels, casino, strip malls etc. If you have a project that differs from these and current budget is over USD50M$, Write us and Provide Executive Summary and project details. (a)100% financing is available. (b)Possible JV partnerships or 100% loans. (c)Project must be over USD20M$ total budget. I look forward to your reply, Engr. Hafiz Anan Gulf Global Investment From owner at bugs.debian.org Thu Sep 20 07:39:03 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 20 Sep 2018 06:39:03 +0000 Subject: Bug#908358: marked as done (Display stays off after computer resumes from suspend) References: Message-ID: Your message dated Thu, 20 Sep 2018 08:35:01 +0200 with message-id and subject line Re: Bug#908358: Display stays off after computer resumes from suspend has caused the Debian Bug report #908358, regarding Display stays off after computer resumes from suspend to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 908358: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908358 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: "Dave Smith" Subject: Display stays off after computer resumes from suspend Date: Sun, 09 Sep 2018 00:51:25 +0200 (CEST) Size: 4686 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Re: Bug#908358: Display stays off after computer resumes from suspend Date: Thu, 20 Sep 2018 08:35:01 +0200 Size: 7855 URL: From biebl at debian.org Thu Sep 20 07:38:33 2018 From: biebl at debian.org (Michael Biebl) Date: Thu, 20 Sep 2018 08:38:33 +0200 Subject: Bug#908658: systemd: apt-get upgrade from 239-7 to 239-8 failed In-Reply-To: References: <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> Message-ID: <24f7440a-a260-1cc5-d6df-851e71669e33@debian.org> Am 14.09.18 um 09:14 schrieb kochtopf: > https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/systemd.html > > I do not understand this link - sorry. Urgh, C&P fail, sorry. I meant https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=902411 -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From biebl at debian.org Thu Sep 20 17:24:44 2018 From: biebl at debian.org (biebl at debian.org) Date: Thu, 20 Sep 2018 18:24:44 +0200 Subject: Bug#908658: marked as done (systemd: apt-get upgrade from 239-7 to 239-8 failed) In-Reply-To: References: <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> Message-ID: Am 14.09.18 um 14:21 schrieb Debian Bug Tracking System: > 239-9 fixed this. All back to normal. Many thanks for whatever magic you > guys did. Since raspbian does not ship 239-9 yet, we suppose that you have installed 239-9 directly from the Debian buster repository. 238-8 is available via raspbian and get's rebuilt there. Our current guess is, that you had 238-8 installed from raspbian and it's the raspbian toolchain (compiler, linker, etc) which introduced this bug. Michael From kochtopf at gmail.com Thu Sep 20 18:16:32 2018 From: kochtopf at gmail.com (kochtopf) Date: Thu, 20 Sep 2018 19:16:32 +0200 Subject: Bug#908658: marked as done (systemd: apt-get upgrade from 239-7 to 239-8 failed) References: <153674595372.11768.1116522832482391432.reportbug@www.kochtopf.me> Message-ID: > installed 239-9 directly from the Debian buster repository. apt-cache policy systemd systemd: Installed: 239-9 Candidate: 239-9 Version table: *** 239-9 100 50 http://ftp.us.debian.org/debian unstable/main armhf Packages 100 /var/lib/dpkg/status 239-8 500 500 http://mirrordirector.raspbian.org/raspbian testing/main armhf Packages Yes exactly. And this is working great (even if it's like a Frankenbuild now). > Our current guess is, that you had 238-8 installed from raspbian and > it's the raspbian toolchain (compiler, linker, etc) which introduced > this bug. Yes TRUE. Im on mirrordirector.raspbian.org/raspbian testing for the everyday stuff but ftp.us.debian.org/debian unstable for packages they don't provide. Again many thanks for your help. PS: I've opened a short question over at the Raspberry forum (https://www.raspberrypi.org/forums/viewtopic.php?f=66&t=222508) but nobody cared so far. -------------- next part -------------- An HTML attachment was scrubbed... URL: From dave.anglin at bell.net Sat Sep 22 23:45:37 2018 From: dave.anglin at bell.net (John David Anglin) Date: Sat, 22 Sep 2018 18:45:37 -0400 Subject: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object Message-ID: <153765633785.21643.3720245629877255158.reportbug@mx3210> Source: systemd Version: 239-9 Severity: normal Dear Maintainer, The build fails here: [416/1547] cc -o src/udev/ata_id 'src/udev/src at udev@@ata_id at exe/ata_id_ata_id.c.o' -flto -Wl,--no-undefined -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -pie -Wl,--gc-sections -g -O2 -fdebug-prefix-map=/<>=. -Wformat -Werror=format-security -Wl,--start-group src/udev/libudev_static.a src/shared/libsystemd-shared-239.a src/libsystemd/libsystemd_static.a src/basic/libbasic.a src/udev/libudev-basic.a -lrt /usr/lib/hppa-linux-gnu/libcap.so -lacl /usr/lib/hppa-linux-gnu/libcryptsetup.so -lgcrypt /usr/lib/hppa-linux-gnu/libip4tc.so /usr/lib/hppa-linux-gnu/libip6tc.so /usr/lib/hppa-linux-gnu/libselinux.so /usr/lib/hppa-linux-gnu/libidn.so /usr/lib/hppa-linux-gnu/liblzma.so /usr/lib/hppa-linux-gnu/liblz4.so /usr/lib/hppa-linux-gnu/libblkid.so -lrt /usr/lib/hppa-linux-gnu/libmount.so -Wl,--end-group -pthread FAILED: src/udev/ata_id cc -o src/udev/ata_id 'src/udev/src at udev@@ata_id at exe/ata_id_ata_id.c.o' -flto -Wl,--no-undefined -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -pie -Wl,--gc-sections -g -O2 -fdebug-prefix-map=/<>=. -Wformat -Werror=format-security -Wl,--start-group src/udev/libudev_static.a src/shared/libsystemd-shared-239.a src/libsystemd/libsystemd_static.a src/basic/libbasic.a src/udev/libudev-basic.a -lrt /usr/lib/hppa-linux-gnu/libcap.so -lacl /usr/lib/hppa-linux-gnu/libcryptsetup.so -lgcrypt /usr/lib/hppa-linux-gnu/libip4tc.so /usr/lib/hppa-linux-gnu/libip6tc.so /usr/lib/hppa-linux-gnu/libselinux.so /usr/lib/hppa-linux-gnu/libidn.so /usr/lib/hppa-linux-gnu/liblzma.so /usr/lib/hppa-linux-gnu/liblz4.so /usr/lib/hppa-linux-gnu/libblkid.so -lrt /usr/lib/hppa-linux-gnu/libmount.so -Wl,--end-group -pthread /usr/bin/ld: /tmp/ccHOKcGI.ltrans0.ltrans.o: relocation R_PARISC_DPREL21L can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: BFD (GNU Binutils for Debian) 2.31.1 internal error, aborting at ../../bfd/elf32-hppa.c:3956 in elf32_hppa_relocate_section /usr/bin/ld: Please report this bug. collect2: error: ld returned 1 exit status I believe the error message is correct. Please add "-fPIC" or "-fPIE" to the link command. Regards, Dave Anglin -- Package-specific info: -- System Information: Debian Release: buster/sid APT prefers buildd-unstable APT policy: (500, 'buildd-unstable'), (500, 'unstable') Architecture: hppa (parisc64) Kernel: Linux 4.14.71+ (SMP w/4 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968), LANGUAGE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages systemd is related to: pn dracut ii initramfs-tools 0.132 ii udev 239-7 -- no debconf information -------------- next part -------------- [MASKED] /etc/systemd/system/bootlogd.service -> /lib/systemd/system/bootlogd.service [MASKED] /etc/systemd/system/bootlogs.service -> /lib/systemd/system/bootlogs.service [MASKED] /etc/systemd/system/bootmisc.service -> /lib/systemd/system/bootmisc.service [MASKED] /etc/systemd/system/checkfs.service -> /lib/systemd/system/checkfs.service [MASKED] /etc/systemd/system/checkroot-bootclean.service -> /lib/systemd/system/checkroot-bootclean.service [MASKED] /etc/systemd/system/checkroot.service -> /lib/systemd/system/checkroot.service [MASKED] /etc/systemd/system/halt.service -> /lib/systemd/system/halt.service [MASKED] /etc/systemd/system/hostname.service -> /lib/systemd/system/hostname.service [MASKED] /etc/systemd/system/killprocs.service -> /lib/systemd/system/killprocs.service [MASKED] /etc/systemd/system/motd.service -> /lib/systemd/system/motd.service [MASKED] /etc/systemd/system/mountall-bootclean.service -> /lib/systemd/system/mountall-bootclean.service [MASKED] /etc/systemd/system/mountall.service -> /lib/systemd/system/mountall.service [MASKED] /etc/systemd/system/mountdevsubfs.service -> /lib/systemd/system/mountdevsubfs.service [MASKED] /etc/systemd/system/mountkernfs.service -> /lib/systemd/system/mountkernfs.service [MASKED] /etc/systemd/system/mountnfs-bootclean.service -> /lib/systemd/system/mountnfs-bootclean.service [MASKED] /etc/systemd/system/mountnfs.service -> /lib/systemd/system/mountnfs.service [MASKED] /etc/systemd/system/rc.local.service -> /lib/systemd/system/rc.local.service [MASKED] /etc/systemd/system/reboot.service -> /lib/systemd/system/reboot.service [MASKED] /etc/systemd/system/rmnologin.service -> /lib/systemd/system/rmnologin.service [MASKED] /etc/systemd/system/samba-ad-dc.service -> /lib/systemd/system/samba-ad-dc.service [MASKED] /etc/systemd/system/sendsigs.service -> /lib/systemd/system/sendsigs.service [OVERRIDDEN] /etc/systemd/system/serial-getty at .service -> /lib/systemd/system/serial-getty at .service --- /lib/systemd/system/serial-getty at .service 2018-07-22 07:40:15.000000000 -0400 +++ /etc/systemd/system/serial-getty at .service 2017-12-11 22:17:41.974887419 -0500 @@ -1,5 +1,3 @@ -# SPDX-License-Identifier: LGPL-2.1+ -# # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it @@ -31,7 +29,7 @@ # The '-o' option value tells agetty to replace 'login' arguments with an # option to preserve environment (-p), followed by '--' for safety, and then # the entered username. -ExecStart=-/sbin/agetty -o '-p -- \\u' --keep-baud 115200,38400,9600 %I $TERM +ExecStart=-/sbin/agetty -o '-p -- \\u' --keep-baud 115200,38400,9600 %I vt102 Type=idle Restart=always UtmpIdentifier=%I [MASKED] /etc/systemd/system/single.service -> /lib/systemd/system/single.service [MASKED] /etc/systemd/system/stop-bootlogd-single.service -> /lib/systemd/system/stop-bootlogd-single.service [MASKED] /etc/systemd/system/stop-bootlogd.service -> /lib/systemd/system/stop-bootlogd.service [MASKED] /etc/systemd/system/umountfs.service -> /lib/systemd/system/umountfs.service [MASKED] /etc/systemd/system/umountnfs.service -> /lib/systemd/system/umountnfs.service [MASKED] /etc/systemd/system/umountroot.service -> /lib/systemd/system/umountroot.service [MASKED] /etc/systemd/system/urandom.service -> /lib/systemd/system/urandom.service [EXTENDED] /lib/systemd/system/rc-local.service -> /lib/systemd/system/rc-local.service.d/debian.conf [EXTENDED] /lib/systemd/system/systemd-resolved.service -> /lib/systemd/system/systemd-resolved.service.d/resolvconf.conf 31 overridden configuration files found. -------------- next part -------------- Timestamp kernel: Sat 2018-09-22 16:13:32 EDT Timestamp userspace: Sat 2018-09-22 16:14:16 EDT Timestamp finish: Sat 2018-09-22 16:17:06 EDT Timestamp security-start: Sat 2018-09-22 16:14:16 EDT Timestamp security-finish: Sat 2018-09-22 16:14:16 EDT Timestamp generators-start: Sat 2018-09-22 16:14:17 EDT Timestamp generators-finish: Sat 2018-09-22 16:14:20 EDT Timestamp units-load-start: Sat 2018-09-22 16:14:20 EDT Timestamp units-load-finish: Sat 2018-09-22 16:14:21 EDT -> Unit dev-ttyy4.device: Description: /dev/ttyy4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyy4.device Invocation ID: 89ac317aac29483cb2447e510c2481ef Following: sys-devices-virtual-tty-ttyy4.device Following Set Member: sys-devices-virtual-tty-ttyy4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy4 Found: found-udev -> Unit dev-ttyqb.device: Description: /dev/ttyqb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyqb.device Invocation ID: 6c17fea31354487d96b028d68a0c9854 Following: sys-devices-virtual-tty-ttyqb.device Following Set Member: sys-devices-virtual-tty-ttyqb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyqb Found: found-udev -> Unit dev-ttyv3.device: Description: /dev/ttyv3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyv3.device Invocation ID: 448e61c040c14b1f854db58ed5713f88 Following: sys-devices-virtual-tty-ttyv3.device Following Set Member: sys-devices-virtual-tty-ttyv3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv3 Found: found-udev -> Unit dev-ttydc.device: Description: /dev/ttydc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttydc.device Invocation ID: c06f4b8b68764a72bda969a0595769a2 Following: sys-devices-virtual-tty-ttydc.device Following Set Member: sys-devices-virtual-tty-ttydc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttydc Found: found-udev -> Unit minissdpd.service: Description: keep memory of all UPnP devices that announced themselves Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:05 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:04 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:05 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/minissdpd.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: minissdpd.service Invocation ID: 63cdb51740344d68961ee7d6b11a3c8d Documentation: man:minissdpd(1) Fragment Path: /lib/systemd/system/minissdpd.service Condition Timestamp: Sat 2018-09-22 16:15:04 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:04 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: network-online.target (origin-file) After: basic.target (origin-default) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: shutdown.target (origin-default) References: network-online.target (origin-file) References: basic.target (origin-default) References: sysinit.target (origin-default) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: no NotifyAccess: none NotifyState: unknown Main PID: 1606 Main PID Known: yes Main PID Alien: no PIDFile: /var/run/minissdpd.pid RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: /etc/default/minissdpd RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/minissdpd -i $MiniSSDPd_INTERFACE_ADDRESS $MiniSSDPd_OTHER_OPTIONS PID: 1592 Start Timestamp: Sat 2018-09-22 16:15:04 EDT Exit Timestamp: Sat 2018-09-22 16:15:05 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyd7.device: Description: /sys/devices/virtual/tty/ttyd7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyd7.device Invocation ID: ecb67afc1e1644fca7af936d35659e29 Following Set Member: dev-ttyd7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd7 Found: found-udev -> Unit logrotate.timer: Description: Daily rotation of log files Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:17 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:59 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:59 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: logrotate.timer Invocation ID: 905f6ce57b9d49a3b24fc681bc802163 Documentation: man:logrotate(8) Documentation: man:logrotate.conf(5) Fragment Path: /lib/systemd/system/logrotate.timer Condition Timestamp: Sat 2018-09-22 16:14:59 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:59 EDT Assert Result: yes Requires: var.mount (origin-file) Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) WantedBy: timers.target (destination-file) Conflicts: shutdown.target (origin-default) Before: logrotate.service (origin-implicit) Before: shutdown.target (origin-default) Before: timers.target (origin-default) After: -.mount (origin-file) After: sysinit.target (origin-default) After: time-sync.target (origin-default) After: var.mount (origin-file) Triggers: logrotate.service (origin-implicit) References: logrotate.service (origin-implicit) References: shutdown.target (origin-default) References: -.mount (origin-file) References: sysinit.target (origin-default) References: time-sync.target (origin-default) References: var.mount (origin-file) References: timers.target (origin-default) ReferencedBy: timers.target (destination-file) RequiresMountsFor: /var/lib/systemd/timers (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Timer State: waiting Result: success Unit: logrotate.service Persistent: yes WakeSystem: no Accuracy: 12h RemainAfterElapse: yes OnCalendar: *-*-* 00:00:00 -> Unit dev-ttye6.device: Description: /dev/ttye6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttye6.device Invocation ID: c91509fa3e924e2299283761a3a419ab Following: sys-devices-virtual-tty-ttye6.device Following Set Member: sys-devices-virtual-tty-ttye6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye6 Found: found-udev -> Unit dev-ttyd6.device: Description: /dev/ttyd6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyd6.device Invocation ID: 3088234df10a40259f30c985826f2b00 Following: sys-devices-virtual-tty-ttyd6.device Following Set Member: sys-devices-virtual-tty-ttyd6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd6 Found: found-udev -> Unit dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.device: Description: ST3300007LC 3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.device Invocation ID: caf6cc9066bb4118adfff48d7d0bc98c Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc3.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d03.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc3.device Following Set Member: dev-sdc3.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.device Condition Timestamp: Sat 2018-09-22 16:14:24 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:24 EDT Assert Result: yes Wants: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (origin-file) BoundBy: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (destination-file) Before: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (destination-file) ReferencedBy: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc3 Found: found-udev -> Unit sys-devices-virtual-tty-ttyac.device: Description: /sys/devices/virtual/tty/ttyac Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyac.device Invocation ID: e4f8f971a4c04e80a38b45d759f08680 Following Set Member: dev-ttyac.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyac Found: found-udev -> Unit user-1000.slice: Description: User Slice of UID 1000 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:24 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:24 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: user.slice CGroup: /user.slice/user-1000.slice CGroup realized: yes CGroup realized mask: memory pids CGroup enabled mask: memory pids CGroup own mask: memory pids CGroup members mask: memory pids Name: user-1000.slice Invocation ID: c5440f1f60944e78822054aea5757bc0 DropIn Path: /lib/systemd/system/user-.slice.d/10-defaults.conf Condition Timestamp: Sat 2018-09-22 16:15:24 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:24 EDT Assert Result: yes Requires: user.slice (origin-implicit) RequiredBy: user at 1000.service (destination-file) RequiredBy: session-c1.scope (destination-file) RequiredBy: session-c2.scope (destination-file) Conflicts: shutdown.target (origin-default) Before: session-c1.scope (destination-file) Before: session-c2.scope (destination-file) Before: user at 1000.service (destination-file) Before: shutdown.target (origin-default) After: user.slice (origin-implicit) After: systemd-user-sessions.service (origin-file) References: user.slice (origin-implicit) References: shutdown.target (origin-default) References: systemd-user-sessions.service (origin-file) ReferencedBy: user at 1000.service (destination-file) ReferencedBy: session-c1.scope (destination-file) ReferencedBy: session-c2.scope (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: active CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=10813 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyv9.device: Description: /sys/devices/virtual/tty/ttyv9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyv9.device Invocation ID: 5d25118859404faca294d4b489b28836 Following Set Member: dev-ttyv9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv9 Found: found-udev -> Unit sys-devices-virtual-tty-ttyr7.device: Description: /sys/devices/virtual/tty/ttyr7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyr7.device Invocation ID: 6ed9a695069a41aa846f4cfe57622e7a Following Set Member: dev-ttyr7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr7 Found: found-udev -> Unit sys-devices-virtual-tty-ttyx8.device: Description: /sys/devices/virtual/tty/ttyx8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyx8.device Invocation ID: 53bf5373bab046f79de3ebaca92dc7fa Following Set Member: dev-ttyx8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx8 Found: found-udev -> Unit dev-ttyp7.device: Description: /dev/ttyp7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyp7.device Invocation ID: 2a9c26ef554c476a957d37cc08632878 Following: sys-devices-virtual-tty-ttyp7.device Following Set Member: sys-devices-virtual-tty-ttyp7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp7 Found: found-udev -> Unit sys-devices-virtual-tty-ttyt8.device: Description: /sys/devices/virtual/tty/ttyt8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyt8.device Invocation ID: ee9129c3de6e49b9b448f7f601f9455a Following Set Member: dev-ttyt8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt8 Found: found-udev -> Unit dev-ttyv5.device: Description: /dev/ttyv5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyv5.device Invocation ID: bab63b77d87243309c37bbbffb096c90 Following: sys-devices-virtual-tty-ttyv5.device Following Set Member: sys-devices-virtual-tty-ttyv5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv5 Found: found-udev -> Unit home-srv-swapfile.swap: Description: /home/srv/swapfile Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:55 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:40 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:55 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/home-srv-swapfile.swap CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: home-srv-swapfile.swap Invocation ID: 87fa13729dc1499f84b30af9f4667587 Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Fragment Path: /run/systemd/generator/home-srv-swapfile.swap Source Path: /etc/fstab Condition Timestamp: Sat 2018-09-22 16:14:40 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:40 EDT Assert Result: yes Requires: -.mount (origin-implicit) Requires: home.mount (origin-path) Requires: system.slice (origin-file) RequiredBy: swap.target (destination-file) Conflicts: umount.target (origin-default) Before: umount.target (origin-default) Before: swap.target (origin-default destination-default) After: systemd-remount-fs.service (origin-file) After: systemd-journald.socket (origin-file) After: home.mount (origin-path) After: -.mount (origin-implicit) After: system.slice (origin-file) References: systemd-remount-fs.service (origin-file) References: swap.target (origin-default) References: systemd-journald.socket (origin-file) References: home.mount (origin-path) References: umount.target (origin-default) References: -.mount (origin-implicit) References: system.slice (origin-file) ReferencedBy: swap.target (destination-file destination-default) RequiresMountsFor: /home/srv/swapfile (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Swap State: active Result: success What: /home/srv/swapfile From /proc/swaps: yes From fragment: yes Priority: -3 Options: TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyx7.device: Description: /dev/ttyx7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyx7.device Invocation ID: 7bd0cdd3300b4bc7ac4cd2d60837246f Following: sys-devices-virtual-tty-ttyx7.device Following Set Member: sys-devices-virtual-tty-ttyx7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx7 Found: found-udev -> Unit dev-ttyu2.device: Description: /dev/ttyu2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyu2.device Invocation ID: cc4a8e7c4068415a8fecdec9304eccec Following: sys-devices-virtual-tty-ttyu2.device Following Set Member: sys-devices-virtual-tty-ttyu2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu2 Found: found-udev -> Unit dev-ttycd.device: Description: /dev/ttycd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttycd.device Invocation ID: 93d3b0da555946dcac6efb0d945f29a6 Following: sys-devices-virtual-tty-ttycd.device Following Set Member: sys-devices-virtual-tty-ttycd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttycd Found: found-udev -> Unit sys-devices-virtual-tty-ttyz3.device: Description: /sys/devices/virtual/tty/ttyz3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyz3.device Invocation ID: 0fef1dd2574d4487ba6afe1743f90c95 Following Set Member: dev-ttyz3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz3 Found: found-udev -> Unit sys-devices-virtual-tty-ttyd1.device: Description: /sys/devices/virtual/tty/ttyd1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyd1.device Invocation ID: a3081d455ceb4e998f92bc11ebadf58f Following Set Member: dev-ttyd1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd1 Found: found-udev -> Unit system-systemd\x2dfsck.slice: Description: system-systemd\x2dfsck.slice Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:22 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:22 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:22 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/system-systemd\x2dfsck.slice CGroup realized: yes CGroup realized mask: memory devices pids CGroup enabled mask: memory pids CGroup own mask: memory pids CGroup members mask: memory pids Name: system-systemd\x2dfsck.slice Invocation ID: 4626c1bb604b4f4c9cb6c1a49f8ab868 Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:22 EDT Assert Result: yes Requires: system.slice (origin-implicit) RequiredBy: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) RequiredBy: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) RequiredBy: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) RequiredBy: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) RequiredBy: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) Conflicts: shutdown.target (origin-default) Before: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) Before: shutdown.target (origin-default) Before: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) Before: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) After: system.slice (origin-implicit) References: shutdown.target (origin-default) References: system.slice (origin-implicit) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: active CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttys3.device: Description: /sys/devices/virtual/tty/ttys3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttys3.device Invocation ID: 013e4e834267455da40c7b4742fc4877 Following Set Member: dev-ttys3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys3 Found: found-udev -> Unit nfs-config.service: Description: Preprocess NFS configuration Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: Sat 2018-09-22 16:14:55 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:55 EDT Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: Sat 2018-09-22 16:14:55 EDT May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: nfs-config.service Invocation ID: 25e6fc8d95a44e778be3727f482c923b Fragment Path: /lib/systemd/system/nfs-config.service Condition Timestamp: Sat 2018-09-22 16:14:55 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:55 EDT Assert Result: yes Requires: system.slice (origin-file) WantedBy: rpc-gssd.service (destination-file) WantedBy: nfs-server.service (destination-file) WantedBy: rpc-statd.service (destination-file) WantedBy: rpc-statd-notify.service (destination-file) WantedBy: rpc-svcgssd.service (destination-file) WantedBy: nfs-idmapd.service (destination-file) WantedBy: nfs-mountd.service (destination-file) Before: rpc-gssd.service (destination-file) Before: nfs-server.service (destination-file) Before: rpc-statd.service (destination-file) Before: rpc-statd-notify.service (destination-file) Before: rpc-svcgssd.service (destination-file) Before: nfs-idmapd.service (destination-file) Before: nfs-mountd.service (destination-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: local-fs.target (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: local-fs.target (origin-file) ReferencedBy: rpc-gssd.service (destination-file) ReferencedBy: nfs-server.service (destination-file) ReferencedBy: rpc-statd.service (destination-file) ReferencedBy: rpc-statd-notify.service (destination-file) ReferencedBy: rpc-svcgssd.service (destination-file) ReferencedBy: nfs-idmapd.service (destination-file) ReferencedBy: nfs-mountd.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/lib/systemd/scripts/nfs-utils_env.sh PID: 1395 Start Timestamp: Sat 2018-09-22 16:14:55 EDT Exit Timestamp: Sat 2018-09-22 16:14:55 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyx2.device: Description: /dev/ttyx2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyx2.device Invocation ID: 63a4cff7288d4cefa57451fccc76501c Following: sys-devices-virtual-tty-ttyx2.device Following Set Member: sys-devices-virtual-tty-ttyx2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx2 Found: found-udev -> Unit sys-devices-virtual-tty-ttyrb.device: Description: /sys/devices/virtual/tty/ttyrb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyrb.device Invocation ID: f28256ce70904605902d6730be14dcb5 Following Set Member: dev-ttyrb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyrb Found: found-udev -> Unit dev-sdb.device: Description: ST3300007LC Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sdb.device Invocation ID: ea320945f11349d893ee6de3c56ab437 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR03Y0N.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.0\x2dscsi\x2d0:0:0:0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.0/host2/target2:0:0/2:0:0:0/block/sdb Found: found-udev -> Unit dev-ttya3.device: Description: /dev/ttya3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttya3.device Invocation ID: 267787d81d794c20b77de1655dab88e5 Following: sys-devices-virtual-tty-ttya3.device Following Set Member: sys-devices-virtual-tty-ttya3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya3 Found: found-udev -> Unit sys-devices-virtual-tty-ttyb5.device: Description: /sys/devices/virtual/tty/ttyb5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyb5.device Invocation ID: 2b4abf7b863745f5a4a766005c7795bc Following Set Member: dev-ttyb5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb5 Found: found-udev -> Unit dev-ttyb0.device: Description: /dev/ttyb0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyb0.device Invocation ID: a31eb9b2476644cf9dc42cde51b75947 Following: sys-devices-virtual-tty-ttyb0.device Following Set Member: sys-devices-virtual-tty-ttyb0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb0 Found: found-udev -> Unit sys-devices-virtual-tty-ttypf.device: Description: /sys/devices/virtual/tty/ttypf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttypf.device Invocation ID: d2fd40c57e5a45dbbbef9db489253a87 Following Set Member: dev-ttypf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttypf Found: found-udev -> Unit sys-devices-virtual-tty-ttyv6.device: Description: /sys/devices/virtual/tty/ttyv6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyv6.device Invocation ID: f4d7f10197a4416aa220144903ef0adf Following Set Member: dev-ttyv6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv6 Found: found-udev -> Unit dev-ttyu5.device: Description: /dev/ttyu5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyu5.device Invocation ID: 96cb49cd7485493895a9b7d0bf2d8abf Following: sys-devices-virtual-tty-ttyu5.device Following Set Member: sys-devices-virtual-tty-ttyu5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu5 Found: found-udev -> Unit sys-devices-virtual-tty-ttycf.device: Description: /sys/devices/virtual/tty/ttycf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttycf.device Invocation ID: 41963a27cc7b4ee9b17fd39cb22f7a48 Following Set Member: dev-ttycf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttycf Found: found-udev -> Unit dev-ttya8.device: Description: /dev/ttya8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttya8.device Invocation ID: cf08727a80dd427daf05c81ca0507098 Following: sys-devices-virtual-tty-ttya8.device Following Set Member: sys-devices-virtual-tty-ttya8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya8 Found: found-udev -> Unit sys-devices-virtual-tty-ttys9.device: Description: /sys/devices/virtual/tty/ttys9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttys9.device Invocation ID: cf9445c352f2450dbbdb15360736291d Following Set Member: dev-ttys9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys9 Found: found-udev -> Unit dev-ttyt3.device: Description: /dev/ttyt3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyt3.device Invocation ID: 0ca3b91a52984e4caf45b93230c74d29 Following: sys-devices-virtual-tty-ttyt3.device Following Set Member: sys-devices-virtual-tty-ttyt3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt3 Found: found-udev -> Unit sys-devices-virtual-tty-ttyte.device: Description: /sys/devices/virtual/tty/ttyte Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyte.device Invocation ID: 2ec5d89ced7b4a4e8fb1ff07e37c2bb5 Following Set Member: dev-ttyte.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyte Found: found-udev -> Unit sys-devices-virtual-block-ram12.device: Description: /sys/devices/virtual/block/ram12 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:28 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:28 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:28 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram12.device Invocation ID: 7c01bdcefafe454e9fc10142aaa000dc Following Set Member: dev-ram12.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram12 Found: found-udev -> Unit sys-devices-virtual-tty-ttyy0.device: Description: /sys/devices/virtual/tty/ttyy0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyy0.device Invocation ID: f7ef14bdf88e40ec9cc4890ee149fb27 Following Set Member: dev-ttyy0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy0 Found: found-udev -> Unit sys-devices-virtual-tty-ttya6.device: Description: /sys/devices/virtual/tty/ttya6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttya6.device Invocation ID: 696c25baec11436c88a5283930c6e1df Following Set Member: dev-ttya6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya6 Found: found-udev -> Unit dev-ttywd.device: Description: /dev/ttywd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttywd.device Invocation ID: 0996be0d7c104c7d9fc1c4b334c67086 Following: sys-devices-virtual-tty-ttywd.device Following Set Member: sys-devices-virtual-tty-ttywd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttywd Found: found-udev -> Unit dev-ttyq3.device: Description: /dev/ttyq3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyq3.device Invocation ID: 5c89086478a744b1a9339a11d5dfcb31 Following: sys-devices-virtual-tty-ttyq3.device Following Set Member: sys-devices-virtual-tty-ttyq3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq3 Found: found-udev -> Unit dev-ttyy8.device: Description: /dev/ttyy8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyy8.device Invocation ID: af5141f6088e4dea8e489a6ebb78ebaa Following: sys-devices-virtual-tty-ttyy8.device Following Set Member: sys-devices-virtual-tty-ttyy8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy8 Found: found-udev -> Unit dev-ttye9.device: Description: /dev/ttye9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttye9.device Invocation ID: e3d0475b650e411c8944796e95a66aac Following: sys-devices-virtual-tty-ttye9.device Following Set Member: sys-devices-virtual-tty-ttye9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye9 Found: found-udev -> Unit rescue.service: Description: Rescue Shell Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: rescue.service Documentation: man:sulogin(8) Fragment Path: /lib/systemd/system/rescue.service Requires: -.mount (origin-file) Requires: system.slice (origin-file) RequiredBy: rescue.target (destination-file) Conflicts: shutdown.target (origin-file) ConflictedBy: graphical.target (destination-file) ConflictedBy: multi-user.target (destination-file) ConflictedBy: serial-getty at ttyS0.service (destination-file) ConflictedBy: emergency.service (destination-file) ConflictedBy: getty at tty1.service (destination-file) Before: shutdown.target (origin-file) Before: rescue.target (destination-file) Before: multi-user.target (destination-file) Before: graphical.target (destination-file) After: getty at tty1.service (destination-file) After: -.mount (origin-file) After: emergency.service (destination-file) After: plymouth-start.service (origin-file) After: serial-getty at ttyS0.service (destination-file) After: system.slice (origin-file) After: sysinit.target (origin-file) References: shutdown.target (origin-file) References: system.slice (origin-file) References: plymouth-start.service (origin-file) References: sysinit.target (origin-file) References: -.mount (origin-file) ReferencedBy: serial-getty at ttyS0.service (destination-file) ReferencedBy: emergency.service (destination-file) ReferencedBy: graphical.target (destination-file) ReferencedBy: rescue.target (destination-file) ReferencedBy: getty at tty1.service (destination-file) ReferencedBy: multi-user.target (destination-file) RequiresMountsFor: /root (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: idle Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: yes UMask: 0022 WorkingDirectory: /root RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private Environment: HOME=/root RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: tty-force StandardOutput: inherit StandardError: inherit DynamicUser: no LockPersonality: no -> ExecStartPre: Command Line: /bin/plymouth --wait quit -> ExecStart: Command Line: /lib/systemd/systemd-sulogin-shell rescue CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyqd.device: Description: /sys/devices/virtual/tty/ttyqd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyqd.device Invocation ID: 075a0fdeb91b47d8be935cb528031d96 Following Set Member: dev-ttyqd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyqd Found: found-udev -> Unit dev-ttyr3.device: Description: /dev/ttyr3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyr3.device Invocation ID: 2bcbcc52d1e54b92a6e3764b64a962ca Following: sys-devices-virtual-tty-ttyr3.device Following Set Member: sys-devices-virtual-tty-ttyr3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr3 Found: found-udev -> Unit sys-devices-virtual-tty-ttyp6.device: Description: /sys/devices/virtual/tty/ttyp6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyp6.device Invocation ID: 007af6c7062f4c79a39108ae8daf92a3 Following Set Member: dev-ttyp6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp6 Found: found-udev -> Unit dev-ttyz4.device: Description: /dev/ttyz4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyz4.device Invocation ID: f048c42b5c6c484f98f4149ed2c18f7b Following: sys-devices-virtual-tty-ttyz4.device Following Set Member: sys-devices-virtual-tty-ttyz4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz4 Found: found-udev -> Unit dev-mqueue.mount: Description: POSIX Message Queue File System Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:24 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:24 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/dev-mqueue.mount CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: dev-mqueue.mount Invocation ID: a5aad713078e4a5dae231482abddb23c Documentation: man:mq_overview(7) Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/dev-mqueue.mount ConditionCapability: CAP_SYS_ADMIN succeeded ConditionPathExists: /proc/sys/fs/mqueue succeeded Condition Timestamp: Sat 2018-09-22 16:14:23 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:23 EDT Assert Result: yes Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Before: sysinit.target (origin-file) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: sysinit.target (origin-file) References: -.mount (origin-implicit) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /dev (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /dev/mqueue What: mqueue File System Type: mqueue Options: rw,relatime From /proc/self/mountinfo: yes From fragment: yes Extrinsic: yes DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyc9.device: Description: /sys/devices/virtual/tty/ttyc9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyc9.device Invocation ID: 85e54060a67345c9b4c6dd16b15af88e Following Set Member: dev-ttyc9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc9 Found: found-udev -> Unit dev-ttypa.device: Description: /dev/ttypa Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttypa.device Invocation ID: fd0c4a1df4114af8a15975318d7e9b62 Following: sys-devices-virtual-tty-ttypa.device Following Set Member: sys-devices-virtual-tty-ttypa.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttypa Found: found-udev -> Unit ebtables.service: Description: ebtables ruleset management Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:56 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:55 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:56 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: ebtables.service Invocation ID: 08dd9f2bece849e1b88a9b9f747abee3 Fragment Path: /lib/systemd/system/ebtables.service Condition Timestamp: Sat 2018-09-22 16:14:55 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:55 EDT Assert Result: yes Requires: system.slice (origin-file) Wants: network-pre.target (origin-file) WantedBy: multi-user.target (destination-file) Before: network-pre.target (origin-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: local-fs.target (origin-file) References: network-pre.target (origin-file) References: local-fs.target (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: multi-user.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/init.d/ebtables start PID: 1396 Start Timestamp: Sat 2018-09-22 16:14:55 EDT Exit Timestamp: Sat 2018-09-22 16:14:56 EDT Exit Code: exited Exit Status: 0 -> ExecReload: Command Line: /etc/init.d/ebtables reload -> ExecStop: Command Line: /etc/init.d/ebtables stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyqb.device: Description: /sys/devices/virtual/tty/ttyqb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyqb.device Invocation ID: 64586c2ca1434eb9af033aad8cbb6cc1 Following Set Member: dev-ttyqb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyqb Found: found-udev -> Unit dev-ttyd2.device: Description: /dev/ttyd2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyd2.device Invocation ID: 295aeb197132495898bef8d0b53c2c3c Following: sys-devices-virtual-tty-ttyd2.device Following Set Member: sys-devices-virtual-tty-ttyd2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd2 Found: found-udev -> Unit sys-devices-virtual-tty-ttyuf.device: Description: /sys/devices/virtual/tty/ttyuf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyuf.device Invocation ID: a8b64f13566f43f8a9f347aef16e4510 Following Set Member: dev-ttyuf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyuf Found: found-udev -> Unit sys-devices-virtual-tty-ttyrd.device: Description: /sys/devices/virtual/tty/ttyrd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyrd.device Invocation ID: ac79e5ec00b94da4b0a005995033a4f3 Following Set Member: dev-ttyrd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyrd Found: found-udev -> Unit dev-ttye4.device: Description: /dev/ttye4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttye4.device Invocation ID: 7983a11c85ba4889954d42371186d608 Following: sys-devices-virtual-tty-ttye4.device Following Set Member: sys-devices-virtual-tty-ttye4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye4 Found: found-udev -> Unit getty-static.service: Description: getty on tty2-tty6 if dbus and logind are not available Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: getty-static.service Fragment Path: /lib/systemd/system/getty-static.service ConditionPathExists: !/lib/systemd/system/dbus.service failed ConditionPathExists: /dev/tty0 untested Condition Timestamp: Sat 2018-09-22 16:14:59 EDT Condition Result: no Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: getty.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: getty.target (destination-default) After: basic.target (origin-default) After: sysinit.target (origin-default) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) References: basic.target (origin-default) References: sysinit.target (origin-default) References: shutdown.target (origin-default) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: getty.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/systemctl --no-block start getty at tty2.service getty at tty3.service getty at tty4.service getty at tty5.service getty at tty6.service CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit rpc-gssd.service: Description: RPC security service for NFS client and server Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: rpc-gssd.service Fragment Path: /lib/systemd/system/rpc-gssd.service ConditionPathExists: /etc/krb5.keytab failed Condition Timestamp: Sat 2018-09-22 16:14:56 EDT Condition Result: no Requires: run-rpc_pipefs.mount (origin-file) Requires: system.slice (origin-file) Wants: nfs-config.service (origin-file) PartOf: nfs-utils.service (origin-file) WantedBy: auth-rpcgss-module.service (destination-file) Conflicts: umount.target (origin-file) Before: nfs-client.target (destination-file) Before: nfs-server.service (destination-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: run-rpc_pipefs.mount (origin-file) After: nfs-config.service (origin-file) After: auth-rpcgss-module.service (destination-file) References: system.slice (origin-file) References: nfs-utils.service (origin-file) References: systemd-journald.socket (origin-file) References: run-rpc_pipefs.mount (origin-file) References: umount.target (origin-file) References: nfs-config.service (origin-file) ReferencedBy: nfs-client.target (destination-file) ReferencedBy: auth-rpcgss-module.service (destination-file) ReferencedBy: nfs-server.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/run/sysconfig/nfs-utils RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/rpc.gssd $GSSDARGS CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyxe.device: Description: /dev/ttyxe Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyxe.device Invocation ID: 5c58e5793d9f44e2a476b9bfaf6c5232 Following: sys-devices-virtual-tty-ttyxe.device Following Set Member: sys-devices-virtual-tty-ttyxe.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyxe Found: found-udev -> Unit user.slice: Description: User and Session Slice Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:24 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:24 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: -.slice CGroup: /user.slice CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: user.slice Invocation ID: 90162ca61dd24b5bb0e8d85937285791 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/user.slice Condition Timestamp: Sat 2018-09-22 16:14:24 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:24 EDT Assert Result: yes Requires: -.slice (origin-implicit) RequiredBy: user-1000.slice (destination-implicit) WantedBy: systemd-logind.service (destination-file) Conflicts: shutdown.target (origin-default) Before: user-1000.slice (destination-implicit) Before: systemd-logind.service (destination-file) Before: shutdown.target (origin-default) Before: slices.target (origin-file) After: -.slice (origin-implicit) References: shutdown.target (origin-default) References: -.slice (origin-implicit) References: slices.target (origin-file) ReferencedBy: systemd-logind.service (destination-file) ReferencedBy: user-1000.slice (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: active CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no -> Unit dev-ttyu7.device: Description: /dev/ttyu7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyu7.device Invocation ID: e56915811e8d4fa79735e88b038dc746 Following: sys-devices-virtual-tty-ttyu7.device Following Set Member: sys-devices-virtual-tty-ttyu7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu7 Found: found-udev -> Unit dev-ttyua.device: Description: /dev/ttyua Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyua.device Invocation ID: 4d29276aa3924b14862749193656ad41 Following: sys-devices-virtual-tty-ttyua.device Following Set Member: sys-devices-virtual-tty-ttyua.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyua Found: found-udev -> Unit sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc5.device: Description: ST3300007LC ROOT2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc5.device Invocation ID: b85c8be26e5447809a65838c9d9251af Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart5.device Following Set Member: dev-sdc5.device Following Set Member: dev-disk-by\x2duuid-ac66c6a1\x2d0b08\x2d481d\x2da400\x2d9fb6e7a49f1b.device Following Set Member: dev-disk-by\x2dlabel-ROOT2.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart5.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d05.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc5 Found: found-udev -> Unit dev-ttyb2.device: Description: /dev/ttyb2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyb2.device Invocation ID: e7acac710c10482bb9dec208bba90904 Following: sys-devices-virtual-tty-ttyb2.device Following Set Member: sys-devices-virtual-tty-ttyb2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb2 Found: found-udev -> Unit dev-ttys9.device: Description: /dev/ttys9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttys9.device Invocation ID: 1cb43ee39f4b482f99dad262dcc67f2e Following: sys-devices-virtual-tty-ttys9.device Following Set Member: sys-devices-virtual-tty-ttys9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys9 Found: found-udev -> Unit sys-devices-virtual-tty-ttyzb.device: Description: /sys/devices/virtual/tty/ttyzb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyzb.device Invocation ID: c38e15b251ab4fa19fb418fe7ca6a1ae Following Set Member: dev-ttyzb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyzb Found: found-udev -> Unit dev-ram6.device: Description: /dev/ram6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram6.device Invocation ID: a4e79bed418f4078a17b0ef7e99f9b83 Following: sys-devices-virtual-block-ram6.device Following Set Member: sys-devices-virtual-block-ram6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram6 Found: found-udev -> Unit dev-ttysa.device: Description: /dev/ttysa Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttysa.device Invocation ID: 5f97344a600448659775b96e5026c174 Following: sys-devices-virtual-tty-ttysa.device Following Set Member: sys-devices-virtual-tty-ttysa.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttysa Found: found-udev -> Unit systemd-journald-dev-log.socket: Description: Journal Socket (/dev/log) Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:23 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:23 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-journald-dev-log.socket CGroup realized: no CGroup own mask: memory pids Name: systemd-journald-dev-log.socket Invocation ID: 6fde0fd4a2054679a79aacbd23611142 Documentation: man:systemd-journald.service(8) Documentation: man:journald.conf(5) Fragment Path: /lib/systemd/system/systemd-journald-dev-log.socket Condition Timestamp: Sat 2018-09-22 16:14:23 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:23 EDT Assert Result: yes Requires: -.mount (origin-file) Requires: system.slice (origin-file) WantedBy: systemd-journald.service (destination-file) WantedBy: sockets.target (destination-file) Before: systemd-journald.service (origin-implicit destination-file) Before: sockets.target (origin-file) After: -.mount (origin-file) After: system.slice (origin-file) Triggers: systemd-journald.service (origin-implicit destination-file) References: systemd-journald.service (origin-implicit) References: -.mount (origin-file) References: sockets.target (origin-file) References: system.slice (origin-file) ReferencedBy: systemd-journald.service (destination-file) ReferencedBy: sockets.target (destination-file) RequiresMountsFor: /run/systemd/journal/dev-log (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Socket State: running Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0666 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: yes PassSecurity: yes TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: systemd-journald-dev-log.socket SELinuxContextFromNet: no ReceiveBuffer: 8388608 SendBuffer: 8388608 ListenDatagram: /run/systemd/journal/dev-log TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip Symlinks: /dev/log TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ram10.device: Description: /dev/ram10 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram10.device Invocation ID: 939cf18f9403488b8aea4f37b53a5f55 Following: sys-devices-virtual-block-ram10.device Following Set Member: sys-devices-virtual-block-ram10.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram10 Found: found-udev -> Unit dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.device: Description: My_Passport_0748 1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.device Invocation ID: 21953edb6bd14f4e98423f27a8b8f509 Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda1.device Following Set Member: dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0\x2dpart1.device Following Set Member: dev-sda1.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda1.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device Following Set Member: dev-disk-by\x2dpartuuid-676ba017\x2d01.device Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:22 EDT Assert Result: yes Wants: mnt.mount (origin-file) BoundBy: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) BoundBy: mnt.mount (destination-file) Before: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) Before: mnt.mount (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) ReferencedBy: mnt.mount (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:01.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/block/sda/sda1 Found: found-udev -> Unit sys-devices-virtual-tty-ttyw5.device: Description: /sys/devices/virtual/tty/ttyw5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyw5.device Invocation ID: 6681b1acfbde45e08869121fdb892047 Following Set Member: dev-ttyw5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw5 Found: found-udev -> Unit dev-ttys2.device: Description: /dev/ttys2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttys2.device Invocation ID: b72b864aa52d4454b3b291d7a6859b30 Following: sys-devices-virtual-tty-ttys2.device Following Set Member: sys-devices-virtual-tty-ttys2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys2 Found: found-udev -> Unit sys-devices-virtual-tty-ttyw9.device: Description: /sys/devices/virtual/tty/ttyw9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyw9.device Invocation ID: 0dbf6adb227a41b99b869b44dbb96e7b Following Set Member: dev-ttyw9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw9 Found: found-udev -> Unit dev-ttyc6.device: Description: /dev/ttyc6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyc6.device Invocation ID: ccf86ebec92d4cd0b297a2d22c0881ae Following: sys-devices-virtual-tty-ttyc6.device Following Set Member: sys-devices-virtual-tty-ttyc6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc6 Found: found-udev -> Unit nfs-utils.service: Description: NFS server and client services Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: nfs-utils.service Fragment Path: /lib/systemd/system/nfs-utils.service Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) ConsistsOf: rpc-statd.service (destination-file) ConsistsOf: rpc-gssd.service (destination-file) ConsistsOf: nfs-blkmap.service (destination-file) ConsistsOf: rpc-statd-notify.service (destination-file) ConsistsOf: rpc-svcgssd.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: system.slice (origin-file) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) References: system.slice (origin-file) References: sysinit.target (origin-default) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-default) References: basic.target (origin-default) ReferencedBy: rpc-statd.service (destination-file) ReferencedBy: rpc-gssd.service (destination-file) ReferencedBy: nfs-blkmap.service (destination-file) ReferencedBy: rpc-statd-notify.service (destination-file) ReferencedBy: rpc-svcgssd.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/true CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ram0.device: Description: /dev/ram0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:28 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:28 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:28 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram0.device Invocation ID: 08fc87fe063d464c97b25168bb171209 Following: sys-devices-virtual-block-ram0.device Following Set Member: sys-devices-virtual-block-ram0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram0 Found: found-udev -> Unit sys-devices-virtual-tty-ttys4.device: Description: /sys/devices/virtual/tty/ttys4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttys4.device Invocation ID: d5212860ca714af18dd86ce67290ec4d Following Set Member: dev-ttys4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys4 Found: found-udev -> Unit user-runtime-dir at 1000.service: Description: /run/user/1000 mount wrapper Instance: 1000 Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:24 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:24 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-user\x2druntime\x2ddir.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: user-runtime-dir at 1000.service Invocation ID: 3664ae54427a4b6fa8c7e81972040095 Fragment Path: /lib/systemd/system/user-runtime-dir at .service Condition Timestamp: Sat 2018-09-22 16:15:24 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:24 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system-user\x2druntime\x2ddir.slice (origin-file) RequiredBy: user at 1000.service (destination-file) Conflicts: shutdown.target (origin-default) Before: user at 1000.service (destination-file) Before: shutdown.target (origin-default) After: systemd-journald.socket (origin-file) After: system-user\x2druntime\x2ddir.slice (origin-file) After: basic.target (origin-default) After: sysinit.target (origin-default) References: systemd-journald.socket (origin-file) References: system-user\x2druntime\x2ddir.slice (origin-file) References: basic.target (origin-default) References: shutdown.target (origin-default) References: sysinit.target (origin-default) ReferencedBy: user at 1000.service (destination-file) StopWhenUnneeded: yes RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-user-runtime-dir start 1000 PID: 2250 Start Timestamp: Sat 2018-09-22 16:15:24 EDT Exit Timestamp: Sat 2018-09-22 16:15:24 EDT Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /lib/systemd/systemd-user-runtime-dir stop 1000 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit systemd-machine-id-commit.service: Description: Commit a transient machine-id on disk Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-machine-id-commit.service Documentation: man:systemd-machine-id-commit.service(8) Fragment Path: /lib/systemd/system/systemd-machine-id-commit.service ConditionPathIsMountPoint: /etc/machine-id failed ConditionPathIsReadWrite: /etc untested Condition Timestamp: Sat 2018-09-22 16:14:55 EDT Condition Result: no Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) Before: sysinit.target (origin-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: local-fs.target (origin-file) References: local-fs.target (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: shutdown.target (origin-file) References: sysinit.target (origin-file) ReferencedBy: sysinit.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 30s TimeoutStopSec: 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/systemd-machine-id-setup --commit CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit home-srv-buildd-unpack.mount: Description: /home/srv/buildd/unpack Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:55 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:55 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:55 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/home-srv-buildd-unpack.mount CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: home-srv-buildd-unpack.mount Invocation ID: 9e9339db7e3444d4b61266b822e77ba4 Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Fragment Path: /run/systemd/generator/home-srv-buildd-unpack.mount Source Path: /etc/fstab Condition Timestamp: Sat 2018-09-22 16:14:55 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:55 EDT Assert Result: yes Requires: home.mount (origin-implicit) Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) RequiredBy: local-fs.target (destination-file) Conflicts: umount.target (origin-file) Before: umount.target (origin-file) Before: local-fs.target (origin-file) After: local-fs-pre.target (origin-file) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: home.mount (origin-implicit) After: system.slice (origin-file) After: swap.target (origin-file) References: umount.target (origin-file) References: local-fs-pre.target (origin-file) References: -.mount (origin-implicit) References: local-fs.target (origin-file) References: systemd-journald.socket (origin-file) References: home.mount (origin-implicit) References: system.slice (origin-file) References: swap.target (origin-file) ReferencedBy: local-fs.target (destination-file) RequiresMountsFor: /home/srv/buildd (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /home/srv/buildd/unpack What: tmpfs File System Type: tmpfs Options: rw,relatime,size=26214400k From /proc/self/mountinfo: yes From fragment: yes Extrinsic: no DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyy6.device: Description: /sys/devices/virtual/tty/ttyy6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyy6.device Invocation ID: 018fec733e324b50a516c5f2750c0f9e Following Set Member: dev-ttyy6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy6 Found: found-udev -> Unit kmod-static-nodes.service: Description: Create list of required static device nodes for the current kernel Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:22 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:24 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: kmod-static-nodes.service Invocation ID: c5e79102a63b435ca32ad7d1d436df0b Fragment Path: /lib/systemd/system/kmod-static-nodes.service ConditionFileNotEmpty: /lib/modules/4.14.71+/modules.devname succeeded ConditionCapability: CAP_SYS_MODULE succeeded Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:22 EDT Assert Result: yes Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Before: sysinit.target (origin-file) Before: systemd-tmpfiles-setup-dev.service (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-file) References: systemd-journald.socket (origin-file) References: systemd-tmpfiles-setup-dev.service (origin-file) ReferencedBy: sysinit.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf PID: 1172 Start Timestamp: Sat 2018-09-22 16:14:22 EDT Exit Timestamp: Sat 2018-09-22 16:14:24 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttye8.device: Description: /sys/devices/virtual/tty/ttye8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttye8.device Invocation ID: 3096510066ca49d6a0d1e8779e69f738 Following Set Member: dev-ttye8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye8 Found: found-udev -> Unit sys-devices-virtual-tty-ttyb2.device: Description: /sys/devices/virtual/tty/ttyb2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyb2.device Invocation ID: 5964efed134a4b15844d2cbe809476ba Following Set Member: dev-ttyb2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb2 Found: found-udev -> Unit systemd-fsckd.service: Description: File System Check Daemon to report status Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: Sat 2018-09-22 16:15:08 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:37 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:37 EDT Active Exit Timestamp: Sat 2018-09-22 16:15:08 EDT Inactive Enter Timestamp: Sat 2018-09-22 16:15:08 EDT May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-fsckd.service Invocation ID: a31fbc4775244750a9156b935f60ad78 Documentation: man:systemd-fsckd.service(8) Fragment Path: /lib/systemd/system/systemd-fsckd.service Condition Timestamp: Sat 2018-09-22 16:14:37 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:37 EDT Assert Result: yes Requires: system.slice (origin-file) Requires: systemd-fsckd.socket (origin-file) Before: shutdown.target (origin-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: systemd-fsckd.socket (destination-implicit) TriggeredBy: systemd-fsckd.socket (destination-implicit) References: shutdown.target (origin-file) References: systemd-journald.socket (origin-file) References: systemd-fsckd.socket (origin-file) References: system.slice (origin-file) ReferencedBy: systemd-fsckd.socket (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal+console StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-fsckd PID: 1317 Start Timestamp: Sat 2018-09-22 16:14:37 EDT Exit Timestamp: Sat 2018-09-22 16:15:08 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyt9.device: Description: /dev/ttyt9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyt9.device Invocation ID: 912316ccfacf4316b27a4d21ce60cf74 Following: sys-devices-virtual-tty-ttyt9.device Following Set Member: sys-devices-virtual-tty-ttyt9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt9 Found: found-udev -> Unit postfix at -.service: Description: Postfix Mail Transport Agent (instance -) Instance: - Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:21 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:09 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:21 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-postfix.slice CGroup: /system.slice/system-postfix.slice/postfix at -.service CGroup realized: yes CGroup realized mask: memory pids CGroup own mask: memory pids Name: postfix at -.service Invocation ID: b58248c2f53b41a48dea61b360aa126d Documentation: man:postfix(1) Fragment Path: /lib/systemd/system/postfix at .service Condition Timestamp: Sat 2018-09-22 16:15:09 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:09 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system-postfix.slice (origin-file) Wants: network-online.target (origin-file) PartOf: postfix.service (origin-file) WantedBy: postfix.service (destination-file) Conflicts: shutdown.target (origin-default) Before: postfix.service (origin-file) Before: shutdown.target (origin-default) After: basic.target (origin-default) After: system-postfix.slice (origin-file) After: network-online.target (origin-file) After: sysinit.target (origin-default) After: nss-lookup.target (origin-file) After: systemd-journald.socket (origin-file) ReloadPropagatedFrom: postfix.service (origin-file) References: basic.target (origin-default) References: system-postfix.slice (origin-file) References: network-online.target (origin-file) References: sysinit.target (origin-default) References: postfix.service (origin-file) References: nss-lookup.target (origin-file) References: shutdown.target (origin-default) References: systemd-journald.socket (origin-file) ReferencedBy: postfix.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: no Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStartPre: Command Line: /usr/lib/postfix/configure-instance.sh - PID: 1672 Start Timestamp: Sat 2018-09-22 16:15:09 EDT Exit Timestamp: Sat 2018-09-22 16:15:15 EDT Exit Code: exited Exit Status: 0 -> ExecStart: Command Line: /usr/sbin/postmulti -i - -p start PID: 1915 Start Timestamp: Sat 2018-09-22 16:15:15 EDT Exit Timestamp: Sat 2018-09-22 16:15:21 EDT Exit Code: exited Exit Status: 0 -> ExecReload: Command Line: /usr/sbin/postmulti -i - -p reload -> ExecStop: Command Line: /usr/sbin/postmulti -i - -p stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyb9.device: Description: /sys/devices/virtual/tty/ttyb9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyb9.device Invocation ID: 4cb19e73e01249d19285c42f5324abd8 Following Set Member: dev-ttyb9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb9 Found: found-udev -> Unit swap.target: Description: Swap Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:55 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:55 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:55 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: swap.target Invocation ID: 0bb95bb68245457da97329838cff401c Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/swap.target Condition Timestamp: Sat 2018-09-22 16:14:55 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:55 EDT Assert Result: yes Requires: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (origin-file) Requires: home-srv-swapfile.swap (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-default) Before: sysinit.target (destination-file destination-default) Before: home-srv-buildd-unpack.mount (destination-file) Before: run-user-1000.mount (destination-mountinfo-default) Before: shutdown.target (origin-default) After: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (origin-default destination-default) After: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap (destination-default) After: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap (destination-default) After: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap (destination-default) After: dev-sdc3.swap (destination-default) After: home-srv-swapfile.swap (origin-default destination-default) References: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (origin-file origin-default) References: home-srv-swapfile.swap (origin-file origin-default) References: shutdown.target (origin-default) ReferencedBy: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap (destination-default) ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap (destination-default) ReferencedBy: sysinit.target (destination-file destination-default) ReferencedBy: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap (destination-default) ReferencedBy: run-user-1000.mount (destination-mountinfo-default) ReferencedBy: dev-sdc3.swap (destination-default) ReferencedBy: home-srv-buildd-unpack.mount (destination-file) ReferencedBy: home-srv-swapfile.swap (destination-default) ReferencedBy: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-ttys1.device: Description: /dev/ttys1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttys1.device Invocation ID: 608e80bda9b24b8fa0203cd74b37ee95 Following: sys-devices-virtual-tty-ttys1.device Following Set Member: sys-devices-virtual-tty-ttys1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys1 Found: found-udev -> Unit dev-ttyrc.device: Description: /dev/ttyrc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyrc.device Invocation ID: 13672471118749c7be20c3131392dc35 Following: sys-devices-virtual-tty-ttyrc.device Following Set Member: sys-devices-virtual-tty-ttyrc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyrc Found: found-udev -> Unit sys-devices-virtual-tty-ttyb4.device: Description: /sys/devices/virtual/tty/ttyb4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyb4.device Invocation ID: ae4aa39b9d4d4f02b5ee4de9252d8874 Following Set Member: dev-ttyb4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb4 Found: found-udev -> Unit dev-disk-by\x2duuid-319a7735\x2dd320\x2d4e62\x2db142\x2d05950b0eff50.device: Description: ST3300007LC DAVE Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2duuid-319a7735\x2dd320\x2d4e62\x2db142\x2d05950b0eff50.device Invocation ID: 21f904a1625348b087900df005c3cf76 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb-sdb1.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb-sdb1.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR03Y0N\x2dpart1.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.0\x2dscsi\x2d0:0:0:0\x2dpart1.device Following Set Member: dev-disk-by\x2dlabel-DAVE.device Following Set Member: dev-sdb1.device Following Set Member: dev-disk-by\x2dpartuuid-0a40befa\x2d01.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.0/host2/target2:0:0/2:0:0:0/block/sdb/sdb1 Found: found-udev -> Unit dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart1.device: Description: ST3300007LC 1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart1.device Invocation ID: 1cf5f882577a4db4a3ce6c505dd8d328 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc1.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart1.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc1.device Following Set Member: dev-sdc1.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d01.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc1 Found: found-udev -> Unit sys-devices-virtual-block-ram6.device: Description: /sys/devices/virtual/block/ram6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram6.device Invocation ID: 4eed1527bf024e0cb1c775575098181b Following Set Member: dev-ram6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram6 Found: found-udev -> Unit network-pre.target: Description: Network (Pre) Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:56 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:56 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:56 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: network-pre.target Invocation ID: 543a320cc60344788769caf7240e28c0 Documentation: man:systemd.special(7) Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget Fragment Path: /lib/systemd/system/network-pre.target Condition Timestamp: Sat 2018-09-22 16:14:56 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:56 EDT Assert Result: yes WantedBy: ebtables.service (destination-file) Conflicts: shutdown.target (origin-default) Before: systemd-networkd.service (destination-file) Before: ifup at eth0.service (destination-file) Before: networking.service (destination-file) Before: shutdown.target (origin-default) Before: network.target (destination-file) After: ebtables.service (destination-file) References: shutdown.target (origin-default) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: ifup at eth0.service (destination-file) ReferencedBy: networking.service (destination-file) ReferencedBy: network.target (destination-file) ReferencedBy: ebtables.service (destination-file) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0\x2dpart1.device: Description: My_Passport_0748 1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0\x2dpart1.device Invocation ID: 996a28c201d64227b2911dd16ef2aa72 Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda1.device Following Set Member: dev-sda1.device Following Set Member: dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda1.device Following Set Member: dev-disk-by\x2dpartuuid-676ba017\x2d01.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:01.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/block/sda/sda1 Found: found-udev -> Unit sys-devices-virtual-tty-ttyc0.device: Description: /sys/devices/virtual/tty/ttyc0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyc0.device Invocation ID: c73b2de67b1b466cbc2f04554502e12a Following Set Member: dev-ttyc0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc0 Found: found-udev -> Unit sys-devices-virtual-tty-ttyc7.device: Description: /sys/devices/virtual/tty/ttyc7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyc7.device Invocation ID: 793e1bcc0a4246d7b8aacfbebc50771e Following Set Member: dev-ttyc7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc7 Found: found-udev -> Unit sys-devices-virtual-tty-ttye0.device: Description: /sys/devices/virtual/tty/ttye0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttye0.device Invocation ID: 8c7d07e296584eb1acffefe86372957a Following Set Member: dev-ttye0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye0 Found: found-udev -> Unit dev-disk-by\x2dpartuuid-818f7e70\x2d04.device: Description: ST3300007LC 4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpartuuid-818f7e70\x2d04.device Invocation ID: 9377f9e8a8fb4b0a889862194ef74dc8 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc4.device Following Set Member: dev-sdc4.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart4.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc4.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc4 Found: found-udev -> Unit time-sync.target: Description: System Time Synchronized Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:24 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:24 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: time-sync.target Invocation ID: 76690d42fd314e2f8ad31569c4f7405d Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/time-sync.target Condition Timestamp: Sat 2018-09-22 16:14:24 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:24 EDT Assert Result: yes WantedBy: systemd-timesyncd.service (destination-file) Conflicts: shutdown.target (origin-default) Before: apt-daily-upgrade.timer (destination-default) Before: shutdown.target (origin-default) Before: mysql.service (destination-file) Before: logrotate.timer (destination-default) Before: exim4.service (destination-file) Before: apt-daily.timer (destination-default) Before: systemd-tmpfiles-clean.service (destination-file) Before: phpsessionclean.timer (destination-default) After: systemd-timesyncd.service (destination-file) References: shutdown.target (origin-default) ReferencedBy: apt-daily-upgrade.timer (destination-default) ReferencedBy: mysql.service (destination-file) ReferencedBy: logrotate.timer (destination-default) ReferencedBy: exim4.service (destination-file) ReferencedBy: apt-daily.timer (destination-default) ReferencedBy: systemd-tmpfiles-clean.service (destination-file) ReferencedBy: phpsessionclean.timer (destination-default) ReferencedBy: systemd-timesyncd.service (destination-file) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-ttys8.device: Description: /dev/ttys8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttys8.device Invocation ID: becd554f3ae64e8484b14b85f63ba23f Following: sys-devices-virtual-tty-ttys8.device Following Set Member: sys-devices-virtual-tty-ttys8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys8 Found: found-udev -> Unit dev-ttyc5.device: Description: /dev/ttyc5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyc5.device Invocation ID: b64a277745de48628459dbccf1b88313 Following: sys-devices-virtual-tty-ttyc5.device Following Set Member: sys-devices-virtual-tty-ttyc5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc5 Found: found-udev -> Unit sys-devices-virtual-tty-ttys1.device: Description: /sys/devices/virtual/tty/ttys1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttys1.device Invocation ID: b0dd73d41bcb4f6386acb06d94c4bc72 Following Set Member: dev-ttys1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys1 Found: found-udev -> Unit dev-ttyd7.device: Description: /dev/ttyd7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyd7.device Invocation ID: 7330e87131de488c82d554d3a952b9ec Following: sys-devices-virtual-tty-ttyd7.device Following Set Member: sys-devices-virtual-tty-ttyd7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd7 Found: found-udev -> Unit session-c2.scope: Description: Session c2 of user dave Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:58 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:58 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:58 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: yes Perpetual: no Garbage Collection Mode: inactive Slice: user-1000.slice CGroup: /user.slice/user-1000.slice/session-c2.scope CGroup realized: yes CGroup realized mask: memory pids CGroup own mask: memory pids Name: session-c2.scope Invocation ID: 17ceb3fde5ff451b9fe615f9a5b1514d Fragment Path: /run/systemd/transient/session-c2.scope Condition Timestamp: Sat 2018-09-22 16:15:58 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:58 EDT Assert Result: yes Requires: user-1000.slice (origin-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: systemd-user-sessions.service (origin-file) After: systemd-logind.service (origin-file) After: user-1000.slice (origin-file) References: systemd-user-sessions.service (origin-file) References: systemd-logind.service (origin-file) References: user-1000.slice (origin-file) References: shutdown.target (origin-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Scope State: running Result: success CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: yes -> Unit sys-devices-virtual-tty-ttyxa.device: Description: /sys/devices/virtual/tty/ttyxa Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyxa.device Invocation ID: 67e1f88d688641b9925205fdbb64b28f Following Set Member: dev-ttyxa.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyxa Found: found-udev -> Unit sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb-sdb1.device: Description: ST3300007LC DAVE Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb-sdb1.device Invocation ID: 7c4ee395a4054794a6c12b770581888f Following Set Member: dev-disk-by\x2dpartuuid-0a40befa\x2d01.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR03Y0N\x2dpart1.device Following Set Member: dev-disk-by\x2dlabel-DAVE.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.0\x2dscsi\x2d0:0:0:0\x2dpart1.device Following Set Member: dev-sdb1.device Following Set Member: dev-disk-by\x2duuid-319a7735\x2dd320\x2d4e62\x2db142\x2d05950b0eff50.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.0/host2/target2:0:0/2:0:0:0/block/sdb/sdb1 Found: found-udev -> Unit dev-ttyw6.device: Description: /dev/ttyw6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyw6.device Invocation ID: adc527a8290b4ec8b7187a0723053c10 Following: sys-devices-virtual-tty-ttyw6.device Following Set Member: sys-devices-virtual-tty-ttyw6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw6 Found: found-udev -> Unit ipmievd.service: Description: LSB: IPMI event daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:08 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:07 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:08 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: ipmievd.service Invocation ID: e8beb1f1fd604c00897b91ee769370b9 Documentation: man:systemd-sysv-generator(8) Fragment Path: /run/systemd/generator.late/ipmievd.service Source Path: /etc/init.d/ipmievd Condition Timestamp: Sat 2018-09-22 16:15:07 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:07 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: graphical.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: graphical.target (origin-file destination-default) Before: shutdown.target (origin-default) Before: multi-user.target (origin-file destination-default) After: remote-fs.target (origin-file) After: system.slice (origin-file) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) References: remote-fs.target (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-default) References: systemd-journald.socket (origin-file) References: graphical.target (origin-file) References: shutdown.target (origin-default) References: basic.target (origin-default) References: multi-user.target (origin-file) ReferencedBy: graphical.target (destination-file destination-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: no Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 5min TimeoutStopSec: 5min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/init.d/ipmievd start PID: 1641 Start Timestamp: Sat 2018-09-22 16:15:07 EDT Exit Timestamp: Sat 2018-09-22 16:15:08 EDT Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /etc/init.d/ipmievd stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap: Description: /dev/disk/by-id/scsi-SSEAGATE_ST3300007LC_3KR3QWGT00009735STEX-part3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:37 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:37 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:37 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap Invocation ID: 16e30c766d8947169ccb9267d7bf22c9 Following: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap Following Set Member: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap Following Set Member: dev-sdc3.swap Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) Conflicts: umount.target (origin-default) Before: umount.target (origin-default) Before: swap.target (origin-default) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: -.mount (origin-implicit) References: umount.target (origin-default) References: swap.target (origin-default) RequiresMountsFor: /dev/disk/by-id/scsi-SSEAGATE_ST3300007LC_3KR3QWGT00009735STEX-part3 (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Swap State: active Result: success What: /dev/disk/by-id/scsi-SSEAGATE_ST3300007LC_3KR3QWGT00009735STEX-part3 From /proc/swaps: yes From fragment: no Device Node: /dev/sdc3 Priority: -2 Options: TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyb0.device: Description: /sys/devices/virtual/tty/ttyb0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyb0.device Invocation ID: 534b39e86afd4f89afd40af422adf3e7 Following Set Member: dev-ttyb0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb0 Found: found-udev -> Unit sys-devices-virtual-tty-ttyra.device: Description: /sys/devices/virtual/tty/ttyra Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyra.device Invocation ID: 662b34254d72430b83774bada4545a78 Following Set Member: dev-ttyra.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyra Found: found-udev -> Unit timers.target: Description: Timers Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:59 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:59 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:59 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: timers.target Invocation ID: eed1b2df38b74edc8b8939470edec2a2 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/timers.target Condition Timestamp: Sat 2018-09-22 16:14:59 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:59 EDT Assert Result: yes Wants: apt-daily-upgrade.timer (origin-file) Wants: logrotate.timer (origin-file) Wants: apt-daily.timer (origin-file) Wants: phpsessionclean.timer (origin-file) Wants: systemd-tmpfiles-clean.timer (origin-file) WantedBy: basic.target (destination-file) Conflicts: shutdown.target (origin-file) After: apt-daily.timer (destination-default) After: apt-daily-upgrade.timer (destination-default) After: phpsessionclean.timer (destination-default) After: systemd-tmpfiles-clean.timer (destination-default) After: logrotate.timer (destination-default) References: apt-daily-upgrade.timer (origin-file) References: shutdown.target (origin-file) References: logrotate.timer (origin-file) References: apt-daily.timer (origin-file) References: phpsessionclean.timer (origin-file) References: systemd-tmpfiles-clean.timer (origin-file) ReferencedBy: apt-daily-upgrade.timer (destination-default) ReferencedBy: logrotate.timer (destination-default) ReferencedBy: apt-daily.timer (destination-default) ReferencedBy: phpsessionclean.timer (destination-default) ReferencedBy: basic.target (destination-file) ReferencedBy: systemd-tmpfiles-clean.timer (destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-disk-by\x2dpartuuid-818f7e70\x2d05.device: Description: ST3300007LC ROOT2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpartuuid-818f7e70\x2d05.device Invocation ID: e82dd48ec9f8458eafcbf904aeff2877 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc5.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart5.device Following Set Member: dev-sdc5.device Following Set Member: dev-disk-by\x2duuid-ac66c6a1\x2d0b08\x2d481d\x2da400\x2d9fb6e7a49f1b.device Following Set Member: dev-disk-by\x2dlabel-ROOT2.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart5.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc5 Found: found-udev -> Unit sys-devices-virtual-tty-ttyy4.device: Description: /sys/devices/virtual/tty/ttyy4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyy4.device Invocation ID: 2133404a30a645ebaf3eac10c01b3873 Following Set Member: dev-ttyy4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy4 Found: found-udev -> Unit dev-ttytc.device: Description: /dev/ttytc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttytc.device Invocation ID: 9a2591b36e0d436caf54ca20bda7ad62 Following: sys-devices-virtual-tty-ttytc.device Following Set Member: sys-devices-virtual-tty-ttytc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttytc Found: found-udev -> Unit sys-devices-virtual-tty-ttypa.device: Description: /sys/devices/virtual/tty/ttypa Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttypa.device Invocation ID: 2555e98bbd484c08bfb6b285186a2562 Following Set Member: dev-ttypa.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttypa Found: found-udev -> Unit sys-devices-virtual-tty-ttyx2.device: Description: /sys/devices/virtual/tty/ttyx2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyx2.device Invocation ID: 0cfe0caef7ed44cf863a80771792229a Following Set Member: dev-ttyx2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx2 Found: found-udev -> Unit dev-disk-by\x2dpartuuid-0a40befa\x2d01.device: Description: ST3300007LC DAVE Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpartuuid-0a40befa\x2d01.device Invocation ID: a8b94aa343fe4991b2cc766c06b46fc9 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb-sdb1.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb-sdb1.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR03Y0N\x2dpart1.device Following Set Member: dev-disk-by\x2dlabel-DAVE.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.0\x2dscsi\x2d0:0:0:0\x2dpart1.device Following Set Member: dev-sdb1.device Following Set Member: dev-disk-by\x2duuid-319a7735\x2dd320\x2d4e62\x2db142\x2d05950b0eff50.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.0/host2/target2:0:0/2:0:0:0/block/sdb/sdb1 Found: found-udev -> Unit systemd-fsck-root.service: Description: File System Check on Root Device Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-fsck-root.service Documentation: man:systemd-fsck-root.service(8) Fragment Path: /lib/systemd/system/systemd-fsck-root.service ConditionPathExists: !/run/initramfs/fsck-root failed ConditionPathIsReadWrite: !/ untested Condition Timestamp: Sat 2018-09-22 16:14:23 EDT Condition Result: no Requires: system.slice (origin-file) Wants: systemd-fsckd.socket (origin-file) WantedBy: local-fs.target (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) Before: shutdown.target (origin-file) Before: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) Before: local-fs.target (origin-file) Before: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) Before: systemd-remount-fs.service (destination-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: systemd-fsckd.socket (origin-file) References: systemd-fsckd.socket (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-file) References: local-fs.target (origin-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) ReferencedBy: local-fs.target (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) ReferencedBy: systemd-remount-fs.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: infinity RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-fsck CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyac.device: Description: /dev/ttyac Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyac.device Invocation ID: c9f3f1e007224054bf316f217599fbea Following: sys-devices-virtual-tty-ttyac.device Following Set Member: sys-devices-virtual-tty-ttyac.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyac Found: found-udev -> Unit dev-ttyz9.device: Description: /dev/ttyz9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyz9.device Invocation ID: 004922d8dca94fa0ada1b5d565238490 Following: sys-devices-virtual-tty-ttyz9.device Following Set Member: sys-devices-virtual-tty-ttyz9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz9 Found: found-udev -> Unit network-online.target: Description: Network is Online Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:04 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:04 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:04 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: network-online.target Invocation ID: 9715b01f28574e47af27c19570120594 Documentation: man:systemd.special(7) Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget Fragment Path: /lib/systemd/system/network-online.target Condition Timestamp: Sat 2018-09-22 16:15:04 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:04 EDT Assert Result: yes Wants: ifupdown-wait-online.service (origin-file) Wants: networking.service (origin-file) WantedBy: sheepdog.service (destination-file) WantedBy: postfix at -.service (destination-file) WantedBy: radvd.service (destination-file) WantedBy: nmbd.service (destination-file) WantedBy: smbd.service (destination-file) WantedBy: mysql.service (destination-file) WantedBy: exim4.service (destination-file) Conflicts: shutdown.target (origin-default) Before: postfix at -.service (destination-file) Before: nmbd.service (destination-file) Before: minissdpd.service (destination-file) Before: smbd.service (destination-file) Before: sheepdog.service (destination-file) Before: apt-daily-upgrade.service (destination-file) Before: rc-local.service (destination-file) Before: shutdown.target (origin-default) Before: mysql.service (destination-file) Before: exim4.service (destination-file) Before: radvd.service (destination-file) Before: apt-daily.service (destination-file) After: network.target (origin-file) After: ifupdown-wait-online.service (destination-file) After: ifup at eth0.service (destination-file) After: networking.service (destination-file) References: shutdown.target (origin-default) References: network.target (origin-file) References: ifupdown-wait-online.service (origin-file) References: networking.service (origin-file) ReferencedBy: apt-daily-upgrade.service (destination-file) ReferencedBy: smbd.service (destination-file) ReferencedBy: mysql.service (destination-file) ReferencedBy: radvd.service (destination-file) ReferencedBy: ifup at eth0.service (destination-file) ReferencedBy: rc-local.service (destination-file) ReferencedBy: apt-daily.service (destination-file) ReferencedBy: networking.service (destination-file) ReferencedBy: minissdpd.service (destination-file) ReferencedBy: ifupdown-wait-online.service (destination-file) ReferencedBy: exim4.service (destination-file) ReferencedBy: postfix at -.service (destination-file) ReferencedBy: sheepdog.service (destination-file) ReferencedBy: nmbd.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-ttys7.device: Description: /dev/ttys7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttys7.device Invocation ID: 23d8f6e2db78450d9978c71a8d801d83 Following: sys-devices-virtual-tty-ttys7.device Following Set Member: sys-devices-virtual-tty-ttys7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys7 Found: found-udev -> Unit sys-devices-virtual-tty-ttyz6.device: Description: /sys/devices/virtual/tty/ttyz6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyz6.device Invocation ID: a8a66eda0e5942e2afc27d7c54797746 Following Set Member: dev-ttyz6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz6 Found: found-udev -> Unit dev-disk-by\x2duuid-60586da5\x2d52b5\x2d4bae\x2d8396\x2d91e3fba003b1.device: Description: My_Passport_0748 2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2duuid-60586da5\x2d52b5\x2d4bae\x2d8396\x2d91e3fba003b1.device Invocation ID: 4aa3bce81c1f4c869cb6ebe1c3040cd2 Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda2.device Following Set Member: dev-sda2.device Following Set Member: dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0\x2dpart2.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device Following Set Member: dev-disk-by\x2dpartuuid-676ba017\x2d02.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:01.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/block/sda/sda2 Found: found-udev -> Unit dev-ttyq2.device: Description: /dev/ttyq2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyq2.device Invocation ID: 2587de9cdc2f4e4d87f4da9aedd0c392 Following: sys-devices-virtual-tty-ttyq2.device Following Set Member: sys-devices-virtual-tty-ttyq2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq2 Found: found-udev -> Unit winbind.service: Description: winbind.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: winbind.service Before: smbd.service (destination-file) ReferencedBy: smbd.service (destination-file) -> Unit dev-ttyzf.device: Description: /dev/ttyzf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyzf.device Invocation ID: 8e6920d369b94f15b6a113e0634b1096 Following: sys-devices-virtual-tty-ttyzf.device Following Set Member: sys-devices-virtual-tty-ttyzf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyzf Found: found-udev -> Unit dev-disk-by\x2dpartuuid-818f7e70\x2d02.device: Description: ST3300007LC BOOT2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpartuuid-818f7e70\x2d02.device Invocation ID: ac5adda48d0541d0ad1ffff7d467b74d Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc2.device Following Set Member: dev-disk-by\x2dlabel-BOOT2.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart2.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc2.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart2.device Following Set Member: dev-sdc2.device Following Set Member: dev-disk-by\x2duuid-93011b9e\x2d236b\x2d4dbc\x2d9a63\x2d6b13390e0b32.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc2 Found: found-udev -> Unit sys-devices-virtual-tty-ttydd.device: Description: /sys/devices/virtual/tty/ttydd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttydd.device Invocation ID: d55de5ffbe7443a8a43329fae4cadcf0 Following Set Member: dev-ttydd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttydd Found: found-udev -> Unit dev-ttyv2.device: Description: /dev/ttyv2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyv2.device Invocation ID: 3b33add5de784e469cc5101608bcc7f2 Following: sys-devices-virtual-tty-ttyv2.device Following Set Member: sys-devices-virtual-tty-ttyv2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv2 Found: found-udev -> Unit dev-ttyte.device: Description: /dev/ttyte Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyte.device Invocation ID: b7c5c6b9155d48aba57dc9845b18a74d Following: sys-devices-virtual-tty-ttyte.device Following Set Member: sys-devices-virtual-tty-ttyte.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyte Found: found-udev -> Unit run-user-1000.mount: Description: /run/user/1000 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:24 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:24 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: run-user-1000.mount Invocation ID: 0c42d6c92a554a5388b6ae8449d36c8b Source Path: /proc/self/mountinfo Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) Conflicts: umount.target (origin-mountinfo-implicit origin-mountinfo-default) Before: umount.target (origin-mountinfo-default) Before: local-fs.target (origin-mountinfo-implicit) After: system.slice (origin-file) After: local-fs-pre.target (origin-mountinfo-default) After: -.mount (origin-implicit) After: swap.target (origin-mountinfo-default) After: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: local-fs.target (origin-mountinfo-implicit) References: local-fs-pre.target (origin-mountinfo-default) References: -.mount (origin-implicit) References: umount.target (origin-mountinfo-implicit origin-mountinfo-default) References: swap.target (origin-mountinfo-default) References: systemd-journald.socket (origin-file) RequiresMountsFor: /run/user (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /run/user/1000 What: tmpfs File System Type: tmpfs Options: rw,nosuid,nodev,relatime,size=821448k,mode=700,uid=1000,gid=1000 From /proc/self/mountinfo: yes From fragment: no Extrinsic: no DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit system-serial\x2dgetty.slice: Description: system-serial\x2dgetty.slice Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:21 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:21 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:21 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/system-serial\x2dgetty.slice CGroup realized: yes CGroup realized mask: memory devices pids CGroup enabled mask: memory pids CGroup own mask: memory pids CGroup members mask: memory pids Name: system-serial\x2dgetty.slice Invocation ID: 9da3fdf9fb8a4d819e354945ae6c5765 Condition Timestamp: Sat 2018-09-22 16:14:21 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:21 EDT Assert Result: yes Requires: system.slice (origin-implicit) RequiredBy: serial-getty at ttyS0.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: serial-getty at ttyS0.service (destination-file) After: system.slice (origin-implicit) References: shutdown.target (origin-default) References: system.slice (origin-implicit) ReferencedBy: serial-getty at ttyS0.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: active CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no -> Unit dev-ttywc.device: Description: /dev/ttywc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttywc.device Invocation ID: 0ec04c72ff494923a6b38a97fa8596af Following: sys-devices-virtual-tty-ttywc.device Following Set Member: sys-devices-virtual-tty-ttywc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttywc Found: found-udev -> Unit dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart5.device: Description: ST3300007LC ROOT2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart5.device Invocation ID: 316fb9a6bb914ccf8ee2db8260859ca9 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc5.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart5.device Following Set Member: dev-sdc5.device Following Set Member: dev-disk-by\x2duuid-ac66c6a1\x2d0b08\x2d481d\x2da400\x2d9fb6e7a49f1b.device Following Set Member: dev-disk-by\x2dlabel-ROOT2.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc5.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d05.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc5 Found: found-udev -> Unit dev-ttyy1.device: Description: /dev/ttyy1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyy1.device Invocation ID: 6998baa9e8ac483aa7fd9957cdf68aea Following: sys-devices-virtual-tty-ttyy1.device Following Set Member: sys-devices-virtual-tty-ttyy1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy1 Found: found-udev -> Unit sys-devices-virtual-tty-ttyt5.device: Description: /sys/devices/virtual/tty/ttyt5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyt5.device Invocation ID: bcabeb8edb6c46b9ad190b0b52be88ee Following Set Member: dev-ttyt5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt5 Found: found-udev -> Unit sys-devices-virtual-tty-ttydb.device: Description: /sys/devices/virtual/tty/ttydb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttydb.device Invocation ID: cec278fc31e7492e8660d53ea827552b Following Set Member: dev-ttydb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttydb Found: found-udev -> Unit dev-ttyp3.device: Description: /dev/ttyp3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyp3.device Invocation ID: 41abcc2f0ec64868b7a6cd45872820d5 Following: sys-devices-virtual-tty-ttyp3.device Following Set Member: sys-devices-virtual-tty-ttyp3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp3 Found: found-udev -> Unit tmp.mount: Description: tmp.mount Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: tmp.mount WantedBy: basic.target (destination-file) Before: basic.target (destination-file) ReferencedBy: basic.target (destination-file) -> Unit dev-ttyx8.device: Description: /dev/ttyx8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyx8.device Invocation ID: 5eced4adf5254d2fbc0b542078f43a2e Following: sys-devices-virtual-tty-ttyx8.device Following Set Member: sys-devices-virtual-tty-ttyx8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx8 Found: found-udev -> Unit sys-devices-virtual-tty-ttys7.device: Description: /sys/devices/virtual/tty/ttys7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttys7.device Invocation ID: 6672ef39af574654b0d6d800b985f219 Following Set Member: dev-ttys7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys7 Found: found-udev -> Unit systemd-fsck at dev-disk-by\x2dlabel-HOME2.service: Description: File System Check on /dev/disk/by-label/HOME2 Instance: dev-disk-by\x2dlabel-HOME2 Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:38 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:38 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-systemd\x2dfsck.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service Invocation ID: be95caeab93e47c590a4fbe7e7e2707c Documentation: man:systemd-fsck at .service(8) Fragment Path: /lib/systemd/system/systemd-fsck at .service Condition Timestamp: Sat 2018-09-22 16:14:36 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:36 EDT Assert Result: yes Requires: system-systemd\x2dfsck.slice (origin-file) Wants: systemd-fsckd.socket (origin-file) BindsTo: dev-disk-by\x2dlabel-HOME2.device (origin-file) RequiredBy: home.mount (destination-file) Before: home.mount (destination-file) Before: shutdown.target (origin-file) Before: systemd-quotacheck.service (origin-file) After: system-systemd\x2dfsck.slice (origin-file) After: dev-disk-by\x2dlabel-HOME2.device (origin-file) After: local-fs-pre.target (origin-file) After: systemd-journald.socket (origin-file) After: systemd-fsckd.socket (origin-file) After: systemd-fsck-root.service (origin-file) References: system-systemd\x2dfsck.slice (origin-file) References: dev-disk-by\x2dlabel-HOME2.device (origin-file) References: shutdown.target (origin-file) References: systemd-quotacheck.service (origin-file) References: local-fs-pre.target (origin-file) References: systemd-journald.socket (origin-file) References: systemd-fsckd.socket (origin-file) References: systemd-fsck-root.service (origin-file) ReferencedBy: home.mount (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: infinity RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-fsck /dev/disk/by-label/HOME2 PID: 1306 Start Timestamp: Sat 2018-09-22 16:14:36 EDT Exit Timestamp: Sat 2018-09-22 16:14:38 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyz7.device: Description: /dev/ttyz7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyz7.device Invocation ID: d91a8a931a8b46f2aed515420c81f3d9 Following: sys-devices-virtual-tty-ttyz7.device Following Set Member: sys-devices-virtual-tty-ttyz7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz7 Found: found-udev -> Unit nscd.service: Description: Name Service Cache Daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:03 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:59 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:03 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/nscd.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: nscd.service Invocation ID: b4396b329d9c424c869f20b36d96ce73 Fragment Path: /lib/systemd/system/nscd.service Condition Timestamp: Sat 2018-09-22 16:14:59 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:59 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: basic.target (origin-default) After: sysinit.target (origin-default) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) References: basic.target (origin-default) References: sysinit.target (origin-default) References: system.slice (origin-file) References: shutdown.target (origin-default) References: systemd-journald.socket (origin-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: always NotifyAccess: none NotifyState: unknown Main PID: 1493 Main PID Known: yes Main PID Alien: no PIDFile: /run/nscd/nscd.pid RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/nscd PID: 1481 Start Timestamp: Sat 2018-09-22 16:14:59 EDT Exit Timestamp: Sat 2018-09-22 16:15:03 EDT Exit Code: exited Exit Status: 0 -> ExecReload: Command Line: /usr/sbin/nscd -i passwd Command Line: /usr/sbin/nscd -i group Command Line: /usr/sbin/nscd -i hosts Command Line: /usr/sbin/nscd -i services Command Line: /usr/sbin/nscd -i netgroup -> ExecStop: Command Line: /usr/sbin/nscd --shutdown CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyp6.device: Description: /dev/ttyp6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyp6.device Invocation ID: 59858640529b4acd88e66add9bbd078f Following: sys-devices-virtual-tty-ttyp6.device Following Set Member: sys-devices-virtual-tty-ttyp6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp6 Found: found-udev -> Unit sys-devices-virtual-tty-ttyq6.device: Description: /sys/devices/virtual/tty/ttyq6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyq6.device Invocation ID: a8614c65062045889959be9e156d1ba2 Following Set Member: dev-ttyq6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq6 Found: found-udev -> Unit dev-ttye1.device: Description: /dev/ttye1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttye1.device Invocation ID: 729279ce4c624cfeacfe7a1d64582548 Following: sys-devices-virtual-tty-ttye1.device Following Set Member: sys-devices-virtual-tty-ttye1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye1 Found: found-udev -> Unit sys-devices-parisc-0-0:0-pci0000:00-0000:00:02.0-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device: Description: DW-224E Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:0-pci0000:00-0000:00:02.0-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device Invocation ID: 1d9525988cd145768b5e5a2872fb3890 Following Set Member: dev-dvd.device Following Set Member: dev-cdrom.device Following Set Member: dev-disk-by\x2did-ata\x2dDW\x2d224E.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:02.0\x2data\x2d1.device Following Set Member: dev-cdrw.device Following Set Member: dev-sr0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:02.0/ata1/host0/target0:0:0/0:0:0:0/block/sr0 Found: found-udev -> Unit sys-devices-virtual-tty-ttyy8.device: Description: /sys/devices/virtual/tty/ttyy8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyy8.device Invocation ID: 6c5593320c0f4bb08cc30d4617639df6 Following Set Member: dev-ttyy8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy8 Found: found-udev -> Unit dev-ttyv4.device: Description: /dev/ttyv4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyv4.device Invocation ID: 27f12389a4e44382a2b3f9059ccd4810 Following: sys-devices-virtual-tty-ttyv4.device Following Set Member: sys-devices-virtual-tty-ttyv4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv4 Found: found-udev -> Unit dev-disk-by\x2dlabel-HOME2.device: Description: ST3300007LC HOME2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dlabel-HOME2.device Invocation ID: 8d5e91cb0f43450aa830662051025cbd Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc7.device Following Set Member: dev-disk-by\x2duuid-d64e45b1\x2d462e\x2d4437\x2d9a0a\x2dcf835dcef080.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart7.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc7.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart7.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d07.device Following Set Member: dev-sdc7.device Condition Timestamp: Sat 2018-09-22 16:14:24 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:24 EDT Assert Result: yes Wants: home.mount (origin-file) BoundBy: home.mount (destination-file) BoundBy: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) Before: home.mount (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) ReferencedBy: home.mount (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc7 Found: found-udev -> Unit dev-ttyd0.device: Description: /dev/ttyd0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyd0.device Invocation ID: 085e08496b5345079d91742d5d3c47f0 Following: sys-devices-virtual-tty-ttyd0.device Following Set Member: sys-devices-virtual-tty-ttyd0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd0 Found: found-udev -> Unit sys-devices-virtual-tty-ttyub.device: Description: /sys/devices/virtual/tty/ttyub Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyub.device Invocation ID: 78aea98fcd7f43ba9f51c2b916fb8bbc Following Set Member: dev-ttyub.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyub Found: found-udev -> Unit dev-ttybb.device: Description: /dev/ttybb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttybb.device Invocation ID: b71a658c0ad54a678c5e6d264dde709d Following: sys-devices-virtual-tty-ttybb.device Following Set Member: sys-devices-virtual-tty-ttybb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttybb Found: found-udev -> Unit sys-devices-virtual-tty-ttyc8.device: Description: /sys/devices/virtual/tty/ttyc8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyc8.device Invocation ID: da8e646289f546bc9b295ccebcb4c3f2 Following Set Member: dev-ttyc8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc8 Found: found-udev -> Unit systemd-udevd.service: Description: udev Kernel Device Manager Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:26 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:26 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:26 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-udevd.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: systemd-udevd.service Name: udev.service Invocation ID: ccb243e72400477abf24aee911a93e65 Documentation: man:systemd-udevd.service(8) Documentation: man:udev(7) Fragment Path: /lib/systemd/system/systemd-udevd.service ConditionPathIsReadWrite: /sys succeeded Condition Timestamp: Sat 2018-09-22 16:14:26 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:26 EDT Assert Result: yes Requires: system.slice (origin-file) Wants: systemd-udevd-kernel.socket (origin-file) Wants: systemd-udevd-control.socket (origin-file) WantedBy: ifupdown-pre.service (destination-file) WantedBy: sysinit.target (destination-file) WantedBy: systemd-udev-trigger.service (destination-file) Before: network-manager.service (destination-file) Before: sysinit.target (origin-file) Before: systemd-networkd.service (destination-file) After: systemd-sysusers.service (origin-file) After: systemd-udevd-control.socket (origin-file destination-implicit) After: systemd-tmpfiles-setup-dev.service (destination-file) After: systemd-hwdb-update.service (origin-file) After: systemd-udevd-kernel.socket (origin-file destination-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) TriggeredBy: systemd-udevd-kernel.socket (origin-file destination-implicit) TriggeredBy: systemd-udevd-control.socket (origin-file destination-implicit) References: systemd-sysusers.service (origin-file) References: systemd-udevd-control.socket (origin-file) References: systemd-hwdb-update.service (origin-file) References: systemd-udevd-kernel.socket (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-file) ReferencedBy: systemd-udevd-control.socket (destination-implicit) ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file) ReferencedBy: systemd-udevd-kernel.socket (destination-implicit) ReferencedBy: systemd-udev-trigger.service (destination-file) ReferencedBy: ifupdown-pre.service (destination-file) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: sysinit.target (destination-file) ReferencedBy: network-manager.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: always NotifyAccess: main NotifyState: ready Main PID: 1200 Main PID Known: yes Main PID Alien: no RestartSec: 0 TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 3min KillMode: mixed KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 OOMScoreAdjust: -1000 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-udevd PID: 1200 Start Timestamp: Sat 2018-09-22 16:14:26 EDT Status Text: Processing with 16 children at max CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no IPAddressDeny=0.0.0.0/0 IPAddressDeny=::/0 -> Unit sys-devices-virtual-tty-ttyt7.device: Description: /sys/devices/virtual/tty/ttyt7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyt7.device Invocation ID: 34b9e1e0f7474647873c3cd823e6af0e Following Set Member: dev-ttyt7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt7 Found: found-udev -> Unit systemd-journald.service: Description: Journal Service Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:23 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:24 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-journald.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: systemd-journald.service Invocation ID: efac7c75aaab4e4ea68b8fa1afda29dc Documentation: man:systemd-journald.service(8) Documentation: man:journald.conf(5) Fragment Path: /lib/systemd/system/systemd-journald.service Condition Timestamp: Sat 2018-09-22 16:14:23 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:23 EDT Assert Result: yes Requires: systemd-journald.socket (origin-file) Requires: system.slice (origin-file) Wants: systemd-journald-audit.socket (origin-file) Wants: systemd-journald.socket (origin-file) Wants: systemd-journald-dev-log.socket (origin-file) RequiredBy: systemd-journal-flush.service (destination-file) WantedBy: sysinit.target (destination-file) Before: systemd-journal-flush.service (destination-file) Before: sysinit.target (origin-file) After: system.slice (origin-file) After: syslog.socket (origin-file) After: systemd-journald-dev-log.socket (origin-file destination-implicit) After: systemd-journald.socket (origin-file destination-implicit) After: systemd-journald-audit.socket (origin-file destination-implicit) TriggeredBy: systemd-journald-audit.socket (origin-file destination-implicit) TriggeredBy: systemd-journald.socket (origin-file destination-implicit) TriggeredBy: systemd-journald-dev-log.socket (origin-file destination-implicit) References: system.slice (origin-file) References: syslog.socket (origin-file) References: sysinit.target (origin-file) References: systemd-journald-dev-log.socket (origin-file) References: systemd-journald.socket (origin-file) References: systemd-journald-audit.socket (origin-file) ReferencedBy: systemd-journald.socket (destination-implicit) ReferencedBy: systemd-journald-audit.socket (destination-implicit) ReferencedBy: systemd-journald-dev-log.socket (destination-implicit) ReferencedBy: sysinit.target (destination-file) ReferencedBy: systemd-journal-flush.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: always NotifyAccess: main NotifyState: ready Main PID: 1178 Main PID Known: yes Main PID Alien: no RestartSec: 0 TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 3min KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 16384 Limit NOFILESoft: 16384 StandardInput: null StandardOutput: null StandardError: inherit CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_setgid cap_setuid cap_sys_ptrace cap_sys_admin cap_audit_control cap_mac_override cap_syslog DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-journald PID: 1178 Start Timestamp: Sat 2018-09-22 16:14:23 EDT Status Text: Processing requests... File Descriptor Store Max: 4224 File Descriptor Store Current: 16 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no IPAddressDeny=0.0.0.0/0 IPAddressDeny=::/0 -> Unit dev-ttyzc.device: Description: /dev/ttyzc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyzc.device Invocation ID: c0481a0cf9c8472d95e2e1dd56ef1107 Following: sys-devices-virtual-tty-ttyzc.device Following Set Member: sys-devices-virtual-tty-ttyzc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyzc Found: found-udev -> Unit lvm2-monitor.service: Description: lvm2-monitor.service Instance: n/a Unit Load State: masked Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: lvm2-monitor.service Fragment Path: /dev/null WantedBy: sysinit.target (destination-file) ReferencedBy: sysinit.target (destination-file) -> Unit paths.target: Description: Paths Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:22 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:22 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:22 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: paths.target Invocation ID: 94464522f29f4fb4a114bf5a32e7a58d Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/paths.target Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:22 EDT Assert Result: yes WantedBy: basic.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: basic.target (destination-file destination-default) After: systemd-ask-password-console.path (destination-file) After: systemd-ask-password-wall.path (destination-file) References: shutdown.target (origin-default) ReferencedBy: systemd-ask-password-wall.path (destination-file) ReferencedBy: basic.target (destination-file destination-default) ReferencedBy: systemd-ask-password-console.path (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit sys-devices-virtual-tty-ttyt9.device: Description: /sys/devices/virtual/tty/ttyt9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyt9.device Invocation ID: aac20eecf6ba4fc0abeb6283faef6098 Following Set Member: dev-ttyt9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt9 Found: found-udev -> Unit var.mount: Description: /var Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:40 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:38 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:40 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/var.mount CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: var.mount Invocation ID: 105b1a111fec4e35aa98a453d12eac99 Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Fragment Path: /run/systemd/generator/var.mount Source Path: /etc/fstab Condition Timestamp: Sat 2018-09-22 16:14:38 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:38 EDT Assert Result: yes Requires: system.slice (origin-file) Requires: -.mount (origin-file origin-implicit) Requires: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (origin-file) BindsTo: dev-disk-by\x2dlabel-VAR2.device (origin-file) RequiredBy: apt-cacher-ng.service (destination-file) RequiredBy: postgresql at 10-main.service (destination-file) RequiredBy: logrotate.service (destination-file) RequiredBy: apparmor.service (destination-file) RequiredBy: phpsessionclean.service (destination-file) RequiredBy: systemd-update-utmp.service (destination-file) RequiredBy: postgresql at 9.3-main.service (destination-file) RequiredBy: basic.target (destination-file) RequiredBy: systemd-journal-flush.service (destination-file) RequiredBy: postgresql at 9.6-main.service (destination-file) RequiredBy: systemd-networkd.service (destination-file) RequiredBy: postgresql at 9.5-main.service (destination-file) RequiredBy: phpsessionclean.timer (destination-file) RequiredBy: logrotate.timer (destination-file) RequiredBy: systemd-update-utmp-runlevel.service (destination-file) RequiredBy: apt-daily.timer (destination-file) RequiredBy: local-fs.target (destination-file) RequiredBy: systemd-random-seed.service (destination-file) RequiredBy: apt-daily-upgrade.timer (destination-file) RequiredBy: ModemManager.service (destination-file) RequiredBy: systemd-timesyncd.service (destination-file) RequiredBy: ntp.service (destination-file) RequiredBy: postgresql at 9.4-main.service (destination-file) RequiredBy: schroot.service (destination-file) RequiredBy: dbus.socket (destination-file) WantedBy: dev-disk-by\x2dlabel-VAR2.device (destination-file) Conflicts: umount.target (origin-file) Before: postgresql at 9.5-main.service (destination-file) Before: systemd-update-utmp.service (destination-file) Before: logrotate.service (destination-file) Before: systemd-networkd.service (destination-file) Before: basic.target (destination-file destination-default) Before: phpsessionclean.service (destination-file) Before: apt-daily.timer (destination-file) Before: systemd-journal-flush.service (destination-file) Before: schroot.service (destination-file) Before: logrotate.timer (destination-file) Before: apt-cacher-ng.service (destination-file) Before: postgresql at 10-main.service (destination-file) Before: umount.target (origin-file) Before: systemd-timesyncd.service (destination-file) Before: phpsessionclean.timer (destination-file) Before: local-fs.target (origin-file) Before: apparmor.service (destination-file) Before: postgresql at 9.4-main.service (destination-file) Before: systemd-random-seed.service (destination-file) Before: postgresql at 9.3-main.service (destination-file) Before: ModemManager.service (destination-file) Before: postgresql at 9.6-main.service (destination-file) Before: dbus.socket (destination-file) Before: ntp.service (destination-file) Before: systemd-update-utmp-runlevel.service (destination-file) Before: apt-daily-upgrade.timer (destination-file) After: local-fs-pre.target (origin-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: dev-disk-by\x2dlabel-VAR2.device (origin-file) After: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (origin-file) After: -.mount (origin-file origin-implicit) References: local-fs-pre.target (origin-file) References: system.slice (origin-file) References: umount.target (origin-file) References: local-fs.target (origin-file) References: systemd-journald.socket (origin-file) References: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (origin-file) References: dev-disk-by\x2dlabel-VAR2.device (origin-file) References: -.mount (origin-file origin-implicit) ReferencedBy: postgresql at 9.3-main.service (destination-file) ReferencedBy: logrotate.service (destination-file) ReferencedBy: apt-cacher-ng.service (destination-file) ReferencedBy: systemd-update-utmp.service (destination-file) ReferencedBy: systemd-random-seed.service (destination-file) ReferencedBy: systemd-update-utmp-runlevel.service (destination-file) ReferencedBy: local-fs.target (destination-file) ReferencedBy: systemd-journal-flush.service (destination-file) ReferencedBy: systemd-timesyncd.service (destination-file) ReferencedBy: apt-daily.timer (destination-file) ReferencedBy: dbus.socket (destination-file) ReferencedBy: postgresql at 9.5-main.service (destination-file) ReferencedBy: postgresql at 9.6-main.service (destination-file) ReferencedBy: ntp.service (destination-file) ReferencedBy: phpsessionclean.service (destination-file) ReferencedBy: ModemManager.service (destination-file) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: postgresql at 10-main.service (destination-file) ReferencedBy: phpsessionclean.timer (destination-file) ReferencedBy: apparmor.service (destination-file) ReferencedBy: postgresql at 9.4-main.service (destination-file) ReferencedBy: apt-daily-upgrade.timer (destination-file) ReferencedBy: basic.target (destination-file destination-default) ReferencedBy: schroot.service (destination-file) ReferencedBy: logrotate.timer (destination-file) RequiresMountsFor: / (origin-implicit) RequiresMountsFor: /dev/disk/by-label/VAR2 (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /var What: /dev/sdc6 File System Type: ext4 Options: rw,relatime,data=ordered From /proc/self/mountinfo: yes From fragment: yes Extrinsic: no DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ram13.device: Description: /dev/ram13 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:28 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:28 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:28 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram13.device Invocation ID: 241e34c8938742a7a5f66c78a3a96888 Following: sys-devices-virtual-block-ram13.device Following Set Member: sys-devices-virtual-block-ram13.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram13 Found: found-udev -> Unit init.scope: Description: System and Service Manager Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:21 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:21 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:21 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: yes Perpetual: yes Garbage Collection Mode: inactive Slice: -.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: init.scope Documentation: man:systemd(1) Requires: -.slice (origin-file) After: -.slice (origin-file) References: -.slice (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Scope State: running Result: success CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no -> Unit sys-devices-virtual-tty-ttywc.device: Description: /sys/devices/virtual/tty/ttywc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttywc.device Invocation ID: 04cda2dca17d48f38cc05eeea9f522f4 Following Set Member: dev-ttywc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttywc Found: found-udev -> Unit dev-ttyq6.device: Description: /dev/ttyq6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyq6.device Invocation ID: 165110e4ff6d4b3ea7735e5ed01bbff6 Following: sys-devices-virtual-tty-ttyq6.device Following Set Member: sys-devices-virtual-tty-ttyq6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq6 Found: found-udev -> Unit sys-devices-virtual-tty-ttyrf.device: Description: /sys/devices/virtual/tty/ttyrf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyrf.device Invocation ID: 2d05f558d3a74ec18d25791c86447c0c Following Set Member: dev-ttyrf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyrf Found: found-udev -> Unit sys-devices-virtual-tty-ttysb.device: Description: /sys/devices/virtual/tty/ttysb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttysb.device Invocation ID: fdf63fa7e463477a88c1a820ec4ed42b Following Set Member: dev-ttysb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttysb Found: found-udev -> Unit sys-devices-virtual-block-ram10.device: Description: /sys/devices/virtual/block/ram10 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram10.device Invocation ID: 58c7788fcd214750a93f1e19c161d76f Following Set Member: dev-ram10.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram10 Found: found-udev -> Unit dev-ttyt7.device: Description: /dev/ttyt7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyt7.device Invocation ID: feb70fd08cb0401b96406553cec9dc26 Following: sys-devices-virtual-tty-ttyt7.device Following Set Member: sys-devices-virtual-tty-ttyt7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt7 Found: found-udev -> Unit systemd-tmpfiles-clean.service: Description: Cleanup of Temporary Directories Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: Sat 2018-09-22 16:29:02 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:29:02 EDT Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: Sat 2018-09-22 16:29:02 EDT May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-tmpfiles-clean.service Invocation ID: 9a56b6d6544f455abfb866bd9f06cb37 Documentation: man:tmpfiles.d(5) Documentation: man:systemd-tmpfiles(8) Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.service Condition Timestamp: Sat 2018-09-22 16:29:01 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:29:01 EDT Assert Result: yes Requires: system.slice (origin-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) After: system.slice (origin-file) After: time-sync.target (origin-file) After: local-fs.target (origin-file) After: systemd-journald.socket (origin-file) After: systemd-tmpfiles-clean.timer (destination-implicit) TriggeredBy: systemd-tmpfiles-clean.timer (destination-implicit) References: system.slice (origin-file) References: shutdown.target (origin-file) References: time-sync.target (origin-file) References: local-fs.target (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: systemd-tmpfiles-clean.timer (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 IOSchedulingClass: idle IOPriority: 0 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/systemd-tmpfiles --clean PID: 11519 Start Timestamp: Sat 2018-09-22 16:29:02 EDT Exit Timestamp: Sat 2018-09-22 16:29:02 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit systemd-ask-password-console.service: Description: Dispatch Password Requests to Console Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-ask-password-console.service Documentation: man:systemd-ask-password-console.service(8) Fragment Path: /lib/systemd/system/systemd-ask-password-console.service ConditionPathExists: !/run/plymouth/pid untested Requires: system.slice (origin-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) After: systemd-vconsole-setup.service (origin-file) After: plymouth-start.service (origin-file) After: systemd-ask-password-console.path (destination-implicit) TriggeredBy: systemd-ask-password-console.path (destination-implicit) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: shutdown.target (origin-file) References: systemd-vconsole-setup.service (origin-file) References: plymouth-start.service (origin-file) ReferencedBy: systemd-ask-password-console.path (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/systemd-tty-ask-password-agent --watch --console CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyy1.device: Description: /sys/devices/virtual/tty/ttyy1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyy1.device Invocation ID: 0637bd6e0ab24be9b2fef0d4253e627e Following Set Member: dev-ttyy1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy1 Found: found-udev -> Unit dev-ttyea.device: Description: /dev/ttyea Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyea.device Invocation ID: ec747b9381df42a19ef32ab0f910a403 Following: sys-devices-virtual-tty-ttyea.device Following Set Member: sys-devices-virtual-tty-ttyea.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyea Found: found-udev -> Unit nfs-mountd.service: Description: NFS Mount Daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:06 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:04 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:06 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/nfs-mountd.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: nfs-mountd.service Invocation ID: b4c80b047ce046e2befaadacf606ec8b Fragment Path: /lib/systemd/system/nfs-mountd.service Condition Timestamp: Sat 2018-09-22 16:15:04 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:04 EDT Assert Result: yes Requires: proc-fs-nfsd.mount (origin-file) Requires: system.slice (origin-file) Wants: nfs-config.service (origin-file) BindsTo: nfs-server.service (origin-file) RequiredBy: nfs-server.service (destination-file) Before: nfs-server.service (destination-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: proc-fs-nfsd.mount (origin-file) After: local-fs.target (origin-file) After: nfs-config.service (origin-file) After: network.target (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: nfs-server.service (origin-file) References: proc-fs-nfsd.mount (origin-file) References: local-fs.target (origin-file) References: nfs-config.service (origin-file) References: network.target (origin-file) ReferencedBy: nfs-server.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: no NotifyAccess: none NotifyState: unknown Main PID: 1610 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/run/sysconfig/nfs-utils RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/rpc.mountd $RPCMOUNTDARGS PID: 1596 Start Timestamp: Sat 2018-09-22 16:15:04 EDT Exit Timestamp: Sat 2018-09-22 16:15:06 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-parisc-0-0:7-pci0000:e0-0000:e0:01.1-tty-ttyS0.device: Description: Diva Serial [GSP] Multiport UART (Everest SP2) Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:28 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:28 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:28 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:7-pci0000:e0-0000:e0:01.1-tty-ttyS0.device Invocation ID: 9df8070271a14e27a138abcf88ad12ab Following Set Member: dev-ttyS0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:7/pci0000:e0/0000:e0:01.1/tty/ttyS0 Found: found-udev -> Unit sys-devices-virtual-tty-ttyp7.device: Description: /sys/devices/virtual/tty/ttyp7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyp7.device Invocation ID: 25029e4d37694a88a5ef168957cda195 Following Set Member: dev-ttyp7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp7 Found: found-udev -> Unit umount.target: Description: Unmount All Filesystems Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: umount.target Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/umount.target ConflictedBy: boot.mount (destination-file) ConflictedBy: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap (destination-default) ConflictedBy: home-srv-swapfile.swap (destination-default) ConflictedBy: home-srv-buildd-unpack.mount (destination-file) ConflictedBy: home.mount (destination-file) ConflictedBy: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap (destination-default) ConflictedBy: rpc-statd.service (destination-file) ConflictedBy: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (destination-default) ConflictedBy: nfs-blkmap.service (destination-file) ConflictedBy: dev-sdc3.swap (destination-default) ConflictedBy: run-user-1000.mount (destination-mountinfo-implicit destination-mountinfo-default) ConflictedBy: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap (destination-default) ConflictedBy: var.mount (destination-file) ConflictedBy: run-rpc_pipefs.mount (destination-file) ConflictedBy: home-dave.mount (destination-file) ConflictedBy: rpc-gssd.service (destination-file) ConflictedBy: mnt.mount (destination-file) After: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (destination-default) After: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap (destination-default) After: home-dave.mount (destination-file) After: dev-sdc3.swap (destination-default) After: home.mount (destination-file) After: run-user-1000.mount (destination-mountinfo-default) After: boot.mount (destination-file) After: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap (destination-default) After: mnt.mount (destination-file) After: home-srv-swapfile.swap (destination-default) After: var.mount (destination-file) After: home-srv-buildd-unpack.mount (destination-file) After: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap (destination-default) ReferencedBy: rpc-statd.service (destination-file) ReferencedBy: dev-sdc3.swap (destination-default) ReferencedBy: boot.mount (destination-file) ReferencedBy: home-srv-buildd-unpack.mount (destination-file) ReferencedBy: nfs-blkmap.service (destination-file) ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap (destination-default) ReferencedBy: run-user-1000.mount (destination-mountinfo-implicit destination-mountinfo-default) ReferencedBy: home-dave.mount (destination-file) ReferencedBy: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (destination-default) ReferencedBy: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap (destination-default) ReferencedBy: rpc-gssd.service (destination-file) ReferencedBy: run-rpc_pipefs.mount (destination-file) ReferencedBy: home.mount (destination-file) ReferencedBy: home-srv-swapfile.swap (destination-default) ReferencedBy: var.mount (destination-file) ReferencedBy: mnt.mount (destination-file) ReferencedBy: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap (destination-default) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Target State: dead -> Unit lvm2-lvmetad.socket: Description: lvm2-lvmetad.socket Instance: n/a Unit Load State: masked Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: lvm2-lvmetad.socket Fragment Path: /dev/null WantedBy: sysinit.target (destination-file) WantedBy: sockets.target (destination-file) ReferencedBy: sysinit.target (destination-file) ReferencedBy: sockets.target (destination-file) -> Unit dev-ttyub.device: Description: /dev/ttyub Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyub.device Invocation ID: ba5d8272409847008d1a608f675deb49 Following: sys-devices-virtual-tty-ttyub.device Following Set Member: sys-devices-virtual-tty-ttyub.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyub Found: found-udev -> Unit dev-ttys5.device: Description: /dev/ttys5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttys5.device Invocation ID: 583f37fda03e4b96a1c556f0f8e852a1 Following: sys-devices-virtual-tty-ttys5.device Following Set Member: sys-devices-virtual-tty-ttys5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys5 Found: found-udev -> Unit network.target: Description: Network Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:04 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:04 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:04 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: network.target Invocation ID: a377d1c4c2a14d8a88e7d3d14e91a896 Documentation: man:systemd.special(7) Documentation: https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget Fragment Path: /lib/systemd/system/network.target Condition Timestamp: Sat 2018-09-22 16:15:04 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:04 EDT Assert Result: yes RequiredBy: rpc-statd-notify.service (destination-file) RequiredBy: nfs-server.service (destination-file) WantedBy: networking.service (destination-file) WantedBy: systemd-networkd.service (destination-file) WantedBy: wpa_supplicant.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: ntp.service (destination-file) Before: bind9.service (destination-file) Before: ssh.service (destination-file) Before: spamassassin.service (destination-file) Before: nfs-mountd.service (destination-file) Before: nmbd.service (destination-file) Before: rc-local.service (destination-file) Before: systemd-user-sessions.service (destination-file) Before: apt-cacher-ng.service (destination-file) Before: nfs-server.service (destination-file) Before: apt-daily-upgrade.service (destination-file) Before: smbd.service (destination-file) Before: rpc-statd.service (destination-file) Before: apt-daily.service (destination-file) Before: network-online.target (destination-file) Before: rpc-statd-notify.service (destination-file) After: ifup at eth0.service (destination-file) After: network-pre.target (origin-file) After: networking.service (destination-file) After: ifupdown-pre.service (destination-file) After: wpa_supplicant.service (destination-file) After: systemd-networkd.service (destination-file) References: network-pre.target (origin-file) References: shutdown.target (origin-default) ReferencedBy: ssh.service (destination-file) ReferencedBy: spamassassin.service (destination-file) ReferencedBy: systemd-user-sessions.service (destination-file) ReferencedBy: networking.service (destination-file) ReferencedBy: rpc-statd-notify.service (destination-file) ReferencedBy: nfs-server.service (destination-file) ReferencedBy: ifup at eth0.service (destination-file) ReferencedBy: ntp.service (destination-file) ReferencedBy: rpc-statd.service (destination-file) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: nmbd.service (destination-file) ReferencedBy: apt-daily-upgrade.service (destination-file) ReferencedBy: apt-cacher-ng.service (destination-file) ReferencedBy: ifupdown-pre.service (destination-file) ReferencedBy: smbd.service (destination-file) ReferencedBy: rc-local.service (destination-file) ReferencedBy: apt-daily.service (destination-file) ReferencedBy: wpa_supplicant.service (destination-file) ReferencedBy: nfs-mountd.service (destination-file) ReferencedBy: bind9.service (destination-file) ReferencedBy: network-online.target (destination-file) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit proc-sys-fs-binfmt_misc.mount: Description: Arbitrary Executable File Formats File System Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:20:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:20:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:20:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/proc-sys-fs-binfmt_misc.mount CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: proc-sys-fs-binfmt_misc.mount Invocation ID: 6d0012eea3a4401b8bb27cb3958803eb Documentation: https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/proc-sys-fs-binfmt_misc.mount Condition Timestamp: Sat 2018-09-22 16:20:31 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:20:31 EDT Assert Result: yes Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) After: proc-sys-fs-binfmt_misc.automount (destination-implicit) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) TriggeredBy: proc-sys-fs-binfmt_misc.automount (destination-implicit) References: -.mount (origin-implicit) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-implicit) RequiresMountsFor: /proc/sys/fs (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /proc/sys/fs/binfmt_misc What: binfmt_misc File System Type: binfmt_misc Options: rw,relatime From /proc/self/mountinfo: yes From fragment: yes Extrinsic: yes DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2dpartuuid-818f7e70\x2d03.device: Description: ST3300007LC 3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpartuuid-818f7e70\x2d03.device Invocation ID: dd697cdaa1784197b4578ac4ec0163fc Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc3.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc3.device Following Set Member: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.device Following Set Member: dev-sdc3.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc3 Found: found-udev -> Unit dev-ttyt4.device: Description: /dev/ttyt4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyt4.device Invocation ID: 57bbbef93fd749d78f9949a889773991 Following: sys-devices-virtual-tty-ttyt4.device Following Set Member: sys-devices-virtual-tty-ttyt4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt4 Found: found-udev -> Unit dev-sdb1.device: Description: ST3300007LC DAVE Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:40 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sdb1.device Invocation ID: 1e4963444d2f4df284d1758df68656aa Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb-sdb1.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb-sdb1.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR03Y0N\x2dpart1.device Following Set Member: dev-disk-by\x2dlabel-DAVE.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.0\x2dscsi\x2d0:0:0:0\x2dpart1.device Following Set Member: dev-disk-by\x2duuid-319a7735\x2dd320\x2d4e62\x2db142\x2d05950b0eff50.device Following Set Member: dev-disk-by\x2dpartuuid-0a40befa\x2d01.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.0/host2/target2:0:0/2:0:0:0/block/sdb/sdb1 Found: found-udev,found-mount -> Unit dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.device: Description: ST3300007LC 3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.device Invocation ID: d8766261617c4e2eaa0a1d38c0297e47 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc3.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d03.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc3.device Following Set Member: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.device Following Set Member: dev-sdc3.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc3 Found: found-udev -> Unit dev-ttyw3.device: Description: /dev/ttyw3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyw3.device Invocation ID: c97f2afab40d4a47b7c1d3e8d84a31a1 Following: sys-devices-virtual-tty-ttyw3.device Following Set Member: sys-devices-virtual-tty-ttyw3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw3 Found: found-udev -> Unit asterisk.service: Description: asterisk.service Instance: n/a Unit Load State: masked Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: asterisk.service Fragment Path: /dev/null WantedBy: multi-user.target (destination-file) ReferencedBy: multi-user.target (destination-file) -> Unit cpufrequtils.service: Description: LSB: set CPUFreq kernel parameters Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:12 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:11 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:12 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: cpufrequtils.service Invocation ID: 78f0a6c45d9645929bbd2d8491983746 Documentation: man:systemd-sysv-generator(8) Fragment Path: /run/systemd/generator.late/cpufrequtils.service Source Path: /etc/init.d/cpufrequtils Condition Timestamp: Sat 2018-09-22 16:15:11 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:11 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: graphical.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: graphical.target (origin-file destination-default) Before: shutdown.target (origin-default) Before: multi-user.target (origin-file destination-default) After: systemd-journald.socket (origin-file) After: sysinit.target (origin-default) After: basic.target (origin-default) After: loadcpufreq.service (origin-file) After: system.slice (origin-file) After: remote-fs.target (origin-file) References: systemd-journald.socket (origin-file) References: multi-user.target (origin-file) References: graphical.target (origin-file) References: sysinit.target (origin-default) References: basic.target (origin-default) References: loadcpufreq.service (origin-file) References: shutdown.target (origin-default) References: system.slice (origin-file) References: remote-fs.target (origin-file) ReferencedBy: graphical.target (destination-file destination-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: no Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 5min TimeoutStopSec: 5min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/init.d/cpufrequtils start PID: 1747 Start Timestamp: Sat 2018-09-22 16:15:11 EDT Exit Timestamp: Sat 2018-09-22 16:15:12 EDT Exit Code: exited Exit Status: 0 -> ExecReload: Command Line: /etc/init.d/cpufrequtils reload -> ExecStop: Command Line: /etc/init.d/cpufrequtils stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyef.device: Description: /dev/ttyef Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyef.device Invocation ID: 601ec3494d4a4958863a508df2cedd1a Following: sys-devices-virtual-tty-ttyef.device Following Set Member: sys-devices-virtual-tty-ttyef.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyef Found: found-udev -> Unit dev-ttyd9.device: Description: /dev/ttyd9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyd9.device Invocation ID: 5bf38ff868bf406f89167892d76bd72f Following: sys-devices-virtual-tty-ttyd9.device Following Set Member: sys-devices-virtual-tty-ttyd9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd9 Found: found-udev -> Unit sys-devices-virtual-tty-ttyea.device: Description: /sys/devices/virtual/tty/ttyea Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyea.device Invocation ID: 5332c21f60b84a3b9aed720413a2c927 Following Set Member: dev-ttyea.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyea Found: found-udev -> Unit dbus.socket: Description: D-Bus System Message Bus Socket Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:00 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:57 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:57 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/dbus.socket CGroup realized: no CGroup own mask: memory pids Name: dbus.socket Invocation ID: 73989a4f6fe24eb6a384f4a998d186a0 Fragment Path: /lib/systemd/system/dbus.socket Condition Timestamp: Sat 2018-09-22 16:14:57 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:57 EDT Assert Result: yes Requires: system.slice (origin-file) Requires: var.mount (origin-file) Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) RequiredBy: ofono.service (destination-file) RequiredBy: ModemManager.service (destination-file) RequiredBy: systemd-logind.service (destination-file) RequiredBy: wpa_supplicant.service (destination-file) RequiredBy: dbus.service (destination-file) RequiredBy: polkit.service (destination-file) RequiredBy: accounts-daemon.service (destination-file) RequiredBy: avahi-daemon.service (destination-file) RequiredBy: dundee.service (destination-file) WantedBy: systemd-logind.service (destination-file) WantedBy: sockets.target (destination-file) Conflicts: shutdown.target (origin-default) Before: polkit.service (destination-file) Before: accounts-daemon.service (destination-file) Before: systemd-logind.service (destination-file) Before: dundee.service (destination-file) Before: wpa_supplicant.service (destination-file) Before: avahi-daemon.service (destination-file) Before: ofono.service (destination-file) Before: shutdown.target (origin-default) Before: dbus.service (origin-implicit) Before: sockets.target (origin-default destination-default) Before: ModemManager.service (destination-file) After: system.slice (origin-file) After: var.mount (origin-file) After: -.mount (origin-file) After: sysinit.target (origin-default) Triggers: dbus.service (origin-implicit) References: system.slice (origin-file) References: var.mount (origin-file) References: -.mount (origin-file) References: dbus.service (origin-implicit) References: shutdown.target (origin-default) References: sockets.target (origin-default) References: sysinit.target (origin-default) ReferencedBy: sockets.target (destination-file destination-default) ReferencedBy: ofono.service (destination-file) ReferencedBy: ModemManager.service (destination-file) ReferencedBy: systemd-logind.service (destination-file) ReferencedBy: wpa_supplicant.service (destination-file) ReferencedBy: dbus.service (destination-file) ReferencedBy: polkit.service (destination-file) ReferencedBy: accounts-daemon.service (destination-file) ReferencedBy: avahi-daemon.service (destination-file) ReferencedBy: dundee.service (destination-file) RequiresMountsFor: /var/run/dbus/system_bus_socket (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: running Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0666 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: no PassSecurity: no TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: dbus.socket SELinuxContextFromNet: no ListenStream: /var/run/dbus/system_bus_socket TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit home-dave.mount: Description: /home/dave Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:40 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:40 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:40 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/home-dave.mount CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: home-dave.mount Invocation ID: 241053cc0a0e4356a241471bf6a47166 Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Fragment Path: /run/systemd/generator/home-dave.mount Source Path: /etc/fstab Condition Timestamp: Sat 2018-09-22 16:14:40 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:40 EDT Assert Result: yes Requires: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (origin-file) Requires: -.mount (origin-file origin-implicit) Requires: home.mount (origin-implicit) Requires: system.slice (origin-file) BindsTo: dev-disk-by\x2dlabel-DAVE.device (origin-file) RequiredBy: local-fs.target (destination-file) WantedBy: dev-disk-by\x2dlabel-DAVE.device (destination-file) Conflicts: umount.target (origin-file) Before: umount.target (origin-file) Before: local-fs.target (origin-file) After: dev-disk-by\x2dlabel-DAVE.device (origin-file) After: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (origin-file) After: local-fs-pre.target (origin-file) After: -.mount (origin-file origin-implicit) After: systemd-journald.socket (origin-file) After: home.mount (origin-implicit) After: system.slice (origin-file) References: dev-disk-by\x2dlabel-DAVE.device (origin-file) References: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (origin-file) References: local-fs-pre.target (origin-file) References: -.mount (origin-file origin-implicit) References: local-fs.target (origin-file) References: systemd-journald.socket (origin-file) References: home.mount (origin-implicit) References: system.slice (origin-file) References: umount.target (origin-file) ReferencedBy: local-fs.target (destination-file) RequiresMountsFor: /home (origin-implicit) RequiresMountsFor: /dev/disk/by-label/DAVE (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /home/dave What: /dev/sdb1 File System Type: ext4 Options: rw,relatime,data=ordered From /proc/self/mountinfo: yes From fragment: yes Extrinsic: no DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyq5.device: Description: /sys/devices/virtual/tty/ttyq5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyq5.device Invocation ID: 78d8f5c46e1f4130921b489d082fcc30 Following Set Member: dev-ttyq5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq5 Found: found-udev -> Unit getty.target: Description: Login Prompts Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:09 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:09 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:09 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: getty.target Invocation ID: c0c2dabb4ba342bfb3b918f7642de565 Documentation: man:systemd.special(7) Documentation: man:systemd-getty-generator(8) Documentation: http://0pointer.de/blog/projects/serial-console.html Fragment Path: /lib/systemd/system/getty.target Condition Timestamp: Sat 2018-09-22 16:15:09 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:09 EDT Assert Result: yes Wants: getty at tty1.service (origin-file) Wants: serial-getty at ttyS0.service (origin-file) Wants: getty-static.service (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: getty-static.service (origin-default) After: serial-getty at ttyS0.service (origin-default destination-file) After: getty at tty1.service (origin-default destination-file) References: getty-static.service (origin-file origin-default) References: serial-getty at ttyS0.service (origin-file origin-default) References: shutdown.target (origin-default) References: getty at tty1.service (origin-file origin-default) ReferencedBy: getty at tty1.service (destination-file) ReferencedBy: serial-getty at ttyS0.service (destination-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit sys-devices-virtual-tty-ttyv0.device: Description: /sys/devices/virtual/tty/ttyv0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyv0.device Invocation ID: 665953b9849446b9814484a6fe4f3e53 Following Set Member: dev-ttyv0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv0 Found: found-udev -> Unit dev-ttyq0.device: Description: /dev/ttyq0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyq0.device Invocation ID: bf8edc6116154b56a50fcf8a3e11ebdf Following: sys-devices-virtual-tty-ttyq0.device Following Set Member: sys-devices-virtual-tty-ttyq0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq0 Found: found-udev -> Unit postgresql at 9.3-main.service: Description: PostgreSQL Cluster 9.3-main Instance: 9.3-main Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-postgresql.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: postgresql at 9.3-main.service Fragment Path: /lib/systemd/system/postgresql at .service AssertPathExists: /etc/postgresql/9.3/main/postgresql.conf untested Requires: var.mount (origin-file) Requires: -.mount (origin-file) Requires: system-postgresql.slice (origin-file) Requires: sysinit.target (origin-default) PartOf: postgresql.service (origin-file) WantedBy: postgresql.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: postgresql.service (origin-file) After: var.mount (origin-file) After: -.mount (origin-file) After: system-postgresql.slice (origin-file) After: basic.target (origin-default) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) ReloadPropagatedFrom: postgresql.service (origin-file) References: var.mount (origin-file) References: -.mount (origin-file) References: shutdown.target (origin-default) References: system-postgresql.slice (origin-file) References: basic.target (origin-default) References: sysinit.target (origin-default) References: postgresql.service (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: postgresql.service (destination-file) RequiresMountsFor: /var/lib/postgresql/9.3/main (origin-file) RequiresMountsFor: /etc/postgresql/9.3/main (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: no NotifyAccess: none NotifyState: unknown PIDFile: /var/run/postgresql/9.3-main.pid RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1h RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 OOMScoreAdjust: -900 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect 9.3-main start -> ExecReload: Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect 9.3-main reload -> ExecStop: Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect -m fast 9.3-main stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyae.device: Description: /dev/ttyae Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyae.device Invocation ID: cc239acff4a9412386fbc1fe6e22d3c4 Following: sys-devices-virtual-tty-ttyae.device Following Set Member: sys-devices-virtual-tty-ttyae.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyae Found: found-udev -> Unit dev-ttyue.device: Description: /dev/ttyue Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyue.device Invocation ID: 3278789ba089473c90251444bf6d635c Following: sys-devices-virtual-tty-ttyue.device Following Set Member: sys-devices-virtual-tty-ttyue.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyue Found: found-udev -> Unit sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda1.device: Description: My_Passport_0748 1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda1.device Invocation ID: d1bb1d88c2284421892b5255f18b82ac Following Set Member: dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0\x2dpart1.device Following Set Member: dev-sda1.device Following Set Member: dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.device Following Set Member: dev-disk-by\x2dpartuuid-676ba017\x2d01.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:01.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/block/sda/sda1 Found: found-udev -> Unit sys-devices-virtual-tty-ttyua.device: Description: /sys/devices/virtual/tty/ttyua Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyua.device Invocation ID: c3a20ec42e41496d934c3ad6c037543c Following Set Member: dev-ttyua.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyua Found: found-udev -> Unit dev-ttyxb.device: Description: /dev/ttyxb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyxb.device Invocation ID: f358c2099726477fb6f54569cebaa0c6 Following: sys-devices-virtual-tty-ttyxb.device Following Set Member: sys-devices-virtual-tty-ttyxb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyxb Found: found-udev -> Unit sys-devices-virtual-tty-ttya8.device: Description: /sys/devices/virtual/tty/ttya8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttya8.device Invocation ID: d5b9772d1bd44b88866c1121f6c28980 Following Set Member: dev-ttya8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya8 Found: found-udev -> Unit systemd-random-seed.service: Description: Load/Save Random Seed Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:40 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:40 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:40 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-random-seed.service Invocation ID: 03a80bce29074c04bb8731ce816e670e Documentation: man:systemd-random-seed.service(8) Documentation: man:random(4) Fragment Path: /lib/systemd/system/systemd-random-seed.service ConditionVirtualization: !container succeeded Condition Timestamp: Sat 2018-09-22 16:14:40 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:40 EDT Assert Result: yes Requires: var.mount (origin-file) Requires: -.mount (origin-file) Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) Before: sysinit.target (origin-file) After: systemd-journald.socket (origin-file) After: systemd-remount-fs.service (origin-file) After: -.mount (origin-file) After: system.slice (origin-file) After: var.mount (origin-file) References: var.mount (origin-file) References: shutdown.target (origin-file) References: systemd-journald.socket (origin-file) References: systemd-remount-fs.service (origin-file) References: -.mount (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-file) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /var/lib/systemd/random-seed (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 30s TimeoutStopSec: 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-random-seed load PID: 1358 Start Timestamp: Sat 2018-09-22 16:14:40 EDT Exit Timestamp: Sat 2018-09-22 16:14:40 EDT Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /lib/systemd/systemd-random-seed save CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttybf.device: Description: /sys/devices/virtual/tty/ttybf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttybf.device Invocation ID: c0becf560541441da82bb76df403aeb2 Following Set Member: dev-ttybf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttybf Found: found-udev -> Unit systemd-journal-flush.service: Description: Flush Journal to Persistent Storage Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:40 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:40 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:40 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-journal-flush.service Invocation ID: e6c649dce29747e09dcf6c9c34f14bae Documentation: man:systemd-journald.service(8) Documentation: man:journald.conf(5) Fragment Path: /lib/systemd/system/systemd-journal-flush.service Condition Timestamp: Sat 2018-09-22 16:14:40 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:40 EDT Assert Result: yes Requires: systemd-journald.service (origin-file) Requires: var.mount (origin-file) Requires: -.mount (origin-file) Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Before: systemd-tmpfiles-setup.service (origin-file) Before: systemd-user-sessions.service (origin-file) After: systemd-journald.service (origin-file) After: systemd-remount-fs.service (origin-file) After: var.mount (origin-file) After: systemd-journald.socket (origin-file) After: -.mount (origin-file) After: system.slice (origin-file) References: systemd-remount-fs.service (origin-file) References: -.mount (origin-file) References: systemd-journald.service (origin-file) References: systemd-tmpfiles-setup.service (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: systemd-user-sessions.service (origin-file) References: var.mount (origin-file) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /var/log/journal (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/journalctl --flush PID: 1359 Start Timestamp: Sat 2018-09-22 16:14:40 EDT Exit Timestamp: Sat 2018-09-22 16:14:40 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyw0.device: Description: /sys/devices/virtual/tty/ttyw0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyw0.device Invocation ID: 7b5e1efcd5b9437ab70ee780fad791f3 Following Set Member: dev-ttyw0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw0 Found: found-udev -> Unit dev-ram7.device: Description: /dev/ram7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram7.device Invocation ID: 538d3dcab4e540008d4e1c47e0316523 Following: sys-devices-virtual-block-ram7.device Following Set Member: sys-devices-virtual-block-ram7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram7 Found: found-udev -> Unit sys-devices-virtual-tty-ttyr0.device: Description: /sys/devices/virtual/tty/ttyr0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyr0.device Invocation ID: 1fe5b56a55384d86b4fe51c4c8acfedc Following Set Member: dev-ttyr0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr0 Found: found-udev -> Unit dev-sdc6.device: Description: ST3300007LC VAR2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:40 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sdc6.device Invocation ID: c35332ce84624de081571b3419c4d3b2 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc6.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart6.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d06.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc6.device Following Set Member: dev-disk-by\x2dlabel-VAR2.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart6.device Following Set Member: dev-disk-by\x2duuid-e351db25\x2da36f\x2d40b4\x2db5f1\x2d26f7accb6623.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc6 Found: found-udev,found-mount -> Unit remote-fs.target: Description: Remote File Systems Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:07 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:07 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:07 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: remote-fs.target Invocation ID: d11757d5fe2649acb9bb603079da5d4e Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/remote-fs.target Condition Timestamp: Sat 2018-09-22 16:15:07 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:07 EDT Assert Result: yes Wants: nfs-client.target (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-file) Before: cron.service (destination-file) Before: stunnel4.service (destination-file) Before: mysql.service (destination-file) Before: udftools.service (destination-file) Before: cpufrequtils.service (destination-file) Before: openipmi.service (destination-file) Before: network-manager.service (destination-file) Before: loadcpufreq.service (destination-file) Before: sheepdog.service (destination-file) Before: ipmievd.service (destination-file) Before: exim4.service (destination-file) Before: systemd-user-sessions.service (destination-file) Before: radvd.service (destination-file) After: remote-fs-pre.target (origin-file) After: systemd-quotacheck.service (destination-file) References: remote-fs-pre.target (origin-file) References: shutdown.target (origin-file) References: nfs-client.target (origin-file) ReferencedBy: openipmi.service (destination-file) ReferencedBy: sheepdog.service (destination-file) ReferencedBy: stunnel4.service (destination-file) ReferencedBy: udftools.service (destination-file) ReferencedBy: ipmievd.service (destination-file) ReferencedBy: loadcpufreq.service (destination-file) ReferencedBy: exim4.service (destination-file) ReferencedBy: radvd.service (destination-file) ReferencedBy: multi-user.target (destination-file) ReferencedBy: network-manager.service (destination-file) ReferencedBy: cpufrequtils.service (destination-file) ReferencedBy: mysql.service (destination-file) ReferencedBy: cron.service (destination-file) ReferencedBy: systemd-quotacheck.service (destination-file) ReferencedBy: systemd-user-sessions.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-ttyc8.device: Description: /dev/ttyc8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyc8.device Invocation ID: 6b63d8fdc7ed4d998bcbd955ebf965d8 Following: sys-devices-virtual-tty-ttyc8.device Following Set Member: sys-devices-virtual-tty-ttyc8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc8 Found: found-udev -> Unit sys-devices-virtual-tty-ttyb6.device: Description: /sys/devices/virtual/tty/ttyb6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyb6.device Invocation ID: aadab3ecf307474db38a3461a8d844e2 Following Set Member: dev-ttyb6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb6 Found: found-udev -> Unit sys-devices-virtual-tty-ttyq8.device: Description: /sys/devices/virtual/tty/ttyq8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyq8.device Invocation ID: 811ffd12fb984530bfe6f673790f45a1 Following Set Member: dev-ttyq8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq8 Found: found-udev -> Unit dev-disk-by\x2dpath-pci\x2d0000:20:01.0\x2dscsi\x2d0:0:0:0.device: Description: ST3300007LC Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-pci\x2d0000:20:01.0\x2dscsi\x2d0:0:0:0.device Invocation ID: c746ab55e1c843b38b80d142633fb575 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb.device Following Set Member: dev-sdb.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR03Y0N.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.0/host2/target2:0:0/2:0:0:0/block/sdb Found: found-udev -> Unit dev-ttyx6.device: Description: /dev/ttyx6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyx6.device Invocation ID: 660bfe3000a04d439e075be4884a419c Following: sys-devices-virtual-tty-ttyx6.device Following Set Member: sys-devices-virtual-tty-ttyx6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx6 Found: found-udev -> Unit dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX.device: Description: ST3300007LC Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX.device Invocation ID: 32137032ef5b4ff6a2477bc96b1f0e2d Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0.device Following Set Member: dev-sdc.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc Found: found-udev -> Unit home.mount: Description: /home Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:40 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:39 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:40 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/home.mount CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: home.mount Invocation ID: a577f0e30b73460e831765e0472d83c2 Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Fragment Path: /run/systemd/generator/home.mount Source Path: /etc/fstab Condition Timestamp: Sat 2018-09-22 16:14:38 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:38 EDT Assert Result: yes Requires: system.slice (origin-file) Requires: -.mount (origin-file origin-implicit) Requires: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (origin-file) BindsTo: dev-disk-by\x2dlabel-HOME2.device (origin-file) RequiredBy: home-dave.mount (destination-implicit) RequiredBy: local-fs.target (destination-file) RequiredBy: home-srv-buildd-unpack.mount (destination-implicit) RequiredBy: home-srv-swapfile.swap (destination-path) WantedBy: dev-disk-by\x2dlabel-HOME2.device (destination-file) Conflicts: umount.target (origin-file) Before: umount.target (origin-file) Before: home-dave.mount (destination-implicit) Before: local-fs.target (origin-file) Before: home-srv-buildd-unpack.mount (destination-implicit) Before: home-srv-swapfile.swap (destination-path) After: dev-disk-by\x2dlabel-HOME2.device (origin-file) After: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (origin-file) After: local-fs-pre.target (origin-file) After: -.mount (origin-file origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: dev-disk-by\x2dlabel-HOME2.device (origin-file) References: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (origin-file) References: local-fs-pre.target (origin-file) References: -.mount (origin-file origin-implicit) References: local-fs.target (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: umount.target (origin-file) ReferencedBy: home-dave.mount (destination-implicit) ReferencedBy: local-fs.target (destination-file) ReferencedBy: home-srv-buildd-unpack.mount (destination-implicit) ReferencedBy: home-srv-swapfile.swap (destination-path) RequiresMountsFor: / (origin-implicit) RequiresMountsFor: /dev/disk/by-label/HOME2 (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /home What: /dev/sdc7 File System Type: ext4 Options: rw,relatime,data=ordered From /proc/self/mountinfo: yes From fragment: yes Extrinsic: no DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyv9.device: Description: /dev/ttyv9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyv9.device Invocation ID: a3b1774d84f345c08bda72332dcadf51 Following: sys-devices-virtual-tty-ttyv9.device Following Set Member: sys-devices-virtual-tty-ttyv9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv9 Found: found-udev -> Unit dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0.device: Description: ST3300007LC Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0.device Invocation ID: 0f994d287e174a48a870c42a3afa13ee Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX.device Following Set Member: dev-sdc.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc Found: found-udev -> Unit sys-devices-virtual-tty-ttyue.device: Description: /sys/devices/virtual/tty/ttyue Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyue.device Invocation ID: fdf0dc56c76049669472e6b1ac505047 Following Set Member: dev-ttyue.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyue Found: found-udev -> Unit sys-devices-virtual-tty-ttyw1.device: Description: /sys/devices/virtual/tty/ttyw1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyw1.device Invocation ID: 24c5226fccbc46038b944ff3c9012ac7 Following Set Member: dev-ttyw1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw1 Found: found-udev -> Unit dev-ttyw1.device: Description: /dev/ttyw1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyw1.device Invocation ID: cc5f457095ed493291b93f18d0d19a33 Following: sys-devices-virtual-tty-ttyw1.device Following Set Member: sys-devices-virtual-tty-ttyw1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw1 Found: found-udev -> Unit sys-devices-virtual-tty-ttycc.device: Description: /sys/devices/virtual/tty/ttycc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttycc.device Invocation ID: 845a1a83adb349aba29bc264b51145f1 Following Set Member: dev-ttycc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttycc Found: found-udev -> Unit dev-ttyd4.device: Description: /dev/ttyd4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyd4.device Invocation ID: 3e9ab46dace54cf8afa68f98c98f3ece Following: sys-devices-virtual-tty-ttyd4.device Following Set Member: sys-devices-virtual-tty-ttyd4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd4 Found: found-udev -> Unit sys-devices-virtual-tty-ttyb1.device: Description: /sys/devices/virtual/tty/ttyb1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyb1.device Invocation ID: 7566c3a3d7154f8eb1a144d03b1095b6 Following Set Member: dev-ttyb1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb1 Found: found-udev -> Unit dev-disk-by\x2dpartuuid-818f7e70\x2d06.device: Description: ST3300007LC VAR2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpartuuid-818f7e70\x2d06.device Invocation ID: c38a9a6336ac4f37a77a502da50ed700 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc6.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart6.device Following Set Member: dev-sdc6.device Following Set Member: dev-disk-by\x2dlabel-VAR2.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc6.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart6.device Following Set Member: dev-disk-by\x2duuid-e351db25\x2da36f\x2d40b4\x2db5f1\x2d26f7accb6623.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc6 Found: found-udev -> Unit dev-ttyq7.device: Description: /dev/ttyq7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyq7.device Invocation ID: a1afbdc126824912a279e7d638e65171 Following: sys-devices-virtual-tty-ttyq7.device Following Set Member: sys-devices-virtual-tty-ttyq7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq7 Found: found-udev -> Unit dev-ttytf.device: Description: /dev/ttytf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttytf.device Invocation ID: c1bc14814c0c4bacab5e51731df856d5 Following: sys-devices-virtual-tty-ttytf.device Following Set Member: sys-devices-virtual-tty-ttytf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttytf Found: found-udev -> Unit sys-devices-virtual-tty-ttycd.device: Description: /sys/devices/virtual/tty/ttycd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttycd.device Invocation ID: 1371b42021154729b3741285375770ac Following Set Member: dev-ttycd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttycd Found: found-udev -> Unit dev-ttyra.device: Description: /dev/ttyra Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyra.device Invocation ID: 499d161e1ba14e649390232c4bd6c2c1 Following: sys-devices-virtual-tty-ttyra.device Following Set Member: sys-devices-virtual-tty-ttyra.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyra Found: found-udev -> Unit dev-ttyqc.device: Description: /dev/ttyqc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyqc.device Invocation ID: 364d5693139d4276877f6adcd947eb95 Following: sys-devices-virtual-tty-ttyqc.device Following Set Member: sys-devices-virtual-tty-ttyqc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyqc Found: found-udev -> Unit sys-devices-virtual-tty-ttywd.device: Description: /sys/devices/virtual/tty/ttywd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttywd.device Invocation ID: 43f7c451914646078fcad7208a726779 Following Set Member: dev-ttywd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttywd Found: found-udev -> Unit ifup at eth0.service: Description: ifup for eth0 Instance: eth0 Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:05 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:56 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:56 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: ifup at eth0.service Invocation ID: d8a058a9b68d45acb2e547a8ab093a9b Fragment Path: /lib/systemd/system/ifup at .service Condition Timestamp: Sat 2018-09-22 16:14:56 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:56 EDT Assert Result: yes Requires: system.slice (origin-file) BindsTo: sys-subsystem-net-devices-eth0.device (origin-file) Conflicts: shutdown.target (origin-file) Before: network.target (origin-file) Before: shutdown.target (origin-file) Before: network-online.target (origin-file) After: local-fs.target (origin-file) After: system.slice (origin-file) After: systemd-sysctl.service (origin-file) After: sys-subsystem-net-devices-eth0.device (origin-file) After: apparmor.service (origin-file) After: network-pre.target (origin-file) After: systemd-journald.socket (origin-file) References: local-fs.target (origin-file) References: network.target (origin-file) References: system.slice (origin-file) References: systemd-sysctl.service (origin-file) References: network-online.target (origin-file) References: shutdown.target (origin-file) References: sys-subsystem-net-devices-eth0.device (origin-file) References: apparmor.service (origin-file) References: network-pre.target (origin-file) References: systemd-journald.socket (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 5min TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/sh -ec 'ifup --allow=hotplug eth0; ifquery --state eth0' PID: 1410 Start Timestamp: Sat 2018-09-22 16:14:56 EDT Exit Timestamp: Sat 2018-09-22 16:15:05 EDT Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /sbin/ifdown eth0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit getty at tty1.service: Description: Getty on tty1 Instance: tty1 Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:09 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:09 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:09 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-getty.slice CGroup: /system.slice/system-getty.slice/getty at tty1.service CGroup realized: yes CGroup realized mask: memory pids CGroup own mask: memory pids Name: getty at tty1.service Invocation ID: d51f3bee10ab4b9897724a8ac604f780 Documentation: man:agetty(8) Documentation: man:systemd-getty-generator(8) Documentation: http://0pointer.de/blog/projects/serial-console.html Fragment Path: /lib/systemd/system/getty at .service ConditionPathExists: /dev/tty0 succeeded Condition Timestamp: Sat 2018-09-22 16:15:09 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:09 EDT Assert Result: yes Requires: system-getty.slice (origin-file) Requires: sysinit.target (origin-default) WantedBy: getty.target (destination-file) Conflicts: shutdown.target (origin-default) Conflicts: rescue.service (origin-file) Before: rescue.service (origin-file) Before: shutdown.target (origin-default) Before: getty.target (origin-file destination-default) After: getty-pre.target (origin-file) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: plymouth-quit-wait.service (origin-file) After: systemd-user-sessions.service (origin-file) After: system-getty.slice (origin-file) After: sysinit.target (origin-default) After: rc-local.service (origin-file) References: getty-pre.target (origin-file) References: getty.target (origin-file) References: systemd-journald.socket (origin-file) References: rescue.service (origin-file) References: basic.target (origin-default) References: shutdown.target (origin-default) References: plymouth-quit-wait.service (origin-file) References: systemd-user-sessions.service (origin-file) References: system-getty.slice (origin-file) References: sysinit.target (origin-default) References: rc-local.service (origin-file) ReferencedBy: getty.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: idle Restart: always NotifyAccess: none NotifyState: unknown Main PID: 1663 Main PID Known: yes Main PID Alien: no RestartSec: 0 TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: yes UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private UnsetEnvironment: LANG UnsetEnvironment: LANGUAGE UnsetEnvironment: LC_CTYPE UnsetEnvironment: LC_NUMERIC UnsetEnvironment: LC_TIME UnsetEnvironment: LC_COLLATE UnsetEnvironment: LC_MONETARY UnsetEnvironment: LC_MESSAGES UnsetEnvironment: LC_PAPER UnsetEnvironment: LC_NAME UnsetEnvironment: LC_ADDRESS UnsetEnvironment: LC_TELEPHONE UnsetEnvironment: LC_MEASUREMENT UnsetEnvironment: LC_IDENTIFICATION RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit TTYPath: /dev/tty1 TTYReset: yes TTYVHangup: yes TTYVTDisallocate: yes SyslogFacility: daemon SyslogLevel: info DynamicUser: no UtmpIdentifier: tty1 LockPersonality: no -> ExecStart: Command Line: /sbin/agetty -o '-p -- \u' --noclear tty1 $TERM PID: 1663 Start Timestamp: Sat 2018-09-22 16:15:09 EDT CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyb7.device: Description: /dev/ttyb7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyb7.device Invocation ID: cd08948186904f559862bf22c5eb10d5 Following: sys-devices-virtual-tty-ttyb7.device Following Set Member: sys-devices-virtual-tty-ttyb7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb7 Found: found-udev -> Unit sys-devices-virtual-tty-ttyz2.device: Description: /sys/devices/virtual/tty/ttyz2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyz2.device Invocation ID: 08e12f4661ba42f59da10d2f8528cbe0 Following Set Member: dev-ttyz2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz2 Found: found-udev -> Unit dev-ttyp4.device: Description: /dev/ttyp4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyp4.device Invocation ID: 72fcb4ce0e9342ecb44db5c7220b675c Following: sys-devices-virtual-tty-ttyp4.device Following Set Member: sys-devices-virtual-tty-ttyp4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp4 Found: found-udev -> Unit sys-devices-virtual-tty-ttyxe.device: Description: /sys/devices/virtual/tty/ttyxe Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyxe.device Invocation ID: 6c79417e35604a76ac75bbe7481dc9db Following Set Member: dev-ttyxe.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyxe Found: found-udev -> Unit open-iscsi.service: Description: open-iscsi.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: open-iscsi.service WantedBy: multi-user.target (destination-file) ReferencedBy: multi-user.target (destination-file) -> Unit user at 1000.service: Description: User Manager for UID 1000 Instance: 1000 Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:26 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:24 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:26 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: user-1000.slice CGroup: /user.slice/user-1000.slice/user at 1000.service CGroup realized: yes CGroup realized mask: memory pids CGroup own mask: memory pids Name: user at 1000.service Invocation ID: c5edc3c8ca3642478ddac98bda82d3ef Fragment Path: /lib/systemd/system/user at .service Condition Timestamp: Sat 2018-09-22 16:15:24 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:24 EDT Assert Result: yes Requires: user-runtime-dir at 1000.service (origin-file) Requires: sysinit.target (origin-default) Requires: user-1000.slice (origin-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: user-runtime-dir at 1000.service (origin-file) After: systemd-journald.socket (origin-file) After: systemd-user-sessions.service (origin-file) After: user-1000.slice (origin-file) After: basic.target (origin-default) After: sysinit.target (origin-default) References: user-runtime-dir at 1000.service (origin-file) References: systemd-journald.socket (origin-file) References: systemd-user-sessions.service (origin-file) References: user-1000.slice (origin-file) References: basic.target (origin-default) References: shutdown.target (origin-default) References: sysinit.target (origin-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: no NotifyAccess: main NotifyState: ready Main PID: 2251 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 2min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: mixed KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info User: 1000 DynamicUser: no PAMName: systemd-user LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd --user PID: 2251 Start Timestamp: Sat 2018-09-22 16:15:24 EDT Status Text: Startup finished in 2.090s. CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=yes DelegateControllers=memory pids -> Unit dev-ttyx1.device: Description: /dev/ttyx1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyx1.device Invocation ID: 10bad2abc41e468391e8a7a8a88588b7 Following: sys-devices-virtual-tty-ttyx1.device Following Set Member: sys-devices-virtual-tty-ttyx1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx1 Found: found-udev -> Unit lvm2-activation-early.service: Description: lvm2-activation-early.service Instance: n/a Unit Load State: masked Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: lvm2-activation-early.service Fragment Path: /dev/null WantedBy: local-fs.target (destination-file) ReferencedBy: local-fs.target (destination-file) -> Unit dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR03Y0N\x2dpart1.device: Description: ST3300007LC DAVE Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR03Y0N\x2dpart1.device Invocation ID: 9a41248ac8d14028ba8bc1e657a72e58 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb-sdb1.device Following Set Member: dev-disk-by\x2dpartuuid-0a40befa\x2d01.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb-sdb1.device Following Set Member: dev-disk-by\x2dlabel-DAVE.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.0\x2dscsi\x2d0:0:0:0\x2dpart1.device Following Set Member: dev-sdb1.device Following Set Member: dev-disk-by\x2duuid-319a7735\x2dd320\x2d4e62\x2db142\x2d05950b0eff50.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.0/host2/target2:0:0/2:0:0:0/block/sdb/sdb1 Found: found-udev -> Unit dev-ttyxc.device: Description: /dev/ttyxc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyxc.device Invocation ID: 0535d4be5de941cfbd317c497d455396 Following: sys-devices-virtual-tty-ttyxc.device Following Set Member: sys-devices-virtual-tty-ttyxc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyxc Found: found-udev -> Unit systemd-binfmt.service: Description: Set Up Additional Binary Formats Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-binfmt.service Documentation: man:systemd-binfmt.service(8) Documentation: man:binfmt.d(5) Documentation: https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/systemd-binfmt.service ConditionDirectoryNotEmpty: |/run/binfmt.d failed ConditionDirectoryNotEmpty: |/etc/binfmt.d failed ConditionDirectoryNotEmpty: |/usr/local/lib/binfmt.d failed ConditionDirectoryNotEmpty: |/usr/lib/binfmt.d failed ConditionDirectoryNotEmpty: |/lib/binfmt.d failed ConditionPathIsReadWrite: /proc/sys succeeded Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: no Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) Before: sysinit.target (origin-file) After: system.slice (origin-file) After: proc-sys-fs-binfmt_misc.automount (origin-file) After: systemd-journald.socket (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: proc-sys-fs-binfmt_misc.automount (origin-file) References: shutdown.target (origin-file) References: sysinit.target (origin-file) ReferencedBy: sysinit.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-binfmt CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit systemd-tmpfiles-setup.service: Description: Create Volatile Files and Directories Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:56 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:55 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:56 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-tmpfiles-setup.service Invocation ID: 9ce6268b472a4a13a195a14272c788a5 Documentation: man:tmpfiles.d(5) Documentation: man:systemd-tmpfiles(8) Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup.service Condition Timestamp: Sat 2018-09-22 16:14:55 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:55 EDT Assert Result: yes Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: logrotate.service (destination-file) Before: ntp.service (destination-file) Before: phpsessionclean.service (destination-file) Before: rpcbind.service (destination-file) Before: systemd-update-utmp.service (destination-file) Before: systemd-networkd.service (destination-file) Before: systemd-timesyncd.service (destination-file) Before: ModemManager.service (destination-file) Before: shutdown.target (origin-file) Before: sysinit.target (origin-file) After: systemd-sysusers.service (origin-file) After: systemd-journal-flush.service (destination-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) After: local-fs.target (origin-file) References: systemd-sysusers.service (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: local-fs.target (origin-file) References: shutdown.target (origin-file) References: sysinit.target (origin-file) ReferencedBy: systemd-journal-flush.service (destination-file) ReferencedBy: rpcbind.service (destination-file) ReferencedBy: sysinit.target (destination-file) ReferencedBy: ntp.service (destination-file) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: systemd-update-utmp.service (destination-file) ReferencedBy: systemd-timesyncd.service (destination-file) ReferencedBy: logrotate.service (destination-file) ReferencedBy: ModemManager.service (destination-file) ReferencedBy: phpsessionclean.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: yes DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev PID: 1398 Start Timestamp: Sat 2018-09-22 16:14:55 EDT Exit Timestamp: Sat 2018-09-22 16:14:56 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-sdc.device: Description: ST3300007LC Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sdc.device Invocation ID: e755041e59ab4f86a29aca80381c2c6d Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc Found: found-udev -> Unit dev-ttyz3.device: Description: /dev/ttyz3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyz3.device Invocation ID: af1a778342cc4703bfbbec1ea2a6d997 Following: sys-devices-virtual-tty-ttyz3.device Following Set Member: sys-devices-virtual-tty-ttyz3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz3 Found: found-udev -> Unit sys-devices-virtual-tty-ttyz5.device: Description: /sys/devices/virtual/tty/ttyz5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyz5.device Invocation ID: 6812932cedb54e24a946e4984b80c686 Following Set Member: dev-ttyz5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz5 Found: found-udev -> Unit sysstat.service: Description: Resets System Activity Data Collector Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:00 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:59 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:00 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: sysstat.service Invocation ID: 3eee38ce8f1e4b8a975dca1e5d094c55 Documentation: man:sa1(8) Documentation: man:sadc(8) Documentation: man:sar(1) Fragment Path: /lib/systemd/system/sysstat.service Condition Timestamp: Sat 2018-09-22 16:14:59 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:59 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: system.slice (origin-file) References: sysinit.target (origin-default) References: shutdown.target (origin-default) References: systemd-journald.socket (origin-file) References: basic.target (origin-default) References: system.slice (origin-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info User: root DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/lib/sysstat/debian-sa1 --boot PID: 1477 Start Timestamp: Sat 2018-09-22 16:14:59 EDT Exit Timestamp: Sat 2018-09-22 16:15:00 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyda.device: Description: /sys/devices/virtual/tty/ttyda Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyda.device Invocation ID: 8d3451e750ba4fa7a6250ead25fde136 Following Set Member: dev-ttyda.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyda Found: found-udev -> Unit sys-devices-virtual-tty-ttyd0.device: Description: /sys/devices/virtual/tty/ttyd0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyd0.device Invocation ID: 5bf7cec17a444b5c899e33da8ebe15c3 Following Set Member: dev-ttyd0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd0 Found: found-udev -> Unit sys-devices-virtual-tty-ttysf.device: Description: /sys/devices/virtual/tty/ttysf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttysf.device Invocation ID: 228ca10048e14979bfd1fe62ec7726a0 Following Set Member: dev-ttysf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttysf Found: found-udev -> Unit sys-devices-virtual-tty-ttya2.device: Description: /sys/devices/virtual/tty/ttya2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttya2.device Invocation ID: ac8091cd887849a4a20350bdc29cd5cc Following Set Member: dev-ttya2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya2 Found: found-udev -> Unit dev-disk-by\x2dpartuuid-818f7e70\x2d01.device: Description: ST3300007LC 1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpartuuid-818f7e70\x2d01.device Invocation ID: 27bb49f215334c83ad8581a3c4e459de Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc1.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart1.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart1.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc1.device Following Set Member: dev-sdc1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc1 Found: found-udev -> Unit dev-hugepages.mount: Description: Huge Pages File System Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: dev-hugepages.mount Documentation: https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/dev-hugepages.mount ConditionVirtualization: !private-users succeeded ConditionCapability: CAP_SYS_ADMIN succeeded ConditionPathExists: /sys/kernel/mm/hugepages failed Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: no Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Before: sysinit.target (origin-file) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: sysinit.target (origin-file) References: -.mount (origin-implicit) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /dev (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: dead Result: success Where: /dev/hugepages What: hugetlbfs File System Type: hugetlbfs Options: n/a From /proc/self/mountinfo: no From fragment: yes Extrinsic: yes DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyqc.device: Description: /sys/devices/virtual/tty/ttyqc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyqc.device Invocation ID: 8c2f5c15b9f544f187951b3bbad48069 Following Set Member: dev-ttyqc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyqc Found: found-udev -> Unit rc-local.service: Description: /etc/rc.local Compatibility Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:07 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:04 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:05 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: rc-local.service Invocation ID: bc5702e7a1e745b0ac56e43c2a2fe966 Documentation: man:systemd-rc-local-generator(8) Fragment Path: /lib/systemd/system/rc-local.service DropIn Path: /lib/systemd/system/rc-local.service.d/debian.conf ConditionFileIsExecutable: /etc/rc.local succeeded Condition Timestamp: Sat 2018-09-22 16:15:04 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:04 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: multi-user.target (destination-default) Before: shutdown.target (origin-default) Before: getty at tty1.service (destination-file) Before: serial-getty at ttyS0.service (destination-file) After: basic.target (origin-default) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) After: network-online.target (origin-file) After: network.target (origin-file) After: sysinit.target (origin-default) References: basic.target (origin-default) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: network-online.target (origin-file) References: network.target (origin-file) References: shutdown.target (origin-default) References: sysinit.target (origin-default) ReferencedBy: getty at tty1.service (destination-file) ReferencedBy: serial-getty at ttyS0.service (destination-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: no Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: infinity RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal+console StandardError: journal+console SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/rc.local start PID: 1594 Start Timestamp: Sat 2018-09-22 16:15:04 EDT Exit Timestamp: Sat 2018-09-22 16:15:05 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyre.device: Description: /sys/devices/virtual/tty/ttyre Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyre.device Invocation ID: 65eef97a08fe49d99b0d90819081ce82 Following Set Member: dev-ttyre.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyre Found: found-udev -> Unit smartd.service: Description: Self Monitoring and Reporting Technology (SMART) Daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:59 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:59 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:59 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/smartd.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: smartd.service Invocation ID: d093c2a374774e209a14bd136803e5ca Documentation: man:smartd(8) Documentation: man:smartd.conf(5) Fragment Path: /lib/systemd/system/smartd.service Condition Timestamp: Sat 2018-09-22 16:14:59 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:59 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: basic.target (origin-default) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: sysinit.target (origin-default) References: shutdown.target (origin-default) References: basic.target (origin-default) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: sysinit.target (origin-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown Main PID: 1472 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/smartmontools RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: syslog StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/smartd -n $smartd_opts PID: 1472 Start Timestamp: Sat 2018-09-22 16:14:59 EDT -> ExecReload: Command Line: /bin/kill -HUP $MAINPID CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit nfs-client.target: Description: NFS client services Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:56 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:56 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:56 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: nfs-client.target Invocation ID: a75bbd4039734c20b6c6958b77a32699 Fragment Path: /lib/systemd/system/nfs-client.target Condition Timestamp: Sat 2018-09-22 16:14:56 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:56 EDT Assert Result: yes Wants: remote-fs-pre.target (origin-file) Wants: nfs-blkmap.service (origin-file) Wants: auth-rpcgss-module.service (origin-file) WantedBy: remote-fs.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: remote-fs-pre.target (origin-file) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: rpc-gssd.service (origin-file) After: rpc-svcgssd.service (origin-file) After: gssproxy.service (origin-file) References: rpc-svcgssd.service (origin-file) References: auth-rpcgss-module.service (origin-file) References: gssproxy.service (origin-file) References: rpc-gssd.service (origin-file) References: nfs-blkmap.service (origin-file) References: shutdown.target (origin-default) References: remote-fs-pre.target (origin-file) ReferencedBy: remote-fs.target (destination-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit sys-devices-virtual-tty-ttyu5.device: Description: /sys/devices/virtual/tty/ttyu5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyu5.device Invocation ID: 16a526e00c3d4606857803b061a68c03 Following Set Member: dev-ttyu5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu5 Found: found-udev -> Unit dev-ram4.device: Description: /dev/ram4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram4.device Invocation ID: 6c3ac2f0ac3b4bc4a3a68ecbf773b4d7 Following: sys-devices-virtual-block-ram4.device Following Set Member: sys-devices-virtual-block-ram4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram4 Found: found-udev -> Unit dev-ttyc3.device: Description: /dev/ttyc3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyc3.device Invocation ID: 6e6ecb907bc14a7ead031eb92ef34775 Following: sys-devices-virtual-tty-ttyc3.device Following Set Member: sys-devices-virtual-tty-ttyc3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc3 Found: found-udev -> Unit sys-devices-virtual-tty-ttyx9.device: Description: /sys/devices/virtual/tty/ttyx9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyx9.device Invocation ID: cd9038e924704b59983630a3f0ef9676 Following Set Member: dev-ttyx9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx9 Found: found-udev -> Unit dev-ttyb9.device: Description: /dev/ttyb9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyb9.device Invocation ID: 499c0141e2cd4c0faf4d38149fbd62f3 Following: sys-devices-virtual-tty-ttyb9.device Following Set Member: sys-devices-virtual-tty-ttyb9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb9 Found: found-udev -> Unit dev-ttyvf.device: Description: /dev/ttyvf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyvf.device Invocation ID: deee9e7f97d247b9aa305b2d056653d2 Following: sys-devices-virtual-tty-ttyvf.device Following Set Member: sys-devices-virtual-tty-ttyvf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyvf Found: found-udev -> Unit sys-devices-virtual-tty-ttyx4.device: Description: /sys/devices/virtual/tty/ttyx4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyx4.device Invocation ID: c50e2091391542a9ac2112eb344d1d3b Following Set Member: dev-ttyx4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx4 Found: found-udev -> Unit system-user\x2druntime\x2ddir.slice: Description: system-user\x2druntime\x2ddir.slice Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:24 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:24 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/system-user\x2druntime\x2ddir.slice CGroup realized: yes CGroup realized mask: memory devices pids CGroup enabled mask: memory pids CGroup own mask: memory pids CGroup members mask: memory pids Name: system-user\x2druntime\x2ddir.slice Invocation ID: 4009ac999e244f04b9b4b472e2b1bb49 Condition Timestamp: Sat 2018-09-22 16:15:24 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:24 EDT Assert Result: yes Requires: system.slice (origin-implicit) RequiredBy: user-runtime-dir at 1000.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: user-runtime-dir at 1000.service (destination-file) After: system.slice (origin-implicit) References: shutdown.target (origin-default) References: system.slice (origin-implicit) ReferencedBy: user-runtime-dir at 1000.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: active CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no -> Unit dev-ttyu3.device: Description: /dev/ttyu3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyu3.device Invocation ID: dd512f29e9834a0980ce4d215f765f66 Following: sys-devices-virtual-tty-ttyu3.device Following Set Member: sys-devices-virtual-tty-ttyu3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu3 Found: found-udev -> Unit dev-ttyb5.device: Description: /dev/ttyb5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyb5.device Invocation ID: f5e34ba2bb004e5b9a751d5d8aa82989 Following: sys-devices-virtual-tty-ttyb5.device Following Set Member: sys-devices-virtual-tty-ttyb5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb5 Found: found-udev -> Unit sys-devices-virtual-tty-ttyr5.device: Description: /sys/devices/virtual/tty/ttyr5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyr5.device Invocation ID: cf3bf35b4d80453db903ae6e993b8464 Following Set Member: dev-ttyr5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr5 Found: found-udev -> Unit sys-devices-virtual-tty-ttyy7.device: Description: /sys/devices/virtual/tty/ttyy7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyy7.device Invocation ID: 0ad471a205e2402ba5a8bf9167f38bf3 Following Set Member: dev-ttyy7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy7 Found: found-udev -> Unit sheepdog.service: Description: LSB: Sheepdog is a distributed storage system for KVM/QEMU. Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:08 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:07 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:08 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: sheepdog.service Invocation ID: 8686e12692414776828e272f52a31794 Documentation: man:systemd-sysv-generator(8) Fragment Path: /run/systemd/generator.late/sheepdog.service Source Path: /etc/init.d/sheepdog Condition Timestamp: Sat 2018-09-22 16:15:07 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:07 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) Wants: network-online.target (origin-file) WantedBy: graphical.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: graphical.target (origin-file destination-default) Before: shutdown.target (origin-default) Before: multi-user.target (origin-file destination-default) After: hostname.service (origin-file) After: remote-fs.target (origin-file) After: basic.target (origin-default) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: sysinit.target (origin-default) After: network-online.target (origin-file) References: multi-user.target (origin-file) References: graphical.target (origin-file) References: hostname.service (origin-file) References: shutdown.target (origin-default) References: remote-fs.target (origin-file) References: basic.target (origin-default) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: sysinit.target (origin-default) References: network-online.target (origin-file) ReferencedBy: graphical.target (destination-file destination-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: no Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 5min TimeoutStopSec: 5min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/init.d/sheepdog start PID: 1643 Start Timestamp: Sat 2018-09-22 16:15:07 EDT Exit Timestamp: Sat 2018-09-22 16:15:08 EDT Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /etc/init.d/sheepdog stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit proc-fs-nfsd.mount: Description: NFSD configuration filesystem Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:22 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:24 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/proc-fs-nfsd.mount CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: proc-fs-nfsd.mount Invocation ID: 16f470089be84819950ac097f7e638e1 Fragment Path: /lib/systemd/system/proc-fs-nfsd.mount Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:22 EDT Assert Result: yes Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) RequiredBy: nfs-mountd.service (destination-file) RequiredBy: nfs-server.service (destination-file) Before: nfs-mountd.service (destination-file) Before: nfs-server.service (destination-file) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: -.mount (origin-implicit) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) ReferencedBy: nfs-mountd.service (destination-file) ReferencedBy: nfs-server.service (destination-file) RequiresMountsFor: /proc/fs (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /proc/fs/nfsd What: nfsd File System Type: nfsd Options: rw,relatime From /proc/self/mountinfo: yes From fragment: yes Extrinsic: yes DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-fs-fuse-connections.mount: Description: FUSE Control File System Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: sys-fs-fuse-connections.mount Documentation: https://www.kernel.org/doc/Documentation/filesystems/fuse.txt Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/sys-fs-fuse-connections.mount ConditionVirtualization: !private-users succeeded ConditionCapability: CAP_SYS_ADMIN succeeded ConditionPathExists: /sys/fs/fuse/connections failed Condition Timestamp: Sat 2018-09-22 16:14:25 EDT Condition Result: no Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Before: sysinit.target (origin-file) After: -.mount (origin-implicit) After: systemd-modules-load.service (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: sysinit.target (origin-file) References: -.mount (origin-implicit) References: systemd-modules-load.service (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /sys/fs/fuse (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: dead Result: success Where: /sys/fs/fuse/connections What: fusectl File System Type: fusectl Options: n/a From /proc/self/mountinfo: no From fragment: yes Extrinsic: yes DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyx1.device: Description: /sys/devices/virtual/tty/ttyx1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyx1.device Invocation ID: 3aa7264fbefc415e91921e8934f4e722 Following Set Member: dev-ttyx1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx1 Found: found-udev -> Unit dev-ttyrf.device: Description: /dev/ttyrf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyrf.device Invocation ID: e29df538e11b46678ae39348477343cf Following: sys-devices-virtual-tty-ttyrf.device Following Set Member: sys-devices-virtual-tty-ttyrf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyrf Found: found-udev -> Unit dev-ttyre.device: Description: /dev/ttyre Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyre.device Invocation ID: d0af53c4d0654a3eb32e03d90227a279 Following: sys-devices-virtual-tty-ttyre.device Following Set Member: sys-devices-virtual-tty-ttyre.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyre Found: found-udev -> Unit dev-disk-by\x2dlabel-VAR2.device: Description: ST3300007LC VAR2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dlabel-VAR2.device Invocation ID: 2228c95dba1b422f802792763c82cacd Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc6.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart6.device Following Set Member: dev-sdc6.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d06.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc6.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart6.device Following Set Member: dev-disk-by\x2duuid-e351db25\x2da36f\x2d40b4\x2db5f1\x2d26f7accb6623.device Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:22 EDT Assert Result: yes Wants: var.mount (origin-file) BoundBy: var.mount (destination-file) BoundBy: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) Before: var.mount (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) ReferencedBy: var.mount (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc6 Found: found-udev -> Unit sys-devices-virtual-tty-ttyv5.device: Description: /sys/devices/virtual/tty/ttyv5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyv5.device Invocation ID: 389bb13a443c447eae1406259c239b86 Following Set Member: dev-ttyv5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv5 Found: found-udev -> Unit dev-ttyc1.device: Description: /dev/ttyc1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyc1.device Invocation ID: e9bfd11b20794506a636335d4e3d5a18 Following: sys-devices-virtual-tty-ttyc1.device Following Set Member: sys-devices-virtual-tty-ttyc1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc1 Found: found-udev -> Unit sys-devices-virtual-tty-ttya7.device: Description: /sys/devices/virtual/tty/ttya7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttya7.device Invocation ID: 087ffe950e084863a141dbc08bd1d6d9 Following Set Member: dev-ttya7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya7 Found: found-udev -> Unit sys-devices-virtual-tty-ttytd.device: Description: /sys/devices/virtual/tty/ttytd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttytd.device Invocation ID: 41516c1a614443f49fd468a1e233ffa7 Following Set Member: dev-ttytd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttytd Found: found-udev -> Unit sys-devices-virtual-tty-ttyze.device: Description: /sys/devices/virtual/tty/ttyze Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyze.device Invocation ID: 2807c6f0754b44bc853c6d9019ff7561 Following Set Member: dev-ttyze.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyze Found: found-udev -> Unit systemd-tmpfiles-setup-dev.service: Description: Create Static Device Nodes in /dev Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:26 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:25 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:26 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-tmpfiles-setup-dev.service Invocation ID: 32ae9c69e9dd4194a247855709225f2c Documentation: man:tmpfiles.d(5) Documentation: man:systemd-tmpfiles(8) Fragment Path: /lib/systemd/system/systemd-tmpfiles-setup-dev.service ConditionCapability: CAP_SYS_MODULE succeeded Condition Timestamp: Sat 2018-09-22 16:14:25 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:25 EDT Assert Result: yes Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) Before: local-fs-pre.target (origin-file) Before: systemd-udevd.service (origin-file) Before: sysinit.target (origin-file) After: kmod-static-nodes.service (destination-file) After: systemd-sysusers.service (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: shutdown.target (origin-file) References: systemd-sysusers.service (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: local-fs-pre.target (origin-file) References: systemd-udevd.service (origin-file) References: sysinit.target (origin-file) ReferencedBy: sysinit.target (destination-file) ReferencedBy: kmod-static-nodes.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/systemd-tmpfiles --prefix=/dev --create --boot PID: 1197 Start Timestamp: Sat 2018-09-22 16:14:25 EDT Exit Timestamp: Sat 2018-09-22 16:14:26 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-parisc-0-0:7-pci0000:e0-0000:e0:01.1-tty-ttyS2.device: Description: Diva Serial [GSP] Multiport UART (Everest SP2) Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:27 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:27 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:27 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:7-pci0000:e0-0000:e0:01.1-tty-ttyS2.device Invocation ID: 33e1bf0ec9cc4d9c811db4ac4c107556 Following Set Member: dev-ttyS2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:7/pci0000:e0/0000:e0:01.1/tty/ttyS2 Found: found-udev -> Unit dev-ttyyf.device: Description: /dev/ttyyf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyyf.device Invocation ID: 7304195efd3c4f95b1f2876b5b49cfd5 Following: sys-devices-virtual-tty-ttyyf.device Following Set Member: sys-devices-virtual-tty-ttyyf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyyf Found: found-udev -> Unit systemd-udevd-kernel.socket: Description: udev Kernel Socket Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:27 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:22 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:22 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-udevd-kernel.socket CGroup realized: no CGroup own mask: memory pids Name: systemd-udevd-kernel.socket Invocation ID: ff808a0a49a942a3ab818ee81f06cc96 Documentation: man:systemd-udevd.service(8) Documentation: man:udev(7) Fragment Path: /lib/systemd/system/systemd-udevd-kernel.socket ConditionPathIsReadWrite: /sys succeeded Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:22 EDT Assert Result: yes Requires: system.slice (origin-file) WantedBy: systemd-udevd.service (destination-file) WantedBy: sockets.target (destination-file) Before: systemd-udevd.service (origin-implicit destination-file) Before: systemd-udev-trigger.service (destination-file) Before: sockets.target (origin-file) After: system.slice (origin-file) Triggers: systemd-udevd.service (origin-implicit destination-file) References: system.slice (origin-file) References: systemd-udevd.service (origin-implicit) References: sockets.target (origin-file) ReferencedBy: systemd-udevd.service (destination-file) ReferencedBy: systemd-udev-trigger.service (destination-file) ReferencedBy: sockets.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: running Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0666 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: yes PassSecurity: no TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: systemd-udevd-kernel.socket SELinuxContextFromNet: no ReceiveBuffer: 134217728 ListenNetlink: kobject-uevent 1 TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-block-ram5.device: Description: /sys/devices/virtual/block/ram5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram5.device Invocation ID: bc16dccc614e4679aceac1f02d5f4e91 Following Set Member: dev-ram5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram5 Found: found-udev -> Unit dev-sdc1.device: Description: ST3300007LC 1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sdc1.device Invocation ID: af7e18c6254a45589ac18c33b5612741 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc1.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart1.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart1.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc1.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d01.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc1 Found: found-udev -> Unit dev-disk-by\x2dlabel-BOOT2.device: Description: ST3300007LC BOOT2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dlabel-BOOT2.device Invocation ID: 11466bc7b26945feb03bf51e324fb2f3 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc2.device Following Set Member: dev-disk-by\x2duuid-93011b9e\x2d236b\x2d4dbc\x2d9a63\x2d6b13390e0b32.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart2.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc2.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart2.device Following Set Member: dev-sdc2.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d02.device Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:22 EDT Assert Result: yes Wants: boot.mount (origin-file) BoundBy: boot.mount (destination-file) BoundBy: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) Before: boot.mount (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) ReferencedBy: boot.mount (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc2 Found: found-udev -> Unit sys-devices-virtual-tty-ttyvc.device: Description: /sys/devices/virtual/tty/ttyvc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyvc.device Invocation ID: 8730b5de08994ff7b71e03e77fc81cd1 Following Set Member: dev-ttyvc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyvc Found: found-udev -> Unit sys-devices-virtual-tty-ttys2.device: Description: /sys/devices/virtual/tty/ttys2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttys2.device Invocation ID: 2b9e8438402b41b99459d4a860746a38 Following Set Member: dev-ttys2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys2 Found: found-udev -> Unit -.slice: Description: Root Slice Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:21 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:21 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:21 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: yes Garbage Collection Mode: inactive Slice: n/a CGroup: CGroup realized: yes CGroup realized mask: cpu cpuacct memory devices pids CGroup enabled mask: memory devices pids CGroup own mask: cpu cpuacct memory pids CGroup members mask: memory devices pids Name: -.slice Documentation: man:systemd.special(7) RequiredBy: user.slice (destination-implicit) RequiredBy: init.scope (destination-file) RequiredBy: system.slice (destination-implicit) WantedBy: slices.target (destination-file) Before: init.scope (destination-file) Before: user.slice (destination-implicit) Before: slices.target (destination-file) Before: system.slice (destination-implicit) ReferencedBy: init.scope (destination-file) ReferencedBy: user.slice (destination-implicit) ReferencedBy: slices.target (destination-file) ReferencedBy: system.slice (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: active CPUAccounting=yes IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2dpartuuid-676ba017\x2d01.device: Description: My_Passport_0748 1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpartuuid-676ba017\x2d01.device Invocation ID: 41c26069d9b94a74a99119f68db3f78a Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda1.device Following Set Member: dev-sda1.device Following Set Member: dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda1.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device Following Set Member: dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0\x2dpart1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:01.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/block/sda/sda1 Found: found-udev -> Unit nfs-blkmap.service: Description: pNFS block layout mapping daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:25 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:24 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:25 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/nfs-blkmap.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: nfs-blkmap.service Invocation ID: 049d8c980397488b898d779d3b99460d Fragment Path: /lib/systemd/system/nfs-blkmap.service Condition Timestamp: Sat 2018-09-22 16:14:24 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:24 EDT Assert Result: yes Requires: run-rpc_pipefs.mount (origin-file) Requires: system.slice (origin-file) PartOf: nfs-utils.service (origin-file) WantedBy: nfs-client.target (destination-file) Conflicts: umount.target (origin-file) After: system.slice (origin-file) After: run-rpc_pipefs.mount (origin-file) After: systemd-journald.socket (origin-file) References: umount.target (origin-file) References: system.slice (origin-file) References: run-rpc_pipefs.mount (origin-file) References: nfs-utils.service (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: nfs-client.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: no NotifyAccess: none NotifyState: unknown Main PID: 1192 Main PID Known: yes Main PID Alien: no PIDFile: /run/blkmapd.pid RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/run/sysconfig/nfs-utils RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/blkmapd $BLKMAPDARGS PID: 1191 Start Timestamp: Sat 2018-09-22 16:14:24 EDT Exit Timestamp: Sat 2018-09-22 16:14:25 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttya2.device: Description: /dev/ttya2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttya2.device Invocation ID: 7f0e788bdc0d4d0893e77cac5434f816 Following: sys-devices-virtual-tty-ttya2.device Following Set Member: sys-devices-virtual-tty-ttya2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya2 Found: found-udev -> Unit sys-devices-virtual-tty-ttyr9.device: Description: /sys/devices/virtual/tty/ttyr9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyr9.device Invocation ID: 9f9bb168d0b54a6a877c360f2b2025c5 Following Set Member: dev-ttyr9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr9 Found: found-udev -> Unit dev-ttyza.device: Description: /dev/ttyza Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyza.device Invocation ID: 4707048b62f94714bc8d3789621f61d2 Following: sys-devices-virtual-tty-ttyza.device Following Set Member: sys-devices-virtual-tty-ttyza.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyza Found: found-udev -> Unit sys-devices-virtual-tty-ttya9.device: Description: /sys/devices/virtual/tty/ttya9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttya9.device Invocation ID: a3c7b7a5006e4f369b5cfe58e20aba3f Following Set Member: dev-ttya9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya9 Found: found-udev -> Unit postgresql at 9.5-main.service: Description: PostgreSQL Cluster 9.5-main Instance: 9.5-main Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-postgresql.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: postgresql at 9.5-main.service Fragment Path: /lib/systemd/system/postgresql at .service AssertPathExists: /etc/postgresql/9.5/main/postgresql.conf untested Requires: system-postgresql.slice (origin-file) Requires: var.mount (origin-file) Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) PartOf: postgresql.service (origin-file) WantedBy: postgresql.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: postgresql.service (origin-file) After: basic.target (origin-default) After: system-postgresql.slice (origin-file) After: systemd-journald.socket (origin-file) After: var.mount (origin-file) After: -.mount (origin-file) After: sysinit.target (origin-default) ReloadPropagatedFrom: postgresql.service (origin-file) References: shutdown.target (origin-default) References: basic.target (origin-default) References: system-postgresql.slice (origin-file) References: systemd-journald.socket (origin-file) References: var.mount (origin-file) References: -.mount (origin-file) References: postgresql.service (origin-file) References: sysinit.target (origin-default) ReferencedBy: postgresql.service (destination-file) RequiresMountsFor: /var/lib/postgresql/9.5/main (origin-file) RequiresMountsFor: /etc/postgresql/9.5/main (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: no NotifyAccess: none NotifyState: unknown PIDFile: /var/run/postgresql/9.5-main.pid RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1h RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 OOMScoreAdjust: -900 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect 9.5-main start -> ExecReload: Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect 9.5-main reload -> ExecStop: Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect -m fast 9.5-main stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dundee.service: Description: DUN service Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:03 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:59 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:03 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/dundee.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: dundee.service Invocation ID: 8cd8ef65208041b7829c7f150b47f7ee Fragment Path: /lib/systemd/system/dundee.service Condition Timestamp: Sat 2018-09-22 16:14:59 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:59 EDT Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) Requires: dbus.socket (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: syslog.target (origin-file) After: sysinit.target (origin-default) After: dbus.socket (origin-file) After: basic.target (origin-default) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) References: syslog.target (origin-file) References: shutdown.target (origin-default) References: sysinit.target (origin-default) References: dbus.socket (origin-file) References: basic.target (origin-default) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: dbus Restart: no NotifyAccess: none NotifyState: unknown Main PID: 1470 Main PID Known: yes Main PID Alien: no BusName: org.ofono.dundee Bus Name Good: yes RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: null SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/dundee -n PID: 1470 Start Timestamp: Sat 2018-09-22 16:14:59 EDT CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyve.device: Description: /sys/devices/virtual/tty/ttyve Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyve.device Invocation ID: 03c09d6634e44cfe92b67c3a8193cc26 Following Set Member: dev-ttyve.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyve Found: found-udev -> Unit systemd-tmpfiles-clean.timer: Description: Daily Cleanup of Temporary Directories Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:29:02 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:57 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:57 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: systemd-tmpfiles-clean.timer Invocation ID: a3226362c5a94f079bed6cad1159cfce Documentation: man:tmpfiles.d(5) Documentation: man:systemd-tmpfiles(8) Fragment Path: /lib/systemd/system/systemd-tmpfiles-clean.timer Condition Timestamp: Sat 2018-09-22 16:14:57 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:57 EDT Assert Result: yes Requires: sysinit.target (origin-default) WantedBy: timers.target (destination-file) Conflicts: shutdown.target (origin-default) Before: timers.target (origin-default) Before: shutdown.target (origin-default) Before: systemd-tmpfiles-clean.service (origin-implicit) After: sysinit.target (origin-default) Triggers: systemd-tmpfiles-clean.service (origin-implicit) References: shutdown.target (origin-default) References: sysinit.target (origin-default) References: systemd-tmpfiles-clean.service (origin-implicit) References: timers.target (origin-default) ReferencedBy: timers.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Timer State: waiting Result: success Unit: systemd-tmpfiles-clean.service Persistent: no WakeSystem: no Accuracy: 1min RemainAfterElapse: yes OnUnitActiveSec: 1d OnBootSec: 15min -> Unit dev-ttypc.device: Description: /dev/ttypc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttypc.device Invocation ID: 6467a0a03b124b74b83927c7e2db84a7 Following: sys-devices-virtual-tty-ttypc.device Following Set Member: sys-devices-virtual-tty-ttypc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttypc Found: found-udev -> Unit sys-devices-virtual-tty-ttyvb.device: Description: /sys/devices/virtual/tty/ttyvb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyvb.device Invocation ID: b9d60562134544a1844be7e43bb7ffc8 Following Set Member: dev-ttyvb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyvb Found: found-udev -> Unit dev-ttyt2.device: Description: /dev/ttyt2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyt2.device Invocation ID: 2035884370014000bf287f40bc2729c4 Following: sys-devices-virtual-tty-ttyt2.device Following Set Member: sys-devices-virtual-tty-ttyt2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt2 Found: found-udev -> Unit dev-ttya6.device: Description: /dev/ttya6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttya6.device Invocation ID: d3bdf274c74748fd9ff2c3d732eb6bcf Following: sys-devices-virtual-tty-ttya6.device Following Set Member: sys-devices-virtual-tty-ttya6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya6 Found: found-udev -> Unit dev-ttyde.device: Description: /dev/ttyde Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyde.device Invocation ID: a2477fc838a04c4392b455c9161d3b3d Following: sys-devices-virtual-tty-ttyde.device Following Set Member: sys-devices-virtual-tty-ttyde.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyde Found: found-udev -> Unit postgresql at 9.6-main.service: Description: PostgreSQL Cluster 9.6-main Instance: 9.6-main Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-postgresql.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: postgresql at 9.6-main.service Fragment Path: /lib/systemd/system/postgresql at .service AssertPathExists: /etc/postgresql/9.6/main/postgresql.conf untested Requires: -.mount (origin-file) Requires: system-postgresql.slice (origin-file) Requires: var.mount (origin-file) Requires: sysinit.target (origin-default) PartOf: postgresql.service (origin-file) WantedBy: postgresql.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: postgresql.service (origin-file) After: -.mount (origin-file) After: sysinit.target (origin-default) After: system-postgresql.slice (origin-file) After: var.mount (origin-file) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) ReloadPropagatedFrom: postgresql.service (origin-file) References: postgresql.service (origin-file) References: -.mount (origin-file) References: sysinit.target (origin-default) References: system-postgresql.slice (origin-file) References: var.mount (origin-file) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-default) References: basic.target (origin-default) ReferencedBy: postgresql.service (destination-file) RequiresMountsFor: /var/lib/postgresql/9.6/main (origin-file) RequiresMountsFor: /etc/postgresql/9.6/main (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: no NotifyAccess: none NotifyState: unknown PIDFile: /var/run/postgresql/9.6-main.pid RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1h RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 OOMScoreAdjust: -900 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect 9.6-main start -> ExecReload: Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect 9.6-main reload -> ExecStop: Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect -m fast 9.6-main stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyw7.device: Description: /dev/ttyw7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyw7.device Invocation ID: 3bb22fd1a64f4c1e9255f9501351257f Following: sys-devices-virtual-tty-ttyw7.device Following Set Member: sys-devices-virtual-tty-ttyw7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw7 Found: found-udev -> Unit dev-ttyuf.device: Description: /dev/ttyuf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyuf.device Invocation ID: 1529b45011144f0783ead77a3ece8742 Following: sys-devices-virtual-tty-ttyuf.device Following Set Member: sys-devices-virtual-tty-ttyuf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyuf Found: found-udev -> Unit dev-ttyb1.device: Description: /dev/ttyb1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyb1.device Invocation ID: 284a0729b48646a5877b66cd8d48dda8 Following: sys-devices-virtual-tty-ttyb1.device Following Set Member: sys-devices-virtual-tty-ttyb1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb1 Found: found-udev -> Unit dev-ttyye.device: Description: /dev/ttyye Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyye.device Invocation ID: 035a03070cdb40d3b53200eacee2f795 Following: sys-devices-virtual-tty-ttyye.device Following Set Member: sys-devices-virtual-tty-ttyye.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyye Found: found-udev -> Unit sys-devices-virtual-tty-ttyx7.device: Description: /sys/devices/virtual/tty/ttyx7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyx7.device Invocation ID: 8d4f79ff625c45028d26f1e9b5331f0e Following Set Member: dev-ttyx7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx7 Found: found-udev -> Unit dev-ttywe.device: Description: /dev/ttywe Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttywe.device Invocation ID: c2f2abb5688b4112ab93edb858c95681 Following: sys-devices-virtual-tty-ttywe.device Following Set Member: sys-devices-virtual-tty-ttywe.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttywe Found: found-udev -> Unit sys-devices-virtual-tty-ttyu6.device: Description: /sys/devices/virtual/tty/ttyu6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyu6.device Invocation ID: 08f642a56bf1483883cc3eacd49c95fd Following Set Member: dev-ttyu6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu6 Found: found-udev -> Unit remote-fs-pre.target: Description: Remote File Systems (Pre) Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:07 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:07 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:07 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: remote-fs-pre.target Invocation ID: e071c2451fa24db1a17e46bd7b454482 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/remote-fs-pre.target Condition Timestamp: Sat 2018-09-22 16:15:07 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:07 EDT Assert Result: yes WantedBy: nfs-client.target (destination-file) WantedBy: rpcbind.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: remote-fs.target (destination-file) After: nfs-client.target (destination-file) After: rpcbind.service (destination-file) After: nfs-server.service (destination-file) References: shutdown.target (origin-default) ReferencedBy: nfs-client.target (destination-file) ReferencedBy: rpcbind.service (destination-file) ReferencedBy: nfs-server.service (destination-file) ReferencedBy: remote-fs.target (destination-file) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit spamassassin.service: Description: Perl-based spam filter using text analysis Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: spamassassin.service Fragment Path: /lib/systemd/system/spamassassin.service Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: exim4.service (destination-file) After: system.slice (origin-file) After: network.target (origin-file) After: sysinit.target (origin-default) After: basic.target (origin-default) References: system.slice (origin-file) References: network.target (origin-file) References: sysinit.target (origin-default) References: shutdown.target (origin-default) References: basic.target (origin-default) ReferencedBy: exim4.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: always NotifyAccess: none NotifyState: unknown PIDFile: /var/run/spamd.pid RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/spamassassin RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: null StandardError: null DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/spamd -d --pidfile=/var/run/spamd.pid $OPTIONS -> ExecReload: Command Line: /bin/kill -HUP $MAINPID CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyqf.device: Description: /dev/ttyqf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyqf.device Invocation ID: 7061875d5ddc4c628d7aa56a296b4127 Following: sys-devices-virtual-tty-ttyqf.device Following Set Member: sys-devices-virtual-tty-ttyqf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyqf Found: found-udev -> Unit sys-devices-virtual-block-ram0.device: Description: /sys/devices/virtual/block/ram0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:28 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:28 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:28 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram0.device Invocation ID: 47de3ce1be9842d394aec3333c0bd793 Following Set Member: dev-ram0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram0 Found: found-udev -> Unit auditd.service: Description: auditd.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: auditd.service Before: systemd-update-utmp.service (destination-file) Before: ssh.service (destination-file) ReferencedBy: systemd-update-utmp.service (destination-file) ReferencedBy: ssh.service (destination-file) -> Unit systemd-initctl.service: Description: initctl Compatibility Daemon Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-initctl.service Documentation: man:systemd-initctl.service(8) Fragment Path: /lib/systemd/system/systemd-initctl.service Requires: system.slice (origin-file) After: system.slice (origin-file) After: systemd-initctl.socket (destination-implicit) After: systemd-journald.socket (origin-file) TriggeredBy: systemd-initctl.socket (destination-implicit) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) ReferencedBy: systemd-initctl.socket (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: all NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-initctl CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyu9.device: Description: /dev/ttyu9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyu9.device Invocation ID: 1fcedc0a0f0f4c05ba48e85fae2820c5 Following: sys-devices-virtual-tty-ttyu9.device Following Set Member: sys-devices-virtual-tty-ttyu9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu9 Found: found-udev -> Unit sys-devices-virtual-tty-ttyqe.device: Description: /sys/devices/virtual/tty/ttyqe Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyqe.device Invocation ID: 61ab6f46189b425e9e61ec94cf054062 Following Set Member: dev-ttyqe.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyqe Found: found-udev -> Unit dev-ttyb6.device: Description: /dev/ttyb6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyb6.device Invocation ID: b5e1b398261d40909409dcb8510d5da7 Following: sys-devices-virtual-tty-ttyb6.device Following Set Member: sys-devices-virtual-tty-ttyb6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb6 Found: found-udev -> Unit dev-ttyve.device: Description: /dev/ttyve Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyve.device Invocation ID: 88922d024dc34712abd61bbf65fc4165 Following: sys-devices-virtual-tty-ttyve.device Following Set Member: sys-devices-virtual-tty-ttyve.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyve Found: found-udev -> Unit sys-devices-virtual-tty-ttyxd.device: Description: /sys/devices/virtual/tty/ttyxd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyxd.device Invocation ID: acac61712a984bdf8c934363a3c58873 Following Set Member: dev-ttyxd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyxd Found: found-udev -> Unit rpcbind.target: Description: RPC Port Mapper Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:00 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:00 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:00 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: rpcbind.target Invocation ID: dc1ee763296743bc9f21054c1e8929af Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/rpcbind.target Condition Timestamp: Sat 2018-09-22 16:15:00 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:00 EDT Assert Result: yes WantedBy: rpcbind.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: rpcbind.service (destination-file) References: shutdown.target (origin-default) ReferencedBy: rpcbind.service (destination-file) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-ttys6.device: Description: /dev/ttys6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttys6.device Invocation ID: 4b53a7b1cdcf4d05a9f7f0710b723cbb Following: sys-devices-virtual-tty-ttys6.device Following Set Member: sys-devices-virtual-tty-ttys6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys6 Found: found-udev -> Unit systemd-modules-load.service: Description: Load Kernel Modules Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:25 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:22 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:25 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-modules-load.service Invocation ID: ab2c66fffdee4c9f9d77353065af1b89 Documentation: man:systemd-modules-load.service(8) Documentation: man:modules-load.d(5) Fragment Path: /lib/systemd/system/systemd-modules-load.service ConditionKernelCommandLine: |rd.modules-load failed ConditionKernelCommandLine: |modules-load failed ConditionDirectoryNotEmpty: |/run/modules-load.d failed ConditionDirectoryNotEmpty: |/etc/modules-load.d succeeded ConditionDirectoryNotEmpty: |/usr/local/lib/modules-load.d failed ConditionDirectoryNotEmpty: |/usr/lib/modules-load.d failed ConditionDirectoryNotEmpty: |/lib/modules-load.d failed ConditionCapability: CAP_SYS_MODULE succeeded Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:22 EDT Assert Result: yes Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: sys-kernel-config.mount (destination-file) Before: systemd-sysctl.service (destination-file) Before: sys-fs-fuse-connections.mount (destination-file) Before: shutdown.target (origin-file) Before: networking.service (destination-file) Before: sysinit.target (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: system.slice (origin-file) References: shutdown.target (origin-file) References: systemd-journald.socket (origin-file) References: sysinit.target (origin-file) ReferencedBy: sys-fs-fuse-connections.mount (destination-file) ReferencedBy: sysinit.target (destination-file) ReferencedBy: networking.service (destination-file) ReferencedBy: systemd-sysctl.service (destination-file) ReferencedBy: sys-kernel-config.mount (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-modules-load PID: 1170 Start Timestamp: Sat 2018-09-22 16:14:22 EDT Exit Timestamp: Sat 2018-09-22 16:14:25 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyr4.device: Description: /sys/devices/virtual/tty/ttyr4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyr4.device Invocation ID: d086e02dc0804b818b398bbfdd963149 Following Set Member: dev-ttyr4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr4 Found: found-udev -> Unit dev-ttyz6.device: Description: /dev/ttyz6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyz6.device Invocation ID: dd3f7a5782df4f1e910ec203a4177828 Following: sys-devices-virtual-tty-ttyz6.device Following Set Member: sys-devices-virtual-tty-ttyz6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz6 Found: found-udev -> Unit sys-devices-virtual-tty-ttyyc.device: Description: /sys/devices/virtual/tty/ttyyc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyyc.device Invocation ID: 81d2ed7c61d74f19b9f9fff8b761b17b Following Set Member: dev-ttyyc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyyc Found: found-udev -> Unit sys-devices-virtual-tty-ttyae.device: Description: /sys/devices/virtual/tty/ttyae Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyae.device Invocation ID: 2cbbbba1a9174c8e8445f2de68ef6fc7 Following Set Member: dev-ttyae.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyae Found: found-udev -> Unit hostname.service: Description: hostname.service Instance: n/a Unit Load State: masked Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: hostname.service Fragment Path: /dev/null Before: sheepdog.service (destination-file) ReferencedBy: sheepdog.service (destination-file) -> Unit dev-disk-by\x2dlabel-ROOT2.device: Description: ST3300007LC ROOT2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dlabel-ROOT2.device Invocation ID: 8eaee91bd1354c239d730e301235d1ab Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc5.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d05.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart5.device Following Set Member: dev-sdc5.device Following Set Member: dev-disk-by\x2duuid-ac66c6a1\x2d0b08\x2d481d\x2da400\x2d9fb6e7a49f1b.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart5.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc5 Found: found-udev -> Unit sys-devices-virtual-tty-ttyq2.device: Description: /sys/devices/virtual/tty/ttyq2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyq2.device Invocation ID: 714be72563054d928f7f020eb9c0a3b4 Following Set Member: dev-ttyq2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq2 Found: found-udev -> Unit dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR03Y0N.device: Description: ST3300007LC Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR03Y0N.device Invocation ID: 661858678cb848f68191b068d6765ef1 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb.device Following Set Member: dev-sdb.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.0\x2dscsi\x2d0:0:0:0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.0/host2/target2:0:0/2:0:0:0/block/sdb Found: found-udev -> Unit sys-devices-virtual-tty-ttyz8.device: Description: /sys/devices/virtual/tty/ttyz8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyz8.device Invocation ID: c31bc49d6dc0454d94e2e408cdbc8a07 Following Set Member: dev-ttyz8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz8 Found: found-udev -> Unit sendmail.service: Description: sendmail.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: sendmail.service ConflictedBy: postfix.service (destination-file) ReferencedBy: postfix.service (destination-file) -> Unit sys-devices-virtual-tty-ttyu1.device: Description: /sys/devices/virtual/tty/ttyu1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyu1.device Invocation ID: ab60564ef23a4075b9a4318dfe13b173 Following Set Member: dev-ttyu1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu1 Found: found-udev -> Unit dev-ram9.device: Description: /dev/ram9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram9.device Invocation ID: 0dd5fa3242ea42e6b9d5d8f2673d7929 Following: sys-devices-virtual-block-ram9.device Following Set Member: sys-devices-virtual-block-ram9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram9 Found: found-udev -> Unit dev-ttyce.device: Description: /dev/ttyce Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyce.device Invocation ID: 314cb752997649108f8da7b0ba809f99 Following: sys-devices-virtual-tty-ttyce.device Following Set Member: sys-devices-virtual-tty-ttyce.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyce Found: found-udev -> Unit sys-devices-virtual-block-ram2.device: Description: /sys/devices/virtual/block/ram2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram2.device Invocation ID: 9aa33e4cf66743d59c191459a771aada Following Set Member: dev-ram2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram2 Found: found-udev -> Unit udftools.service: Description: LSB: Set up packet writing devices Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:09 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:08 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:09 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: udftools.service Invocation ID: 520a40bf2ece4ced98cf69d65a9f931e Documentation: man:systemd-sysv-generator(8) Fragment Path: /run/systemd/generator.late/udftools.service Source Path: /etc/init.d/udftools Condition Timestamp: Sat 2018-09-22 16:15:08 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:08 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: graphical.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: graphical.target (origin-file destination-default) Before: shutdown.target (origin-default) Before: multi-user.target (origin-file destination-default) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: remote-fs.target (origin-file) After: system.slice (origin-file) After: basic.target (origin-default) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-default) References: remote-fs.target (origin-file) References: multi-user.target (origin-file) References: graphical.target (origin-file) References: sysinit.target (origin-default) References: basic.target (origin-default) ReferencedBy: graphical.target (destination-file destination-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: no Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 5min TimeoutStopSec: 5min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/init.d/udftools start PID: 1651 Start Timestamp: Sat 2018-09-22 16:15:08 EDT Exit Timestamp: Sat 2018-09-22 16:15:09 EDT Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /etc/init.d/udftools stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttywa.device: Description: /sys/devices/virtual/tty/ttywa Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttywa.device Invocation ID: 61ddbf9a732f4f708433c97debddcc38 Following Set Member: dev-ttywa.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttywa Found: found-udev -> Unit sys-devices-virtual-tty-ttyp3.device: Description: /sys/devices/virtual/tty/ttyp3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyp3.device Invocation ID: 653c2df03e4247e1b8a59ec08476566f Following Set Member: dev-ttyp3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp3 Found: found-udev -> Unit dev-ram15.device: Description: /dev/ram15 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram15.device Invocation ID: 3081749838f846e8bff98a158cd38700 Following: sys-devices-virtual-block-ram15.device Following Set Member: sys-devices-virtual-block-ram15.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram15 Found: found-udev -> Unit run-rpc_pipefs.mount: Description: RPC Pipe File System Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:24 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:24 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/run-rpc_pipefs.mount CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: run-rpc_pipefs.mount Invocation ID: 6fc02285800241f39d0a5c33290f46d8 Fragment Path: /lib/systemd/system/run-rpc_pipefs.mount Condition Timestamp: Sat 2018-09-22 16:14:24 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:24 EDT Assert Result: yes Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) RequiredBy: rpc-svcgssd.service (destination-file) RequiredBy: rpc-gssd.service (destination-file) RequiredBy: nfs-blkmap.service (destination-file) RequiredBy: nfs-idmapd.service (destination-file) Conflicts: umount.target (origin-file) Before: rpc-svcgssd.service (destination-file) Before: rpc-gssd.service (destination-file) Before: nfs-blkmap.service (destination-file) Before: nfs-idmapd.service (destination-file) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: umount.target (origin-file) References: -.mount (origin-implicit) ReferencedBy: rpc-svcgssd.service (destination-file) ReferencedBy: rpc-gssd.service (destination-file) ReferencedBy: nfs-blkmap.service (destination-file) ReferencedBy: nfs-idmapd.service (destination-file) RequiresMountsFor: /run (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /run/rpc_pipefs What: sunrpc File System Type: rpc_pipefs Options: rw,relatime From /proc/self/mountinfo: yes From fragment: yes Extrinsic: no DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit lvm2-lvmpolld.socket: Description: lvm2-lvmpolld.socket Instance: n/a Unit Load State: masked Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: lvm2-lvmpolld.socket Fragment Path: /dev/null WantedBy: sysinit.target (destination-file) ReferencedBy: sysinit.target (destination-file) -> Unit sys-devices-platform-serial8250-tty-ttyS3.device: Description: /sys/devices/platform/serial8250/tty/ttyS3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:27 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:27 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:27 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-platform-serial8250-tty-ttyS3.device Invocation ID: d5d4cf8932cf4472ab0583c707caa080 Following Set Member: dev-ttyS3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3 Found: found-udev -> Unit systemd-fsck at dev-disk-by\x2dlabel-VAR2.service: Description: File System Check on /dev/disk/by-label/VAR2 Instance: dev-disk-by\x2dlabel-VAR2 Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:38 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:38 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-systemd\x2dfsck.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service Invocation ID: 4ce67302b87442faaa933f77b8de0bed Documentation: man:systemd-fsck at .service(8) Fragment Path: /lib/systemd/system/systemd-fsck at .service Condition Timestamp: Sat 2018-09-22 16:14:36 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:36 EDT Assert Result: yes Requires: system-systemd\x2dfsck.slice (origin-file) Wants: systemd-fsckd.socket (origin-file) BindsTo: dev-disk-by\x2dlabel-VAR2.device (origin-file) RequiredBy: var.mount (destination-file) Before: var.mount (destination-file) Before: shutdown.target (origin-file) Before: systemd-quotacheck.service (origin-file) After: system-systemd\x2dfsck.slice (origin-file) After: dev-disk-by\x2dlabel-VAR2.device (origin-file) After: local-fs-pre.target (origin-file) After: systemd-journald.socket (origin-file) After: systemd-fsckd.socket (origin-file) After: systemd-fsck-root.service (origin-file) References: system-systemd\x2dfsck.slice (origin-file) References: shutdown.target (origin-file) References: systemd-quotacheck.service (origin-file) References: dev-disk-by\x2dlabel-VAR2.device (origin-file) References: local-fs-pre.target (origin-file) References: systemd-journald.socket (origin-file) References: systemd-fsckd.socket (origin-file) References: systemd-fsck-root.service (origin-file) ReferencedBy: var.mount (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: infinity RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-fsck /dev/disk/by-label/VAR2 PID: 1308 Start Timestamp: Sat 2018-09-22 16:14:36 EDT Exit Timestamp: Sat 2018-09-22 16:14:38 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyse.device: Description: /sys/devices/virtual/tty/ttyse Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyse.device Invocation ID: 6f202a59cf694307bf9fa711c4aef6d7 Following Set Member: dev-ttyse.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyse Found: found-udev -> Unit sys-devices-virtual-tty-ttydc.device: Description: /sys/devices/virtual/tty/ttydc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttydc.device Invocation ID: e31716f9ef2f4360b6f4a6054f41f5b8 Following Set Member: dev-ttydc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttydc Found: found-udev -> Unit sys-devices-virtual-tty-ttyz7.device: Description: /sys/devices/virtual/tty/ttyz7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyz7.device Invocation ID: 36e412b455954a21845bc70f91c74d59 Following Set Member: dev-ttyz7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz7 Found: found-udev -> Unit sys-devices-virtual-tty-ttyxc.device: Description: /sys/devices/virtual/tty/ttyxc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyxc.device Invocation ID: 7212a1d125be411589d4f89062ef3d0e Following Set Member: dev-ttyxc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyxc Found: found-udev -> Unit sys-devices-virtual-block-ram3.device: Description: /sys/devices/virtual/block/ram3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram3.device Invocation ID: d41f7de07b9345ae94e6d37a26738431 Following Set Member: dev-ram3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram3 Found: found-udev -> Unit dev-disk-by\x2dlabel-DAVE.device: Description: ST3300007LC DAVE Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dlabel-DAVE.device Invocation ID: 1f363898f83142c8b2369e8f116b7f07 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb-sdb1.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb-sdb1.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR03Y0N\x2dpart1.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.0\x2dscsi\x2d0:0:0:0\x2dpart1.device Following Set Member: dev-sdb1.device Following Set Member: dev-disk-by\x2duuid-319a7735\x2dd320\x2d4e62\x2db142\x2d05950b0eff50.device Following Set Member: dev-disk-by\x2dpartuuid-0a40befa\x2d01.device Condition Timestamp: Sat 2018-09-22 16:14:21 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:21 EDT Assert Result: yes Wants: home-dave.mount (origin-file) BoundBy: home-dave.mount (destination-file) BoundBy: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) Before: home-dave.mount (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) ReferencedBy: home-dave.mount (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.0/host2/target2:0:0/2:0:0:0/block/sdb/sdb1 Found: found-udev -> Unit dev-ttys0.device: Description: /dev/ttys0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttys0.device Invocation ID: 3f8a61779a95485f8d15ca0e45446686 Following: sys-devices-virtual-tty-ttys0.device Following Set Member: sys-devices-virtual-tty-ttys0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys0 Found: found-udev -> Unit systemd-sysusers.service: Description: Create System Users Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:25 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:25 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:25 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-sysusers.service Invocation ID: ca0908cb53e34a4aae67bea72d761c5f Documentation: man:sysusers.d(5) Documentation: man:systemd-sysusers.service(8) Fragment Path: /lib/systemd/system/systemd-sysusers.service ConditionNeedsUpdate: /etc succeeded Condition Timestamp: Sat 2018-09-22 16:14:25 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:25 EDT Assert Result: yes Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: systemd-tmpfiles-setup-dev.service (destination-file) Before: sysinit.target (origin-file) Before: systemd-update-done.service (origin-file) Before: systemd-udevd.service (destination-file) Before: shutdown.target (origin-file) Before: systemd-tmpfiles-setup.service (destination-file) After: systemd-remount-fs.service (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-file) References: shutdown.target (origin-file) References: systemd-update-done.service (origin-file) References: systemd-remount-fs.service (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file) ReferencedBy: systemd-tmpfiles-setup.service (destination-file) ReferencedBy: systemd-udevd.service (destination-file) ReferencedBy: sysinit.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/systemd-sysusers PID: 1193 Start Timestamp: Sat 2018-09-22 16:14:25 EDT Exit Timestamp: Sat 2018-09-22 16:14:25 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttye8.device: Description: /dev/ttye8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttye8.device Invocation ID: af7c71053263455595d5baa0ebf733ea Following: sys-devices-virtual-tty-ttye8.device Following Set Member: sys-devices-virtual-tty-ttye8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye8 Found: found-udev -> Unit dev-ttyc2.device: Description: /dev/ttyc2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyc2.device Invocation ID: d434f9aa08fa45aeabdbbfb3b25f4b4f Following: sys-devices-virtual-tty-ttyc2.device Following Set Member: sys-devices-virtual-tty-ttyc2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc2 Found: found-udev -> Unit slices.target: Description: Slices Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:24 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:24 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: slices.target Invocation ID: ba15ad7a941c40e28a3e49742b93f27e Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/slices.target Condition Timestamp: Sat 2018-09-22 16:14:24 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:24 EDT Assert Result: yes Wants: -.slice (origin-file) Wants: system.slice (origin-file) WantedBy: basic.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: basic.target (destination-file destination-default) After: user.slice (destination-file) After: -.slice (origin-file) After: system.slice (origin-file) References: -.slice (origin-file) References: shutdown.target (origin-default) References: system.slice (origin-file) ReferencedBy: basic.target (destination-file destination-default) ReferencedBy: user.slice (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-ttyw5.device: Description: /dev/ttyw5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyw5.device Invocation ID: bb6cb1ccf0644d03a30966b1239fd195 Following: sys-devices-virtual-tty-ttyw5.device Following Set Member: sys-devices-virtual-tty-ttyw5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw5 Found: found-udev -> Unit dev-ram1.device: Description: /dev/ram1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:28 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:28 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:28 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram1.device Invocation ID: ee28a1e580854169938331984ea0345f Following: sys-devices-virtual-block-ram1.device Following Set Member: sys-devices-virtual-block-ram1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram1 Found: found-udev -> Unit dev-ttyrb.device: Description: /dev/ttyrb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyrb.device Invocation ID: 7907d8839f694c86b74eab263b4a6f34 Following: sys-devices-virtual-tty-ttyrb.device Following Set Member: sys-devices-virtual-tty-ttyrb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyrb Found: found-udev -> Unit dev-ttytd.device: Description: /dev/ttytd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttytd.device Invocation ID: ccc78818bc24470c9e914170a114ceec Following: sys-devices-virtual-tty-ttytd.device Following Set Member: sys-devices-virtual-tty-ttytd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttytd Found: found-udev -> Unit sys-devices-virtual-tty-ttyq7.device: Description: /sys/devices/virtual/tty/ttyq7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyq7.device Invocation ID: 3dfd0eac21cf4b82ba7ca8c7c61486cf Following Set Member: dev-ttyq7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq7 Found: found-udev -> Unit sys-devices-virtual-tty-ttyu8.device: Description: /sys/devices/virtual/tty/ttyu8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyu8.device Invocation ID: 257e05dcc203491e925a39db60b334eb Following Set Member: dev-ttyu8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu8 Found: found-udev -> Unit dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0.device: Description: My_Passport_0748 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0.device Invocation ID: 413d2579cfb940b28b276aa4da7fdaeb Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda.device Following Set Member: dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0.device Following Set Member: dev-sda.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:01.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/block/sda Found: found-udev -> Unit dev-disk-by\x2duuid-d64e45b1\x2d462e\x2d4437\x2d9a0a\x2dcf835dcef080.device: Description: ST3300007LC HOME2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2duuid-d64e45b1\x2d462e\x2d4437\x2d9a0a\x2dcf835dcef080.device Invocation ID: 77cacf7ee8ae4e27aa62ec56c276fe90 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc7.device Following Set Member: dev-sdc7.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart7.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart7.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc7.device Following Set Member: dev-disk-by\x2dlabel-HOME2.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d07.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc7 Found: found-udev -> Unit sys-devices-virtual-tty-ttyy5.device: Description: /sys/devices/virtual/tty/ttyy5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyy5.device Invocation ID: 621fff422cdf4d089b4cc979b4377362 Following Set Member: dev-ttyy5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy5 Found: found-udev -> Unit sys-devices-virtual-tty-ttyw7.device: Description: /sys/devices/virtual/tty/ttyw7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyw7.device Invocation ID: 5ace16e552204aaf89ba2b7f2a1a2af6 Following Set Member: dev-ttyw7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw7 Found: found-udev -> Unit plymouth-start.service: Description: plymouth-start.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: plymouth-start.service Before: rescue.service (destination-file) Before: systemd-ask-password-console.path (destination-file) Before: systemd-ask-password-console.service (destination-file) ReferencedBy: rescue.service (destination-file) ReferencedBy: systemd-ask-password-console.path (destination-file) ReferencedBy: systemd-ask-password-console.service (destination-file) -> Unit postfix.service: Description: Postfix Mail Transport Agent Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:21 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:21 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:21 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: postfix.service Invocation ID: 9d609618b5d844d9899b7c26c2038b8a Fragment Path: /lib/systemd/system/postfix.service ConditionPathExists: /etc/postfix/main.cf succeeded Condition Timestamp: Sat 2018-09-22 16:15:21 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:21 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) Wants: postfix at -.service (origin-file) WantedBy: multi-user.target (destination-file) ConsistsOf: postfix at -.service (destination-file) Conflicts: shutdown.target (origin-default) Conflicts: exim4.service (origin-file) Conflicts: sendmail.service (origin-file) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: postfix at -.service (destination-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: sysinit.target (origin-default) PropagatesReloadTo: postfix at -.service (destination-file) References: basic.target (origin-default) References: sysinit.target (origin-default) References: postfix at -.service (origin-file) References: sendmail.service (origin-file) References: shutdown.target (origin-default) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: exim4.service (origin-file) ReferencedBy: postfix at -.service (destination-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/true PID: 2155 Start Timestamp: Sat 2018-09-22 16:15:21 EDT Exit Timestamp: Sat 2018-09-22 16:15:21 EDT Exit Code: exited Exit Status: 0 -> ExecReload: Command Line: /bin/true CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit systemd-quotacheck.service: Description: File System Quota Check Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-quotacheck.service Documentation: man:systemd-quotacheck.service(8) Fragment Path: /lib/systemd/system/systemd-quotacheck.service ConditionPathExists: /sbin/quotacheck untested Requires: system.slice (origin-file) Before: shutdown.target (origin-file) Before: remote-fs.target (origin-file) After: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) After: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) After: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) After: systemd-journald.socket (origin-file) After: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) After: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) After: system.slice (origin-file) After: systemd-remount-fs.service (origin-file) References: shutdown.target (origin-file) References: remote-fs.target (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: systemd-remount-fs.service (origin-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: infinity RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-quotacheck CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit connman.service: Description: connman.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: connman.service Before: apt-daily-upgrade.service (destination-file) Before: apt-daily.service (destination-file) ReferencedBy: apt-daily-upgrade.service (destination-file) ReferencedBy: apt-daily.service (destination-file) -> Unit dev-ttya1.device: Description: /dev/ttya1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttya1.device Invocation ID: 8033f0912d734aceb24c43c19a10290d Following: sys-devices-virtual-tty-ttya1.device Following Set Member: sys-devices-virtual-tty-ttya1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya1 Found: found-udev -> Unit exim4.service: Description: LSB: exim Mail Transport Agent Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: exim4.service Documentation: man:systemd-sysv-generator(8) Fragment Path: /run/systemd/generator.late/exim4.service Source Path: /etc/init.d/exim4 Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) Wants: network-online.target (origin-file) WantedBy: graphical.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) ConflictedBy: postfix.service (destination-file) Before: graphical.target (origin-file destination-default) Before: shutdown.target (origin-default) Before: multi-user.target (origin-file destination-default) After: remote-fs.target (origin-file) After: spamassassin.service (origin-file) After: greylist.service (origin-file) After: clamav-daemon.service (origin-file) After: mysql.service (origin-file) After: nss-lookup.target (origin-file) After: postgresql.service (origin-file) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: time-sync.target (origin-file) After: system.slice (origin-file) After: network-online.target (origin-file) After: sysinit.target (origin-default) References: sysinit.target (origin-default) References: time-sync.target (origin-file) References: graphical.target (origin-file) References: multi-user.target (origin-file) References: system.slice (origin-file) References: mysql.service (origin-file) References: greylist.service (origin-file) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-default) References: clamav-daemon.service (origin-file) References: nss-lookup.target (origin-file) References: spamassassin.service (origin-file) References: basic.target (origin-default) References: network-online.target (origin-file) References: postgresql.service (origin-file) References: remote-fs.target (origin-file) ReferencedBy: graphical.target (destination-file destination-default) ReferencedBy: postfix.service (destination-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: no Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 5min TimeoutStopSec: 5min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/init.d/exim4 start -> ExecReload: Command Line: /etc/init.d/exim4 reload -> ExecStop: Command Line: /etc/init.d/exim4 stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyy7.device: Description: /dev/ttyy7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyy7.device Invocation ID: fe6dcb771ffa41eb9921ef1228e15d57 Following: sys-devices-virtual-tty-ttyy7.device Following Set Member: sys-devices-virtual-tty-ttyy7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy7 Found: found-udev -> Unit phpsessionclean.service: Description: Clean php session files Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: Sat 2018-09-22 18:39:03 EDT Inactive Exit Timestamp: Sat 2018-09-22 18:39:01 EDT Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: Sat 2018-09-22 18:39:03 EDT May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: phpsessionclean.service Invocation ID: 29c0c9d740664b119dddb78507085fdb Fragment Path: /lib/systemd/system/phpsessionclean.service Condition Timestamp: Sat 2018-09-22 18:39:01 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 18:39:01 EDT Assert Result: yes Requires: system.slice (origin-file) Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) Requires: var.mount (origin-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: system.slice (origin-file) After: -.mount (origin-file) After: sysinit.target (origin-default) After: phpsessionclean.timer (destination-implicit) After: systemd-tmpfiles-setup.service (origin-file) After: basic.target (origin-default) After: var.mount (origin-file) After: systemd-journald.socket (origin-file) TriggeredBy: phpsessionclean.timer (destination-implicit) References: system.slice (origin-file) References: shutdown.target (origin-default) References: -.mount (origin-file) References: sysinit.target (origin-default) References: systemd-tmpfiles-setup.service (origin-file) References: basic.target (origin-default) References: var.mount (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: phpsessionclean.timer (destination-implicit) RequiresMountsFor: /tmp (origin-file) RequiresMountsFor: /var/tmp (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: yes PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: yes ProtectSystem: yes MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/lib/php/sessionclean PID: 21581 Start Timestamp: Sat 2018-09-22 18:39:01 EDT Exit Timestamp: Sat 2018-09-22 18:39:03 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyp8.device: Description: /dev/ttyp8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyp8.device Invocation ID: 4af6109779584021aba66ed90163a2c2 Following: sys-devices-virtual-tty-ttyp8.device Following Set Member: sys-devices-virtual-tty-ttyp8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp8 Found: found-udev -> Unit dev-ttyp0.device: Description: /dev/ttyp0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyp0.device Invocation ID: 26bce7c2b43d4680836d948ba6176460 Following: sys-devices-virtual-tty-ttyp0.device Following Set Member: sys-devices-virtual-tty-ttyp0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp0 Found: found-udev -> Unit dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap: Description: /dev/disk/by-uuid/6a3619bf-4d3a-4ecd-8e24-937668d768bb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:37 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:37 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap Invocation ID: 260175e2cfc546d3a94b3cb6231bdd66 Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap Following Set Member: dev-sdc3.swap Fragment Path: /run/systemd/generator/dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap Source Path: /etc/fstab Condition Timestamp: Sat 2018-09-22 16:14:36 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:36 EDT Assert Result: yes Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) BindsTo: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.device (origin-file) RequiredBy: swap.target (destination-file) WantedBy: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.device (destination-file) Conflicts: umount.target (origin-default) Before: umount.target (origin-default) Before: swap.target (origin-default destination-default) After: systemd-journald.socket (origin-file) After: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.device (origin-file) After: -.mount (origin-implicit) After: system.slice (origin-file) References: swap.target (origin-default) References: systemd-journald.socket (origin-file) References: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.device (origin-file) References: umount.target (origin-default) References: -.mount (origin-implicit) References: system.slice (origin-file) ReferencedBy: swap.target (destination-file destination-default) RequiresMountsFor: /dev/disk/by-uuid/6a3619bf-4d3a-4ecd-8e24-937668d768bb (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Swap State: active Result: success What: /dev/disk/by-uuid/6a3619bf-4d3a-4ecd-8e24-937668d768bb From /proc/swaps: yes From fragment: yes Device Node: /dev/sdc3 Priority: -2 Options: TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit syslog.socket: Description: Syslog Socket Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:03 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:23 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:23 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/syslog.socket CGroup realized: no CGroup own mask: memory pids Name: syslog.socket Invocation ID: 48b23acd1fef4cd2bbb7b68e2f9ab0c0 Documentation: man:systemd.special(7) Documentation: https://www.freedesktop.org/wiki/Software/systemd/syslog Fragment Path: /lib/systemd/system/syslog.socket Condition Timestamp: Sat 2018-09-22 16:14:23 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:23 EDT Assert Result: yes Requires: -.mount (origin-file) Requires: system.slice (origin-file) RequiredBy: rsyslog.service (destination-file) Conflicts: shutdown.target (origin-file) Conflicts: emergency.service (origin-file) Before: systemd-journald.service (destination-file) Before: emergency.service (origin-file) Before: rsyslog.service (origin-implicit) Before: shutdown.target (origin-file) Before: sockets.target (origin-file) After: -.mount (origin-file) After: system.slice (origin-file) Triggers: rsyslog.service (origin-implicit) References: emergency.service (origin-file) References: rsyslog.service (origin-implicit) References: shutdown.target (origin-file) References: sockets.target (origin-file) References: -.mount (origin-file) References: system.slice (origin-file) ReferencedBy: systemd-journald.service (destination-file) ReferencedBy: rsyslog.service (destination-file) RequiresMountsFor: /run/systemd/journal/syslog (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: running Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0666 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: yes PassSecurity: yes TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: syslog.socket SELinuxContextFromNet: no ReceiveBuffer: 8388608 ListenDatagram: /run/systemd/journal/syslog TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttye2.device: Description: /sys/devices/virtual/tty/ttye2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttye2.device Invocation ID: d9b4596072e94b929cf09b04ccb11e04 Following Set Member: dev-ttye2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye2 Found: found-udev -> Unit display-manager.service: Description: display-manager.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: display-manager.service WantedBy: graphical.target (destination-file) Before: graphical.target (destination-file) ReferencedBy: graphical.target (destination-file) -> Unit dev-ttyca.device: Description: /dev/ttyca Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyca.device Invocation ID: 7a1bee0802a8491bb20fa29b46b768b0 Following: sys-devices-virtual-tty-ttyca.device Following Set Member: sys-devices-virtual-tty-ttyca.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyca Found: found-udev -> Unit dev-disk-by\x2did-ata\x2dDW\x2d224E.device: Description: DW-224E Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-ata\x2dDW\x2d224E.device Invocation ID: 58131b0fecc348f9b3b26a27c1dd7c81 Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:02.0-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device Following Set Member: dev-sr0.device Following Set Member: dev-dvd.device Following Set Member: dev-cdrom.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:02.0\x2data\x2d1.device Following Set Member: dev-cdrw.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:02.0-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:02.0/ata1/host0/target0:0:0/0:0:0:0/block/sr0 Found: found-udev -> Unit sysinit.target: Description: System Initialization Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:57 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:57 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:57 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sysinit.target Invocation ID: c9584666012648a7a3401bd0682f0ab5 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/sysinit.target Condition Timestamp: Sat 2018-09-22 16:14:57 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:57 EDT Assert Result: yes Wants: cryptsetup.target (origin-file) Wants: systemd-hwdb-update.service (origin-file) Wants: apparmor.service (origin-file) Wants: lvm2-monitor.service (origin-file) Wants: swap.target (origin-file) Wants: lvm2-lvmpolld.socket (origin-file) Wants: systemd-update-utmp.service (origin-file) Wants: dev-mqueue.mount (origin-file) Wants: systemd-tmpfiles-setup.service (origin-file) Wants: systemd-sysctl.service (origin-file) Wants: dev-hugepages.mount (origin-file) Wants: systemd-ask-password-console.path (origin-file) Wants: systemd-machine-id-commit.service (origin-file) Wants: local-fs.target (origin-file) Wants: kmod-static-nodes.service (origin-file) Wants: systemd-sysusers.service (origin-file) Wants: systemd-journal-flush.service (origin-file) Wants: systemd-journald.service (origin-file) Wants: systemd-udev-trigger.service (origin-file) Wants: sys-kernel-debug.mount (origin-file) Wants: systemd-timesyncd.service (origin-file) Wants: systemd-random-seed.service (origin-file) Wants: systemd-tmpfiles-setup-dev.service (origin-file) Wants: lvm2-lvmetad.socket (origin-file) Wants: systemd-binfmt.service (origin-file) Wants: systemd-modules-load.service (origin-file) Wants: systemd-udevd.service (origin-file) Wants: sys-fs-fuse-connections.mount (origin-file) Wants: sys-kernel-config.mount (origin-file) Wants: proc-sys-fs-binfmt_misc.automount (origin-file) RequiredBy: smartd.service (destination-default) RequiredBy: sysstat.service (destination-default) RequiredBy: avahi-daemon.socket (destination-default) RequiredBy: phpsessionclean.service (destination-default) RequiredBy: udftools.service (destination-default) RequiredBy: rc-local.service (destination-default) RequiredBy: mysql.service (destination-default) RequiredBy: nmbd.service (destination-default) RequiredBy: ssh.service (destination-default) RequiredBy: rescue.target (destination-file) RequiredBy: postgresql at 10-main.service (destination-default) RequiredBy: user-runtime-dir at 1000.service (destination-default) RequiredBy: sheepdog.service (destination-default) RequiredBy: apt-cacher-ng.service (destination-default) RequiredBy: basic.target (destination-file) RequiredBy: smbd.service (destination-default) RequiredBy: apt-daily-upgrade.timer (destination-default) RequiredBy: apt-daily.service (destination-default) RequiredBy: apt-daily.timer (destination-default) RequiredBy: rsync.service (destination-default) RequiredBy: ipmievd.service (destination-default) RequiredBy: rsyslog.service (destination-default) RequiredBy: systemd-ask-password-wall.service (destination-default) RequiredBy: avahi-daemon.service (destination-default) RequiredBy: uuidd.socket (destination-default) RequiredBy: nscd.service (destination-default) RequiredBy: accounts-daemon.service (destination-default) RequiredBy: getty at tty1.service (destination-default) RequiredBy: postgresql at 9.3-main.service (destination-default) RequiredBy: systemd-user-sessions.service (destination-default) RequiredBy: openipmi.service (destination-default) RequiredBy: irqbalance.service (destination-default) RequiredBy: polkit.service (destination-default) RequiredBy: dbus.service (destination-default) RequiredBy: postgresql at 9.6-main.service (destination-default) RequiredBy: apt-daily-upgrade.service (destination-default) RequiredBy: nfs-utils.service (destination-default) RequiredBy: logrotate.timer (destination-default) RequiredBy: spamassassin.service (destination-default) RequiredBy: user at 1000.service (destination-default) RequiredBy: systemd-logind.service (destination-default) RequiredBy: bind9.service (destination-default) RequiredBy: loadcpufreq.service (destination-default) RequiredBy: postfix.service (destination-default) RequiredBy: cpufrequtils.service (destination-default) RequiredBy: radvd.service (destination-default) RequiredBy: cups.socket (destination-default) RequiredBy: cups.service (destination-default) RequiredBy: postgresql.service (destination-default) RequiredBy: network-manager.service (destination-default) RequiredBy: minissdpd.service (destination-default) RequiredBy: systemd-tmpfiles-clean.timer (destination-default) RequiredBy: dbus.socket (destination-default) RequiredBy: exim4.service (destination-default) RequiredBy: ModemManager.service (destination-default) RequiredBy: schroot.service (destination-default) RequiredBy: ofono.service (destination-default) RequiredBy: serial-getty at ttyS0.service (destination-default) RequiredBy: stunnel4.service (destination-default) RequiredBy: dundee.service (destination-default) RequiredBy: ntp.service (destination-default) RequiredBy: postfix at -.service (destination-default) RequiredBy: logrotate.service (destination-default) RequiredBy: uuidd.service (destination-default) RequiredBy: postgresql at 9.4-main.service (destination-default) RequiredBy: cron.service (destination-default) RequiredBy: postgresql at 9.5-main.service (destination-default) RequiredBy: phpsessionclean.timer (destination-default) RequiredBy: wpa_supplicant.service (destination-default) RequiredBy: getty-static.service (destination-default) Conflicts: emergency.target (origin-file) Conflicts: shutdown.target (origin-default) Conflicts: emergency.service (origin-file) Before: udftools.service (destination-default) Before: network-manager.service (destination-default) Before: polkit.service (destination-default) Before: spamassassin.service (destination-default) Before: nfs-utils.service (destination-default) Before: console-kit-log-system-start.service (destination-file) Before: openipmi.service (destination-default) Before: ntp.service (destination-default) Before: dbus.service (destination-default) Before: cpufrequtils.service (destination-default) Before: nscd.service (destination-default) Before: logrotate.timer (destination-default) Before: postgresql at 9.4-main.service (destination-default) Before: cups.service (destination-default) Before: systemd-user-sessions.service (destination-default) Before: postgresql at 9.3-main.service (destination-default) Before: postgresql at 10-main.service (destination-default) Before: apt-cacher-ng.service (destination-default) Before: avahi-daemon.socket (destination-default) Before: uuidd.socket (destination-default) Before: mysql.service (destination-default) Before: avahi-daemon.service (destination-default) Before: wpa_supplicant.service (destination-default) Before: cups.socket (destination-default) Before: radvd.service (destination-default) Before: phpsessionclean.service (destination-default) Before: uuidd.service (destination-default) Before: postgresql at 9.6-main.service (destination-default) Before: loadcpufreq.service (destination-default) Before: user-runtime-dir at 1000.service (destination-default) Before: phpsessionclean.timer (destination-default) Before: postgresql at 9.5-main.service (destination-default) Before: rsyslog.service (destination-default) Before: schroot.service (destination-default) Before: ofono.service (destination-default) Before: accounts-daemon.service (destination-default) Before: sysstat.service (destination-default) Before: apt-daily-upgrade.timer (destination-default) Before: systemd-logind.service (destination-default) Before: ssh.service (destination-default) Before: minissdpd.service (destination-default) Before: rc-local.service (destination-default) Before: ipmievd.service (destination-default) Before: exim4.service (destination-default) Before: getty-static.service (destination-default) Before: stunnel4.service (destination-default) Before: systemd-tmpfiles-clean.timer (destination-default) Before: apt-daily.service (destination-default) Before: sheepdog.service (destination-default) Before: rescue.service (destination-file) Before: rsync.service (destination-default) Before: postfix.service (destination-default) Before: ModemManager.service (destination-default) Before: smartd.service (destination-default) Before: serial-getty at ttyS0.service (destination-default) Before: apt-daily.timer (destination-default) Before: rescue.target (destination-file destination-default) Before: logrotate.service (destination-default) Before: smbd.service (destination-default) Before: basic.target (destination-file destination-default) Before: dundee.service (destination-default) Before: bind9.service (destination-default) Before: dbus.socket (destination-default) Before: user at 1000.service (destination-default) Before: postgresql.service (destination-default) Before: apt-daily-upgrade.service (destination-default) Before: cron.service (destination-default) Before: getty at tty1.service (destination-default) Before: nmbd.service (destination-default) Before: irqbalance.service (destination-default) Before: systemd-ask-password-wall.service (destination-default) Before: postfix at -.service (destination-default) Before: shutdown.target (origin-default) After: emergency.target (origin-file) After: sys-kernel-debug.mount (destination-file) After: systemd-machine-id-commit.service (destination-file) After: systemd-sysctl.service (destination-file) After: emergency.service (origin-file) After: systemd-random-seed.service (destination-file) After: systemd-update-utmp.service (destination-file) After: local-fs.target (origin-file) After: systemd-tmpfiles-setup.service (destination-file) After: dev-hugepages.mount (destination-file) After: systemd-udevd.service (destination-file) After: dev-mqueue.mount (destination-file) After: systemd-hwdb-update.service (destination-file) After: proc-sys-fs-binfmt_misc.automount (destination-file) After: sys-kernel-config.mount (destination-file) After: kmod-static-nodes.service (destination-file) After: swap.target (origin-file origin-default) After: sys-fs-fuse-connections.mount (destination-file) After: systemd-tmpfiles-setup-dev.service (destination-file) After: systemd-modules-load.service (destination-file) After: systemd-journald.service (destination-file) After: systemd-sysusers.service (destination-file) After: apparmor.service (destination-file) After: cryptsetup.target (origin-default) After: systemd-binfmt.service (destination-file) After: systemd-udev-trigger.service (destination-file) After: systemd-timesyncd.service (destination-file) References: systemd-udevd.service (origin-file) References: lvm2-lvmpolld.socket (origin-file) References: lvm2-lvmetad.socket (origin-file) References: systemd-modules-load.service (origin-file) References: systemd-machine-id-commit.service (origin-file) References: systemd-random-seed.service (origin-file) References: dev-mqueue.mount (origin-file) References: sys-fs-fuse-connections.mount (origin-file) References: swap.target (origin-file origin-default) References: kmod-static-nodes.service (origin-file) References: systemd-ask-password-console.path (origin-file) References: emergency.target (origin-file) References: systemd-journald.service (origin-file) References: emergency.service (origin-file) References: sys-kernel-debug.mount (origin-file) References: lvm2-monitor.service (origin-file) References: dev-hugepages.mount (origin-file) References: local-fs.target (origin-file) References: systemd-hwdb-update.service (origin-file) References: cryptsetup.target (origin-file origin-default) References: systemd-tmpfiles-setup-dev.service (origin-file) References: systemd-update-utmp.service (origin-file) References: systemd-timesyncd.service (origin-file) References: systemd-journal-flush.service (origin-file) References: shutdown.target (origin-default) References: systemd-udev-trigger.service (origin-file) References: systemd-sysctl.service (origin-file) References: systemd-sysusers.service (origin-file) References: proc-sys-fs-binfmt_misc.automount (origin-file) References: apparmor.service (origin-file) References: systemd-binfmt.service (origin-file) References: sys-kernel-config.mount (origin-file) References: systemd-tmpfiles-setup.service (origin-file) ReferencedBy: phpsessionclean.timer (destination-default) ReferencedBy: apt-cacher-ng.service (destination-default) ReferencedBy: postgresql.service (destination-default) ReferencedBy: rc-local.service (destination-default) ReferencedBy: dbus.socket (destination-default) ReferencedBy: ntp.service (destination-default) ReferencedBy: apt-daily.service (destination-default) ReferencedBy: wpa_supplicant.service (destination-default) ReferencedBy: mysql.service (destination-default) ReferencedBy: sys-fs-fuse-connections.mount (destination-file) ReferencedBy: spamassassin.service (destination-default) ReferencedBy: systemd-machine-id-commit.service (destination-file) ReferencedBy: postgresql at 9.3-main.service (destination-default) ReferencedBy: systemd-ask-password-wall.service (destination-default) ReferencedBy: nfs-utils.service (destination-default) ReferencedBy: apt-daily-upgrade.service (destination-default) ReferencedBy: systemd-update-utmp.service (destination-file) ReferencedBy: user-runtime-dir at 1000.service (destination-default) ReferencedBy: dev-hugepages.mount (destination-file) ReferencedBy: nmbd.service (destination-default) ReferencedBy: basic.target (destination-file destination-default) ReferencedBy: sys-kernel-debug.mount (destination-file) ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-file) ReferencedBy: serial-getty at ttyS0.service (destination-default) ReferencedBy: rescue.target (destination-file destination-default) ReferencedBy: openipmi.service (destination-default) ReferencedBy: ofono.service (destination-default) ReferencedBy: systemd-user-sessions.service (destination-default) ReferencedBy: user at 1000.service (destination-default) ReferencedBy: smbd.service (destination-default) ReferencedBy: radvd.service (destination-default) ReferencedBy: kmod-static-nodes.service (destination-file) ReferencedBy: systemd-binfmt.service (destination-file) ReferencedBy: logrotate.timer (destination-default) ReferencedBy: phpsessionclean.service (destination-default) ReferencedBy: network-manager.service (destination-default) ReferencedBy: systemd-sysctl.service (destination-file) ReferencedBy: schroot.service (destination-default) ReferencedBy: postgresql at 9.6-main.service (destination-default) ReferencedBy: irqbalance.service (destination-default) ReferencedBy: systemd-tmpfiles-setup.service (destination-file) ReferencedBy: systemd-udev-trigger.service (destination-file) ReferencedBy: cups.socket (destination-default) ReferencedBy: bind9.service (destination-default) ReferencedBy: systemd-udevd.service (destination-file) ReferencedBy: udftools.service (destination-default) ReferencedBy: sysstat.service (destination-default) ReferencedBy: rsyslog.service (destination-default) ReferencedBy: dev-mqueue.mount (destination-file) ReferencedBy: postgresql at 9.4-main.service (destination-default) ReferencedBy: getty-static.service (destination-default) ReferencedBy: uuidd.service (destination-default) ReferencedBy: ModemManager.service (destination-default) ReferencedBy: postfix at -.service (destination-default) ReferencedBy: systemd-sysusers.service (destination-file) ReferencedBy: systemd-journald.service (destination-file) ReferencedBy: postgresql at 9.5-main.service (destination-default) ReferencedBy: logrotate.service (destination-default) ReferencedBy: systemd-modules-load.service (destination-file) ReferencedBy: nscd.service (destination-default) ReferencedBy: getty at tty1.service (destination-default) ReferencedBy: rsync.service (destination-default) ReferencedBy: cups.service (destination-default) ReferencedBy: minissdpd.service (destination-default) ReferencedBy: systemd-timesyncd.service (destination-file) ReferencedBy: dundee.service (destination-default) ReferencedBy: avahi-daemon.socket (destination-default) ReferencedBy: exim4.service (destination-default) ReferencedBy: loadcpufreq.service (destination-default) ReferencedBy: ipmievd.service (destination-default) ReferencedBy: postgresql at 10-main.service (destination-default) ReferencedBy: sheepdog.service (destination-default) ReferencedBy: systemd-logind.service (destination-default) ReferencedBy: uuidd.socket (destination-default) ReferencedBy: apt-daily-upgrade.timer (destination-default) ReferencedBy: postfix.service (destination-default) ReferencedBy: ssh.service (destination-default) ReferencedBy: cron.service (destination-default) ReferencedBy: console-kit-log-system-start.service (destination-file) ReferencedBy: dbus.service (destination-default) ReferencedBy: systemd-random-seed.service (destination-file) ReferencedBy: cpufrequtils.service (destination-default) ReferencedBy: sys-kernel-config.mount (destination-file) ReferencedBy: systemd-hwdb-update.service (destination-file) ReferencedBy: apparmor.service (destination-file) ReferencedBy: smartd.service (destination-default) ReferencedBy: avahi-daemon.service (destination-default) ReferencedBy: stunnel4.service (destination-default) ReferencedBy: accounts-daemon.service (destination-default) ReferencedBy: rescue.service (destination-file) ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file) ReferencedBy: polkit.service (destination-default) ReferencedBy: systemd-tmpfiles-clean.timer (destination-default) ReferencedBy: apt-daily.timer (destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit sys-devices-virtual-tty-ttyc2.device: Description: /sys/devices/virtual/tty/ttyc2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyc2.device Invocation ID: 583c69f99a11461c971de9229d66c359 Following Set Member: dev-ttyc2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc2 Found: found-udev -> Unit sys-devices-virtual-tty-ttyr3.device: Description: /sys/devices/virtual/tty/ttyr3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyr3.device Invocation ID: 00f960fce45f4a988d865bf4889089cc Following Set Member: dev-ttyr3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr3 Found: found-udev -> Unit dev-ttyta.device: Description: /dev/ttyta Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyta.device Invocation ID: 27018c9afff8408dbd74be35d5614537 Following: sys-devices-virtual-tty-ttyta.device Following Set Member: sys-devices-virtual-tty-ttyta.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyta Found: found-udev -> Unit sys-devices-virtual-tty-ttye5.device: Description: /sys/devices/virtual/tty/ttye5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttye5.device Invocation ID: 30cd14bb73b44e64a57b431018dfc6b8 Following Set Member: dev-ttye5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye5 Found: found-udev -> Unit dev-ttysc.device: Description: /dev/ttysc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttysc.device Invocation ID: 6ca7aa149e574b1f88f51875fb609e10 Following: sys-devices-virtual-tty-ttysc.device Following Set Member: sys-devices-virtual-tty-ttysc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttysc Found: found-udev -> Unit sys-devices-virtual-tty-ttyzd.device: Description: /sys/devices/virtual/tty/ttyzd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyzd.device Invocation ID: e0d487927ee244a0a2a066b069ae6324 Following Set Member: dev-ttyzd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyzd Found: found-udev -> Unit sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc6.device: Description: ST3300007LC VAR2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc6.device Invocation ID: be7c5a9a71a54feea1b8447ec0bf1b2f Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart6.device Following Set Member: dev-sdc6.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d06.device Following Set Member: dev-disk-by\x2dlabel-VAR2.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart6.device Following Set Member: dev-disk-by\x2duuid-e351db25\x2da36f\x2d40b4\x2db5f1\x2d26f7accb6623.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc6 Found: found-udev -> Unit dev-ttyS2.device: Description: Diva Serial [GSP] Multiport UART (Everest SP2) Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:27 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:27 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:27 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyS2.device Invocation ID: 75949497863c4f12b4d8cfc13b282aa2 Following: sys-devices-parisc-0-0:7-pci0000:e0-0000:e0:01.1-tty-ttyS2.device Following Set Member: sys-devices-parisc-0-0:7-pci0000:e0-0000:e0:01.1-tty-ttyS2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:7/pci0000:e0/0000:e0:01.1/tty/ttyS2 Found: found-udev -> Unit sys-devices-virtual-tty-ttyq0.device: Description: /sys/devices/virtual/tty/ttyq0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyq0.device Invocation ID: 5ecb843613964c599690d4b2ae574235 Following Set Member: dev-ttyq0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq0 Found: found-udev -> Unit sys-devices-virtual-tty-ttyt3.device: Description: /sys/devices/virtual/tty/ttyt3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyt3.device Invocation ID: 2c61101e81d04fa9b1631b8d22c64d37 Following Set Member: dev-ttyt3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt3 Found: found-udev -> Unit dev-ttyt0.device: Description: /dev/ttyt0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyt0.device Invocation ID: 87410e1eefd84d5aa210495ed9d59faf Following: sys-devices-virtual-tty-ttyt0.device Following Set Member: sys-devices-virtual-tty-ttyt0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt0 Found: found-udev -> Unit dev-ttyqd.device: Description: /dev/ttyqd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyqd.device Invocation ID: f4ef8a0162774cb894d4f73f7b2ba313 Following: sys-devices-virtual-tty-ttyqd.device Following Set Member: sys-devices-virtual-tty-ttyqd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyqd Found: found-udev -> Unit dev-ttyab.device: Description: /dev/ttyab Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyab.device Invocation ID: 1e444869ed7d4ab0962a0ef361c5ab31 Following: sys-devices-virtual-tty-ttyab.device Following Set Member: sys-devices-virtual-tty-ttyab.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyab Found: found-udev -> Unit sys-devices-virtual-tty-ttyt4.device: Description: /sys/devices/virtual/tty/ttyt4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyt4.device Invocation ID: 4ce98771cd24466ab1e8aad6f2897bb6 Following Set Member: dev-ttyt4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt4 Found: found-udev -> Unit nss-lookup.target: Description: Host and Network Name Lookups Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:09 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:09 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:09 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: nss-lookup.target Invocation ID: cd8b98ce511646dfa32007ad631bb407 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/nss-lookup.target Condition Timestamp: Sat 2018-09-22 16:15:09 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:09 EDT Assert Result: yes RequiredBy: rpc-statd.service (destination-file) WantedBy: bind9.service (destination-file) Conflicts: shutdown.target (origin-default) Before: rpc-statd.service (destination-file) Before: postfix at -.service (destination-file) Before: rpc-statd-notify.service (destination-file) Before: shutdown.target (origin-default) Before: exim4.service (destination-file) After: bind9.service (destination-file) References: shutdown.target (origin-default) ReferencedBy: bind9.service (destination-file) ReferencedBy: exim4.service (destination-file) ReferencedBy: postfix at -.service (destination-file) ReferencedBy: rpc-statd.service (destination-file) ReferencedBy: rpc-statd-notify.service (destination-file) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit ntp.service: Description: Network Time Service Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:09 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:05 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:09 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/ntp.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: ntp.service Invocation ID: adc3a5fa60ce4804a42d9db216c53b9b Documentation: man:ntpd(8) Fragment Path: /lib/systemd/system/ntp.service Condition Timestamp: Sat 2018-09-22 16:15:05 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:05 EDT Assert Result: yes Requires: system.slice (origin-file) Requires: -.mount (origin-file) Requires: var.mount (origin-file) Requires: sysinit.target (origin-default) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Conflicts: systemd-timesyncd.service (origin-file) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: system.slice (origin-file) After: -.mount (origin-file) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: var.mount (origin-file) After: systemd-tmpfiles-setup.service (origin-file) After: sysinit.target (origin-default) After: network.target (origin-file) References: system.slice (origin-file) References: -.mount (origin-file) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-default) References: basic.target (origin-default) References: systemd-timesyncd.service (origin-file) References: var.mount (origin-file) References: systemd-tmpfiles-setup.service (origin-file) References: sysinit.target (origin-default) References: network.target (origin-file) ReferencedBy: multi-user.target (destination-file destination-default) RequiresMountsFor: /tmp (origin-file) RequiresMountsFor: /var/tmp (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: no NotifyAccess: none NotifyState: unknown Main PID: 1662 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: yes PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/lib/ntp/ntp-systemd-wrapper PID: 1599 Start Timestamp: Sat 2018-09-22 16:15:05 EDT Exit Timestamp: Sat 2018-09-22 16:15:09 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit mnt.mount: Description: /mnt Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:39 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:37 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:39 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/mnt.mount CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: mnt.mount Invocation ID: 6df33c25c6694f1992f1bef6a3060f9d Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Fragment Path: /run/systemd/generator/mnt.mount Source Path: /etc/fstab Condition Timestamp: Sat 2018-09-22 16:14:37 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:37 EDT Assert Result: yes Requires: system.slice (origin-file) Requires: -.mount (origin-file origin-implicit) Requires: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (origin-file) BindsTo: dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.device (origin-file) RequiredBy: local-fs.target (destination-file) WantedBy: dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.device (destination-file) Conflicts: umount.target (origin-file) Before: umount.target (origin-file) Before: local-fs.target (origin-file) After: local-fs-pre.target (origin-file) After: -.mount (origin-file origin-implicit) After: systemd-journald.socket (origin-file) After: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (origin-file) After: dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.device (origin-file) After: system.slice (origin-file) References: umount.target (origin-file) References: local-fs-pre.target (origin-file) References: -.mount (origin-file origin-implicit) References: local-fs.target (origin-file) References: systemd-journald.socket (origin-file) References: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (origin-file) References: dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.device (origin-file) References: system.slice (origin-file) ReferencedBy: local-fs.target (destination-file) RequiresMountsFor: / (origin-implicit) RequiresMountsFor: /dev/disk/by-uuid/6c75bd8e-42fc-47aa-89d2-344399183061 (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /mnt What: /dev/sda1 File System Type: xfs Options: rw,relatime,attr2,inode64,noquota From /proc/self/mountinfo: yes From fragment: yes Extrinsic: no DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit loadcpufreq.service: Description: LSB: Load kernel modules needed to enable cpufreq scaling Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:11 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:07 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:11 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: loadcpufreq.service Invocation ID: 3efbe33925eb48e2a3315ccc00ac8100 Documentation: man:systemd-sysv-generator(8) Fragment Path: /run/systemd/generator.late/loadcpufreq.service Source Path: /etc/init.d/loadcpufreq Condition Timestamp: Sat 2018-09-22 16:15:07 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:07 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: graphical.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: multi-user.target (origin-file destination-default) Before: graphical.target (origin-file destination-default) Before: shutdown.target (origin-default) Before: cpufrequtils.service (destination-file) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: system.slice (origin-file) After: sysinit.target (origin-default) After: remote-fs.target (origin-file) References: multi-user.target (origin-file) References: shutdown.target (origin-default) References: systemd-journald.socket (origin-file) References: basic.target (origin-default) References: system.slice (origin-file) References: sysinit.target (origin-default) References: graphical.target (origin-file) References: remote-fs.target (origin-file) ReferencedBy: graphical.target (destination-file destination-default) ReferencedBy: cpufrequtils.service (destination-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: no Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 5min TimeoutStopSec: 5min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/init.d/loadcpufreq start PID: 1645 Start Timestamp: Sat 2018-09-22 16:15:07 EDT Exit Timestamp: Sat 2018-09-22 16:15:11 EDT Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /etc/init.d/loadcpufreq stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit shutdown.target: Description: Shutdown Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: shutdown.target Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/shutdown.target ConflictedBy: apt-daily-upgrade.timer (destination-default) ConflictedBy: smartd.service (destination-default) ConflictedBy: user.slice (destination-default) ConflictedBy: remote-fs.target (destination-file) ConflictedBy: system-postfix.slice (destination-default) ConflictedBy: syslog.socket (destination-file) ConflictedBy: nscd.service (destination-default) ConflictedBy: network-pre.target (destination-default) ConflictedBy: sheepdog.service (destination-default) ConflictedBy: logrotate.service (destination-default) ConflictedBy: sysstat.service (destination-default) ConflictedBy: networking.service (destination-file) ConflictedBy: user-runtime-dir at 1000.service (destination-default) ConflictedBy: swap.target (destination-default) ConflictedBy: nss-lookup.target (destination-default) ConflictedBy: ofono.service (destination-default) ConflictedBy: user-1000.slice (destination-default) ConflictedBy: systemd-tmpfiles-clean.service (destination-file) ConflictedBy: remote-fs-pre.target (destination-default) ConflictedBy: postgresql at 9.5-main.service (destination-default) ConflictedBy: loadcpufreq.service (destination-default) ConflictedBy: basic.target (destination-default) ConflictedBy: ipmievd.service (destination-default) ConflictedBy: systemd-ask-password-wall.path (destination-file) ConflictedBy: session-c1.scope (destination-default) ConflictedBy: network-manager.service (destination-default) ConflictedBy: bind9.service (destination-default) ConflictedBy: slices.target (destination-default) ConflictedBy: getty-pre.target (destination-default) ConflictedBy: rescue.service (destination-file) ConflictedBy: phpsessionclean.timer (destination-default) ConflictedBy: dbus.service (destination-default) ConflictedBy: ntp.service (destination-default) ConflictedBy: nfs-utils.service (destination-default) ConflictedBy: systemd-update-utmp.service (destination-file) ConflictedBy: systemd-tmpfiles-clean.timer (destination-default) ConflictedBy: apt-cacher-ng.service (destination-default) ConflictedBy: system-postgresql.slice (destination-default) ConflictedBy: network.target (destination-default) ConflictedBy: nmbd.service (destination-default) ConflictedBy: smbd.service (destination-default) ConflictedBy: sockets.target (destination-default) ConflictedBy: postfix at -.service (destination-default) ConflictedBy: dbus.socket (destination-default) ConflictedBy: rpcbind.target (destination-default) ConflictedBy: openipmi.service (destination-default) ConflictedBy: systemd-sysctl.service (destination-file) ConflictedBy: ModemManager.service (destination-default) ConflictedBy: cups.socket (destination-default) ConflictedBy: network-online.target (destination-default) ConflictedBy: wpa_supplicant.service (destination-default) ConflictedBy: systemd-user-sessions.service (destination-default) ConflictedBy: schroot.service (destination-default) ConflictedBy: multi-user.target (destination-default) ConflictedBy: timers.target (destination-file) ConflictedBy: apt-daily.timer (destination-default) ConflictedBy: sysinit.target (destination-default) ConflictedBy: local-fs-pre.target (destination-default) ConflictedBy: getty at tty1.service (destination-default) ConflictedBy: mysql.service (destination-default) ConflictedBy: logrotate.timer (destination-default) ConflictedBy: systemd-tmpfiles-setup-dev.service (destination-file) ConflictedBy: system-user\x2druntime\x2ddir.slice (destination-default) ConflictedBy: graphical.target (destination-default) ConflictedBy: systemd-sysusers.service (destination-file) ConflictedBy: cpufrequtils.service (destination-default) ConflictedBy: avahi-daemon.service (destination-default) ConflictedBy: systemd-timesyncd.service (destination-file) ConflictedBy: nss-user-lookup.target (destination-default) ConflictedBy: ssh.service (destination-default) ConflictedBy: time-sync.target (destination-default) ConflictedBy: exim4.service (destination-default) ConflictedBy: systemd-update-utmp-runlevel.service (destination-file) ConflictedBy: systemd-tmpfiles-setup.service (destination-file) ConflictedBy: irqbalance.service (destination-default) ConflictedBy: local-fs.target (destination-file) ConflictedBy: systemd-random-seed.service (destination-file) ConflictedBy: postgresql.service (destination-default) ConflictedBy: systemd-networkd.service (destination-file) ConflictedBy: systemd-binfmt.service (destination-file) ConflictedBy: systemd-ask-password-console.service (destination-file) ConflictedBy: systemd-remount-fs.service (destination-file) ConflictedBy: cryptsetup.target (destination-default) ConflictedBy: uuidd.service (destination-default) ConflictedBy: systemd-machine-id-commit.service (destination-file) ConflictedBy: systemd-ask-password-console.path (destination-file) ConflictedBy: system-serial\x2dgetty.slice (destination-default) ConflictedBy: radvd.service (destination-default) ConflictedBy: phpsessionclean.service (destination-default) ConflictedBy: udftools.service (destination-default) ConflictedBy: systemd-hwdb-update.service (destination-file) ConflictedBy: postgresql at 9.6-main.service (destination-default) ConflictedBy: accounts-daemon.service (destination-default) ConflictedBy: systemd-modules-load.service (destination-file) ConflictedBy: emergency.service (destination-file) ConflictedBy: user at 1000.service (destination-default) ConflictedBy: paths.target (destination-default) ConflictedBy: system-getty.slice (destination-default) ConflictedBy: uuidd.socket (destination-default) ConflictedBy: emergency.target (destination-default) ConflictedBy: postgresql at 9.4-main.service (destination-default) ConflictedBy: apt-daily.service (destination-default) ConflictedBy: postgresql at 9.3-main.service (destination-default) ConflictedBy: getty.target (destination-default) ConflictedBy: ifup at eth0.service (destination-file) ConflictedBy: spamassassin.service (destination-default) ConflictedBy: nfs-client.target (destination-default) ConflictedBy: dundee.service (destination-default) ConflictedBy: serial-getty at ttyS0.service (destination-default) ConflictedBy: rsyslog.service (destination-default) ConflictedBy: postgresql at 10-main.service (destination-default) ConflictedBy: rc-local.service (destination-default) ConflictedBy: postfix.service (destination-default) ConflictedBy: rescue.target (destination-default) ConflictedBy: cups.service (destination-default) ConflictedBy: cron.service (destination-default) ConflictedBy: systemd-logind.service (destination-default) ConflictedBy: avahi-daemon.socket (destination-default) ConflictedBy: stunnel4.service (destination-default) ConflictedBy: polkit.service (destination-default) ConflictedBy: system-systemd\x2dfsck.slice (destination-default) ConflictedBy: session-c2.scope (destination-default) ConflictedBy: systemd-ask-password-wall.service (destination-default) ConflictedBy: apt-daily-upgrade.service (destination-default) ConflictedBy: rsync.service (destination-default) ConflictedBy: getty-static.service (destination-default) ConflictedBy: minissdpd.service (destination-default) After: rpcbind.target (destination-default) After: nscd.service (destination-default) After: basic.target (destination-default) After: syslog.socket (destination-file) After: ssh.service (destination-default) After: postfix.service (destination-default) After: systemd-logind.service (destination-default) After: radvd.service (destination-default) After: dbus.socket (destination-default) After: systemd-update-utmp-runlevel.service (destination-file) After: network-manager.service (destination-default) After: cups.service (destination-default) After: systemd-modules-load.service (destination-file) After: ntp.service (destination-default) After: systemd-sysusers.service (destination-file) After: ipmievd.service (destination-default) After: systemd-tmpfiles-clean.service (destination-file) After: system-getty.slice (destination-default) After: user-1000.slice (destination-default) After: systemd-quotacheck.service (destination-file) After: rsync.service (destination-default) After: network.target (destination-default) After: systemd-timesyncd.service (destination-file) After: user-runtime-dir at 1000.service (destination-default) After: uuidd.socket (destination-default) After: networking.service (destination-file) After: sockets.target (destination-default) After: postgresql at 9.3-main.service (destination-default) After: systemd-remount-fs.service (destination-file) After: paths.target (destination-default) After: systemd-ask-password-wall.path (destination-file) After: serial-getty at ttyS0.service (destination-default) After: rescue.service (destination-file) After: system-serial\x2dgetty.slice (destination-default) After: logrotate.timer (destination-default) After: session-c1.scope (destination-default) After: user.slice (destination-default) After: smartd.service (destination-default) After: nss-lookup.target (destination-default) After: sysinit.target (destination-default) After: systemd-fsck-root.service (destination-file) After: systemd-ask-password-console.path (destination-file) After: nfs-client.target (destination-default) After: apt-daily-upgrade.timer (destination-default) After: ModemManager.service (destination-default) After: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) After: avahi-daemon.socket (destination-default) After: network-online.target (destination-default) After: postgresql.service (destination-default) After: cron.service (destination-default) After: ofono.service (destination-default) After: dundee.service (destination-default) After: exim4.service (destination-default) After: network-pre.target (destination-default) After: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) After: systemd-tmpfiles-setup.service (destination-file) After: logrotate.service (destination-default) After: getty-pre.target (destination-default) After: phpsessionclean.timer (destination-default) After: dbus.service (destination-default) After: system-postgresql.slice (destination-default) After: systemd-networkd.service (destination-file) After: apt-cacher-ng.service (destination-default) After: rescue.target (destination-default) After: stunnel4.service (destination-default) After: getty-static.service (destination-default) After: irqbalance.service (destination-default) After: spamassassin.service (destination-default) After: accounts-daemon.service (destination-default) After: systemd-update-utmp.service (destination-file) After: postgresql at 9.6-main.service (destination-default) After: graphical.target (destination-default) After: postgresql at 9.5-main.service (destination-default) After: phpsessionclean.service (destination-default) After: postgresql at 9.4-main.service (destination-default) After: emergency.service (destination-file) After: polkit.service (destination-default) After: uuidd.service (destination-default) After: mysql.service (destination-default) After: minissdpd.service (destination-default) After: swap.target (destination-default) After: systemd-machine-id-commit.service (destination-file) After: system-systemd\x2dfsck.slice (destination-default) After: emergency.target (destination-default) After: nmbd.service (destination-default) After: cryptsetup.target (destination-default) After: nss-user-lookup.target (destination-default) After: sheepdog.service (destination-default) After: session-c2.scope (destination-default) After: getty.target (destination-default) After: systemd-random-seed.service (destination-file) After: rsyslog.service (destination-default) After: cpufrequtils.service (destination-default) After: udftools.service (destination-default) After: getty at tty1.service (destination-default) After: ifup at eth0.service (destination-file) After: systemd-sysctl.service (destination-file) After: systemd-hwdb-update.service (destination-file) After: apt-daily.service (destination-default) After: systemd-binfmt.service (destination-file) After: time-sync.target (destination-default) After: systemd-tmpfiles-setup-dev.service (destination-file) After: slices.target (destination-default) After: rc-local.service (destination-default) After: systemd-fsckd.service (destination-file) After: wpa_supplicant.service (destination-default) After: loadcpufreq.service (destination-default) After: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) After: console-kit-log-system-start.service (destination-file) After: systemd-tmpfiles-clean.timer (destination-default) After: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) After: remote-fs-pre.target (destination-default) After: apt-daily.timer (destination-default) After: systemd-user-sessions.service (destination-default) After: postfix at -.service (destination-default) After: systemd-ask-password-wall.service (destination-default) After: systemd-ask-password-console.service (destination-file) After: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) After: nfs-utils.service (destination-default) After: multi-user.target (destination-default) After: schroot.service (destination-default) After: bind9.service (destination-default) After: avahi-daemon.service (destination-default) After: sysstat.service (destination-default) After: user at 1000.service (destination-default) After: system-postfix.slice (destination-default) After: cups.socket (destination-default) After: openipmi.service (destination-default) After: local-fs-pre.target (destination-default) After: postgresql at 10-main.service (destination-default) After: system-user\x2druntime\x2ddir.slice (destination-default) After: smbd.service (destination-default) After: apt-daily-upgrade.service (destination-default) ReferencedBy: emergency.service (destination-file) ReferencedBy: cups.service (destination-default) ReferencedBy: rescue.service (destination-file) ReferencedBy: sheepdog.service (destination-default) ReferencedBy: nfs-client.target (destination-default) ReferencedBy: udftools.service (destination-default) ReferencedBy: cpufrequtils.service (destination-default) ReferencedBy: rescue.target (destination-default) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) ReferencedBy: network-online.target (destination-default) ReferencedBy: nscd.service (destination-default) ReferencedBy: graphical.target (destination-default) ReferencedBy: phpsessionclean.timer (destination-default) ReferencedBy: nss-lookup.target (destination-default) ReferencedBy: irqbalance.service (destination-default) ReferencedBy: systemd-ask-password-console.service (destination-file) ReferencedBy: rpcbind.target (destination-default) ReferencedBy: postgresql at 9.3-main.service (destination-default) ReferencedBy: wpa_supplicant.service (destination-default) ReferencedBy: bind9.service (destination-default) ReferencedBy: paths.target (destination-default) ReferencedBy: systemd-binfmt.service (destination-file) ReferencedBy: cups.socket (destination-default) ReferencedBy: logrotate.service (destination-default) ReferencedBy: postfix.service (destination-default) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) ReferencedBy: stunnel4.service (destination-default) ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file) ReferencedBy: systemd-tmpfiles-clean.service (destination-file) ReferencedBy: dbus.service (destination-default) ReferencedBy: system-postgresql.slice (destination-default) ReferencedBy: getty at tty1.service (destination-default) ReferencedBy: system-getty.slice (destination-default) ReferencedBy: systemd-update-utmp.service (destination-file) ReferencedBy: basic.target (destination-default) ReferencedBy: rsync.service (destination-default) ReferencedBy: session-c2.scope (destination-default) ReferencedBy: systemd-remount-fs.service (destination-file) ReferencedBy: systemd-quotacheck.service (destination-file) ReferencedBy: rsyslog.service (destination-default) ReferencedBy: postgresql at 9.5-main.service (destination-default) ReferencedBy: system-serial\x2dgetty.slice (destination-default) ReferencedBy: mysql.service (destination-default) ReferencedBy: uuidd.socket (destination-default) ReferencedBy: multi-user.target (destination-default) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) ReferencedBy: polkit.service (destination-default) ReferencedBy: avahi-daemon.service (destination-default) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) ReferencedBy: getty-pre.target (destination-default) ReferencedBy: systemd-ask-password-console.path (destination-file) ReferencedBy: systemd-hwdb-update.service (destination-file) ReferencedBy: local-fs.target (destination-file) ReferencedBy: getty-static.service (destination-default) ReferencedBy: systemd-fsckd.service (destination-file) ReferencedBy: network-manager.service (destination-default) ReferencedBy: sysinit.target (destination-default) ReferencedBy: uuidd.service (destination-default) ReferencedBy: network-pre.target (destination-default) ReferencedBy: serial-getty at ttyS0.service (destination-default) ReferencedBy: systemd-sysusers.service (destination-file) ReferencedBy: systemd-ask-password-wall.path (destination-file) ReferencedBy: apt-daily-upgrade.service (destination-default) ReferencedBy: phpsessionclean.service (destination-default) ReferencedBy: postgresql at 9.4-main.service (destination-default) ReferencedBy: getty.target (destination-default) ReferencedBy: openipmi.service (destination-default) ReferencedBy: systemd-fsck-root.service (destination-file) ReferencedBy: radvd.service (destination-default) ReferencedBy: console-kit-log-system-start.service (destination-file) ReferencedBy: systemd-logind.service (destination-default) ReferencedBy: postfix at -.service (destination-default) ReferencedBy: ifup at eth0.service (destination-file) ReferencedBy: postgresql.service (destination-default) ReferencedBy: spamassassin.service (destination-default) ReferencedBy: remote-fs.target (destination-file) ReferencedBy: accounts-daemon.service (destination-default) ReferencedBy: dbus.socket (destination-default) ReferencedBy: systemd-sysctl.service (destination-file) ReferencedBy: user.slice (destination-default) ReferencedBy: sysstat.service (destination-default) ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) ReferencedBy: nmbd.service (destination-default) ReferencedBy: logrotate.timer (destination-default) ReferencedBy: remote-fs-pre.target (destination-default) ReferencedBy: ipmievd.service (destination-default) ReferencedBy: time-sync.target (destination-default) ReferencedBy: system-user\x2druntime\x2ddir.slice (destination-default) ReferencedBy: user-1000.slice (destination-default) ReferencedBy: systemd-machine-id-commit.service (destination-file) ReferencedBy: exim4.service (destination-default) ReferencedBy: system-systemd\x2dfsck.slice (destination-default) ReferencedBy: sockets.target (destination-default) ReferencedBy: dundee.service (destination-default) ReferencedBy: ofono.service (destination-default) ReferencedBy: ModemManager.service (destination-default) ReferencedBy: swap.target (destination-default) ReferencedBy: networking.service (destination-file) ReferencedBy: apt-daily.timer (destination-default) ReferencedBy: avahi-daemon.socket (destination-default) ReferencedBy: apt-cacher-ng.service (destination-default) ReferencedBy: timers.target (destination-file) ReferencedBy: systemd-tmpfiles-clean.timer (destination-default) ReferencedBy: smbd.service (destination-default) ReferencedBy: rc-local.service (destination-default) ReferencedBy: system-postfix.slice (destination-default) ReferencedBy: loadcpufreq.service (destination-default) ReferencedBy: session-c1.scope (destination-default) ReferencedBy: smartd.service (destination-default) ReferencedBy: apt-daily.service (destination-default) ReferencedBy: ssh.service (destination-default) ReferencedBy: user-runtime-dir at 1000.service (destination-default) ReferencedBy: syslog.socket (destination-file) ReferencedBy: systemd-user-sessions.service (destination-default) ReferencedBy: apt-daily-upgrade.timer (destination-default) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: nfs-utils.service (destination-default) ReferencedBy: cron.service (destination-default) ReferencedBy: schroot.service (destination-default) ReferencedBy: systemd-random-seed.service (destination-file) ReferencedBy: local-fs-pre.target (destination-default) ReferencedBy: minissdpd.service (destination-default) ReferencedBy: slices.target (destination-default) ReferencedBy: systemd-ask-password-wall.service (destination-default) ReferencedBy: systemd-tmpfiles-setup.service (destination-file) ReferencedBy: ntp.service (destination-default) ReferencedBy: cryptsetup.target (destination-default) ReferencedBy: postgresql at 9.6-main.service (destination-default) ReferencedBy: user at 1000.service (destination-default) ReferencedBy: postgresql at 10-main.service (destination-default) ReferencedBy: systemd-timesyncd.service (destination-file) ReferencedBy: nss-user-lookup.target (destination-default) ReferencedBy: systemd-update-utmp-runlevel.service (destination-file) ReferencedBy: network.target (destination-default) ReferencedBy: systemd-modules-load.service (destination-file) ReferencedBy: emergency.target (destination-default) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Target State: dead -> Unit sys-devices-virtual-tty-ttyec.device: Description: /sys/devices/virtual/tty/ttyec Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyec.device Invocation ID: 4f16c643ec0c47b49d8fa3195891c91d Following Set Member: dev-ttyec.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyec Found: found-udev -> Unit systemd-udevd-control.socket: Description: udev Control Socket Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:27 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:22 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:22 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-udevd-control.socket CGroup realized: no CGroup own mask: memory pids Name: systemd-udevd-control.socket Invocation ID: 84d1d13f808a483ba98b8df55000b324 Documentation: man:systemd-udevd.service(8) Documentation: man:udev(7) Fragment Path: /lib/systemd/system/systemd-udevd-control.socket ConditionPathIsReadWrite: /sys succeeded Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:22 EDT Assert Result: yes Requires: -.mount (origin-file) Requires: system.slice (origin-file) WantedBy: systemd-udevd.service (destination-file) WantedBy: sockets.target (destination-file) Before: systemd-udevd.service (origin-implicit destination-file) Before: systemd-udev-trigger.service (destination-file) Before: sockets.target (origin-file) After: -.mount (origin-file) After: system.slice (origin-file) Triggers: systemd-udevd.service (origin-implicit destination-file) References: sockets.target (origin-file) References: system.slice (origin-file) References: systemd-udevd.service (origin-implicit) References: -.mount (origin-file) ReferencedBy: systemd-udevd.service (destination-file) ReferencedBy: systemd-udev-trigger.service (destination-file) ReferencedBy: sockets.target (destination-file) RequiresMountsFor: /run/udev/control (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: running Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0600 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: yes PassSecurity: no TCPCongestion: n/a RemoveOnStop: yes Writable: no FileDescriptorName: systemd-udevd-control.socket SELinuxContextFromNet: no ListenSequentialPacket: /run/udev/control TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyq3.device: Description: /sys/devices/virtual/tty/ttyq3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyq3.device Invocation ID: f4101a12a3ab4b0089dde35748160c9e Following Set Member: dev-ttyq3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq3 Found: found-udev -> Unit sys-devices-virtual-tty-ttya5.device: Description: /sys/devices/virtual/tty/ttya5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttya5.device Invocation ID: ed3114a2deed4d5ba0a0c71c4292ddd4 Following Set Member: dev-ttya5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya5 Found: found-udev -> Unit dev-ttybf.device: Description: /dev/ttybf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttybf.device Invocation ID: 001b6e47e49a43ca86d46a13a4de050a Following: sys-devices-virtual-tty-ttybf.device Following Set Member: sys-devices-virtual-tty-ttybf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttybf Found: found-udev -> Unit sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc.device: Description: ST3300007LC Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc.device Invocation ID: 235706e20c16417a93dd66dd4f3c3de9 Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX.device Following Set Member: dev-sdc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc Found: found-udev -> Unit sys-devices-virtual-tty-ttyv1.device: Description: /sys/devices/virtual/tty/ttyv1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyv1.device Invocation ID: bb2c8dcb35544624b771b301b1c6089d Following Set Member: dev-ttyv1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv1 Found: found-udev -> Unit sys-devices-virtual-tty-ttyc5.device: Description: /sys/devices/virtual/tty/ttyc5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyc5.device Invocation ID: f75e3bedb51b403abaa83c76404df9f1 Following Set Member: dev-ttyc5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc5 Found: found-udev -> Unit dm-event.socket: Description: dm-event.socket Instance: n/a Unit Load State: masked Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: dm-event.socket Fragment Path: /dev/null WantedBy: sockets.target (destination-file) ReferencedBy: sockets.target (destination-file) -> Unit ssh.service: Description: OpenBSD Secure Shell server Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:06 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:05 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:06 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/ssh.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: ssh.service Invocation ID: 0524ada1734e4c9f9085ff14616279a3 Documentation: man:sshd(8) Documentation: man:sshd_config(5) Fragment Path: /lib/systemd/system/ssh.service ConditionPathExists: !/etc/ssh/sshd_not_to_be_run succeeded Condition Timestamp: Sat 2018-09-22 16:15:04 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:04 EDT Assert Result: yes Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: auditd.service (origin-file) After: network.target (origin-file) After: basic.target (origin-default) After: -.mount (origin-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: sysinit.target (origin-default) References: auditd.service (origin-file) References: shutdown.target (origin-default) References: network.target (origin-file) References: basic.target (origin-default) References: -.mount (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: sysinit.target (origin-default) ReferencedBy: multi-user.target (destination-file destination-default) RequiresMountsFor: /run/sshd (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: on-failure NotifyAccess: main NotifyState: ready Main PID: 1612 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/ssh RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 RuntimeDirectory: sshd StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStartPre: Command Line: /usr/sbin/sshd -t PID: 1597 Start Timestamp: Sat 2018-09-22 16:15:05 EDT Exit Timestamp: Sat 2018-09-22 16:15:06 EDT Exit Code: exited Exit Status: 0 -> ExecStart: Command Line: /usr/sbin/sshd -D $SSHD_OPTS PID: 1612 Start Timestamp: Sat 2018-09-22 16:15:06 EDT -> ExecReload: Command Line: /usr/sbin/sshd -t Command Line: /bin/kill -HUP $MAINPID CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart4.device: Description: ST3300007LC 4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart4.device Invocation ID: bd6c4f272ca54907b1cc896f200f9dd2 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc4.device Following Set Member: dev-sdc4.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart4.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc4.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d04.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc4 Found: found-udev -> Unit sys-devices-virtual-tty-ttyba.device: Description: /sys/devices/virtual/tty/ttyba Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyba.device Invocation ID: c728506644304ab18160feb7d7bb3809 Following Set Member: dev-ttyba.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyba Found: found-udev -> Unit logrotate.service: Description: Rotate log files Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory devices pids Name: logrotate.service Documentation: man:logrotate(8) Documentation: man:logrotate.conf(5) Fragment Path: /lib/systemd/system/logrotate.service ConditionACPower: true untested Requires: sysinit.target (origin-default) Requires: var.mount (origin-file) Requires: system.slice (origin-file) Requires: -.mount (origin-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: -.mount (origin-file) After: system.slice (origin-file) After: var.mount (origin-file) After: sysinit.target (origin-default) After: systemd-tmpfiles-setup.service (origin-file) After: logrotate.timer (destination-implicit) After: basic.target (origin-default) After: systemd-journald.socket (origin-file) TriggeredBy: logrotate.timer (destination-implicit) References: shutdown.target (origin-default) References: -.mount (origin-file) References: system.slice (origin-file) References: var.mount (origin-file) References: sysinit.target (origin-default) References: systemd-tmpfiles-setup.service (origin-file) References: systemd-journald.socket (origin-file) References: basic.target (origin-default) ReferencedBy: logrotate.timer (destination-implicit) RequiresMountsFor: /tmp (origin-file) RequiresMountsFor: /var/tmp (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: yes PrivateDevices: yes ProtectKernelTunables: no ProtectKernelModules: yes ProtectControlGroups: yes PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: full MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Nice: 19 Limit NOFILE: 4096 Limit NOFILESoft: 1024 IOSchedulingClass: best-effort IOPriority: 7 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/logrotate /etc/logrotate.conf CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=closed Delegate=no -> Unit dev-ttyv7.device: Description: /dev/ttyv7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyv7.device Invocation ID: af9532f5c50f47428f7f46706bd37eb6 Following: sys-devices-virtual-tty-ttyv7.device Following Set Member: sys-devices-virtual-tty-ttyv7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv7 Found: found-udev -> Unit dev-ttya4.device: Description: /dev/ttya4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttya4.device Invocation ID: 62d3c4f547b9412eb2228856bc1e1526 Following: sys-devices-virtual-tty-ttya4.device Following Set Member: sys-devices-virtual-tty-ttya4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya4 Found: found-udev -> Unit dev-ttyq1.device: Description: /dev/ttyq1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyq1.device Invocation ID: 401fad1823b54f0ba0a1b72030a10641 Following: sys-devices-virtual-tty-ttyq1.device Following Set Member: sys-devices-virtual-tty-ttyq1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq1 Found: found-udev -> Unit sys-devices-virtual-tty-ttyx0.device: Description: /sys/devices/virtual/tty/ttyx0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyx0.device Invocation ID: 3687595f78da47f09f1a4f56eeb73d19 Following Set Member: dev-ttyx0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx0 Found: found-udev -> Unit systemd-fsckd.socket: Description: fsck to fsckd communication Socket Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:08 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:21 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:21 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-fsckd.socket CGroup realized: no CGroup own mask: memory pids Name: systemd-fsckd.socket Invocation ID: 3697b553c7134fa7b4097f312626f108 Documentation: man:systemd-fsckd.service(8) Documentation: man:systemd-fsck at .service(8) Documentation: man:systemd-fsck-root.service(8) Fragment Path: /lib/systemd/system/systemd-fsckd.socket Condition Timestamp: Sat 2018-09-22 16:14:21 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:21 EDT Assert Result: yes Requires: -.mount (origin-file) Requires: system.slice (origin-file) RequiredBy: systemd-fsckd.service (destination-file) WantedBy: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) WantedBy: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) WantedBy: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) WantedBy: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) WantedBy: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) WantedBy: systemd-fsck-root.service (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) Before: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) Before: systemd-fsckd.service (origin-implicit) Before: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) Before: systemd-fsck-root.service (destination-file) After: -.mount (origin-file) After: system.slice (origin-file) Triggers: systemd-fsckd.service (origin-implicit) References: -.mount (origin-file) References: systemd-fsckd.service (origin-implicit) References: system.slice (origin-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) ReferencedBy: systemd-fsckd.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) ReferencedBy: systemd-fsck-root.service (destination-file) RequiresMountsFor: /run/systemd/fsck.progress (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: listening Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0600 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: no PassSecurity: no TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: systemd-fsckd.socket SELinuxContextFromNet: no ListenStream: /run/systemd/fsck.progress TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-cdrw.device: Description: DW-224E Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-cdrw.device Invocation ID: 143491ddf1994a9697cc7188015c5e2c Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:02.0-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device Following Set Member: dev-dvd.device Following Set Member: dev-cdrom.device Following Set Member: dev-disk-by\x2did-ata\x2dDW\x2d224E.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:02.0\x2data\x2d1.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:02.0-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device Following Set Member: dev-sr0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:02.0/ata1/host0/target0:0:0/0:0:0:0/block/sr0 Found: found-udev -> Unit systemd-remount-fs.service: Description: Remount Root and Kernel File Systems Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:24 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:24 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-remount-fs.service Invocation ID: d287e59df07d4f1dbff2d5347bda5934 Documentation: man:systemd-remount-fs.service(8) Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/systemd-remount-fs.service ConditionPathExists: /etc/fstab succeeded Condition Timestamp: Sat 2018-09-22 16:14:24 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:24 EDT Assert Result: yes Requires: system.slice (origin-file) Wants: local-fs-pre.target (origin-file) WantedBy: local-fs.target (destination-file) Conflicts: shutdown.target (origin-file) Before: systemd-random-seed.service (destination-file) Before: local-fs.target (origin-file) Before: home-srv-swapfile.swap (destination-file) Before: systemd-quotacheck.service (destination-file) Before: systemd-timesyncd.service (destination-file) Before: systemd-update-utmp.service (destination-file) Before: systemd-sysusers.service (destination-file) Before: shutdown.target (origin-file) Before: systemd-journal-flush.service (destination-file) Before: local-fs-pre.target (origin-file) Before: systemd-hwdb-update.service (destination-file) After: systemd-fsck-root.service (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: local-fs-pre.target (origin-file) References: systemd-fsck-root.service (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-file) References: local-fs.target (origin-file) ReferencedBy: local-fs.target (destination-file) ReferencedBy: systemd-hwdb-update.service (destination-file) ReferencedBy: systemd-quotacheck.service (destination-file) ReferencedBy: systemd-timesyncd.service (destination-file) ReferencedBy: systemd-random-seed.service (destination-file) ReferencedBy: home-srv-swapfile.swap (destination-file) ReferencedBy: systemd-sysusers.service (destination-file) ReferencedBy: systemd-journal-flush.service (destination-file) ReferencedBy: systemd-update-utmp.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-remount-fs PID: 1181 Start Timestamp: Sat 2018-09-22 16:14:24 EDT Exit Timestamp: Sat 2018-09-22 16:14:24 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyz1.device: Description: /dev/ttyz1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyz1.device Invocation ID: a63e3a880d024c259497eb04562f1858 Following: sys-devices-virtual-tty-ttyz1.device Following Set Member: sys-devices-virtual-tty-ttyz1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz1 Found: found-udev -> Unit sys-devices-virtual-tty-ttyc4.device: Description: /sys/devices/virtual/tty/ttyc4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyc4.device Invocation ID: ade23882ffdb47a5b95d04dee946f3a5 Following Set Member: dev-ttyc4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc4 Found: found-udev -> Unit sys-devices-virtual-tty-ttya3.device: Description: /sys/devices/virtual/tty/ttya3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttya3.device Invocation ID: 130e43dc4b024ba6854f275eeb315d89 Following Set Member: dev-ttya3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya3 Found: found-udev -> Unit dev-ttys3.device: Description: /dev/ttys3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttys3.device Invocation ID: 8d862ea7e32c495090831ea434e2f717 Following: sys-devices-virtual-tty-ttys3.device Following Set Member: sys-devices-virtual-tty-ttys3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys3 Found: found-udev -> Unit sys-devices-virtual-tty-ttyr2.device: Description: /sys/devices/virtual/tty/ttyr2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyr2.device Invocation ID: 4e08de546c844b19aaa5cbaf1e61372f Following Set Member: dev-ttyr2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr2 Found: found-udev -> Unit dev-ttybe.device: Description: /dev/ttybe Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttybe.device Invocation ID: 035b433f954240d1be3efa71d01ac3a0 Following: sys-devices-virtual-tty-ttybe.device Following Set Member: sys-devices-virtual-tty-ttybe.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttybe Found: found-udev -> Unit dev-ttyw0.device: Description: /dev/ttyw0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyw0.device Invocation ID: 7d4123a8807e48738c92928593ce7b4e Following: sys-devices-virtual-tty-ttyw0.device Following Set Member: sys-devices-virtual-tty-ttyw0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw0 Found: found-udev -> Unit sys-devices-virtual-tty-ttyqa.device: Description: /sys/devices/virtual/tty/ttyqa Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyqa.device Invocation ID: a27cd97491b2443293512b5139345c0f Following Set Member: dev-ttyqa.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyqa Found: found-udev -> Unit sys-devices-virtual-tty-ttyxf.device: Description: /sys/devices/virtual/tty/ttyxf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyxf.device Invocation ID: 64b3ce9d9c474059bd1d09a9045bd5ce Following Set Member: dev-ttyxf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyxf Found: found-udev -> Unit dev-ttysd.device: Description: /dev/ttysd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttysd.device Invocation ID: 72953d35ae8d4680b5674b4d70c8840f Following: sys-devices-virtual-tty-ttysd.device Following Set Member: sys-devices-virtual-tty-ttysd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttysd Found: found-udev -> Unit sys-devices-virtual-tty-ttyyd.device: Description: /sys/devices/virtual/tty/ttyyd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyyd.device Invocation ID: 9a13eb57556a4601b1717df793e6b75a Following Set Member: dev-ttyyd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyyd Found: found-udev -> Unit dev-ttyvc.device: Description: /dev/ttyvc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyvc.device Invocation ID: 7f97a63781114c4d9ca93cae1b2f1a7e Following: sys-devices-virtual-tty-ttyvc.device Following Set Member: sys-devices-virtual-tty-ttyvc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyvc Found: found-udev -> Unit dev-ttyyc.device: Description: /dev/ttyyc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyyc.device Invocation ID: f32acb38b9de4ee3be7ed7c829a469d4 Following: sys-devices-virtual-tty-ttyyc.device Following Set Member: sys-devices-virtual-tty-ttyyc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyyc Found: found-udev -> Unit emergency.service: Description: Emergency Shell Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: emergency.service Documentation: man:sulogin(8) Fragment Path: /lib/systemd/system/emergency.service Requires: -.mount (origin-file) Requires: system.slice (origin-file) RequiredBy: emergency.target (destination-file) Conflicts: shutdown.target (origin-file) Conflicts: rescue.service (origin-file) ConflictedBy: sysinit.target (destination-file) ConflictedBy: syslog.socket (destination-file) Before: rescue.service (origin-file) Before: shutdown.target (origin-file) Before: emergency.target (destination-file) Before: sysinit.target (destination-file) After: syslog.socket (destination-file) After: -.mount (origin-file) After: system.slice (origin-file) References: rescue.service (origin-file) References: shutdown.target (origin-file) References: -.mount (origin-file) References: system.slice (origin-file) ReferencedBy: emergency.target (destination-file) ReferencedBy: sysinit.target (destination-file) ReferencedBy: syslog.socket (destination-file) RequiresMountsFor: /root (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: idle Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: yes UMask: 0022 WorkingDirectory: /root RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private Environment: HOME=/root RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: tty-force StandardOutput: inherit StandardError: inherit DynamicUser: no LockPersonality: no -> ExecStartPre: Command Line: /bin/plymouth --wait quit -> ExecStart: Command Line: /lib/systemd/systemd-sulogin-shell emergency CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyu4.device: Description: /dev/ttyu4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyu4.device Invocation ID: 129bd4ab7b8146f89fbbe5470110b311 Following: sys-devices-virtual-tty-ttyu4.device Following Set Member: sys-devices-virtual-tty-ttyu4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu4 Found: found-udev -> Unit nfs-server.service: Description: NFS server and services Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:07 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:06 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:07 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: nfs-server.service Invocation ID: bcb5b50d078747559ae02fbb43b36680 Fragment Path: /lib/systemd/system/nfs-server.service Condition Timestamp: Sat 2018-09-22 16:15:06 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:06 EDT Assert Result: yes Requires: system.slice (origin-file) Requires: proc-fs-nfsd.mount (origin-file) Requires: network.target (origin-file) Requires: nfs-mountd.service (origin-file) Wants: nfs-idmapd.service (origin-file) Wants: nfs-config.service (origin-file) Wants: auth-rpcgss-module.service (origin-file) Wants: rpcbind.socket (origin-file) WantedBy: multi-user.target (destination-file) BoundBy: nfs-idmapd.service (destination-file) BoundBy: nfs-mountd.service (destination-file) ConsistsOf: rpc-svcgssd.service (destination-file) Before: remote-fs-pre.target (origin-file) Before: rpc-statd-notify.service (origin-file destination-file) After: nfs-mountd.service (origin-file) After: proc-fs-nfsd.mount (origin-file) After: rpc-gssd.service (origin-file) After: rpcbind.socket (origin-file) After: network.target (origin-file) After: local-fs.target (origin-file) After: nfs-idmapd.service (origin-file) After: nfs-config.service (origin-file) After: rpc-statd.service (origin-file) After: rpc-svcgssd.service (origin-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: gssproxy.service (origin-file) References: local-fs.target (origin-file) References: nfs-idmapd.service (origin-file) References: nfs-config.service (origin-file) References: rpc-statd-notify.service (origin-file) References: auth-rpcgss-module.service (origin-file) References: rpc-gssd.service (origin-file) References: rpc-statd.service (origin-file) References: network.target (origin-file) References: gssproxy.service (origin-file) References: remote-fs-pre.target (origin-file) References: proc-fs-nfsd.mount (origin-file) References: system.slice (origin-file) References: nfs-mountd.service (origin-file) References: rpc-svcgssd.service (origin-file) References: systemd-journald.socket (origin-file) References: rpcbind.socket (origin-file) ReferencedBy: rpc-statd-notify.service (destination-file) ReferencedBy: nfs-mountd.service (destination-file) ReferencedBy: rpc-svcgssd.service (destination-file) ReferencedBy: multi-user.target (destination-file) ReferencedBy: nfs-idmapd.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/run/sysconfig/nfs-utils RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStartPre: Command Line: /usr/sbin/exportfs -r PID: 1611 Start Timestamp: Sat 2018-09-22 16:15:06 EDT Exit Timestamp: Sat 2018-09-22 16:15:07 EDT Exit Code: exited Exit Status: 0 -> ExecStart: Command Line: /usr/sbin/rpc.nfsd $RPCNFSDARGS PID: 1622 Start Timestamp: Sat 2018-09-22 16:15:07 EDT Exit Timestamp: Sat 2018-09-22 16:15:07 EDT Exit Code: exited Exit Status: 0 -> ExecReload: Command Line: /usr/sbin/exportfs -r -> ExecStop: Command Line: /usr/sbin/rpc.nfsd 0 -> ExecStopPost: Command Line: /usr/sbin/exportfs -au Command Line: /usr/sbin/exportfs -f CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttypb.device: Description: /dev/ttypb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttypb.device Invocation ID: ec881f22958d4f9dbd7df85515e3af36 Following: sys-devices-virtual-tty-ttypb.device Following Set Member: sys-devices-virtual-tty-ttypb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttypb Found: found-udev -> Unit dev-sdc2.device: Description: ST3300007LC BOOT2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:39 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sdc2.device Invocation ID: c7b29d5e91474d8b804b93a07573e3bc Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc2.device Following Set Member: dev-disk-by\x2duuid-93011b9e\x2d236b\x2d4dbc\x2d9a63\x2d6b13390e0b32.device Following Set Member: dev-disk-by\x2dlabel-BOOT2.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart2.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc2.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart2.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d02.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc2 Found: found-udev,found-mount -> Unit sys-devices-virtual-tty-ttys8.device: Description: /sys/devices/virtual/tty/ttys8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttys8.device Invocation ID: 22a1ebb73e2343f08288ac03fea2c732 Following Set Member: dev-ttys8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys8 Found: found-udev -> Unit sys-devices-virtual-tty-ttye1.device: Description: /sys/devices/virtual/tty/ttye1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttye1.device Invocation ID: bde7806432c24e3b99a7ea84cbab8c0f Following Set Member: dev-ttye1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye1 Found: found-udev -> Unit -.mount: Description: Root Mount Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:21 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:21 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: yes Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: -.mount Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Fragment Path: /run/systemd/generator/-.mount Source Path: /etc/fstab Requires: system.slice (origin-file) RequiredBy: var.mount (destination-file destination-implicit) RequiredBy: ssh.service (destination-file) RequiredBy: postgresql at 9.3-main.service (destination-file) RequiredBy: sys-fs-fuse-connections.mount (destination-implicit) RequiredBy: systemd-update-utmp-runlevel.service (destination-file) RequiredBy: systemd-ask-password-wall.path (destination-file) RequiredBy: home-srv-buildd-unpack.mount (destination-implicit) RequiredBy: systemd-timesyncd.service (destination-file) RequiredBy: avahi-daemon.socket (destination-file) RequiredBy: systemd-fsckd.socket (destination-file) RequiredBy: uuidd.socket (destination-file) RequiredBy: logrotate.timer (destination-file) RequiredBy: sys-kernel-debug.mount (destination-implicit) RequiredBy: phpsessionclean.timer (destination-file) RequiredBy: postgresql at 10-main.service (destination-file) RequiredBy: systemd-initctl.socket (destination-file) RequiredBy: dev-sdc3.swap (destination-implicit) RequiredBy: apt-cacher-ng.service (destination-file) RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-implicit) RequiredBy: basic.target (destination-file) RequiredBy: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap (destination-implicit) RequiredBy: ntp.service (destination-file) RequiredBy: apparmor.service (destination-file) RequiredBy: sys-kernel-config.mount (destination-implicit) RequiredBy: boot.mount (destination-file destination-implicit) RequiredBy: apt-daily.timer (destination-file) RequiredBy: home-srv-swapfile.swap (destination-implicit) RequiredBy: logrotate.service (destination-file) RequiredBy: cups.socket (destination-file) RequiredBy: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (destination-implicit) RequiredBy: proc-fs-nfsd.mount (destination-implicit) RequiredBy: systemd-journald.socket (destination-file) RequiredBy: systemd-journal-flush.service (destination-file) RequiredBy: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap (destination-implicit) RequiredBy: mnt.mount (destination-file destination-implicit) RequiredBy: systemd-random-seed.service (destination-file) RequiredBy: dev-hugepages.mount (destination-implicit) RequiredBy: systemd-ask-password-console.path (destination-file) RequiredBy: emergency.service (destination-file) RequiredBy: run-rpc_pipefs.mount (destination-implicit) RequiredBy: systemd-networkd.service (destination-file) RequiredBy: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap (destination-implicit) RequiredBy: systemd-journald-dev-log.socket (destination-file) RequiredBy: home.mount (destination-file destination-implicit) RequiredBy: run-user-1000.mount (destination-implicit) RequiredBy: systemd-update-utmp.service (destination-file) RequiredBy: dbus.socket (destination-file) RequiredBy: rescue.service (destination-file) RequiredBy: apt-daily-upgrade.timer (destination-file) RequiredBy: postgresql at 9.4-main.service (destination-file) RequiredBy: postgresql at 9.6-main.service (destination-file) RequiredBy: syslog.socket (destination-file) RequiredBy: phpsessionclean.service (destination-file) RequiredBy: systemd-udevd-control.socket (destination-file) RequiredBy: schroot.service (destination-file) RequiredBy: postgresql at 9.5-main.service (destination-file) RequiredBy: dev-mqueue.mount (destination-implicit) RequiredBy: ModemManager.service (destination-file) RequiredBy: local-fs.target (destination-file) RequiredBy: rpcbind.socket (destination-file) RequiredBy: home-dave.mount (destination-file destination-implicit) RequiredBy: proc-sys-fs-binfmt_misc.automount (destination-implicit) Before: dev-hugepages.mount (destination-implicit) Before: apparmor.service (destination-file) Before: systemd-journald.socket (destination-file) Before: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap (destination-implicit) Before: home-srv-swapfile.swap (destination-implicit) Before: phpsessionclean.service (destination-file) Before: mnt.mount (destination-file destination-implicit) Before: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (destination-implicit) Before: home-dave.mount (destination-file destination-implicit) Before: rescue.service (destination-file) Before: systemd-initctl.socket (destination-file) Before: home-srv-buildd-unpack.mount (destination-implicit) Before: systemd-journald-dev-log.socket (destination-file) Before: proc-sys-fs-binfmt_misc.automount (destination-implicit) Before: sys-kernel-debug.mount (destination-implicit) Before: systemd-networkd.service (destination-file) Before: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap (destination-implicit) Before: home.mount (destination-file destination-implicit) Before: apt-daily-upgrade.timer (destination-file) Before: systemd-udevd-control.socket (destination-file) Before: sys-fs-fuse-connections.mount (destination-implicit) Before: dev-sdc3.swap (destination-implicit) Before: postgresql at 9.5-main.service (destination-file) Before: ssh.service (destination-file) Before: proc-sys-fs-binfmt_misc.mount (destination-implicit) Before: systemd-ask-password-wall.path (destination-file) Before: uuidd.socket (destination-file) Before: systemd-journal-flush.service (destination-file) Before: ModemManager.service (destination-file) Before: apt-cacher-ng.service (destination-file) Before: emergency.service (destination-file) Before: run-user-1000.mount (destination-implicit) Before: schroot.service (destination-file) Before: rpcbind.socket (destination-file) Before: cups.socket (destination-file) Before: proc-fs-nfsd.mount (destination-implicit) Before: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap (destination-implicit) Before: systemd-update-utmp-runlevel.service (destination-file) Before: basic.target (destination-file) Before: ntp.service (destination-file) Before: logrotate.service (destination-file) Before: boot.mount (destination-file destination-implicit) Before: avahi-daemon.socket (destination-file) Before: dev-mqueue.mount (destination-implicit) Before: syslog.socket (destination-file) Before: postgresql at 10-main.service (destination-file) Before: run-rpc_pipefs.mount (destination-implicit) Before: apt-daily.timer (destination-file) Before: dbus.socket (destination-file) Before: sys-kernel-config.mount (destination-implicit) Before: systemd-random-seed.service (destination-file) Before: phpsessionclean.timer (destination-file) Before: systemd-ask-password-console.path (destination-file) Before: systemd-fsckd.socket (destination-file) Before: systemd-timesyncd.service (destination-file) Before: var.mount (destination-file destination-implicit) Before: postgresql at 9.4-main.service (destination-file) Before: local-fs.target (origin-file) Before: postgresql at 9.3-main.service (destination-file) Before: postgresql at 9.6-main.service (destination-file) Before: systemd-update-utmp.service (destination-file) Before: logrotate.timer (destination-file) After: system.slice (origin-file) References: system.slice (origin-file) References: local-fs.target (origin-file) ReferencedBy: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (destination-implicit) ReferencedBy: run-user-1000.mount (destination-implicit) ReferencedBy: apparmor.service (destination-file) ReferencedBy: syslog.socket (destination-file) ReferencedBy: home-dave.mount (destination-file destination-implicit) ReferencedBy: home-srv-buildd-unpack.mount (destination-implicit) ReferencedBy: mnt.mount (destination-file destination-implicit) ReferencedBy: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap (destination-implicit) ReferencedBy: proc-sys-fs-binfmt_misc.automount (destination-implicit) ReferencedBy: ssh.service (destination-file) ReferencedBy: systemd-timesyncd.service (destination-file) ReferencedBy: apt-daily-upgrade.timer (destination-file) ReferencedBy: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap (destination-implicit) ReferencedBy: emergency.service (destination-file) ReferencedBy: sys-fs-fuse-connections.mount (destination-implicit) ReferencedBy: systemd-journald-dev-log.socket (destination-file) ReferencedBy: avahi-daemon.socket (destination-file) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: ModemManager.service (destination-file) ReferencedBy: boot.mount (destination-file destination-implicit) ReferencedBy: systemd-ask-password-console.path (destination-file) ReferencedBy: local-fs.target (destination-file) ReferencedBy: phpsessionclean.service (destination-file) ReferencedBy: basic.target (destination-file) ReferencedBy: apt-cacher-ng.service (destination-file) ReferencedBy: dev-mqueue.mount (destination-implicit) ReferencedBy: dev-sdc3.swap (destination-implicit) ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-implicit) ReferencedBy: dev-hugepages.mount (destination-implicit) ReferencedBy: postgresql at 10-main.service (destination-file) ReferencedBy: schroot.service (destination-file) ReferencedBy: systemd-fsckd.socket (destination-file) ReferencedBy: systemd-update-utmp-runlevel.service (destination-file) ReferencedBy: rpcbind.socket (destination-file) ReferencedBy: dbus.socket (destination-file) ReferencedBy: apt-daily.timer (destination-file) ReferencedBy: uuidd.socket (destination-file) ReferencedBy: systemd-journald.socket (destination-file) ReferencedBy: logrotate.timer (destination-file) ReferencedBy: home.mount (destination-file destination-implicit) ReferencedBy: systemd-udevd-control.socket (destination-file) ReferencedBy: run-rpc_pipefs.mount (destination-implicit) ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap (destination-implicit) ReferencedBy: cups.socket (destination-file) ReferencedBy: phpsessionclean.timer (destination-file) ReferencedBy: var.mount (destination-file destination-implicit) ReferencedBy: systemd-journal-flush.service (destination-file) ReferencedBy: postgresql at 9.5-main.service (destination-file) ReferencedBy: systemd-random-seed.service (destination-file) ReferencedBy: systemd-update-utmp.service (destination-file) ReferencedBy: postgresql at 9.6-main.service (destination-file) ReferencedBy: postgresql at 9.3-main.service (destination-file) ReferencedBy: proc-fs-nfsd.mount (destination-implicit) ReferencedBy: home-srv-swapfile.swap (destination-implicit) ReferencedBy: sys-kernel-debug.mount (destination-implicit) ReferencedBy: logrotate.service (destination-file) ReferencedBy: rescue.service (destination-file) ReferencedBy: postgresql at 9.4-main.service (destination-file) ReferencedBy: systemd-initctl.socket (destination-file) ReferencedBy: sys-kernel-config.mount (destination-implicit) ReferencedBy: ntp.service (destination-file) ReferencedBy: systemd-ask-password-wall.path (destination-file) RequiresMountsFor: /dev/disk/by-label/ROOT2 (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: / What: /dev/sdc5 File System Type: xfs Options: rw,relatime,attr2,inode64,noquota From /proc/self/mountinfo: yes From fragment: yes Extrinsic: yes DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: null StandardError: inherit DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttycc.device: Description: /dev/ttycc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttycc.device Invocation ID: 5c403adc75f941ee848795b05723f5a8 Following: sys-devices-virtual-tty-ttycc.device Following Set Member: sys-devices-virtual-tty-ttycc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttycc Found: found-udev -> Unit dev-ttyba.device: Description: /dev/ttyba Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyba.device Invocation ID: b8258ceeab0d452aa7b4bd0b90b05b7b Following: sys-devices-virtual-tty-ttyba.device Following Set Member: sys-devices-virtual-tty-ttyba.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyba Found: found-udev -> Unit sys-devices-virtual-tty-ttyt2.device: Description: /sys/devices/virtual/tty/ttyt2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyt2.device Invocation ID: a7300d61c4524c7aa0a7c9703e89aa0b Following Set Member: dev-ttyt2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt2 Found: found-udev -> Unit basic.target: Description: Basic System Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:58 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:58 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:58 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: basic.target Invocation ID: fb41d229ffdc4ed08b08739d6e6ad0ab Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/basic.target Condition Timestamp: Sat 2018-09-22 16:14:58 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:58 EDT Assert Result: yes Requires: var.mount (origin-file) Requires: -.mount (origin-file) Requires: sysinit.target (origin-file) Wants: slices.target (origin-file) Wants: console-kit-log-system-start.service (origin-file) Wants: paths.target (origin-file) Wants: sockets.target (origin-file) Wants: tmp.mount (origin-file) Wants: timers.target (origin-file) RequiredBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: postgresql at 10-main.service (destination-default) Before: cpufrequtils.service (destination-default) Before: postgresql at 9.3-main.service (destination-default) Before: minissdpd.service (destination-default) Before: schroot.service (destination-default) Before: systemd-ask-password-wall.service (destination-default) Before: sysstat.service (destination-default) Before: network-manager.service (destination-default) Before: openipmi.service (destination-default) Before: systemd-logind.service (destination-default) Before: rc-local.service (destination-default) Before: stunnel4.service (destination-default) Before: postgresql.service (destination-default) Before: nmbd.service (destination-default) Before: nscd.service (destination-default) Before: ssh.service (destination-default) Before: serial-getty at ttyS0.service (destination-default) Before: wpa_supplicant.service (destination-default) Before: mysql.service (destination-default) Before: apt-daily-upgrade.service (destination-default) Before: getty-static.service (destination-default) Before: user at 1000.service (destination-default) Before: cron.service (destination-default) Before: postgresql at 9.6-main.service (destination-default) Before: ntp.service (destination-default) Before: cups.service (destination-default) Before: spamassassin.service (destination-default) Before: getty at tty1.service (destination-default) Before: bind9.service (destination-default) Before: rsyslog.service (destination-default) Before: sheepdog.service (destination-default) Before: postgresql at 9.5-main.service (destination-default) Before: phpsessionclean.service (destination-default) Before: polkit.service (destination-default) Before: apt-daily.service (destination-default) Before: smartd.service (destination-default) Before: smbd.service (destination-default) Before: udftools.service (destination-default) Before: dundee.service (destination-default) Before: apt-cacher-ng.service (destination-default) Before: loadcpufreq.service (destination-default) Before: logrotate.service (destination-default) Before: dbus.service (destination-default) Before: irqbalance.service (destination-default) Before: radvd.service (destination-default) Before: ofono.service (destination-default) Before: rsync.service (destination-default) Before: exim4.service (destination-default) Before: postfix at -.service (destination-default) Before: ModemManager.service (destination-default) Before: avahi-daemon.service (destination-default) Before: nfs-utils.service (destination-default) Before: ipmievd.service (destination-default) Before: accounts-daemon.service (destination-default) Before: user-runtime-dir at 1000.service (destination-default) Before: postgresql at 9.4-main.service (destination-default) Before: postfix.service (destination-default) Before: systemd-user-sessions.service (destination-default) Before: uuidd.service (destination-default) Before: multi-user.target (destination-file destination-default) Before: shutdown.target (origin-default) After: slices.target (origin-file origin-default) After: -.mount (origin-file) After: sysinit.target (origin-file origin-default) After: paths.target (origin-file origin-default) After: sockets.target (origin-file origin-default) After: tmp.mount (origin-file) After: var.mount (origin-file origin-default) References: timers.target (origin-file) References: slices.target (origin-file origin-default) References: shutdown.target (origin-default) References: -.mount (origin-file) References: sysinit.target (origin-file origin-default) References: console-kit-log-system-start.service (origin-file) References: sockets.target (origin-file origin-default) References: paths.target (origin-file origin-default) References: tmp.mount (origin-file) References: var.mount (origin-file origin-default) ReferencedBy: postfix at -.service (destination-default) ReferencedBy: getty-static.service (destination-default) ReferencedBy: accounts-daemon.service (destination-default) ReferencedBy: rc-local.service (destination-default) ReferencedBy: cron.service (destination-default) ReferencedBy: postgresql at 9.3-main.service (destination-default) ReferencedBy: sheepdog.service (destination-default) ReferencedBy: logrotate.service (destination-default) ReferencedBy: ModemManager.service (destination-default) ReferencedBy: apt-cacher-ng.service (destination-default) ReferencedBy: nscd.service (destination-default) ReferencedBy: schroot.service (destination-default) ReferencedBy: network-manager.service (destination-default) ReferencedBy: ipmievd.service (destination-default) ReferencedBy: radvd.service (destination-default) ReferencedBy: openipmi.service (destination-default) ReferencedBy: ofono.service (destination-default) ReferencedBy: dundee.service (destination-default) ReferencedBy: cpufrequtils.service (destination-default) ReferencedBy: rsyslog.service (destination-default) ReferencedBy: loadcpufreq.service (destination-default) ReferencedBy: nfs-utils.service (destination-default) ReferencedBy: systemd-ask-password-wall.service (destination-default) ReferencedBy: polkit.service (destination-default) ReferencedBy: smbd.service (destination-default) ReferencedBy: postgresql at 9.5-main.service (destination-default) ReferencedBy: irqbalance.service (destination-default) ReferencedBy: udftools.service (destination-default) ReferencedBy: sysstat.service (destination-default) ReferencedBy: exim4.service (destination-default) ReferencedBy: wpa_supplicant.service (destination-default) ReferencedBy: dbus.service (destination-default) ReferencedBy: systemd-logind.service (destination-default) ReferencedBy: postgresql.service (destination-default) ReferencedBy: postgresql at 9.4-main.service (destination-default) ReferencedBy: user-runtime-dir at 1000.service (destination-default) ReferencedBy: smartd.service (destination-default) ReferencedBy: multi-user.target (destination-file destination-default) ReferencedBy: systemd-user-sessions.service (destination-default) ReferencedBy: apt-daily-upgrade.service (destination-default) ReferencedBy: bind9.service (destination-default) ReferencedBy: postgresql at 9.6-main.service (destination-default) ReferencedBy: avahi-daemon.service (destination-default) ReferencedBy: serial-getty at ttyS0.service (destination-default) ReferencedBy: stunnel4.service (destination-default) ReferencedBy: uuidd.service (destination-default) ReferencedBy: getty at tty1.service (destination-default) ReferencedBy: postgresql at 10-main.service (destination-default) ReferencedBy: user at 1000.service (destination-default) ReferencedBy: apt-daily.service (destination-default) ReferencedBy: minissdpd.service (destination-default) ReferencedBy: mysql.service (destination-default) ReferencedBy: ntp.service (destination-default) ReferencedBy: ssh.service (destination-default) ReferencedBy: phpsessionclean.service (destination-default) ReferencedBy: nmbd.service (destination-default) ReferencedBy: postfix.service (destination-default) ReferencedBy: cups.service (destination-default) ReferencedBy: spamassassin.service (destination-default) ReferencedBy: rsync.service (destination-default) RequiresMountsFor: /var (origin-file) RequiresMountsFor: /var/tmp (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-ttyr5.device: Description: /dev/ttyr5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyr5.device Invocation ID: 15baa0302eac4c91bdaf55cd3055141a Following: sys-devices-virtual-tty-ttyr5.device Following Set Member: sys-devices-virtual-tty-ttyr5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr5 Found: found-udev -> Unit dev-ttyb4.device: Description: /dev/ttyb4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyb4.device Invocation ID: 2cd5b78be3b548f8ac86196c244ff4e9 Following: sys-devices-virtual-tty-ttyb4.device Following Set Member: sys-devices-virtual-tty-ttyb4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb4 Found: found-udev -> Unit dev-ttyc9.device: Description: /dev/ttyc9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyc9.device Invocation ID: c58377e597c94c4cb05851cdb420ff70 Following: sys-devices-virtual-tty-ttyc9.device Following Set Member: sys-devices-virtual-tty-ttyc9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc9 Found: found-udev -> Unit schroot.service: Description: Recover schroot sessions Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:17:06 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:59 EDT Active Enter Timestamp: Sat 2018-09-22 16:17:06 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: schroot.service Invocation ID: 799159c0145744cfb7292483b101fd2e Documentation: man:schroot(1) Fragment Path: /lib/systemd/system/schroot.service Condition Timestamp: Sat 2018-09-22 16:14:59 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:59 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: -.mount (origin-file) Requires: var.mount (origin-file) Requires: system.slice (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: sysinit.target (origin-default) After: -.mount (origin-file) After: var.mount (origin-file) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: sysinit.target (origin-default) References: system.slice (origin-file) References: shutdown.target (origin-default) References: var.mount (origin-file) References: -.mount (origin-file) References: basic.target (origin-default) ReferencedBy: multi-user.target (destination-file destination-default) RequiresMountsFor: /var/lib/schroot (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/init.d/schroot start PID: 1479 Start Timestamp: Sat 2018-09-22 16:14:59 EDT Exit Timestamp: Sat 2018-09-22 16:17:06 EDT Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /etc/init.d/schroot stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyb3.device: Description: /dev/ttyb3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyb3.device Invocation ID: 3f2e43459e674c938a543157b8c4f8c3 Following: sys-devices-virtual-tty-ttyb3.device Following Set Member: sys-devices-virtual-tty-ttyb3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb3 Found: found-udev -> Unit sys-kernel-debug.mount: Description: Kernel Debug File System Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:23 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:24 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/sys-kernel-debug.mount CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: sys-kernel-debug.mount Invocation ID: b8b68fa2c573413c8edce77797dc7d54 Documentation: https://www.kernel.org/doc/Documentation/filesystems/debugfs.txt Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/sys-kernel-debug.mount ConditionCapability: CAP_SYS_RAWIO succeeded ConditionPathExists: /sys/kernel/debug succeeded Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:23 EDT Assert Result: yes Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Before: sysinit.target (origin-file) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: -.mount (origin-implicit) References: sysinit.target (origin-file) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /sys/kernel (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /sys/kernel/debug What: debugfs File System Type: debugfs Options: rw,relatime From /proc/self/mountinfo: yes From fragment: yes Extrinsic: yes DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-block-ram7.device: Description: /sys/devices/virtual/block/ram7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram7.device Invocation ID: bad6085dcbf24dfe8dac364989bfb2a8 Following Set Member: dev-ram7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram7 Found: found-udev -> Unit dev-ttyda.device: Description: /dev/ttyda Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyda.device Invocation ID: 0102485aa6634da4abacf01173224254 Following: sys-devices-virtual-tty-ttyda.device Following Set Member: sys-devices-virtual-tty-ttyda.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyda Found: found-udev -> Unit sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda2.device: Description: My_Passport_0748 2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda2.device Invocation ID: 7faaf2ac885b4a3eaf242a7885f71e35 Following Set Member: dev-sda2.device Following Set Member: dev-disk-by\x2duuid-60586da5\x2d52b5\x2d4bae\x2d8396\x2d91e3fba003b1.device Following Set Member: dev-disk-by\x2dpartuuid-676ba017\x2d02.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device Following Set Member: dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0\x2dpart2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:01.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/block/sda/sda2 Found: found-udev -> Unit sys-devices-virtual-tty-ttyq9.device: Description: /sys/devices/virtual/tty/ttyq9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyq9.device Invocation ID: b39f34755a414358a29b83dedbc28534 Following Set Member: dev-ttyq9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq9 Found: found-udev -> Unit dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap: Description: /dev/disk/by-path/pci-0000:20:01.1-scsi-0:0:2:0-part3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:37 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:37 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:37 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap Invocation ID: a80765f1ac0648ecbd1ad60c16511a67 Following: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap Following Set Member: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap Following Set Member: dev-sdc3.swap Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) Conflicts: umount.target (origin-default) Before: umount.target (origin-default) Before: swap.target (origin-default) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: -.mount (origin-implicit) References: swap.target (origin-default) References: umount.target (origin-default) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) RequiresMountsFor: /dev/disk/by-path/pci-0000:20:01.1-scsi-0:0:2:0-part3 (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Swap State: active Result: success What: /dev/disk/by-path/pci-0000:20:01.1-scsi-0:0:2:0-part3 From /proc/swaps: yes From fragment: no Device Node: /dev/sdc3 Priority: -2 Options: TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit systemd-ask-password-console.path: Description: Dispatch Password Requests to Console Directory Watch Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:21 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:21 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:21 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: systemd-ask-password-console.path Invocation ID: 181176581a43411b8f9e6b3ae5dfe4f3 Documentation: man:systemd-ask-password-console.service(8) Fragment Path: /lib/systemd/system/systemd-ask-password-console.path ConditionPathExists: !/run/plymouth/pid succeeded Condition Timestamp: Sat 2018-09-22 16:14:21 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:21 EDT Assert Result: yes Requires: -.mount (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: cryptsetup.target (origin-file) Before: systemd-ask-password-console.service (origin-implicit) Before: shutdown.target (origin-file) Before: paths.target (origin-file) After: -.mount (origin-file) After: plymouth-start.service (origin-file) Triggers: systemd-ask-password-console.service (origin-implicit) References: cryptsetup.target (origin-file) References: systemd-ask-password-console.service (origin-implicit) References: shutdown.target (origin-file) References: -.mount (origin-file) References: paths.target (origin-file) References: plymouth-start.service (origin-file) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /run/systemd/ask-password (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Path State: waiting Result: success Unit: systemd-ask-password-console.service MakeDirectory: yes DirectoryMode: 0755 DirectoryNotEmpty: /run/systemd/ask-password -> Unit sys-kernel-config.mount: Description: Kernel Configuration File System Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: sys-kernel-config.mount Documentation: https://www.kernel.org/doc/Documentation/filesystems/configfs/configfs.txt Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/sys-kernel-config.mount ConditionCapability: CAP_SYS_RAWIO succeeded ConditionPathExists: /sys/kernel/config failed Condition Timestamp: Sat 2018-09-22 16:14:25 EDT Condition Result: no Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Before: sysinit.target (origin-file) After: -.mount (origin-implicit) After: systemd-modules-load.service (origin-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) References: -.mount (origin-implicit) References: systemd-modules-load.service (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /sys/kernel (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: dead Result: success Where: /sys/kernel/config What: configfs File System Type: configfs Options: n/a From /proc/self/mountinfo: no From fragment: yes Extrinsic: yes DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyr8.device: Description: /dev/ttyr8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyr8.device Invocation ID: 91bb418d4dee4b4c966fc91fda9ddcdc Following: sys-devices-virtual-tty-ttyr8.device Following Set Member: sys-devices-virtual-tty-ttyr8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr8 Found: found-udev -> Unit dev-ttyuc.device: Description: /dev/ttyuc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyuc.device Invocation ID: fe00c69e64ac4eaebb38a118267501ef Following: sys-devices-virtual-tty-ttyuc.device Following Set Member: sys-devices-virtual-tty-ttyuc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyuc Found: found-udev -> Unit sys-devices-virtual-tty-ttyt0.device: Description: /sys/devices/virtual/tty/ttyt0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyt0.device Invocation ID: 56fa6184163846e3882273ad3bc0d3ed Following Set Member: dev-ttyt0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt0 Found: found-udev -> Unit dev-ttyu8.device: Description: /dev/ttyu8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyu8.device Invocation ID: 8236023d17ff4a17a4f218f3e22beaf7 Following: sys-devices-virtual-tty-ttyu8.device Following Set Member: sys-devices-virtual-tty-ttyu8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu8 Found: found-udev -> Unit systemd-logind.service: Description: Login Service Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:03 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:59 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:02 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-logind.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: systemd-logind.service Invocation ID: a8d171005d554c00890bf5d8136bfe81 Documentation: man:systemd-logind.service(8) Documentation: man:logind.conf(5) Documentation: https://www.freedesktop.org/wiki/Software/systemd/logind Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat Fragment Path: /lib/systemd/system/systemd-logind.service ConditionPathExists: /lib/systemd/system/dbus.service succeeded Condition Timestamp: Sat 2018-09-22 16:14:59 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:59 EDT Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) Requires: dbus.socket (origin-file) Wants: dbus.socket (origin-file) Wants: user.slice (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: session-c1.scope (destination-file) Before: multi-user.target (destination-default) Before: session-c2.scope (destination-file) Before: shutdown.target (origin-default) After: dbus.socket (origin-file) After: user.slice (origin-file) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: sysinit.target (origin-default) After: nss-user-lookup.target (origin-file) After: system.slice (origin-file) References: dbus.socket (origin-file) References: shutdown.target (origin-default) References: user.slice (origin-file) References: systemd-journald.socket (origin-file) References: basic.target (origin-default) References: sysinit.target (origin-default) References: nss-user-lookup.target (origin-file) References: system.slice (origin-file) ReferencedBy: session-c1.scope (destination-file) ReferencedBy: session-c2.scope (destination-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: dbus Restart: always NotifyAccess: main NotifyState: ready Main PID: 1476 Main PID Known: yes Main PID Alien: no BusName: org.freedesktop.login1 Bus Name Good: yes RestartSec: 0 TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 3min KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 16384 Limit NOFILESoft: 16384 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info CapabilityBoundingSet: cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_kill cap_sys_admin cap_sys_tty_config cap_audit_control cap_mac_admin DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-logind PID: 1476 Start Timestamp: Sat 2018-09-22 16:14:59 EDT Status Text: Processing requests... File Descriptor Store Max: 512 File Descriptor Store Current: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no IPAddressDeny=0.0.0.0/0 IPAddressDeny=::/0 -> Unit dev-ttyaa.device: Description: /dev/ttyaa Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyaa.device Invocation ID: a12708ef95d042f5a01ef5e18d38d070 Following: sys-devices-virtual-tty-ttyaa.device Following Set Member: sys-devices-virtual-tty-ttyaa.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyaa Found: found-udev -> Unit bind9.service: Description: BIND Domain Name Server Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:09 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:05 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:09 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/bind9.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: bind9.service Invocation ID: a6107a455dcd40d08b3e7a6947d4ae9b Documentation: man:named(8) Fragment Path: /lib/systemd/system/bind9.service Condition Timestamp: Sat 2018-09-22 16:15:05 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:05 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) Wants: nss-lookup.target (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: nss-lookup.target (origin-file) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: systemd-journald.socket (origin-file) After: sysinit.target (origin-default) After: basic.target (origin-default) After: network.target (origin-file) After: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: nss-lookup.target (origin-file) References: sysinit.target (origin-default) References: basic.target (origin-default) References: network.target (origin-file) References: shutdown.target (origin-default) References: system.slice (origin-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: no NotifyAccess: none NotifyState: unknown Main PID: 1609 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/bind9 RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/named $OPTIONS PID: 1598 Start Timestamp: Sat 2018-09-22 16:15:05 EDT Exit Timestamp: Sat 2018-09-22 16:15:09 EDT Exit Code: exited Exit Status: 0 -> ExecReload: Command Line: /usr/sbin/rndc reload -> ExecStop: Command Line: /usr/sbin/rndc stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit ModemManager.service: Description: Modem Manager Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:05 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:58 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:05 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/ModemManager.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: ModemManager.service Invocation ID: 9c5c7d5f448f40fd9a8846637825b811 Fragment Path: /lib/systemd/system/ModemManager.service Condition Timestamp: Sat 2018-09-22 16:14:58 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:58 EDT Assert Result: yes Requires: dbus.socket (origin-file) Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) Requires: -.mount (origin-file) Requires: var.mount (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: systemd-journald.socket (origin-file) After: var.mount (origin-file) After: sysinit.target (origin-default) After: system.slice (origin-file) After: systemd-tmpfiles-setup.service (origin-file) After: -.mount (origin-file) After: dbus.socket (origin-file) After: basic.target (origin-default) References: systemd-journald.socket (origin-file) References: var.mount (origin-file) References: sysinit.target (origin-default) References: system.slice (origin-file) References: systemd-tmpfiles-setup.service (origin-file) References: shutdown.target (origin-default) References: -.mount (origin-file) References: dbus.socket (origin-file) References: basic.target (origin-default) ReferencedBy: multi-user.target (destination-file destination-default) RequiresMountsFor: /tmp (origin-file) RequiresMountsFor: /var/tmp (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: dbus Restart: on-abort NotifyAccess: none NotifyState: unknown Main PID: 1458 Main PID Known: yes Main PID Alien: no BusName: org.freedesktop.ModemManager1 Bus Name Good: yes RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: yes PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: yes ProtectSystem: yes MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: null SyslogFacility: daemon SyslogLevel: info CapabilityBoundingSet: cap_sys_admin DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/ModemManager --filter-policy=strict PID: 1458 Start Timestamp: Sat 2018-09-22 16:14:58 EDT CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-subsystem-net-devices-eth0.device: Description: NetXtreme BCM5701 Gigabit Ethernet Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-subsystem-net-devices-eth0.device Invocation ID: a5cd5504b2fd444ca6883c3fef1e6585 Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:02.0-net-eth0.device BoundBy: ifup at eth0.service (destination-file) Before: ifup at eth0.service (destination-file) ReferencedBy: ifup at eth0.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:02.0/net/eth0 Found: found-udev -> Unit dev-ttysf.device: Description: /dev/ttysf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttysf.device Invocation ID: 1be6728810dc488a9f5bcabaa46b8f5d Following: sys-devices-virtual-tty-ttysf.device Following Set Member: sys-devices-virtual-tty-ttysf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttysf Found: found-udev -> Unit systemd-user-sessions.service: Description: Permit User Sessions Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:08 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:07 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:08 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-user-sessions.service Invocation ID: aeed6ec2303346dfa9496dd3b9355bc9 Documentation: man:systemd-user-sessions.service(8) Fragment Path: /lib/systemd/system/systemd-user-sessions.service Condition Timestamp: Sat 2018-09-22 16:15:07 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:07 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: session-c1.scope (destination-file) Before: user-1000.slice (destination-file) Before: systemd-ask-password-wall.service (destination-file) Before: getty at tty1.service (destination-file) Before: multi-user.target (destination-default) Before: user at 1000.service (destination-file) Before: serial-getty at ttyS0.service (destination-file) Before: session-c2.scope (destination-file) After: systemd-journal-flush.service (destination-file) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: network.target (origin-file) After: remote-fs.target (origin-file) After: nss-user-lookup.target (origin-file) After: system.slice (origin-file) References: sysinit.target (origin-default) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-default) References: basic.target (origin-default) References: network.target (origin-file) References: remote-fs.target (origin-file) References: nss-user-lookup.target (origin-file) References: system.slice (origin-file) ReferencedBy: systemd-ask-password-wall.service (destination-file) ReferencedBy: systemd-journal-flush.service (destination-file) ReferencedBy: session-c2.scope (destination-file) ReferencedBy: getty at tty1.service (destination-file) ReferencedBy: user at 1000.service (destination-file) ReferencedBy: session-c1.scope (destination-file) ReferencedBy: user-1000.slice (destination-file) ReferencedBy: serial-getty at ttyS0.service (destination-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-user-sessions start PID: 1637 Start Timestamp: Sat 2018-09-22 16:15:07 EDT Exit Timestamp: Sat 2018-09-22 16:15:08 EDT Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /lib/systemd/systemd-user-sessions stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyva.device: Description: /dev/ttyva Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyva.device Invocation ID: 3e9edff5baa44b5eace0650fae5758da Following: sys-devices-virtual-tty-ttyva.device Following Set Member: sys-devices-virtual-tty-ttyva.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyva Found: found-udev -> Unit rpc-statd-notify.service: Description: Notify NFS peers of a restart Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: rpc-statd-notify.service Fragment Path: /lib/systemd/system/rpc-statd-notify.service Requires: network.target (origin-file) Requires: system.slice (origin-file) Wants: nfs-config.service (origin-file) PartOf: nfs-utils.service (origin-file) WantedBy: rpc-statd.service (destination-file) After: nss-lookup.target (origin-file) After: system.slice (origin-file) After: nfs-server.service (origin-file destination-file) After: systemd-journald.socket (origin-file) After: local-fs.target (origin-file) After: network.target (origin-file) After: nfs-config.service (origin-file) References: nss-lookup.target (origin-file) References: system.slice (origin-file) References: nfs-utils.service (origin-file) References: nfs-server.service (origin-file) References: systemd-journald.socket (origin-file) References: local-fs.target (origin-file) References: network.target (origin-file) References: nfs-config.service (origin-file) ReferencedBy: rpc-statd.service (destination-file) ReferencedBy: nfs-server.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/run/sysconfig/nfs-utils RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /sbin/sm-notify $SMNOTIFYARGS CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit systemd-update-utmp.service: Description: Update UTMP about System Boot/Shutdown Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:57 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:57 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:57 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-update-utmp.service Invocation ID: e788ed835c264e45b7290209e213e3cc Documentation: man:systemd-update-utmp.service(8) Documentation: man:utmp(5) Fragment Path: /lib/systemd/system/systemd-update-utmp.service Condition Timestamp: Sat 2018-09-22 16:14:56 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:56 EDT Assert Result: yes Requires: var.mount (origin-file) Requires: -.mount (origin-file) Requires: system.slice (origin-file) RequisiteOf: systemd-update-utmp-runlevel.service (destination-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) Before: sysinit.target (origin-file) Before: systemd-update-utmp-runlevel.service (destination-file) After: auditd.service (origin-file) After: systemd-tmpfiles-setup.service (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) After: var.mount (origin-file) After: systemd-remount-fs.service (origin-file) After: -.mount (origin-file) References: shutdown.target (origin-file) References: -.mount (origin-file) References: systemd-tmpfiles-setup.service (origin-file) References: auditd.service (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: var.mount (origin-file) References: systemd-remount-fs.service (origin-file) References: sysinit.target (origin-file) ReferencedBy: sysinit.target (destination-file) ReferencedBy: systemd-update-utmp-runlevel.service (destination-file) RequiresMountsFor: /var/log/wtmp (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-update-utmp reboot PID: 1415 Start Timestamp: Sat 2018-09-22 16:14:57 EDT Exit Timestamp: Sat 2018-09-22 16:14:57 EDT Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /lib/systemd/systemd-update-utmp shutdown CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sockets.target: Description: Sockets Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:58 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:58 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:58 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sockets.target Invocation ID: 7d9e764b1d094d3b810e2a8efa8d3324 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/sockets.target Condition Timestamp: Sat 2018-09-22 16:14:58 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:58 EDT Assert Result: yes Wants: avahi-daemon.socket (origin-file) Wants: systemd-journald.socket (origin-file) Wants: systemd-udevd-kernel.socket (origin-file) Wants: dbus.socket (origin-file) Wants: systemd-journald-dev-log.socket (origin-file) Wants: lvm2-lvmetad.socket (origin-file) Wants: cups.socket (origin-file) Wants: systemd-journald-audit.socket (origin-file) Wants: uuidd.socket (origin-file) Wants: systemd-initctl.socket (origin-file) Wants: rpcbind.socket (origin-file) Wants: systemd-udevd-control.socket (origin-file) Wants: dm-event.socket (origin-file) WantedBy: basic.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: basic.target (destination-file destination-default) After: systemd-journald-audit.socket (destination-file) After: uuidd.socket (origin-default destination-default) After: systemd-udevd-control.socket (destination-file) After: dbus.socket (origin-default destination-default) After: avahi-daemon.socket (origin-default destination-default) After: systemd-udevd-kernel.socket (destination-file) After: syslog.socket (destination-file) After: systemd-journald-dev-log.socket (destination-file) After: systemd-initctl.socket (destination-file) After: systemd-journald.socket (destination-file) After: cups.socket (origin-default destination-default) References: systemd-initctl.socket (origin-file) References: shutdown.target (origin-default) References: dbus.socket (origin-file origin-default) References: lvm2-lvmetad.socket (origin-file) References: cups.socket (origin-file origin-default) References: avahi-daemon.socket (origin-file origin-default) References: dm-event.socket (origin-file) References: systemd-journald.socket (origin-file) References: uuidd.socket (origin-file origin-default) References: systemd-journald-audit.socket (origin-file) References: rpcbind.socket (origin-file) References: systemd-journald-dev-log.socket (origin-file) References: systemd-udevd-kernel.socket (origin-file) References: systemd-udevd-control.socket (origin-file) ReferencedBy: uuidd.socket (destination-default) ReferencedBy: systemd-udevd-control.socket (destination-file) ReferencedBy: avahi-daemon.socket (destination-default) ReferencedBy: syslog.socket (destination-file) ReferencedBy: systemd-initctl.socket (destination-file) ReferencedBy: systemd-journald-dev-log.socket (destination-file) ReferencedBy: basic.target (destination-file destination-default) ReferencedBy: systemd-journald-audit.socket (destination-file) ReferencedBy: systemd-udevd-kernel.socket (destination-file) ReferencedBy: cups.socket (destination-default) ReferencedBy: systemd-journald.socket (destination-file) ReferencedBy: dbus.socket (destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-ttyu6.device: Description: /dev/ttyu6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyu6.device Invocation ID: 55961fac3c5040638e97340d1a65735e Following: sys-devices-virtual-tty-ttyu6.device Following Set Member: sys-devices-virtual-tty-ttyu6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu6 Found: found-udev -> Unit rsyslog.service: Description: System Logging Service Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:03 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:59 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:03 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/rsyslog.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: rsyslog.service Name: syslog.service Invocation ID: f4770410d1e24054baaa320ffd404046 Documentation: man:rsyslogd(8) Documentation: http://www.rsyslog.com/doc/ Fragment Path: /lib/systemd/system/rsyslog.service Condition Timestamp: Sat 2018-09-22 16:14:59 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:59 EDT Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) Requires: syslog.socket (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: syslog.socket (destination-implicit) After: system.slice (origin-file) After: basic.target (origin-default) After: sysinit.target (origin-default) TriggeredBy: syslog.socket (destination-implicit) References: sysinit.target (origin-default) References: basic.target (origin-default) References: system.slice (origin-file) References: shutdown.target (origin-default) References: syslog.socket (origin-file) ReferencedBy: syslog.socket (destination-implicit) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: on-failure NotifyAccess: main NotifyState: ready Main PID: 1473 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 16384 Limit NOFILESoft: 16384 StandardInput: null StandardOutput: null StandardError: inherit DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/rsyslogd -n -iNONE PID: 1473 Start Timestamp: Sat 2018-09-22 16:14:59 EDT CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyq1.device: Description: /sys/devices/virtual/tty/ttyq1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyq1.device Invocation ID: cdb08838a73d444ea8b4d4db40153602 Following Set Member: dev-ttyq1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq1 Found: found-udev -> Unit dev-ttyqe.device: Description: /dev/ttyqe Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyqe.device Invocation ID: 7db1e9d801a64035ad9103144f6f2836 Following: sys-devices-virtual-tty-ttyqe.device Following Set Member: sys-devices-virtual-tty-ttyqe.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyqe Found: found-udev -> Unit dev-ttya0.device: Description: /dev/ttya0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttya0.device Invocation ID: da6fb5c179d443c5984d45b401b363f9 Following: sys-devices-virtual-tty-ttya0.device Following Set Member: sys-devices-virtual-tty-ttya0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya0 Found: found-udev -> Unit dev-ttyv1.device: Description: /dev/ttyv1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyv1.device Invocation ID: af19f18dbaa8443585deb944203f5e31 Following: sys-devices-virtual-tty-ttyv1.device Following Set Member: sys-devices-virtual-tty-ttyv1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv1 Found: found-udev -> Unit dev-ttya9.device: Description: /dev/ttya9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttya9.device Invocation ID: 1f846983222747cf8efa75569a816757 Following: sys-devices-virtual-tty-ttya9.device Following Set Member: sys-devices-virtual-tty-ttya9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya9 Found: found-udev -> Unit apt-daily-upgrade.service: Description: Daily apt upgrade and clean activities Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: apt-daily-upgrade.service Documentation: man:apt(8) Fragment Path: /lib/systemd/system/apt-daily-upgrade.service ConditionACPower: true untested Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: apt-daily-upgrade.timer (destination-implicit) After: system.slice (origin-file) After: apt-daily.service (origin-file) After: NetworkManager.service (origin-file) After: sysinit.target (origin-default) After: connman.service (origin-file) After: systemd-journald.socket (origin-file) After: network.target (origin-file) After: basic.target (origin-default) After: network-online.target (origin-file) After: systemd-networkd.service (origin-file) TriggeredBy: apt-daily-upgrade.timer (destination-implicit) References: systemd-journald.socket (origin-file) References: sysinit.target (origin-default) References: shutdown.target (origin-default) References: NetworkManager.service (origin-file) References: connman.service (origin-file) References: network.target (origin-file) References: system.slice (origin-file) References: network-online.target (origin-file) References: systemd-networkd.service (origin-file) References: apt-daily.service (origin-file) References: basic.target (origin-default) ReferencedBy: apt-daily-upgrade.timer (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 15min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStartPre: Command Line: /usr/lib/apt/apt-helper wait-online -> ExecStart: Command Line: /usr/lib/apt/apt.systemd.daily install CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit rsync.service: Description: fast remote file copy program daemon Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: rsync.service Fragment Path: /lib/systemd/system/rsync.service ConditionPathExists: /etc/rsyncd.conf failed Condition Timestamp: Sat 2018-09-22 16:14:58 EDT Condition Result: no Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: system.slice (origin-file) After: sysinit.target (origin-default) After: basic.target (origin-default) After: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-default) References: basic.target (origin-default) References: shutdown.target (origin-default) References: systemd-journald.socket (origin-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/bin/rsync --daemon --no-detach CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttytc.device: Description: /sys/devices/virtual/tty/ttytc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttytc.device Invocation ID: 9ed03441cfcf48c397f15812f6f87a20 Following Set Member: dev-ttytc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttytc Found: found-udev -> Unit sys-devices-virtual-tty-ttyv3.device: Description: /sys/devices/virtual/tty/ttyv3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyv3.device Invocation ID: 0a064fba36a74c44954bb3b6f9b13dca Following Set Member: dev-ttyv3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv3 Found: found-udev -> Unit sys-devices-virtual-tty-ttye6.device: Description: /sys/devices/virtual/tty/ttye6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttye6.device Invocation ID: e64b0e92b46849d0ac04e30545b6e3b2 Following Set Member: dev-ttye6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye6 Found: found-udev -> Unit sys-devices-virtual-tty-ttyed.device: Description: /sys/devices/virtual/tty/ttyed Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyed.device Invocation ID: ac0701e725d142ffa3011a4dcf6fb2d9 Following Set Member: dev-ttyed.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyed Found: found-udev -> Unit dev-ttyr7.device: Description: /dev/ttyr7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyr7.device Invocation ID: c1bce7ada8f94e57bc8fb400a2a5ff4f Following: sys-devices-virtual-tty-ttyr7.device Following Set Member: sys-devices-virtual-tty-ttyr7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr7 Found: found-udev -> Unit dev-ttyec.device: Description: /dev/ttyec Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyec.device Invocation ID: cd62336b6ce441aba5834b69b83ef420 Following: sys-devices-virtual-tty-ttyec.device Following Set Member: sys-devices-virtual-tty-ttyec.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyec Found: found-udev -> Unit sys-devices-virtual-tty-ttyv7.device: Description: /sys/devices/virtual/tty/ttyv7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyv7.device Invocation ID: ad26838d891d4940861dcf160090e301 Following Set Member: dev-ttyv7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv7 Found: found-udev -> Unit NetworkManager.service: Description: NetworkManager.service Instance: n/a Unit Load State: masked Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: NetworkManager.service Fragment Path: /dev/null Before: apt-daily-upgrade.service (destination-file) Before: apt-daily.service (destination-file) ReferencedBy: apt-daily-upgrade.service (destination-file) ReferencedBy: apt-daily.service (destination-file) -> Unit dev-ttyb8.device: Description: /dev/ttyb8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyb8.device Invocation ID: 00b9add47d504c80b0c50655b09c6aa5 Following: sys-devices-virtual-tty-ttyb8.device Following Set Member: sys-devices-virtual-tty-ttyb8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb8 Found: found-udev -> Unit dev-ttyx0.device: Description: /dev/ttyx0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyx0.device Invocation ID: 0d135c3f64164cb99824cf7c62140ec5 Following: sys-devices-virtual-tty-ttyx0.device Following Set Member: sys-devices-virtual-tty-ttyx0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx0 Found: found-udev -> Unit dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device: Description: My_Passport_0748 1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device Invocation ID: 9a670cdfab984e5aaa522ae10a08958e Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda1.device Following Set Member: dev-sda1.device Following Set Member: dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda1.device Following Set Member: dev-disk-by\x2dpartuuid-676ba017\x2d01.device Following Set Member: dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0\x2dpart1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:01.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/block/sda/sda1 Found: found-udev -> Unit sys-devices-virtual-tty-ttyw4.device: Description: /sys/devices/virtual/tty/ttyw4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyw4.device Invocation ID: a3e25540384a4a6db4c20d0b84108bf5 Following Set Member: dev-ttyw4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw4 Found: found-udev -> Unit dev-ttyrd.device: Description: /dev/ttyrd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyrd.device Invocation ID: 0bae677feb0246628d72f7f1a95661ee Following: sys-devices-virtual-tty-ttyrd.device Following Set Member: sys-devices-virtual-tty-ttyrd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyrd Found: found-udev -> Unit dev-ttyt1.device: Description: /dev/ttyt1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyt1.device Invocation ID: 680fb7f2bf1b433fa43cea6c88038002 Following: sys-devices-virtual-tty-ttyt1.device Following Set Member: sys-devices-virtual-tty-ttyt1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt1 Found: found-udev -> Unit dev-ttya5.device: Description: /dev/ttya5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttya5.device Invocation ID: 7504343baf5b48908d959e240e0713b2 Following: sys-devices-virtual-tty-ttya5.device Following Set Member: sys-devices-virtual-tty-ttya5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya5 Found: found-udev -> Unit dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart6.device: Description: ST3300007LC VAR2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart6.device Invocation ID: 409f26a9d03d477cbc6d149572cdd1e3 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc6.device Following Set Member: dev-disk-by\x2duuid-e351db25\x2da36f\x2d40b4\x2db5f1\x2d26f7accb6623.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d06.device Following Set Member: dev-sdc6.device Following Set Member: dev-disk-by\x2dlabel-VAR2.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc6.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc6 Found: found-udev -> Unit sys-devices-virtual-tty-ttycb.device: Description: /sys/devices/virtual/tty/ttycb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttycb.device Invocation ID: 37da6fb494a44ea7826c27eb71fa47d5 Following Set Member: dev-ttycb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttycb Found: found-udev -> Unit dev-ttycf.device: Description: /dev/ttycf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttycf.device Invocation ID: 7741e0dceb1d4a0090b76d719b8bf943 Following: sys-devices-virtual-tty-ttycf.device Following Set Member: sys-devices-virtual-tty-ttycf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttycf Found: found-udev -> Unit sys-devices-virtual-tty-ttyqf.device: Description: /sys/devices/virtual/tty/ttyqf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyqf.device Invocation ID: 041eb58e56304f81a7d1ec023755b1d9 Following Set Member: dev-ttyqf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyqf Found: found-udev -> Unit mysql.service: Description: LSB: Start and stop the mysql database server daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:08 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:08 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:08 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: mysql.service Invocation ID: 4e7c8d2fd29c4de88c46c34b089184d2 Documentation: man:systemd-sysv-generator(8) Fragment Path: /run/systemd/generator.late/mysql.service Source Path: /etc/init.d/mysql Condition Timestamp: Sat 2018-09-22 16:15:08 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:08 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) Wants: network-online.target (origin-file) WantedBy: graphical.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: graphical.target (origin-file destination-default) Before: shutdown.target (origin-default) Before: exim4.service (destination-file) Before: multi-user.target (origin-file destination-default) After: remote-fs.target (origin-file) After: network-online.target (origin-file) After: basic.target (origin-default) After: time-sync.target (origin-file) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: shutdown.target (origin-default) References: remote-fs.target (origin-file) References: graphical.target (origin-file) References: network-online.target (origin-file) References: basic.target (origin-default) References: multi-user.target (origin-file) References: time-sync.target (origin-file) References: sysinit.target (origin-default) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) ReferencedBy: graphical.target (destination-file destination-default) ReferencedBy: exim4.service (destination-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: no Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 5min TimeoutStopSec: 5min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/init.d/mysql start PID: 1653 Start Timestamp: Sat 2018-09-22 16:15:08 EDT Exit Timestamp: Sat 2018-09-22 16:15:08 EDT Exit Code: exited Exit Status: 0 -> ExecReload: Command Line: /etc/init.d/mysql reload -> ExecStop: Command Line: /etc/init.d/mysql stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyb3.device: Description: /sys/devices/virtual/tty/ttyb3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyb3.device Invocation ID: e493c88d55194b8ebf549627c6840bbd Following Set Member: dev-ttyb3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb3 Found: found-udev -> Unit sys-devices-virtual-tty-ttyu4.device: Description: /sys/devices/virtual/tty/ttyu4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyu4.device Invocation ID: ca45f5897adf46c893ef4396c90b0669 Following Set Member: dev-ttyu4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu4 Found: found-udev -> Unit dev-ttya7.device: Description: /dev/ttya7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttya7.device Invocation ID: 1ffcf772a63d49bd9f5b66003e102228 Following: sys-devices-virtual-tty-ttya7.device Following Set Member: sys-devices-virtual-tty-ttya7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya7 Found: found-udev -> Unit sys-devices-virtual-tty-ttyt1.device: Description: /sys/devices/virtual/tty/ttyt1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyt1.device Invocation ID: 3703ec230c394cf9b42d9fb7571ede6c Following Set Member: dev-ttyt1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt1 Found: found-udev -> Unit wpa_supplicant.service: Description: WPA supplicant Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:03 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:00 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:03 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/wpa_supplicant.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: wpa_supplicant.service Invocation ID: 850d7b484bcd421995772b13131fdcc1 Fragment Path: /lib/systemd/system/wpa_supplicant.service Condition Timestamp: Sat 2018-09-22 16:15:00 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:00 EDT Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) Requires: dbus.socket (origin-file) Wants: network.target (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: network.target (origin-file) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: dbus.service (origin-file) After: dbus.socket (origin-file) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: system.slice (origin-file) References: network.target (origin-file) References: dbus.service (origin-file) References: dbus.socket (origin-file) References: sysinit.target (origin-default) References: shutdown.target (origin-default) References: systemd-journald.socket (origin-file) References: basic.target (origin-default) References: system.slice (origin-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: dbus Restart: no NotifyAccess: none NotifyState: unknown Main PID: 1484 Main PID Known: yes Main PID Alien: no BusName: fi.w1.wpa_supplicant1 Bus Name Good: yes RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant PID: 1484 Start Timestamp: Sat 2018-09-22 16:15:00 EDT CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service: Description: File System Check on /dev/disk/by-uuid/6c75bd8e-42fc-47aa-89d2-344399183061 Instance: dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061 Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:37 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:37 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-systemd\x2dfsck.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service Invocation ID: 4131a35ffa2240b08eee75e6f09c6680 Documentation: man:systemd-fsck at .service(8) Fragment Path: /lib/systemd/system/systemd-fsck at .service Condition Timestamp: Sat 2018-09-22 16:14:36 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:36 EDT Assert Result: yes Requires: system-systemd\x2dfsck.slice (origin-file) Wants: systemd-fsckd.socket (origin-file) BindsTo: dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.device (origin-file) RequiredBy: mnt.mount (destination-file) Before: shutdown.target (origin-file) Before: systemd-quotacheck.service (origin-file) Before: mnt.mount (destination-file) After: system-systemd\x2dfsck.slice (origin-file) After: local-fs-pre.target (origin-file) After: systemd-journald.socket (origin-file) After: dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.device (origin-file) After: systemd-fsckd.socket (origin-file) After: systemd-fsck-root.service (origin-file) References: system-systemd\x2dfsck.slice (origin-file) References: shutdown.target (origin-file) References: systemd-quotacheck.service (origin-file) References: local-fs-pre.target (origin-file) References: systemd-journald.socket (origin-file) References: dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.device (origin-file) References: systemd-fsckd.socket (origin-file) References: systemd-fsck-root.service (origin-file) ReferencedBy: mnt.mount (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: infinity RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-fsck /dev/disk/by-uuid/6c75bd8e-42fc-47aa-89d2-344399183061 PID: 1305 Start Timestamp: Sat 2018-09-22 16:14:36 EDT Exit Timestamp: Sat 2018-09-22 16:14:37 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyd3.device: Description: /dev/ttyd3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyd3.device Invocation ID: bd865613b6a04a5088afc1b07a6ca4c3 Following: sys-devices-virtual-tty-ttyd3.device Following Set Member: sys-devices-virtual-tty-ttyd3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd3 Found: found-udev -> Unit apt-daily.timer: Description: Daily apt download activities Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:17 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:57 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:57 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: apt-daily.timer Invocation ID: 03f85792781a4d6bba5cfbed4d614696 Fragment Path: /lib/systemd/system/apt-daily.timer Condition Timestamp: Sat 2018-09-22 16:14:57 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:57 EDT Assert Result: yes Requires: var.mount (origin-file) Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) WantedBy: timers.target (destination-file) Conflicts: shutdown.target (origin-default) Before: timers.target (origin-default) Before: apt-daily-upgrade.timer (destination-file) Before: shutdown.target (origin-default) Before: apt-daily.service (origin-implicit) After: sysinit.target (origin-default) After: time-sync.target (origin-default) After: -.mount (origin-file) After: var.mount (origin-file) Triggers: apt-daily.service (origin-implicit) References: sysinit.target (origin-default) References: var.mount (origin-file) References: timers.target (origin-default) References: time-sync.target (origin-default) References: -.mount (origin-file) References: shutdown.target (origin-default) References: apt-daily.service (origin-implicit) ReferencedBy: apt-daily-upgrade.timer (destination-file) ReferencedBy: timers.target (destination-file) RequiresMountsFor: /var/lib/systemd/timers (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Timer State: waiting Result: success Unit: apt-daily.service Persistent: yes WakeSystem: no Accuracy: 1min RemainAfterElapse: yes OnCalendar: *-*-* 06,18:00:00 -> Unit dev-disk-by\x2dpartuuid-676ba017\x2d02.device: Description: My_Passport_0748 2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpartuuid-676ba017\x2d02.device Invocation ID: 0817a659e0f34aa19673593fee9196b4 Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda2.device Following Set Member: dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0\x2dpart2.device Following Set Member: dev-disk-by\x2duuid-60586da5\x2d52b5\x2d4bae\x2d8396\x2d91e3fba003b1.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda2.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device Following Set Member: dev-sda2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:01.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/block/sda/sda2 Found: found-udev -> Unit dev-ttywa.device: Description: /dev/ttywa Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttywa.device Invocation ID: a9a902b1028f47a9a6953c73a08c2394 Following: sys-devices-virtual-tty-ttywa.device Following Set Member: sys-devices-virtual-tty-ttywa.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttywa Found: found-udev -> Unit sys-devices-virtual-tty-ttyz9.device: Description: /sys/devices/virtual/tty/ttyz9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyz9.device Invocation ID: 1c7f5c9e73b247019356972a1df6c4f1 Following Set Member: dev-ttyz9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz9 Found: found-udev -> Unit sys-devices-virtual-tty-ttyaf.device: Description: /sys/devices/virtual/tty/ttyaf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyaf.device Invocation ID: 1eb7356096ce49bb8bd12728efe6f515 Following Set Member: dev-ttyaf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyaf Found: found-udev -> Unit sys-devices-virtual-tty-ttyp9.device: Description: /sys/devices/virtual/tty/ttyp9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyp9.device Invocation ID: 594049bfd3b348809899358c2a77c6a9 Following Set Member: dev-ttyp9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp9 Found: found-udev -> Unit sys-devices-virtual-block-ram14.device: Description: /sys/devices/virtual/block/ram14 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:28 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:28 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:28 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram14.device Invocation ID: bc451d95ae0f42f7a591aea6ebebb710 Following Set Member: dev-ram14.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram14 Found: found-udev -> Unit systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service: Description: File System Check on /dev/disk/by-label/BOOT2 Instance: dev-disk-by\x2dlabel-BOOT2 Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:38 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:38 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-systemd\x2dfsck.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service Invocation ID: 90c1b029f5df41f99ce8e6ef7a513cf3 Documentation: man:systemd-fsck at .service(8) Fragment Path: /lib/systemd/system/systemd-fsck at .service Condition Timestamp: Sat 2018-09-22 16:14:36 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:36 EDT Assert Result: yes Requires: system-systemd\x2dfsck.slice (origin-file) Wants: systemd-fsckd.socket (origin-file) BindsTo: dev-disk-by\x2dlabel-BOOT2.device (origin-file) RequiredBy: boot.mount (destination-file) Before: shutdown.target (origin-file) Before: boot.mount (destination-file) Before: systemd-quotacheck.service (origin-file) After: local-fs-pre.target (origin-file) After: system-systemd\x2dfsck.slice (origin-file) After: dev-disk-by\x2dlabel-BOOT2.device (origin-file) After: systemd-fsckd.socket (origin-file) After: systemd-fsck-root.service (origin-file) After: systemd-journald.socket (origin-file) References: systemd-quotacheck.service (origin-file) References: local-fs-pre.target (origin-file) References: system-systemd\x2dfsck.slice (origin-file) References: dev-disk-by\x2dlabel-BOOT2.device (origin-file) References: systemd-fsckd.socket (origin-file) References: systemd-fsck-root.service (origin-file) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-file) ReferencedBy: boot.mount (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: infinity RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-fsck /dev/disk/by-label/BOOT2 PID: 1312 Start Timestamp: Sat 2018-09-22 16:14:36 EDT Exit Timestamp: Sat 2018-09-22 16:14:38 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit systemd-vconsole-setup.service: Description: systemd-vconsole-setup.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-vconsole-setup.service Before: systemd-ask-password-console.service (destination-file) ReferencedBy: systemd-ask-password-console.service (destination-file) -> Unit sys-devices-virtual-tty-ttyp5.device: Description: /sys/devices/virtual/tty/ttyp5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyp5.device Invocation ID: 18a688c94100405799c3ead63954c6b5 Following Set Member: dev-ttyp5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp5 Found: found-udev -> Unit dev-ttysb.device: Description: /dev/ttysb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttysb.device Invocation ID: 0ff2009dd4da4c60bdda304688688f25 Following: sys-devices-virtual-tty-ttysb.device Following Set Member: sys-devices-virtual-tty-ttysb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttysb Found: found-udev -> Unit sys-devices-virtual-tty-ttyvf.device: Description: /sys/devices/virtual/tty/ttyvf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyvf.device Invocation ID: 5464dc351caf45bb8e378e5913edf8c6 Following Set Member: dev-ttyvf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyvf Found: found-udev -> Unit dev-ttyx9.device: Description: /dev/ttyx9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyx9.device Invocation ID: 7914ca41e8d940fe85694fea4b76ec5a Following: sys-devices-virtual-tty-ttyx9.device Following Set Member: sys-devices-virtual-tty-ttyx9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx9 Found: found-udev -> Unit sys-devices-virtual-tty-ttyva.device: Description: /sys/devices/virtual/tty/ttyva Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyva.device Invocation ID: 7a16364a2df44fb9b07ab487b41b9cda Following Set Member: dev-ttyva.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyva Found: found-udev -> Unit dev-ttyd5.device: Description: /dev/ttyd5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyd5.device Invocation ID: 57d17aaf4ad24432a9a998206519f832 Following: sys-devices-virtual-tty-ttyd5.device Following Set Member: sys-devices-virtual-tty-ttyd5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd5 Found: found-udev -> Unit dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart2.device: Description: ST3300007LC BOOT2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart2.device Invocation ID: 0b405cdef53846a8be1810bd9226f11b Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc2.device Following Set Member: dev-disk-by\x2duuid-93011b9e\x2d236b\x2d4dbc\x2d9a63\x2d6b13390e0b32.device Following Set Member: dev-disk-by\x2dlabel-BOOT2.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc2.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart2.device Following Set Member: dev-sdc2.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d02.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc2 Found: found-udev -> Unit dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart2.device: Description: ST3300007LC BOOT2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart2.device Invocation ID: 61302f321c204ab0b3e1780dc5e7ca24 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc2.device Following Set Member: dev-disk-by\x2duuid-93011b9e\x2d236b\x2d4dbc\x2d9a63\x2d6b13390e0b32.device Following Set Member: dev-disk-by\x2dlabel-BOOT2.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart2.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc2.device Following Set Member: dev-sdc2.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d02.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc2 Found: found-udev -> Unit dev-sdc7.device: Description: ST3300007LC HOME2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:40 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sdc7.device Invocation ID: 286eb2debf624c1abadcef39a09d866b Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc7.device Following Set Member: dev-disk-by\x2duuid-d64e45b1\x2d462e\x2d4437\x2d9a0a\x2dcf835dcef080.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc7.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart7.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart7.device Following Set Member: dev-disk-by\x2dlabel-HOME2.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d07.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc7 Found: found-udev,found-mount -> Unit sys-devices-virtual-tty-ttyz4.device: Description: /sys/devices/virtual/tty/ttyz4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyz4.device Invocation ID: d37bbd6474a3492ca8aad6a670904f58 Following Set Member: dev-ttyz4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz4 Found: found-udev -> Unit rpcbind.service: Description: RPC bind portmap service Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:00 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:57 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:00 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/rpcbind.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: rpcbind.service Invocation ID: 821156d30aea4ad4a3f935bbe8b90ec7 Documentation: man:rpcbind(8) Fragment Path: /lib/systemd/system/rpcbind.service Condition Timestamp: Sat 2018-09-22 16:14:57 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:57 EDT Assert Result: yes Requires: rpcbind.socket (origin-file) Requires: system.slice (origin-file) Wants: remote-fs-pre.target (origin-file) Wants: rpcbind.target (origin-file) WantedBy: multi-user.target (destination-file) Before: remote-fs-pre.target (origin-file) Before: rpcbind.target (origin-file) After: system.slice (origin-file) After: systemd-tmpfiles-setup.service (origin-file) After: systemd-journald.socket (origin-file) After: rpcbind.socket (destination-implicit) TriggeredBy: rpcbind.socket (destination-implicit) References: system.slice (origin-file) References: systemd-tmpfiles-setup.service (origin-file) References: remote-fs-pre.target (origin-file) References: systemd-journald.socket (origin-file) References: rpcbind.target (origin-file) References: rpcbind.socket (origin-file) ReferencedBy: rpcbind.socket (destination-implicit) ReferencedBy: multi-user.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: on-failure NotifyAccess: main NotifyState: ready Main PID: 1421 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private Environment: OPTIONS=-w EnvironmentFile: -/etc/rpcbind.conf EnvironmentFile: -/etc/default/rpcbind RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /sbin/rpcbind -f $OPTIONS PID: 1421 Start Timestamp: Sat 2018-09-22 16:14:57 EDT CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyv6.device: Description: /dev/ttyv6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyv6.device Invocation ID: 85b2bf2b5e7c4dbea566462c0335f263 Following: sys-devices-virtual-tty-ttyv6.device Following Set Member: sys-devices-virtual-tty-ttyv6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv6 Found: found-udev -> Unit rescue.target: Description: Rescue Mode Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: runlevel1.target Name: rescue.target Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/rescue.target Requires: sysinit.target (origin-file) Requires: rescue.service (origin-file) Wants: systemd-update-utmp-runlevel.service (origin-file) Conflicts: shutdown.target (origin-default) ConflictedBy: graphical.target (destination-file) ConflictedBy: multi-user.target (destination-file) Before: multi-user.target (destination-file) Before: graphical.target (destination-file) Before: shutdown.target (origin-default) Before: systemd-update-utmp-runlevel.service (destination-file) After: sysinit.target (origin-file origin-default) After: rescue.service (origin-file) References: shutdown.target (origin-default) References: rescue.service (origin-file) References: sysinit.target (origin-file origin-default) References: systemd-update-utmp-runlevel.service (origin-file) ReferencedBy: multi-user.target (destination-file) ReferencedBy: systemd-update-utmp-runlevel.service (destination-file) ReferencedBy: graphical.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: dead -> Unit dev-ttydb.device: Description: /dev/ttydb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttydb.device Invocation ID: 9b32fefe10af45f0abd530d1a8bdbb36 Following: sys-devices-virtual-tty-ttydb.device Following Set Member: sys-devices-virtual-tty-ttydb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttydb Found: found-udev -> Unit dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart5.device: Description: ST3300007LC ROOT2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart5.device Invocation ID: 205b77e707bc4095a47c4a8f7ad3f179 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc5.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d05.device Following Set Member: dev-sdc5.device Following Set Member: dev-disk-by\x2duuid-ac66c6a1\x2d0b08\x2d481d\x2da400\x2d9fb6e7a49f1b.device Following Set Member: dev-disk-by\x2dlabel-ROOT2.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart5.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc5 Found: found-udev -> Unit sys-devices-virtual-tty-ttybe.device: Description: /sys/devices/virtual/tty/ttybe Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttybe.device Invocation ID: f7f2bbe414804c6996c8ae0cd2241974 Following Set Member: dev-ttybe.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttybe Found: found-udev -> Unit sys-devices-virtual-tty-ttyud.device: Description: /sys/devices/virtual/tty/ttyud Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyud.device Invocation ID: 4f2aea40bd084d098929096deac068b2 Following Set Member: dev-ttyud.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyud Found: found-udev -> Unit sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda.device: Description: My_Passport_0748 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda.device Invocation ID: 011dfc396e7b47609e3d369301bc951c Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0.device Following Set Member: dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0.device Following Set Member: dev-sda.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:01.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/block/sda Found: found-udev -> Unit dev-ttyu1.device: Description: /dev/ttyu1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyu1.device Invocation ID: 242dfd6b946047fa90a003ed5b65d42d Following: sys-devices-virtual-tty-ttyu1.device Following Set Member: sys-devices-virtual-tty-ttyu1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu1 Found: found-udev -> Unit sys-devices-virtual-tty-ttyya.device: Description: /sys/devices/virtual/tty/ttyya Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyya.device Invocation ID: 56b743253f3d4d10a1531b17d354f0ae Following Set Member: dev-ttyya.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyya Found: found-udev -> Unit sys-devices-virtual-tty-ttywe.device: Description: /sys/devices/virtual/tty/ttywe Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttywe.device Invocation ID: 46ab70009074411b8d4dc70d87e41bb1 Following Set Member: dev-ttywe.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttywe Found: found-udev -> Unit dev-ttye7.device: Description: /dev/ttye7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttye7.device Invocation ID: b1249e1fd41249298a6ee9c913f258b2 Following: sys-devices-virtual-tty-ttye7.device Following Set Member: sys-devices-virtual-tty-ttye7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye7 Found: found-udev -> Unit sys-devices-virtual-tty-ttyab.device: Description: /sys/devices/virtual/tty/ttyab Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyab.device Invocation ID: 71374635e7ff4846b83dae72fe4a44c7 Following Set Member: dev-ttyab.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyab Found: found-udev -> Unit systemd-journald-audit.socket: Description: Journal Audit Socket Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-journald-audit.socket Documentation: man:systemd-journald.service(8) Documentation: man:journald.conf(5) Fragment Path: /lib/systemd/system/systemd-journald-audit.socket ConditionCapability: CAP_AUDIT_READ succeeded ConditionSecurity: audit failed Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: no Requires: system.slice (origin-file) WantedBy: systemd-journald.service (destination-file) WantedBy: sockets.target (destination-file) Before: systemd-journald.service (origin-implicit destination-file) Before: apparmor.service (destination-file) Before: sockets.target (origin-file) After: system.slice (origin-file) Triggers: systemd-journald.service (origin-implicit destination-file) References: system.slice (origin-file) References: systemd-journald.service (origin-implicit) References: sockets.target (origin-file) ReferencedBy: systemd-journald.service (destination-file) ReferencedBy: apparmor.service (destination-file) ReferencedBy: sockets.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: dead Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0666 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: yes PassSecurity: no TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: systemd-journald-audit.socket SELinuxContextFromNet: no ReceiveBuffer: 134217728 ListenNetlink: audit 1 TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit avahi-daemon.socket: Description: Avahi mDNS/DNS-SD Stack Activation Socket Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:14 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:58 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:58 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/avahi-daemon.socket CGroup realized: no CGroup own mask: memory pids Name: avahi-daemon.socket Invocation ID: eec5e9ffa72641a2bd190b4e9f05c5b3 Fragment Path: /lib/systemd/system/avahi-daemon.socket Condition Timestamp: Sat 2018-09-22 16:14:58 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:58 EDT Assert Result: yes Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) RequiredBy: avahi-daemon.service (destination-file) WantedBy: sockets.target (destination-file) Conflicts: shutdown.target (origin-default) Before: sockets.target (origin-default destination-default) Before: shutdown.target (origin-default) Before: avahi-daemon.service (origin-implicit) After: -.mount (origin-file) After: sysinit.target (origin-default) After: system.slice (origin-file) Triggers: avahi-daemon.service (origin-implicit) References: avahi-daemon.service (origin-implicit) References: shutdown.target (origin-default) References: sockets.target (origin-default) References: sysinit.target (origin-default) References: -.mount (origin-file) References: system.slice (origin-file) ReferencedBy: avahi-daemon.service (destination-file) ReferencedBy: sockets.target (destination-file destination-default) RequiresMountsFor: /run/avahi-daemon/socket (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: running Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0666 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: no PassSecurity: no TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: avahi-daemon.socket SELinuxContextFromNet: no ListenStream: /run/avahi-daemon/socket TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit nss-user-lookup.target: Description: User and Group Name Lookups Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:21 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:21 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:21 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: nss-user-lookup.target Invocation ID: bb3844cb52d14365bdb6065e93ed5cef Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/nss-user-lookup.target Condition Timestamp: Sat 2018-09-22 16:14:21 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:21 EDT Assert Result: yes WantedBy: accounts-daemon.service (destination-file) Conflicts: shutdown.target (origin-default) Before: cron.service (destination-file) Before: shutdown.target (origin-default) Before: systemd-logind.service (destination-file) Before: systemd-user-sessions.service (destination-file) Before: accounts-daemon.service (destination-file) References: shutdown.target (origin-default) ReferencedBy: cron.service (destination-file) ReferencedBy: systemd-logind.service (destination-file) ReferencedBy: systemd-user-sessions.service (destination-file) ReferencedBy: accounts-daemon.service (destination-file) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit dev-ttyze.device: Description: /dev/ttyze Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyze.device Invocation ID: b2adc87a4054487b9b3f62c9e9b26934 Following: sys-devices-virtual-tty-ttyze.device Following Set Member: sys-devices-virtual-tty-ttyze.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyze Found: found-udev -> Unit emergency.target: Description: Emergency Mode Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: emergency.target Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/emergency.target Requires: emergency.service (origin-file) Conflicts: shutdown.target (origin-default) ConflictedBy: sysinit.target (destination-file) Before: shutdown.target (origin-default) Before: sysinit.target (destination-file) After: emergency.service (origin-file) References: shutdown.target (origin-default) References: emergency.service (origin-file) ReferencedBy: sysinit.target (destination-file) ReferencedBy: local-fs.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: dead -> Unit sys-devices-virtual-tty-ttybc.device: Description: /sys/devices/virtual/tty/ttybc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttybc.device Invocation ID: acf21b96d170446792ef7254efa22b5d Following Set Member: dev-ttybc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttybc Found: found-udev -> Unit sys-devices-virtual-tty-ttyz1.device: Description: /sys/devices/virtual/tty/ttyz1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyz1.device Invocation ID: 2233cebb3650430e8ee5b3e6de240ef7 Following Set Member: dev-ttyz1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz1 Found: found-udev -> Unit dev-ttyx4.device: Description: /dev/ttyx4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyx4.device Invocation ID: 8a4ab091ebf34ff6ad01258682010856 Following: sys-devices-virtual-tty-ttyx4.device Following Set Member: sys-devices-virtual-tty-ttyx4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx4 Found: found-udev -> Unit dev-ttyee.device: Description: /dev/ttyee Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyee.device Invocation ID: 86c58d1fe62e4d1282922ec6ced4faf9 Following: sys-devices-virtual-tty-ttyee.device Following Set Member: sys-devices-virtual-tty-ttyee.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyee Found: found-udev -> Unit apt-cacher-ng.service: Description: Apt-Cacher NG software download proxy Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:06 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:04 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:06 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/apt-cacher-ng.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: apt-cacher-ng.service Invocation ID: 100848c2b19040e2877f46b2a1fca5f0 Fragment Path: /lib/systemd/system/apt-cacher-ng.service Condition Timestamp: Sat 2018-09-22 16:15:04 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:04 EDT Assert Result: yes Requires: var.mount (origin-file) Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) Requires: -.mount (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: sysinit.target (origin-default) After: var.mount (origin-file) After: basic.target (origin-default) After: systemd-journald.socket (origin-file) After: -.mount (origin-file) After: system.slice (origin-file) After: network.target (origin-file) References: sysinit.target (origin-default) References: var.mount (origin-file) References: basic.target (origin-default) References: systemd-journald.socket (origin-file) References: -.mount (origin-file) References: system.slice (origin-file) References: shutdown.target (origin-default) References: network.target (origin-file) ReferencedBy: multi-user.target (destination-file destination-default) RequiresMountsFor: /var/cache/apt-cacher-ng (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: on-failure NotifyAccess: main NotifyState: ready Main PID: 1593 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info User: apt-cacher-ng Group: apt-cacher-ng DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/apt-cacher-ng SocketPath=/run/apt-cacher-ng/socket -c /etc/apt-cacher-ng ForeGround=1 PID: 1593 Start Timestamp: Sat 2018-09-22 16:15:04 EDT CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyr2.device: Description: /dev/ttyr2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyr2.device Invocation ID: 05a869ee033a4ac9b6cc2f7bbe408756 Following: sys-devices-virtual-tty-ttyr2.device Following Set Member: sys-devices-virtual-tty-ttyr2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr2 Found: found-udev -> Unit sys-devices-virtual-tty-ttyd6.device: Description: /sys/devices/virtual/tty/ttyd6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyd6.device Invocation ID: d93e9616daea41b1b8aa5b9f3e8ceb9b Following Set Member: dev-ttyd6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd6 Found: found-udev -> Unit sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb.device: Description: ST3300007LC Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb.device Invocation ID: 07c73e0c430a448391f406ec957c57b3 Following Set Member: dev-sdb.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR03Y0N.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.0\x2dscsi\x2d0:0:0:0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.0/host2/target2:0:0/2:0:0:0/block/sdb Found: found-udev -> Unit polkit.service: Description: Authorization Manager Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:05 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:03 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:05 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/polkit.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: polkit.service Invocation ID: 6f9e3358f90d44168a6daf6e3ea40046 Documentation: man:polkit(8) Fragment Path: /lib/systemd/system/polkit.service Condition Timestamp: Sat 2018-09-22 16:15:03 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:03 EDT Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) Requires: dbus.socket (origin-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: system.slice (origin-file) After: sysinit.target (origin-default) After: dbus.socket (origin-file) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) References: system.slice (origin-file) References: shutdown.target (origin-default) References: sysinit.target (origin-default) References: dbus.socket (origin-file) References: systemd-journald.socket (origin-file) References: basic.target (origin-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: dbus Restart: no NotifyAccess: none NotifyState: unknown Main PID: 1551 Main PID Known: yes Main PID Alien: no BusName: org.freedesktop.PolicyKit1 Bus Name Good: yes RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/lib/policykit-1/polkitd --no-debug PID: 1551 Start Timestamp: Sat 2018-09-22 16:15:03 EDT CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyp8.device: Description: /sys/devices/virtual/tty/ttyp8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyp8.device Invocation ID: f6468f04fbd0423fbbea744f70a5428b Following Set Member: dev-ttyp8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp8 Found: found-udev -> Unit smbd.service: Description: Samba SMB Daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:13 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:11 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:13 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/smbd.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: smbd.service Invocation ID: 15b3aec664bb4c54a6361c0cbf23e470 Documentation: man:smbd(8) Documentation: man:samba(7) Documentation: man:smb.conf(5) Fragment Path: /lib/systemd/system/smbd.service Condition Timestamp: Sat 2018-09-22 16:15:11 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:11 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) Wants: network-online.target (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: nmbd.service (origin-file) After: winbind.service (origin-file) After: network.target (origin-file) After: basic.target (origin-default) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: sysinit.target (origin-default) After: network-online.target (origin-file) References: nmbd.service (origin-file) References: shutdown.target (origin-default) References: winbind.service (origin-file) References: network.target (origin-file) References: basic.target (origin-default) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: sysinit.target (origin-default) References: network-online.target (origin-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: no NotifyAccess: all NotifyState: ready Main PID: 1757 Main PID Known: yes Main PID Alien: no PIDFile: /var/run/samba/smbd.pid RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/samba RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit CORE: 18446744073709551615 Limit CORESoft: 18446744073709551615 Limit NOFILE: 16384 Limit NOFILESoft: 16384 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/smbd --foreground --no-process-group $SMBDOPTIONS PID: 1757 Start Timestamp: Sat 2018-09-22 16:15:11 EDT -> ExecReload: Command Line: /bin/kill -HUP $MAINPID Status Text: smbd: ready to serve connections... CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyx5.device: Description: /sys/devices/virtual/tty/ttyx5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyx5.device Invocation ID: aad176f1ed3f4a019140b4546284b8cd Following Set Member: dev-ttyx5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx5 Found: found-udev -> Unit dev-sr0.device: Description: DW-224E Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sr0.device Invocation ID: 5720762fa46b41d3b72444df10445275 Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:02.0-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device Following Set Member: dev-dvd.device Following Set Member: dev-cdrom.device Following Set Member: dev-disk-by\x2did-ata\x2dDW\x2d224E.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:02.0\x2data\x2d1.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:02.0-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device Following Set Member: dev-cdrw.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:02.0/ata1/host0/target0:0:0/0:0:0:0/block/sr0 Found: found-udev -> Unit sys-devices-virtual-tty-ttys0.device: Description: /sys/devices/virtual/tty/ttys0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttys0.device Invocation ID: 68bff6e6aa514b549b70ea5833474f82 Following Set Member: dev-ttys0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys0 Found: found-udev -> Unit sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc3.device: Description: ST3300007LC 3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc3.device Invocation ID: bd800313a0ef4a719c4a2a86e47612f3 Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d03.device Following Set Member: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.device Following Set Member: dev-sdc3.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc3 Found: found-udev -> Unit sys-devices-virtual-block-ram15.device: Description: /sys/devices/virtual/block/ram15 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram15.device Invocation ID: e7d83f5c4aae43f1ba11703b943bbb56 Following Set Member: dev-ram15.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram15 Found: found-udev -> Unit sys-devices-virtual-tty-ttyu7.device: Description: /sys/devices/virtual/tty/ttyu7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyu7.device Invocation ID: 66313e6275eb4a36921fb0b753e24c6b Following Set Member: dev-ttyu7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu7 Found: found-udev -> Unit radvd.service: Description: LSB: Router Advertising Daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:09 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:07 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:09 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: radvd.service Invocation ID: ab2a4bb4e8de49bda5fa85edbe6298d8 Documentation: man:systemd-sysv-generator(8) Fragment Path: /run/systemd/generator.late/radvd.service Source Path: /etc/init.d/radvd Condition Timestamp: Sat 2018-09-22 16:15:07 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:07 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) Wants: network-online.target (origin-file) WantedBy: graphical.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: graphical.target (origin-file destination-default) Before: shutdown.target (origin-default) Before: multi-user.target (origin-file destination-default) After: basic.target (origin-default) After: systemd-journald.socket (origin-file) After: remote-fs.target (origin-file) After: system.slice (origin-file) After: network-online.target (origin-file) After: sysinit.target (origin-default) References: basic.target (origin-default) References: graphical.target (origin-file) References: multi-user.target (origin-file) References: systemd-journald.socket (origin-file) References: remote-fs.target (origin-file) References: system.slice (origin-file) References: network-online.target (origin-file) References: shutdown.target (origin-default) References: sysinit.target (origin-default) ReferencedBy: graphical.target (destination-file destination-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: no Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 5min TimeoutStopSec: 5min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/init.d/radvd start PID: 1634 Start Timestamp: Sat 2018-09-22 16:15:07 EDT Exit Timestamp: Sat 2018-09-22 16:15:09 EDT Exit Code: exited Exit Status: 0 -> ExecReload: Command Line: /etc/init.d/radvd reload -> ExecStop: Command Line: /etc/init.d/radvd stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyc1.device: Description: /sys/devices/virtual/tty/ttyc1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyc1.device Invocation ID: 9b15e6ae3a3e4048882de6db2036ab3c Following Set Member: dev-ttyc1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc1 Found: found-udev -> Unit systemd-timesyncd.service: Description: Network Time Synchronization Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory devices pids Name: systemd-timesyncd.service Documentation: man:systemd-timesyncd.service(8) Fragment Path: /lib/systemd/system/systemd-timesyncd.service ConditionVirtualization: !container untested ConditionCapability: CAP_SYS_TIME untested Requires: var.mount (origin-file) Requires: -.mount (origin-file) Requires: system.slice (origin-file) Wants: time-sync.target (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) ConflictedBy: ntp.service (destination-file) Before: shutdown.target (origin-file) Before: sysinit.target (origin-file) Before: time-sync.target (origin-file) After: systemd-journald.socket (origin-file) After: systemd-tmpfiles-setup.service (origin-file) After: system.slice (origin-file) After: var.mount (origin-file) After: systemd-remount-fs.service (origin-file) After: -.mount (origin-file) References: sysinit.target (origin-file) References: -.mount (origin-file) References: systemd-tmpfiles-setup.service (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: time-sync.target (origin-file) References: var.mount (origin-file) References: systemd-remount-fs.service (origin-file) References: shutdown.target (origin-file) ReferencedBy: ntp.service (destination-file) ReferencedBy: sysinit.target (destination-file) RequiresMountsFor: /var/lib/systemd/timesync (origin-file) RequiresMountsFor: /run/systemd/timesync (origin-file) RequiresMountsFor: /tmp (origin-file) RequiresMountsFor: /var/tmp (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: always NotifyAccess: main NotifyState: unknown RestartSec: 0 TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 3min KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: yes PrivateDevices: yes ProtectKernelTunables: yes ProtectKernelModules: yes ProtectControlGroups: yes PrivateNetwork: no PrivateUsers: no ProtectHome: yes ProtectSystem: strict MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 RuntimeDirectory: systemd/timesync StateDirectoryMode: 0755 StateDirectory: systemd/timesync CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info CapabilityBoundingSet: cap_sys_time AmbientCapabilities: cap_sys_time User: systemd-timesync Group: systemd-timesync DynamicUser: yes LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-timesyncd CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=closed Delegate=no -> Unit sys-devices-virtual-tty-ttybd.device: Description: /sys/devices/virtual/tty/ttybd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttybd.device Invocation ID: ed945f58cd964a08bb720da0c6936908 Following Set Member: dev-ttybd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttybd Found: found-udev -> Unit postgresql at 9.4-main.service: Description: PostgreSQL Cluster 9.4-main Instance: 9.4-main Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-postgresql.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: postgresql at 9.4-main.service Fragment Path: /lib/systemd/system/postgresql at .service AssertPathExists: /etc/postgresql/9.4/main/postgresql.conf untested Requires: system-postgresql.slice (origin-file) Requires: var.mount (origin-file) Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) PartOf: postgresql.service (origin-file) WantedBy: postgresql.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: postgresql.service (origin-file) After: basic.target (origin-default) After: system-postgresql.slice (origin-file) After: systemd-journald.socket (origin-file) After: var.mount (origin-file) After: -.mount (origin-file) After: sysinit.target (origin-default) ReloadPropagatedFrom: postgresql.service (origin-file) References: shutdown.target (origin-default) References: basic.target (origin-default) References: system-postgresql.slice (origin-file) References: systemd-journald.socket (origin-file) References: var.mount (origin-file) References: -.mount (origin-file) References: postgresql.service (origin-file) References: sysinit.target (origin-default) ReferencedBy: postgresql.service (destination-file) RequiresMountsFor: /etc/postgresql/9.4/main (origin-file) RequiresMountsFor: /var/lib/postgresql/9.4/main (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: no NotifyAccess: none NotifyState: unknown PIDFile: /var/run/postgresql/9.4-main.pid RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1h RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 OOMScoreAdjust: -900 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect 9.4-main start -> ExecReload: Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect 9.4-main reload -> ExecStop: Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect -m fast 9.4-main stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttytb.device: Description: /dev/ttytb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttytb.device Invocation ID: 75a5ab8115a24e6fb90bde239f99e48f Following: sys-devices-virtual-tty-ttytb.device Following Set Member: sys-devices-virtual-tty-ttytb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttytb Found: found-udev -> Unit dev-sdc3.swap: Description: /dev/sdc3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:37 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:37 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:37 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: dev-sdc3.swap Invocation ID: 049eb4f5ae654b94933f667f76ae71bd Following: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap Following Set Member: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) Conflicts: umount.target (origin-default) Before: umount.target (origin-default) Before: swap.target (origin-default) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: system.slice (origin-file) References: umount.target (origin-default) References: systemd-journald.socket (origin-file) References: -.mount (origin-implicit) References: swap.target (origin-default) RequiresMountsFor: /dev/sdc3 (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Swap State: active Result: success What: /dev/sdc3 From /proc/swaps: yes From fragment: no Device Node: /dev/sdc3 Priority: -2 Options: TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyyb.device: Description: /sys/devices/virtual/tty/ttyyb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyyb.device Invocation ID: 464932f5a44941efb77c70e128ee56b9 Following Set Member: dev-ttyyb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyyb Found: found-udev -> Unit dev-ttye5.device: Description: /dev/ttye5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttye5.device Invocation ID: 1241f3ef256348b7bb1acf928c53147e Following: sys-devices-virtual-tty-ttye5.device Following Set Member: sys-devices-virtual-tty-ttye5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye5 Found: found-udev -> Unit dev-ttyr1.device: Description: /dev/ttyr1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyr1.device Invocation ID: 66151db511c8472583b3999d664e5d5a Following: sys-devices-virtual-tty-ttyr1.device Following Set Member: sys-devices-virtual-tty-ttyr1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr1 Found: found-udev -> Unit dev-ram3.device: Description: /dev/ram3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram3.device Invocation ID: 22941903abae474495f65d39cf7c6425 Following: sys-devices-virtual-block-ram3.device Following Set Member: sys-devices-virtual-block-ram3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram3 Found: found-udev -> Unit sys-devices-virtual-tty-ttyd3.device: Description: /sys/devices/virtual/tty/ttyd3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyd3.device Invocation ID: 04b168ff05204bbea3bb0dab02408dfc Following Set Member: dev-ttyd3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd3 Found: found-udev -> Unit sys-devices-virtual-tty-ttyca.device: Description: /sys/devices/virtual/tty/ttyca Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyca.device Invocation ID: 7f03811f7f594b478356d7ddf669a9c2 Following Set Member: dev-ttyca.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyca Found: found-udev -> Unit cryptsetup.target: Description: Local Encrypted Volumes Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:22 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:22 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:22 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: cryptsetup.target Invocation ID: b26648f8951849e8ac7428da70017c4c Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/cryptsetup.target Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:22 EDT Assert Result: yes WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: sysinit.target (destination-default) After: systemd-ask-password-console.path (destination-file) After: systemd-ask-password-wall.path (destination-file) References: shutdown.target (origin-default) ReferencedBy: systemd-ask-password-wall.path (destination-file) ReferencedBy: sysinit.target (destination-file destination-default) ReferencedBy: systemd-ask-password-console.path (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit ctdb.service: Description: ctdb.service Instance: n/a Unit Load State: masked Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: ctdb.service Fragment Path: /dev/null WantedBy: multi-user.target (destination-file) ReferencedBy: multi-user.target (destination-file) -> Unit sys-devices-virtual-tty-ttyuc.device: Description: /sys/devices/virtual/tty/ttyuc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyuc.device Invocation ID: f1750ebb9e0042969e52b3bec09bf5af Following Set Member: dev-ttyuc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyuc Found: found-udev -> Unit sys-devices-virtual-tty-ttyy9.device: Description: /sys/devices/virtual/tty/ttyy9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyy9.device Invocation ID: b9dcb85e99e642a38e2c000d82a91941 Following Set Member: dev-ttyy9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy9 Found: found-udev -> Unit dev-ttyz0.device: Description: /dev/ttyz0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyz0.device Invocation ID: e13770bb6b064022b90f97afd468eb51 Following: sys-devices-virtual-tty-ttyz0.device Following Set Member: sys-devices-virtual-tty-ttyz0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz0 Found: found-udev -> Unit ifupdown-wait-online.service: Description: Wait for network to be configured by ifupdown Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:00 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:23 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:00 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: ifupdown-wait-online.service Invocation ID: 2d444216c80948a8992249cbc2410e15 Fragment Path: /lib/systemd/system/ifupdown-wait-online.service ConditionFileIsExecutable: /sbin/ifup succeeded Condition Timestamp: Sat 2018-09-22 16:14:23 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:23 EDT Assert Result: yes Requires: system.slice (origin-file) WantedBy: network-online.target (destination-file) Before: network-online.target (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: network-online.target (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) ReferencedBy: network-online.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/ifupdown/wait-online.sh PID: 1174 Start Timestamp: Sat 2018-09-22 16:14:23 EDT Exit Timestamp: Sat 2018-09-22 16:15:00 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dbus.service: Description: D-Bus System Message Bus Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:00 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:00 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:00 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/dbus.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: dbus.service Invocation ID: a3924274003e40118dfb1d8f6e31b079 Documentation: man:dbus-daemon(1) Fragment Path: /lib/systemd/system/dbus.service Condition Timestamp: Sat 2018-09-22 16:15:00 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:00 EDT Assert Result: yes Requires: system.slice (origin-file) Requires: dbus.socket (origin-file) Requires: sysinit.target (origin-default) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: network-manager.service (destination-file) Before: shutdown.target (origin-default) Before: wpa_supplicant.service (destination-file) Before: multi-user.target (destination-default) After: sysinit.target (origin-default) After: dbus.socket (destination-implicit) After: basic.target (origin-default) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) TriggeredBy: dbus.socket (destination-implicit) References: shutdown.target (origin-default) References: sysinit.target (origin-default) References: dbus.socket (origin-file) References: basic.target (origin-default) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: network-manager.service (destination-file) ReferencedBy: dbus.socket (destination-implicit) ReferencedBy: multi-user.target (destination-file destination-default) ReferencedBy: wpa_supplicant.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown Main PID: 1483 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 OOMScoreAdjust: -900 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only PID: 1483 Start Timestamp: Sat 2018-09-22 16:15:00 EDT -> ExecReload: Command Line: /usr/bin/dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyz5.device: Description: /dev/ttyz5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyz5.device Invocation ID: 8e3f1a3c0d6f492480877cc3e4212819 Following: sys-devices-virtual-tty-ttyz5.device Following Set Member: sys-devices-virtual-tty-ttyz5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz5 Found: found-udev -> Unit apparmor.service: Description: Load AppArmor profiles Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: apparmor.service Documentation: man:apparmor(7) Documentation: https://gitlab.com/apparmor/apparmor/wikis/home/ Fragment Path: /lib/systemd/system/apparmor.service ConditionPathExists: !/rofs/etc/apparmor.d succeeded ConditionSecurity: apparmor failed AssertPathIsReadWrite: /sys/kernel/security/apparmor/.load untested Condition Timestamp: Sat 2018-09-22 16:14:55 EDT Condition Result: no Requires: var.mount (origin-file) Requires: -.mount (origin-file) Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Before: ifup at eth0.service (destination-file) Before: sysinit.target (origin-file) Before: networking.service (destination-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: local-fs.target (origin-file) After: -.mount (origin-file) After: systemd-journald-audit.socket (origin-file) After: var.mount (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: sysinit.target (origin-file) References: local-fs.target (origin-file) References: -.mount (origin-file) References: systemd-journald-audit.socket (origin-file) References: var.mount (origin-file) ReferencedBy: ifup at eth0.service (destination-file) ReferencedBy: sysinit.target (destination-file) ReferencedBy: networking.service (destination-file) RequiresMountsFor: /var/cache/apparmor (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/init.d/apparmor start -> ExecReload: Command Line: /etc/init.d/apparmor reload -> ExecStop: Command Line: /bin/true CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit greylist.service: Description: greylist.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: greylist.service Before: exim4.service (destination-file) ReferencedBy: exim4.service (destination-file) -> Unit postgresql.service: Description: PostgreSQL RDBMS Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: postgresql.service Fragment Path: /lib/systemd/system/postgresql.service Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) Wants: postgresql at 9.3-main.service (origin-file) Wants: postgresql at 9.5-main.service (origin-file) Wants: postgresql at 10-main.service (origin-file) Wants: postgresql at 9.6-main.service (origin-file) Wants: postgresql at 9.4-main.service (origin-file) ConsistsOf: postgresql at 9.6-main.service (destination-file) ConsistsOf: postgresql at 9.5-main.service (destination-file) ConsistsOf: postgresql at 9.3-main.service (destination-file) ConsistsOf: postgresql at 9.4-main.service (destination-file) ConsistsOf: postgresql at 10-main.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: exim4.service (destination-file) After: system.slice (origin-file) After: postgresql at 9.3-main.service (destination-file) After: postgresql at 9.5-main.service (destination-file) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: postgresql at 9.6-main.service (destination-file) After: postgresql at 10-main.service (destination-file) After: basic.target (origin-default) After: postgresql at 9.4-main.service (destination-file) PropagatesReloadTo: postgresql at 9.6-main.service (destination-file) PropagatesReloadTo: postgresql at 9.5-main.service (destination-file) PropagatesReloadTo: postgresql at 9.3-main.service (destination-file) PropagatesReloadTo: postgresql at 9.4-main.service (destination-file) PropagatesReloadTo: postgresql at 10-main.service (destination-file) References: system.slice (origin-file) References: postgresql at 9.3-main.service (origin-file) References: postgresql at 9.5-main.service (origin-file) References: sysinit.target (origin-default) References: postgresql at 10-main.service (origin-file) References: postgresql at 9.6-main.service (origin-file) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-default) References: basic.target (origin-default) References: postgresql at 9.4-main.service (origin-file) ReferencedBy: postgresql at 9.6-main.service (destination-file) ReferencedBy: postgresql at 9.5-main.service (destination-file) ReferencedBy: postgresql at 9.3-main.service (destination-file) ReferencedBy: postgresql at 9.4-main.service (destination-file) ReferencedBy: postgresql at 10-main.service (destination-file) ReferencedBy: exim4.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/true -> ExecReload: Command Line: /bin/true CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyv2.device: Description: /sys/devices/virtual/tty/ttyv2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyv2.device Invocation ID: dfe53f1cb3a14932a9223b93782f2f17 Following Set Member: dev-ttyv2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv2 Found: found-udev -> Unit dev-ttyyd.device: Description: /dev/ttyyd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyyd.device Invocation ID: 61a693f310844e81bf8e3f9e70b4dc75 Following: sys-devices-virtual-tty-ttyyd.device Following Set Member: sys-devices-virtual-tty-ttyyd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyyd Found: found-udev -> Unit sys-devices-virtual-tty-ttytb.device: Description: /sys/devices/virtual/tty/ttytb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttytb.device Invocation ID: 0eeab65e3ecb4b28985020126f000bf7 Following Set Member: dev-ttytb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttytb Found: found-udev -> Unit sys-devices-virtual-tty-ttyrc.device: Description: /sys/devices/virtual/tty/ttyrc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyrc.device Invocation ID: 2cda27252f6b4da497205e5a6800b508 Following Set Member: dev-ttyrc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyrc Found: found-udev -> Unit dev-ttyx5.device: Description: /dev/ttyx5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyx5.device Invocation ID: 0d11e208b6ba474c956de243f971f902 Following: sys-devices-virtual-tty-ttyx5.device Following Set Member: sys-devices-virtual-tty-ttyx5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx5 Found: found-udev -> Unit auth-rpcgss-module.service: Description: Kernel Module supporting RPCSEC_GSS Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: auth-rpcgss-module.service Fragment Path: /lib/systemd/system/auth-rpcgss-module.service ConditionPathExists: /etc/krb5.keytab failed Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: no Requires: system.slice (origin-file) Wants: rpc-svcgssd.service (origin-file) Wants: rpc-gssd.service (origin-file) Wants: gssproxy.service (origin-file) WantedBy: nfs-client.target (destination-file) WantedBy: nfs-server.service (destination-file) Before: rpc-svcgssd.service (origin-file) Before: rpc-gssd.service (origin-file) Before: gssproxy.service (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: rpc-gssd.service (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: gssproxy.service (origin-file) References: rpc-svcgssd.service (origin-file) ReferencedBy: nfs-client.target (destination-file) ReferencedBy: nfs-server.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /sbin/modprobe -q auth_rpcgss CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart4.device: Description: ST3300007LC 4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart4.device Invocation ID: 9841cc3ec86b43209719b3ef048ff820 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc4.device Following Set Member: dev-sdc4.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc4.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d04.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc4 Found: found-udev -> Unit sys-devices-virtual-tty-ttyd8.device: Description: /sys/devices/virtual/tty/ttyd8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyd8.device Invocation ID: acf16ad74697421f9780450c696812ef Following Set Member: dev-ttyd8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd8 Found: found-udev -> Unit dev-ttyc0.device: Description: /dev/ttyc0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyc0.device Invocation ID: bdde49f130e847649da82c20f22c0243 Following: sys-devices-virtual-tty-ttyc0.device Following Set Member: sys-devices-virtual-tty-ttyc0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc0 Found: found-udev -> Unit dev-ttyxa.device: Description: /dev/ttyxa Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyxa.device Invocation ID: 89682fc213fb4c21b27aeba295afba09 Following: sys-devices-virtual-tty-ttyxa.device Following Set Member: sys-devices-virtual-tty-ttyxa.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyxa Found: found-udev -> Unit serial-getty at ttyS0.service: Description: Serial Getty on ttyS0 Instance: ttyS0 Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:09 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:09 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:09 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-serial\x2dgetty.slice CGroup: /system.slice/system-serial\x2dgetty.slice/serial-getty at ttyS0.service CGroup realized: yes CGroup realized mask: memory pids CGroup own mask: memory pids Name: serial-getty at ttyS0.service Invocation ID: 81ab2d635ee24e22b11a213049321d53 Documentation: man:agetty(8) Documentation: man:systemd-getty-generator(8) Documentation: http://0pointer.de/blog/projects/serial-console.html Fragment Path: /lib/systemd/system/serial-getty at .service Condition Timestamp: Sat 2018-09-22 16:15:09 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:09 EDT Assert Result: yes Requires: system-serial\x2dgetty.slice (origin-file) Requires: sysinit.target (origin-default) BindsTo: dev-ttyS0.device (origin-file) WantedBy: getty.target (destination-file) Conflicts: shutdown.target (origin-default) Conflicts: rescue.service (origin-file) Before: rescue.service (origin-file) Before: shutdown.target (origin-default) Before: getty.target (origin-file destination-default) After: dev-ttyS0.device (origin-file) After: system-serial\x2dgetty.slice (origin-file) After: plymouth-quit-wait.service (origin-file) After: systemd-user-sessions.service (origin-file) After: getty-pre.target (origin-file) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: rc-local.service (origin-file) References: getty-pre.target (origin-file) References: rescue.service (origin-file) References: plymouth-quit-wait.service (origin-file) References: systemd-user-sessions.service (origin-file) References: rc-local.service (origin-file) References: getty.target (origin-file) References: systemd-journald.socket (origin-file) References: system-serial\x2dgetty.slice (origin-file) References: shutdown.target (origin-default) References: basic.target (origin-default) References: dev-ttyS0.device (origin-file) References: sysinit.target (origin-default) ReferencedBy: getty.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: idle Restart: always NotifyAccess: none NotifyState: unknown Main PID: 1664 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: yes UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit TTYPath: /dev/ttyS0 TTYReset: yes TTYVHangup: yes TTYVTDisallocate: no SyslogFacility: daemon SyslogLevel: info DynamicUser: no UtmpIdentifier: ttyS0 LockPersonality: no -> ExecStart: Command Line: /sbin/agetty -o '-p -- \u' --keep-baud 115200,38400,9600 ttyS0 $TERM PID: 1664 Start Timestamp: Sat 2018-09-22 16:15:09 EDT CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyp2.device: Description: /sys/devices/virtual/tty/ttyp2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyp2.device Invocation ID: 5a7f639685f346e4b54ec336b40a9f89 Following Set Member: dev-ttyp2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp2 Found: found-udev -> Unit dev-disk-by\x2dpartuuid-818f7e70\x2d07.device: Description: ST3300007LC HOME2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpartuuid-818f7e70\x2d07.device Invocation ID: 24387717f6f948c982b6c5256b6c1c49 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc7.device Following Set Member: dev-disk-by\x2duuid-d64e45b1\x2d462e\x2d4437\x2d9a0a\x2dcf835dcef080.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart7.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc7.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart7.device Following Set Member: dev-disk-by\x2dlabel-HOME2.device Following Set Member: dev-sdc7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc7 Found: found-udev -> Unit sys-devices-virtual-tty-ttyr1.device: Description: /sys/devices/virtual/tty/ttyr1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyr1.device Invocation ID: 39811fdc62c7462d98a24a8ec784dac2 Following Set Member: dev-ttyr1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr1 Found: found-udev -> Unit phpsessionclean.timer: Description: Clean PHP session files every 30 mins Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 18:39:03 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:57 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:57 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: phpsessionclean.timer Invocation ID: 67007ffc3d294ab4a887ccc34780897b Fragment Path: /lib/systemd/system/phpsessionclean.timer Condition Timestamp: Sat 2018-09-22 16:14:57 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:57 EDT Assert Result: yes Requires: var.mount (origin-file) Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) WantedBy: timers.target (destination-file) Conflicts: shutdown.target (origin-default) Before: timers.target (origin-default) Before: shutdown.target (origin-default) Before: phpsessionclean.service (origin-implicit) After: -.mount (origin-file) After: sysinit.target (origin-default) After: time-sync.target (origin-default) After: var.mount (origin-file) Triggers: phpsessionclean.service (origin-implicit) References: shutdown.target (origin-default) References: -.mount (origin-file) References: sysinit.target (origin-default) References: time-sync.target (origin-default) References: phpsessionclean.service (origin-implicit) References: var.mount (origin-file) References: timers.target (origin-default) ReferencedBy: timers.target (destination-file) RequiresMountsFor: /var/lib/systemd/timers (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Timer State: waiting Result: success Unit: phpsessionclean.service Persistent: yes WakeSystem: no Accuracy: 1min RemainAfterElapse: yes OnCalendar: *-*-* *:09,39:00 -> Unit sys-devices-virtual-tty-ttyye.device: Description: /sys/devices/virtual/tty/ttyye Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyye.device Invocation ID: 2be40d670480497e9c83dc294758d3d6 Following Set Member: dev-ttyye.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyye Found: found-udev -> Unit nmbd.service: Description: Samba NMB Daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:11 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:04 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:11 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/nmbd.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: nmbd.service Invocation ID: 62483ad8be7748cd94caa9215f97c249 Documentation: man:nmbd(8) Documentation: man:samba(7) Documentation: man:smb.conf(5) Fragment Path: /lib/systemd/system/nmbd.service Condition Timestamp: Sat 2018-09-22 16:15:04 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:04 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) Wants: network-online.target (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: multi-user.target (destination-default) Before: shutdown.target (origin-default) Before: smbd.service (destination-file) After: network.target (origin-file) After: network-online.target (origin-file) After: basic.target (origin-default) After: system.slice (origin-file) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) References: network.target (origin-file) References: network-online.target (origin-file) References: shutdown.target (origin-default) References: basic.target (origin-default) References: system.slice (origin-file) References: sysinit.target (origin-default) References: systemd-journald.socket (origin-file) ReferencedBy: smbd.service (destination-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: no NotifyAccess: all NotifyState: ready Main PID: 1595 Main PID Known: yes Main PID Alien: no PIDFile: /var/run/samba/nmbd.pid RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/samba RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit CORE: 18446744073709551615 Limit CORESoft: 18446744073709551615 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/nmbd --foreground --no-process-group $NMBDOPTIONS PID: 1595 Start Timestamp: Sat 2018-09-22 16:15:04 EDT -> ExecReload: Command Line: /bin/kill -HUP $MAINPID Status Text: nmbd: ready to serve connections... CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device: Description: My_Passport_0748 2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device Invocation ID: a419cda3256f4f7d95ebb4e7d5857c4c Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda2.device Following Set Member: dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0\x2dpart2.device Following Set Member: dev-disk-by\x2duuid-60586da5\x2d52b5\x2d4bae\x2d8396\x2d91e3fba003b1.device Following Set Member: dev-disk-by\x2dpartuuid-676ba017\x2d02.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda2.device Following Set Member: dev-sda2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:01.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/block/sda/sda2 Found: found-udev -> Unit lvm2-activation.service: Description: lvm2-activation.service Instance: n/a Unit Load State: masked Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: lvm2-activation.service Fragment Path: /dev/null WantedBy: local-fs.target (destination-file) ReferencedBy: local-fs.target (destination-file) -> Unit sys-devices-virtual-block-ram13.device: Description: /sys/devices/virtual/block/ram13 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:28 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:28 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:28 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram13.device Invocation ID: aa413dddaf8a47108cb35f731fec68b5 Following Set Member: dev-ram13.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram13 Found: found-udev -> Unit sys-devices-virtual-tty-ttyde.device: Description: /sys/devices/virtual/tty/ttyde Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyde.device Invocation ID: 4bd4039cfc584cf1bbeaa28a212d8d2d Following Set Member: dev-ttyde.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyde Found: found-udev -> Unit dev-ttycb.device: Description: /dev/ttycb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttycb.device Invocation ID: 4dc58ad2d3e04fc08f66e9df150500a1 Following: sys-devices-virtual-tty-ttycb.device Following Set Member: sys-devices-virtual-tty-ttycb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttycb Found: found-udev -> Unit sys-devices-virtual-tty-ttyd2.device: Description: /sys/devices/virtual/tty/ttyd2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyd2.device Invocation ID: abdb882f63d641bab1d4629f895821e0 Following Set Member: dev-ttyd2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd2 Found: found-udev -> Unit systemd-udev-trigger.service: Description: udev Coldplug all Devices Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:25 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:22 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:25 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-udev-trigger.service Invocation ID: f517c43e48c94e839a80b88725a313fe Documentation: man:udev(7) Documentation: man:systemd-udevd.service(8) Fragment Path: /lib/systemd/system/systemd-udev-trigger.service ConditionPathIsReadWrite: /sys succeeded Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:22 EDT Assert Result: yes Requires: system.slice (origin-file) Wants: systemd-udevd.service (origin-file) WantedBy: sysinit.target (destination-file) Before: sysinit.target (origin-file) Before: ifupdown-pre.service (destination-file) After: systemd-udevd-control.socket (origin-file) After: systemd-udevd-kernel.socket (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: systemd-udevd-control.socket (origin-file) References: systemd-udevd-kernel.socket (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: systemd-udevd.service (origin-file) References: sysinit.target (origin-file) ReferencedBy: sysinit.target (destination-file) ReferencedBy: ifupdown-pre.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/udevadm trigger --type=subsystems --action=add PID: 1168 Start Timestamp: Sat 2018-09-22 16:14:22 EDT Exit Timestamp: Sat 2018-09-22 16:14:24 EDT Exit Code: exited Exit Status: 0 Command Line: /bin/udevadm trigger --type=devices --action=add PID: 1187 Start Timestamp: Sat 2018-09-22 16:14:24 EDT Exit Timestamp: Sat 2018-09-22 16:14:25 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyyb.device: Description: /dev/ttyyb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyyb.device Invocation ID: 1ee32648fc1a4313a498f7548ede14e0 Following: sys-devices-virtual-tty-ttyyb.device Following Set Member: sys-devices-virtual-tty-ttyyb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyyb Found: found-udev -> Unit system-postfix.slice: Description: system-postfix.slice Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:21 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:21 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:21 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/system-postfix.slice CGroup realized: yes CGroup realized mask: memory devices pids CGroup enabled mask: memory pids CGroup own mask: memory pids CGroup members mask: memory pids Name: system-postfix.slice Invocation ID: 5f7a3c37488e46ef9ca31fd323c12cb5 Condition Timestamp: Sat 2018-09-22 16:14:21 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:21 EDT Assert Result: yes Requires: system.slice (origin-implicit) RequiredBy: postfix at -.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: postfix at -.service (destination-file) After: system.slice (origin-implicit) References: shutdown.target (origin-default) References: system.slice (origin-implicit) ReferencedBy: postfix at -.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: active CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no -> Unit ofono.service: Description: Telephony service Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:03 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:58 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:03 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/ofono.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: ofono.service Invocation ID: d4c408bed9834b88b44dd7153e992a0a Fragment Path: /lib/systemd/system/ofono.service Condition Timestamp: Sat 2018-09-22 16:14:58 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:58 EDT Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) Requires: dbus.socket (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: system.slice (origin-file) After: syslog.target (origin-file) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: dbus.socket (origin-file) After: sysinit.target (origin-default) References: system.slice (origin-file) References: syslog.target (origin-file) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-default) References: basic.target (origin-default) References: dbus.socket (origin-file) References: sysinit.target (origin-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: dbus Restart: no NotifyAccess: none NotifyState: unknown Main PID: 1459 Main PID Known: yes Main PID Alien: no BusName: org.ofono Bus Name Good: yes RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: null SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/ofonod -n PID: 1459 Start Timestamp: Sat 2018-09-22 16:14:58 EDT CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-block-ram4.device: Description: /sys/devices/virtual/block/ram4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram4.device Invocation ID: b5cf72823e73416995a3b407e18be33a Following Set Member: dev-ram4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram4 Found: found-udev -> Unit sys-devices-virtual-tty-ttyw3.device: Description: /sys/devices/virtual/tty/ttyw3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyw3.device Invocation ID: c67d37748b2e4773b9bb703829dccb51 Following Set Member: dev-ttyw3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw3 Found: found-udev -> Unit dev-ram12.device: Description: /dev/ram12 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:28 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:28 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:28 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram12.device Invocation ID: 747b67d432714f709b8c8e62e4281b22 Following: sys-devices-virtual-block-ram12.device Following Set Member: sys-devices-virtual-block-ram12.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram12 Found: found-udev -> Unit dev-ttye3.device: Description: /dev/ttye3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttye3.device Invocation ID: abe15d2b65f34dddb30eedf96aef3f04 Following: sys-devices-virtual-tty-ttye3.device Following Set Member: sys-devices-virtual-tty-ttye3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye3 Found: found-udev -> Unit sys-devices-virtual-tty-ttyy2.device: Description: /sys/devices/virtual/tty/ttyy2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyy2.device Invocation ID: 1de7ab0c97f2463dac40d87138964131 Following Set Member: dev-ttyy2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy2 Found: found-udev -> Unit sys-devices-virtual-tty-ttya1.device: Description: /sys/devices/virtual/tty/ttya1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttya1.device Invocation ID: ecc06459f6e749c6a94d594352ab1645 Following Set Member: dev-ttya1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya1 Found: found-udev -> Unit cups.socket: Description: CUPS Scheduler Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:14 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:57 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:57 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/cups.socket CGroup realized: no CGroup own mask: memory pids Name: cups.socket Invocation ID: 0d66949074c743a5a5cfae7482afbe14 Fragment Path: /lib/systemd/system/cups.socket Condition Timestamp: Sat 2018-09-22 16:14:57 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:57 EDT Assert Result: yes Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) PartOf: cups.service (origin-file) WantedBy: sockets.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: cups.service (origin-implicit) Before: sockets.target (origin-default destination-default) After: -.mount (origin-file) After: sysinit.target (origin-default) After: system.slice (origin-file) Triggers: cups.service (origin-implicit) References: shutdown.target (origin-default) References: sockets.target (origin-default) References: sysinit.target (origin-default) References: cups.service (origin-file origin-implicit) References: -.mount (origin-file) References: system.slice (origin-file) ReferencedBy: sockets.target (destination-file destination-default) RequiresMountsFor: /run/cups/cups.sock (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: running Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0666 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: no PassSecurity: no TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: cups.socket SELinuxContextFromNet: no ListenStream: /run/cups/cups.sock TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyr9.device: Description: /dev/ttyr9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyr9.device Invocation ID: fa520186d85440108fb5b5b556c58d5b Following: sys-devices-virtual-tty-ttyr9.device Following Set Member: sys-devices-virtual-tty-ttyr9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr9 Found: found-udev -> Unit sys-devices-virtual-tty-ttyzf.device: Description: /sys/devices/virtual/tty/ttyzf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyzf.device Invocation ID: 398fb38e691242efaff58297d140fd37 Following Set Member: dev-ttyzf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyzf Found: found-udev -> Unit dev-ttyy9.device: Description: /dev/ttyy9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyy9.device Invocation ID: a65ec8d2565e4330b90d2649d44dddca Following: sys-devices-virtual-tty-ttyy9.device Following Set Member: sys-devices-virtual-tty-ttyy9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy9 Found: found-udev -> Unit dev-ttyS0.device: Description: Diva Serial [GSP] Multiport UART (Everest SP2) Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:27 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:27 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:27 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyS0.device Invocation ID: 845f902e22834da098a52061d6e9a42c Following: sys-devices-parisc-0-0:7-pci0000:e0-0000:e0:01.1-tty-ttyS0.device Following Set Member: sys-devices-parisc-0-0:7-pci0000:e0-0000:e0:01.1-tty-ttyS0.device Condition Timestamp: Sat 2018-09-22 16:14:23 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:23 EDT Assert Result: yes BoundBy: serial-getty at ttyS0.service (destination-file) Before: serial-getty at ttyS0.service (destination-file) ReferencedBy: serial-getty at ttyS0.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:7/pci0000:e0/0000:e0:01.1/tty/ttyS0 Found: found-udev -> Unit dev-ttyS3.device: Description: /dev/ttyS3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:27 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:27 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:27 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyS3.device Invocation ID: 6e22dc07038840a89f2c388dcf6a1340 Following: sys-devices-platform-serial8250-tty-ttyS3.device Following Set Member: sys-devices-platform-serial8250-tty-ttyS3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/platform/serial8250/tty/ttyS3 Found: found-udev -> Unit dev-ttyvb.device: Description: /dev/ttyvb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyvb.device Invocation ID: c1d604db1a1a4b99b2943fa613fa9818 Following: sys-devices-virtual-tty-ttyvb.device Following Set Member: sys-devices-virtual-tty-ttyvb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyvb Found: found-udev -> Unit dev-sda1.device: Description: My_Passport_0748 1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:39 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sda1.device Invocation ID: 7dd4d2f1d8ad4fe59d404141ee553984 Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda1.device Following Set Member: dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0\x2dpart1.device Following Set Member: dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda1.device Following Set Member: dev-disk-by\x2dpartuuid-676ba017\x2d01.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:01.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/block/sda/sda1 Found: found-udev,found-mount -> Unit dev-ttype.device: Description: /dev/ttype Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttype.device Invocation ID: 43ef76e39d574a7284caa9993f785047 Following: sys-devices-virtual-tty-ttype.device Following Set Member: sys-devices-virtual-tty-ttype.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttype Found: found-udev -> Unit dev-ram11.device: Description: /dev/ram11 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:28 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:28 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:28 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram11.device Invocation ID: a3bde164e3d8402f8ced117a71b21c8a Following: sys-devices-virtual-block-ram11.device Following Set Member: sys-devices-virtual-block-ram11.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram11 Found: found-udev -> Unit dev-ram8.device: Description: /dev/ram8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram8.device Invocation ID: b9bafc1dfa6c40bfb5b17f1bdb1af011 Following: sys-devices-virtual-block-ram8.device Following Set Member: sys-devices-virtual-block-ram8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram8 Found: found-udev -> Unit system-postgresql.slice: Description: system-postgresql.slice Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids CGroup members mask: memory pids Name: system-postgresql.slice Requires: system.slice (origin-implicit) RequiredBy: postgresql at 9.4-main.service (destination-file) RequiredBy: postgresql at 9.3-main.service (destination-file) RequiredBy: postgresql at 9.5-main.service (destination-file) RequiredBy: postgresql at 10-main.service (destination-file) RequiredBy: postgresql at 9.6-main.service (destination-file) Conflicts: shutdown.target (origin-default) Before: postgresql at 9.6-main.service (destination-file) Before: postgresql at 9.5-main.service (destination-file) Before: postgresql at 9.3-main.service (destination-file) Before: postgresql at 9.4-main.service (destination-file) Before: postgresql at 10-main.service (destination-file) Before: shutdown.target (origin-default) After: system.slice (origin-implicit) References: shutdown.target (origin-default) References: system.slice (origin-implicit) ReferencedBy: postgresql at 9.4-main.service (destination-file) ReferencedBy: postgresql at 9.3-main.service (destination-file) ReferencedBy: postgresql at 9.5-main.service (destination-file) ReferencedBy: postgresql at 10-main.service (destination-file) ReferencedBy: postgresql at 9.6-main.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: dead CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyz0.device: Description: /sys/devices/virtual/tty/ttyz0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyz0.device Invocation ID: a9d9c773b30f439095f9b74e08d1b687 Following Set Member: dev-ttyz0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz0 Found: found-udev -> Unit dev-ttyc4.device: Description: /dev/ttyc4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyc4.device Invocation ID: 5f44b5b1f11c4d6ebb050131aa7742b1 Following: sys-devices-virtual-tty-ttyc4.device Following Set Member: sys-devices-virtual-tty-ttyc4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc4 Found: found-udev -> Unit dev-ttyw9.device: Description: /dev/ttyw9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyw9.device Invocation ID: 9dc13425d2094defbad20401af85f35d Following: sys-devices-virtual-tty-ttyw9.device Following Set Member: sys-devices-virtual-tty-ttyw9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw9 Found: found-udev -> Unit sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc7.device: Description: ST3300007LC HOME2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc7.device Invocation ID: 84b9878b785e4f8892012ef61b52bcd7 Following Set Member: dev-disk-by\x2duuid-d64e45b1\x2d462e\x2d4437\x2d9a0a\x2dcf835dcef080.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart7.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart7.device Following Set Member: dev-disk-by\x2dlabel-HOME2.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d07.device Following Set Member: dev-sdc7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc7 Found: found-udev -> Unit systemd-initctl.socket: Description: initctl Compatibility Named Pipe Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:22 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:22 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:22 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-initctl.socket CGroup realized: no CGroup own mask: memory pids Name: systemd-initctl.socket Invocation ID: 2fc611af1dec4d028577d3887d21f97d Documentation: man:systemd-initctl.service(8) Fragment Path: /lib/systemd/system/systemd-initctl.socket Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:22 EDT Assert Result: yes Requires: -.mount (origin-file) Requires: system.slice (origin-file) WantedBy: sockets.target (destination-file) Before: systemd-initctl.service (origin-implicit) Before: sockets.target (origin-file) After: -.mount (origin-file) After: system.slice (origin-file) Triggers: systemd-initctl.service (origin-implicit) References: systemd-initctl.service (origin-implicit) References: sockets.target (origin-file) References: -.mount (origin-file) References: system.slice (origin-file) ReferencedBy: sockets.target (destination-file) RequiresMountsFor: /run/initctl (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: listening Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0600 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: no PassSecurity: no TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: systemd-initctl.socket SELinuxContextFromNet: no ListenFIFO: /run/initctl TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip Symlinks: /dev/initctl TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyq4.device: Description: /dev/ttyq4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyq4.device Invocation ID: 893a2d2f940d44cfa977757552a207e1 Following: sys-devices-virtual-tty-ttyq4.device Following Set Member: sys-devices-virtual-tty-ttyq4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq4 Found: found-udev -> Unit sys-devices-virtual-tty-ttyd9.device: Description: /sys/devices/virtual/tty/ttyd9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyd9.device Invocation ID: 8e5fa39153224aafa0c0e0198f864bed Following Set Member: dev-ttyd9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd9 Found: found-udev -> Unit dev-ttydf.device: Description: /dev/ttydf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttydf.device Invocation ID: 577d9985ea3c46d7ad3ebac7d7db28c0 Following: sys-devices-virtual-tty-ttydf.device Following Set Member: sys-devices-virtual-tty-ttydf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttydf Found: found-udev -> Unit ifupdown-pre.service: Description: Helper to synchronize boot up for ifupdown Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:26 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:25 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:26 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: ifupdown-pre.service Invocation ID: 77669733392748709733f2f4701cde8b Fragment Path: /lib/systemd/system/ifupdown-pre.service Condition Timestamp: Sat 2018-09-22 16:14:25 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:25 EDT Assert Result: yes Requires: system.slice (origin-file) Wants: systemd-udevd.service (origin-file) RequiredBy: networking.service (destination-file) Before: network.target (origin-file) Before: networking.service (destination-file) After: system.slice (origin-file) After: systemd-udev-trigger.service (origin-file) After: systemd-journald.socket (origin-file) References: systemd-journald.socket (origin-file) References: network.target (origin-file) References: system.slice (origin-file) References: systemd-udevd.service (origin-file) References: systemd-udev-trigger.service (origin-file) ReferencedBy: networking.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 3min TimeoutStopSec: 3min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/networking RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/sh -c 'if [ "$CONFIGURE_INTERFACES" != "no" ] && [ -n "$(ifquery --read-environment --list --exclude=lo)" ] && [ -x /bin/udevadm ]; then udevadm settle; fi' PID: 1198 Start Timestamp: Sat 2018-09-22 16:14:25 EDT Exit Timestamp: Sat 2018-09-22 16:14:26 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart6.device: Description: ST3300007LC VAR2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart6.device Invocation ID: 45ede7572a6e43f093f51cc2ade3c7a4 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc6.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart6.device Following Set Member: dev-sdc6.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d06.device Following Set Member: dev-disk-by\x2dlabel-VAR2.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc6.device Following Set Member: dev-disk-by\x2duuid-e351db25\x2da36f\x2d40b4\x2db5f1\x2d26f7accb6623.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc6 Found: found-udev -> Unit sys-devices-virtual-tty-ttyu9.device: Description: /sys/devices/virtual/tty/ttyu9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyu9.device Invocation ID: 0130e7d564b84ebe87fd144dba2ebfed Following Set Member: dev-ttyu9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu9 Found: found-udev -> Unit sys-devices-virtual-tty-ttypc.device: Description: /sys/devices/virtual/tty/ttypc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttypc.device Invocation ID: b091dc0f081e48ce9560cd242cf7c71d Following Set Member: dev-ttypc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttypc Found: found-udev -> Unit sys-devices-virtual-tty-ttyta.device: Description: /sys/devices/virtual/tty/ttyta Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyta.device Invocation ID: b92d9eadfb234fb48a9d92e6e7e81351 Following Set Member: dev-ttyta.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyta Found: found-udev -> Unit sys-devices-virtual-block-ram11.device: Description: /sys/devices/virtual/block/ram11 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:28 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:28 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:28 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram11.device Invocation ID: 3627d138cf194aee943a57808f503306 Following Set Member: dev-ram11.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram11 Found: found-udev -> Unit dev-ttyv8.device: Description: /dev/ttyv8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyv8.device Invocation ID: cea9a163653d4856911f07aedc7ace2c Following: sys-devices-virtual-tty-ttyv8.device Following Set Member: sys-devices-virtual-tty-ttyv8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv8 Found: found-udev -> Unit sys-devices-virtual-tty-ttyr8.device: Description: /sys/devices/virtual/tty/ttyr8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyr8.device Invocation ID: 14d2d7c8190f4b158c90283a2bd7ad32 Following Set Member: dev-ttyr8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr8 Found: found-udev -> Unit sys-devices-virtual-tty-ttyvd.device: Description: /sys/devices/virtual/tty/ttyvd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyvd.device Invocation ID: 1d4b1053da6f4b8cbccda88b8abcdfad Following Set Member: dev-ttyvd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyvd Found: found-udev -> Unit dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0.device: Description: My_Passport_0748 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0.device Invocation ID: 236f62a056c94af79cc7825794c53559 Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0.device Following Set Member: dev-sda.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:01.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/block/sda Found: found-udev -> Unit dev-ttyp5.device: Description: /dev/ttyp5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyp5.device Invocation ID: a5207e331e794bfc9c0f142ed7a18923 Following: sys-devices-virtual-tty-ttyp5.device Following Set Member: sys-devices-virtual-tty-ttyp5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp5 Found: found-udev -> Unit dev-ttyq5.device: Description: /dev/ttyq5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyq5.device Invocation ID: 158262b236904e2fa86d7aa0d2d40414 Following: sys-devices-virtual-tty-ttyq5.device Following Set Member: sys-devices-virtual-tty-ttyq5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq5 Found: found-udev -> Unit dev-ttyy3.device: Description: /dev/ttyy3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyy3.device Invocation ID: 3ef1c3bb01bc4548b92d5baf9a2eb7ec Following: sys-devices-virtual-tty-ttyy3.device Following Set Member: sys-devices-virtual-tty-ttyy3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy3 Found: found-udev -> Unit dev-sdc5.device: Description: ST3300007LC ROOT2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:24 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sdc5.device Invocation ID: 3fd665cef73b4143b7749bbc2be7f671 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc5.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d05.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart5.device Following Set Member: dev-disk-by\x2duuid-ac66c6a1\x2d0b08\x2d481d\x2da400\x2d9fb6e7a49f1b.device Following Set Member: dev-disk-by\x2dlabel-ROOT2.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc5.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc5 Found: found-udev,found-mount -> Unit session-c1.scope: Description: Session c1 of user dave Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:24 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:24 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: yes Perpetual: no Garbage Collection Mode: inactive Slice: user-1000.slice CGroup: /user.slice/user-1000.slice/session-c1.scope CGroup realized: yes CGroup realized mask: memory pids CGroup own mask: memory pids Name: session-c1.scope Invocation ID: 6e7fbadaf9554983a412ec1c007fd77d Fragment Path: /run/systemd/transient/session-c1.scope Condition Timestamp: Sat 2018-09-22 16:15:24 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:24 EDT Assert Result: yes Requires: user-1000.slice (origin-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: systemd-user-sessions.service (origin-file) After: systemd-logind.service (origin-file) After: user-1000.slice (origin-file) References: shutdown.target (origin-default) References: user-1000.slice (origin-file) References: systemd-user-sessions.service (origin-file) References: systemd-logind.service (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Scope State: running Result: success CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: yes -> Unit dev-ttyvd.device: Description: /dev/ttyvd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyvd.device Invocation ID: 7756103490164fe1a4d1d578b3a1d02b Following: sys-devices-virtual-tty-ttyvd.device Following Set Member: sys-devices-virtual-tty-ttyvd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyvd Found: found-udev -> Unit dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0\x2dpart2.device: Description: My_Passport_0748 2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0\x2dpart2.device Invocation ID: b316a18ee69c4c28934fb9c44c4980e3 Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda2.device Following Set Member: dev-sda2.device Following Set Member: dev-disk-by\x2duuid-60586da5\x2d52b5\x2d4bae\x2d8396\x2d91e3fba003b1.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda2.device Following Set Member: dev-disk-by\x2dpartuuid-676ba017\x2d02.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:01.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/block/sda/sda2 Found: found-udev -> Unit dev-ttyq9.device: Description: /dev/ttyq9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyq9.device Invocation ID: bcec781bca604c858c30564381df375e Following: sys-devices-virtual-tty-ttyq9.device Following Set Member: sys-devices-virtual-tty-ttyq9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq9 Found: found-udev -> Unit sys-devices-virtual-tty-ttye7.device: Description: /sys/devices/virtual/tty/ttye7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttye7.device Invocation ID: f757ac9d6cdc46a3b2f20f72d7d02cf2 Following Set Member: dev-ttye7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye7 Found: found-udev -> Unit sys-devices-virtual-tty-ttyc6.device: Description: /sys/devices/virtual/tty/ttyc6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyc6.device Invocation ID: b1d0726fc9ff4e779042e644e2e7165a Following Set Member: dev-ttyc6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc6 Found: found-udev -> Unit sys-devices-virtual-tty-ttyb8.device: Description: /sys/devices/virtual/tty/ttyb8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyb8.device Invocation ID: 093e9d993fb142ba83fc8b1536098058 Following Set Member: dev-ttyb8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb8 Found: found-udev -> Unit accounts-daemon.service: Description: Accounts Service Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:05 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:58 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:05 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/accounts-daemon.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: accounts-daemon.service Invocation ID: c08021bfd63e4dde8086aca09328be29 Fragment Path: /lib/systemd/system/accounts-daemon.service Condition Timestamp: Sat 2018-09-22 16:14:58 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:58 EDT Assert Result: yes Requires: system.slice (origin-file) Requires: sysinit.target (origin-default) Requires: dbus.socket (origin-file) Wants: nss-user-lookup.target (origin-file) WantedBy: graphical.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: graphical.target (destination-default) After: sysinit.target (origin-default) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: nss-user-lookup.target (origin-file) After: dbus.socket (origin-file) After: basic.target (origin-default) References: sysinit.target (origin-default) References: shutdown.target (origin-default) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: nss-user-lookup.target (origin-file) References: dbus.socket (origin-file) References: basic.target (origin-default) ReferencedBy: graphical.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: dbus Restart: no NotifyAccess: none NotifyState: unknown Main PID: 1453 Main PID Known: yes Main PID Alien: no BusName: org.freedesktop.Accounts Bus Name Good: yes RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private Environment: GVFS_DISABLE_FUSE=1 Environment: GIO_USE_VFS=local Environment: GVFS_REMOTE_VOLUME_MONITOR_IGNORE=1 RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/lib/accountsservice/accounts-daemon PID: 1453 Start Timestamp: Sat 2018-09-22 16:14:58 EDT CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyx3.device: Description: /sys/devices/virtual/tty/ttyx3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyx3.device Invocation ID: b5951973035044a7b2f66f32836d4dbb Following Set Member: dev-ttyx3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx3 Found: found-udev -> Unit system-getty.slice: Description: system-getty.slice Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:22 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:22 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:22 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/system-getty.slice CGroup realized: yes CGroup realized mask: memory devices pids CGroup enabled mask: memory pids CGroup own mask: memory pids CGroup members mask: memory pids Name: system-getty.slice Invocation ID: 99d0c9426c0d4c3e98e9ee6048b00f2e Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:22 EDT Assert Result: yes Requires: system.slice (origin-implicit) RequiredBy: getty at tty1.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: getty at tty1.service (destination-file) After: system.slice (origin-implicit) References: shutdown.target (origin-default) References: system.slice (origin-implicit) ReferencedBy: getty at tty1.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: active CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyce.device: Description: /sys/devices/virtual/tty/ttyce Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyce.device Invocation ID: 6241fa67eab7446b8f55f699bf453431 Following Set Member: dev-ttyce.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyce Found: found-udev -> Unit rpc-svcgssd.service: Description: RPC security service for NFS server Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: rpc-svcgssd.service Fragment Path: /lib/systemd/system/rpc-svcgssd.service ConditionPathExists: /etc/krb5.keytab failed ConditionPathExists: |!/proc/net/rpc/use-gss-proxy untested ConditionPathExists: |!/run/gssproxy.pid untested Condition Timestamp: Sat 2018-09-22 16:14:56 EDT Condition Result: no Requires: run-rpc_pipefs.mount (origin-file) Requires: system.slice (origin-file) Wants: nfs-config.service (origin-file) PartOf: nfs-utils.service (origin-file) PartOf: nfs-server.service (origin-file) WantedBy: auth-rpcgss-module.service (destination-file) Before: nfs-client.target (destination-file) Before: nfs-server.service (destination-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: local-fs.target (origin-file) After: run-rpc_pipefs.mount (origin-file) After: gssproxy.service (origin-file) After: nfs-config.service (origin-file) After: auth-rpcgss-module.service (destination-file) References: system.slice (origin-file) References: nfs-utils.service (origin-file) References: nfs-server.service (origin-file) References: systemd-journald.socket (origin-file) References: local-fs.target (origin-file) References: run-rpc_pipefs.mount (origin-file) References: gssproxy.service (origin-file) References: nfs-config.service (origin-file) ReferencedBy: nfs-client.target (destination-file) ReferencedBy: auth-rpcgss-module.service (destination-file) ReferencedBy: nfs-server.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/run/sysconfig/nfs-utils RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/rpc.svcgssd $SVCGSSDARGS CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart7.device: Description: ST3300007LC HOME2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart7.device Invocation ID: 5ba8b9b4e32d4eb281977d2fe38ed488 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc7.device Following Set Member: dev-disk-by\x2duuid-d64e45b1\x2d462e\x2d4437\x2d9a0a\x2dcf835dcef080.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart7.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc7.device Following Set Member: dev-disk-by\x2dlabel-HOME2.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d07.device Following Set Member: dev-sdc7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc7 Found: found-udev -> Unit systemd-ask-password-wall.path: Description: Forward Password Requests to Wall Directory Watch Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:21 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:21 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:21 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: systemd-ask-password-wall.path Invocation ID: 7f4ea57503544a0fa828b2db4242988f Documentation: man:systemd-ask-password-console.service(8) Fragment Path: /lib/systemd/system/systemd-ask-password-wall.path Condition Timestamp: Sat 2018-09-22 16:14:21 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:21 EDT Assert Result: yes Requires: -.mount (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-file) Before: paths.target (origin-file) Before: shutdown.target (origin-file) Before: systemd-ask-password-wall.service (origin-implicit) Before: cryptsetup.target (origin-file) After: -.mount (origin-file) Triggers: systemd-ask-password-wall.service (origin-implicit) References: paths.target (origin-file) References: shutdown.target (origin-file) References: systemd-ask-password-wall.service (origin-implicit) References: cryptsetup.target (origin-file) References: -.mount (origin-file) ReferencedBy: multi-user.target (destination-file) RequiresMountsFor: /run/systemd/ask-password (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Path State: waiting Result: success Unit: systemd-ask-password-wall.service MakeDirectory: yes DirectoryMode: 0755 DirectoryNotEmpty: /run/systemd/ask-password -> Unit dev-ttyxf.device: Description: /dev/ttyxf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyxf.device Invocation ID: 51595c520bc94b5a809ae5d0013b628a Following: sys-devices-virtual-tty-ttyxf.device Following Set Member: sys-devices-virtual-tty-ttyxf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyxf Found: found-udev -> Unit dev-ttye2.device: Description: /dev/ttye2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttye2.device Invocation ID: 17c93dd9c92c48489ab70884c23b2ab9 Following: sys-devices-virtual-tty-ttye2.device Following Set Member: sys-devices-virtual-tty-ttye2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye2 Found: found-udev -> Unit dev-ttyse.device: Description: /dev/ttyse Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyse.device Invocation ID: 7b8e0c9d86a94144b6fddc15d03fc0bf Following: sys-devices-virtual-tty-ttyse.device Following Set Member: sys-devices-virtual-tty-ttyse.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyse Found: found-udev -> Unit sys-devices-virtual-tty-ttype.device: Description: /sys/devices/virtual/tty/ttype Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttype.device Invocation ID: 1e6806afdfe14bcbb5ca7f51e8c0daa9 Following Set Member: dev-ttype.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttype Found: found-udev -> Unit dev-ttyv0.device: Description: /dev/ttyv0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyv0.device Invocation ID: 8b62124e6138450f89fc52c63c1d8852 Following: sys-devices-virtual-tty-ttyv0.device Following Set Member: sys-devices-virtual-tty-ttyv0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv0 Found: found-udev -> Unit dev-cdrom.device: Description: DW-224E Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-cdrom.device Invocation ID: 31f1be48e5c745d687da7b9705156984 Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:02.0-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device Following Set Member: dev-sr0.device Following Set Member: dev-dvd.device Following Set Member: dev-disk-by\x2did-ata\x2dDW\x2d224E.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:02.0\x2data\x2d1.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:02.0-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device Following Set Member: dev-cdrw.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:02.0/ata1/host0/target0:0:0/0:0:0:0/block/sr0 Found: found-udev -> Unit sys-devices-virtual-tty-ttya4.device: Description: /sys/devices/virtual/tty/ttya4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttya4.device Invocation ID: d2be0e201cd24cf0a5b914b8be5cb8da Following Set Member: dev-ttya4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya4 Found: found-udev -> Unit sys-devices-virtual-tty-ttyq4.device: Description: /sys/devices/virtual/tty/ttyq4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyq4.device Invocation ID: 46e9a5db4ba54b528cac52b555f6d433 Following Set Member: dev-ttyq4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq4 Found: found-udev -> Unit dev-ttyp1.device: Description: /dev/ttyp1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyp1.device Invocation ID: e55dfe8fb9ae4cfbb6574b818f922d3e Following: sys-devices-virtual-tty-ttyp1.device Following Set Member: sys-devices-virtual-tty-ttyp1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp1 Found: found-udev -> Unit sys-devices-virtual-tty-ttyv4.device: Description: /sys/devices/virtual/tty/ttyv4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyv4.device Invocation ID: ef3990719974442d8598cfa4a412e47c Following Set Member: dev-ttyv4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv4 Found: found-udev -> Unit dev-ttyx3.device: Description: /dev/ttyx3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyx3.device Invocation ID: 3c205b96ab91419ba8d8ef9a5ed10da8 Following: sys-devices-virtual-tty-ttyx3.device Following Set Member: sys-devices-virtual-tty-ttyx3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx3 Found: found-udev -> Unit multi-user.target: Description: Multi-User System Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:17:06 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:17:06 EDT Active Enter Timestamp: Sat 2018-09-22 16:17:06 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: multi-user.target Name: runlevel4.target Name: runlevel3.target Name: runlevel2.target Invocation ID: 14f8a3d1f8ad468195e98b102c8ede1c Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/multi-user.target Condition Timestamp: Sat 2018-09-22 16:17:06 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:17:06 EDT Assert Result: yes Requires: basic.target (origin-file) Wants: minissdpd.service (origin-file) Wants: ModemManager.service (origin-file) Wants: sysstat.service (origin-file) Wants: ctdb.service (origin-file) Wants: networking.service (origin-file) Wants: systemd-update-utmp-runlevel.service (origin-file) Wants: open-iscsi.service (origin-file) Wants: ipmievd.service (origin-file) Wants: irqbalance.service (origin-file) Wants: network-manager.service (origin-file) Wants: remote-fs.target (origin-file) Wants: exim4.service (origin-file) Wants: mysql.service (origin-file) Wants: ebtables.service (origin-file) Wants: smbd.service (origin-file) Wants: systemd-user-sessions.service (origin-file) Wants: bind9.service (origin-file) Wants: cron.service (origin-file) Wants: systemd-ask-password-wall.path (origin-file) Wants: smartd.service (origin-file) Wants: nmbd.service (origin-file) Wants: loadcpufreq.service (origin-file) Wants: cpufrequtils.service (origin-file) Wants: nfs-client.target (origin-file) Wants: dundee.service (origin-file) Wants: ntp.service (origin-file) Wants: schroot.service (origin-file) Wants: postfix.service (origin-file) Wants: rsyslog.service (origin-file) Wants: stunnel4.service (origin-file) Wants: ofono.service (origin-file) Wants: asterisk.service (origin-file) Wants: nscd.service (origin-file) Wants: getty.target (origin-file) Wants: nfs-server.service (origin-file) Wants: systemd-logind.service (origin-file) Wants: sheepdog.service (origin-file) Wants: rpcbind.service (origin-file) Wants: ssh-session-cleanup.service (origin-file) Wants: apt-cacher-ng.service (origin-file) Wants: radvd.service (origin-file) Wants: udftools.service (origin-file) Wants: rsync.service (origin-file) Wants: dbus.service (origin-file) Wants: rc-local.service (origin-file) Wants: wpa_supplicant.service (origin-file) Wants: ssh.service (origin-file) Wants: openipmi.service (origin-file) RequiredBy: graphical.target (destination-file) Conflicts: shutdown.target (origin-default) Conflicts: rescue.target (origin-file) Conflicts: rescue.service (origin-file) Before: systemd-update-utmp-runlevel.service (destination-file) Before: graphical.target (destination-file destination-default) Before: shutdown.target (origin-default) After: apt-cacher-ng.service (origin-default) After: schroot.service (origin-default) After: rsyslog.service (origin-default) After: getty.target (origin-default) After: minissdpd.service (origin-default) After: ofono.service (origin-default) After: systemd-networkd.service (destination-file) After: systemd-logind.service (origin-default) After: radvd.service (origin-default destination-file) After: stunnel4.service (origin-default destination-file) After: nfs-client.target (origin-default) After: loadcpufreq.service (origin-default destination-file) After: wpa_supplicant.service (origin-default) After: ssh.service (origin-default) After: rescue.target (origin-file) After: dundee.service (origin-default) After: rescue.service (origin-file) After: systemd-user-sessions.service (origin-default) After: cpufrequtils.service (origin-default destination-file) After: sheepdog.service (origin-default destination-file) After: nmbd.service (origin-default) After: bind9.service (origin-default) After: smartd.service (origin-default) After: udftools.service (origin-default destination-file) After: exim4.service (origin-default destination-file) After: ipmievd.service (origin-default destination-file) After: sysstat.service (origin-default) After: ntp.service (origin-default) After: cron.service (origin-default) After: network-manager.service (origin-default destination-file) After: ModemManager.service (origin-default) After: nscd.service (origin-default) After: dbus.service (origin-default) After: smbd.service (origin-default) After: openipmi.service (origin-default destination-file) After: rc-local.service (origin-default) After: rsync.service (origin-default) After: irqbalance.service (origin-default) After: postfix.service (origin-default) After: mysql.service (origin-default destination-file) After: basic.target (origin-file origin-default) References: systemd-logind.service (origin-file origin-default) References: rescue.target (origin-file) References: irqbalance.service (origin-file origin-default) References: getty.target (origin-file origin-default) References: systemd-user-sessions.service (origin-file origin-default) References: ctdb.service (origin-file) References: openipmi.service (origin-file origin-default) References: remote-fs.target (origin-file) References: apt-cacher-ng.service (origin-file origin-default) References: postfix.service (origin-file origin-default) References: bind9.service (origin-file origin-default) References: ebtables.service (origin-file) References: mysql.service (origin-file origin-default) References: udftools.service (origin-file origin-default) References: systemd-update-utmp-runlevel.service (origin-file) References: exim4.service (origin-file origin-default) References: rsync.service (origin-file origin-default) References: sysstat.service (origin-file origin-default) References: ssh.service (origin-file origin-default) References: minissdpd.service (origin-file origin-default) References: ssh-session-cleanup.service (origin-file) References: cpufrequtils.service (origin-file origin-default) References: rc-local.service (origin-file origin-default) References: open-iscsi.service (origin-file) References: nfs-client.target (origin-file origin-default) References: rpcbind.service (origin-file) References: dbus.service (origin-file origin-default) References: smartd.service (origin-file origin-default) References: ModemManager.service (origin-file origin-default) References: asterisk.service (origin-file) References: dundee.service (origin-file origin-default) References: loadcpufreq.service (origin-file origin-default) References: radvd.service (origin-file origin-default) References: sheepdog.service (origin-file origin-default) References: systemd-ask-password-wall.path (origin-file) References: cron.service (origin-file origin-default) References: ntp.service (origin-file origin-default) References: nfs-server.service (origin-file) References: rsyslog.service (origin-file origin-default) References: smbd.service (origin-file origin-default) References: networking.service (origin-file) References: wpa_supplicant.service (origin-file origin-default) References: nmbd.service (origin-file origin-default) References: nscd.service (origin-file origin-default) References: network-manager.service (origin-file origin-default) References: schroot.service (origin-file origin-default) References: ofono.service (origin-file origin-default) References: ipmievd.service (origin-file origin-default) References: basic.target (origin-file origin-default) References: rescue.service (origin-file) References: stunnel4.service (origin-file origin-default) References: shutdown.target (origin-default) ReferencedBy: ipmievd.service (destination-file) ReferencedBy: udftools.service (destination-file) ReferencedBy: exim4.service (destination-file) ReferencedBy: stunnel4.service (destination-file) ReferencedBy: radvd.service (destination-file) ReferencedBy: mysql.service (destination-file) ReferencedBy: openipmi.service (destination-file) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: loadcpufreq.service (destination-file) ReferencedBy: graphical.target (destination-file destination-default) ReferencedBy: cpufrequtils.service (destination-file) ReferencedBy: systemd-update-utmp-runlevel.service (destination-file) ReferencedBy: sheepdog.service (destination-file) ReferencedBy: network-manager.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit ssh-session-cleanup.service: Description: ssh-session-cleanup.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: ssh-session-cleanup.service WantedBy: multi-user.target (destination-file) ReferencedBy: multi-user.target (destination-file) -> Unit dev-disk-by\x2duuid-93011b9e\x2d236b\x2d4dbc\x2d9a63\x2d6b13390e0b32.device: Description: ST3300007LC BOOT2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2duuid-93011b9e\x2d236b\x2d4dbc\x2d9a63\x2d6b13390e0b32.device Invocation ID: e4e57556c7924b45865597af84fa5c36 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc2.device Following Set Member: dev-disk-by\x2dlabel-BOOT2.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart2.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc2.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart2.device Following Set Member: dev-sdc2.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d02.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc2 Found: found-udev -> Unit sys-devices-virtual-tty-ttyb7.device: Description: /sys/devices/virtual/tty/ttyb7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyb7.device Invocation ID: 112d69a7b9f04eaebd80c9848545aa81 Following Set Member: dev-ttyb7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyb7 Found: found-udev -> Unit sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc4.device: Description: ST3300007LC 4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc4.device Invocation ID: af09b13ee8db4b179d622e4cd817f7d3 Following Set Member: dev-sdc4.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart4.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d04.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc4 Found: found-udev -> Unit sys-devices-virtual-tty-ttyee.device: Description: /sys/devices/virtual/tty/ttyee Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyee.device Invocation ID: 427d27abd8fa420f8b989fd371c99ad0 Following Set Member: dev-ttyee.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyee Found: found-udev -> Unit dev-ttyy2.device: Description: /dev/ttyy2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyy2.device Invocation ID: 0b596191a9f944b9b518896f083e0fc8 Following: sys-devices-virtual-tty-ttyy2.device Following Set Member: sys-devices-virtual-tty-ttyy2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy2 Found: found-udev -> Unit dev-ttyud.device: Description: /dev/ttyud Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyud.device Invocation ID: 204b106613d04f03a6e199ff1f119e76 Following: sys-devices-virtual-tty-ttyud.device Following Set Member: sys-devices-virtual-tty-ttyud.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyud Found: found-udev -> Unit dev-ttyya.device: Description: /dev/ttyya Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyya.device Invocation ID: 37c27432ad024b1398a929d8bf4ccd68 Following: sys-devices-virtual-tty-ttyya.device Following Set Member: sys-devices-virtual-tty-ttyya.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyya Found: found-udev -> Unit systemd-networkd.service: Description: Network Service Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-networkd.service Documentation: man:systemd-networkd.service(8) Fragment Path: /lib/systemd/system/systemd-networkd.service ConditionCapability: CAP_NET_ADMIN untested Requires: var.mount (origin-file) Requires: -.mount (origin-file) Requires: system.slice (origin-file) Wants: network.target (origin-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) Before: multi-user.target (origin-file) Before: apt-daily.service (destination-file) Before: apt-daily-upgrade.service (destination-file) Before: network.target (origin-file) After: network-pre.target (origin-file) After: var.mount (origin-file) After: systemd-journald.socket (origin-file) After: -.mount (origin-file) After: systemd-sysctl.service (origin-file) After: system.slice (origin-file) After: systemd-udevd.service (origin-file) After: systemd-tmpfiles-setup.service (origin-file) References: network-pre.target (origin-file) References: shutdown.target (origin-file) References: var.mount (origin-file) References: systemd-journald.socket (origin-file) References: multi-user.target (origin-file) References: -.mount (origin-file) References: systemd-sysctl.service (origin-file) References: system.slice (origin-file) References: network.target (origin-file) References: systemd-udevd.service (origin-file) References: systemd-tmpfiles-setup.service (origin-file) ReferencedBy: apt-daily-upgrade.service (destination-file) ReferencedBy: apt-daily.service (destination-file) RequiresMountsFor: /var/tmp (origin-file) RequiresMountsFor: /run/systemd/netif (origin-file) RequiresMountsFor: /tmp (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: notify Restart: on-failure NotifyAccess: main NotifyState: unknown RestartSec: 0 TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 3min KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: yes PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: yes ProtectControlGroups: yes PrivateNetwork: no PrivateUsers: no ProtectHome: yes ProtectSystem: strict MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: yes RuntimeDirectoryMode: 0755 RuntimeDirectory: systemd/netif StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info CapabilityBoundingSet: cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw AmbientCapabilities: cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw User: systemd-network Group: systemd-network DynamicUser: yes LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-networkd CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyad.device: Description: /sys/devices/virtual/tty/ttyad Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyad.device Invocation ID: 383e4c9268f7464f8ad8d7b4e959f0a9 Following Set Member: dev-ttyad.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyad Found: found-udev -> Unit dev-ttyu0.device: Description: /dev/ttyu0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyu0.device Invocation ID: cf75801ce3d34817ab4203912f43fc32 Following: sys-devices-virtual-tty-ttyu0.device Following Set Member: sys-devices-virtual-tty-ttyu0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu0 Found: found-udev -> Unit dev-ram14.device: Description: /dev/ram14 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:28 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:28 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:28 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram14.device Invocation ID: 2ea38f7caae943e79330c895e7f1c10d Following: sys-devices-virtual-block-ram14.device Following Set Member: sys-devices-virtual-block-ram14.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram14 Found: found-udev -> Unit uuidd.service: Description: Daemon for generating UUIDs Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: uuidd.service Fragment Path: /lib/systemd/system/uuidd.service Requires: uuidd.socket (origin-file) Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: systemd-journald.socket (origin-file) After: uuidd.socket (destination-implicit) After: basic.target (origin-default) After: sysinit.target (origin-default) After: system.slice (origin-file) TriggeredBy: uuidd.socket (destination-implicit) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-default) References: uuidd.socket (origin-file) References: basic.target (origin-default) References: sysinit.target (origin-default) References: system.slice (origin-file) ReferencedBy: uuidd.socket (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info User: uuidd Group: uuidd DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/uuidd --socket-activation CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyu0.device: Description: /sys/devices/virtual/tty/ttyu0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyu0.device Invocation ID: 4854394e31964d4a9aac135d8fe55220 Following Set Member: dev-ttyu0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu0 Found: found-udev -> Unit dev-ttybc.device: Description: /dev/ttybc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttybc.device Invocation ID: be99da077bfb471cace459138a279efa Following: sys-devices-virtual-tty-ttybc.device Following Set Member: sys-devices-virtual-tty-ttybc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttybc Found: found-udev -> Unit dev-sdc3.device: Description: ST3300007LC 3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:37 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sdc3.device Invocation ID: c2464e2c818540cdb2eb990c27c441f8 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc3.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d03.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc3.device Following Set Member: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc3 Found: found-udev,found-swap -> Unit sys-devices-virtual-tty-ttypb.device: Description: /sys/devices/virtual/tty/ttypb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttypb.device Invocation ID: 83918f3cf7b4400b9023611e18a66ae8 Following Set Member: dev-ttypb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttypb Found: found-udev -> Unit dev-ttyz2.device: Description: /dev/ttyz2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyz2.device Invocation ID: 62941d0299e041708c914c249fdd2cdf Following: sys-devices-virtual-tty-ttyz2.device Following Set Member: sys-devices-virtual-tty-ttyz2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz2 Found: found-udev -> Unit sys-devices-virtual-tty-ttysd.device: Description: /sys/devices/virtual/tty/ttysd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttysd.device Invocation ID: 586a790f74194ec599f5d5ebfab09cc1 Following Set Member: dev-ttysd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttysd Found: found-udev -> Unit sys-devices-virtual-tty-ttysc.device: Description: /sys/devices/virtual/tty/ttysc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttysc.device Invocation ID: b165f0932105417983207a3f4d0a55c5 Following Set Member: dev-ttysc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttysc Found: found-udev -> Unit dev-ttyzd.device: Description: /dev/ttyzd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyzd.device Invocation ID: 70f62144f7974d43a1aa4ada146f352e Following: sys-devices-virtual-tty-ttyzd.device Following Set Member: sys-devices-virtual-tty-ttyzd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyzd Found: found-udev -> Unit dev-ttyp9.device: Description: /dev/ttyp9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyp9.device Invocation ID: 9b87d82220ee4d6c904ade5b4f63e19f Following: sys-devices-virtual-tty-ttyp9.device Following Set Member: sys-devices-virtual-tty-ttyp9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp9 Found: found-udev -> Unit dev-ttyzb.device: Description: /dev/ttyzb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyzb.device Invocation ID: 64d1bce6ed0b492cb4467ca776bdc9d7 Following: sys-devices-virtual-tty-ttyzb.device Following Set Member: sys-devices-virtual-tty-ttyzb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyzb Found: found-udev -> Unit dev-ttyd1.device: Description: /dev/ttyd1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyd1.device Invocation ID: 9862fe0439f9406097ae4a08c33b05c7 Following: sys-devices-virtual-tty-ttyd1.device Following Set Member: sys-devices-virtual-tty-ttyd1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd1 Found: found-udev -> Unit dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.device: Description: ST3300007LC 3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.device Invocation ID: a56c01d9cbc54b13a8ab41c117c54f24 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc3.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d03.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc3.device Following Set Member: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.device Following Set Member: dev-sdc3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc3 Found: found-udev -> Unit dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap: Description: /dev/disk/by-partuuid/818f7e70-03 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:37 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:37 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:37 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap Invocation ID: 458b104d065e42739b7122487ffdf044 Following: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap Following Set Member: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap Following Set Member: dev-sdc3.swap Requires: -.mount (origin-implicit) Requires: system.slice (origin-file) Conflicts: umount.target (origin-default) Before: umount.target (origin-default) Before: swap.target (origin-default) After: -.mount (origin-implicit) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: -.mount (origin-implicit) References: umount.target (origin-default) References: swap.target (origin-default) RequiresMountsFor: /dev/disk/by-partuuid/818f7e70-03 (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Swap State: active Result: success What: /dev/disk/by-partuuid/818f7e70-03 From /proc/swaps: yes From fragment: no Device Node: /dev/sdc3 Priority: -2 Options: TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyxd.device: Description: /dev/ttyxd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyxd.device Invocation ID: 0fc282414f234158bd00ccfe75c6a26a Following: sys-devices-virtual-tty-ttyxd.device Following Set Member: sys-devices-virtual-tty-ttyxd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyxd Found: found-udev -> Unit sys-devices-virtual-tty-ttyu2.device: Description: /sys/devices/virtual/tty/ttyu2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyu2.device Invocation ID: d56d01adad8d4d36ab0fc5db1345f1a0 Following Set Member: dev-ttyu2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu2 Found: found-udev -> Unit systemd-fsck at dev-disk-by\x2dlabel-DAVE.service: Description: File System Check on /dev/disk/by-label/DAVE Instance: dev-disk-by\x2dlabel-DAVE Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:38 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:37 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:38 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-systemd\x2dfsck.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service Invocation ID: bdbc049fe0614a30940ff0909bcc8940 Documentation: man:systemd-fsck at .service(8) Fragment Path: /lib/systemd/system/systemd-fsck at .service Condition Timestamp: Sat 2018-09-22 16:14:36 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:36 EDT Assert Result: yes Requires: system-systemd\x2dfsck.slice (origin-file) Wants: systemd-fsckd.socket (origin-file) BindsTo: dev-disk-by\x2dlabel-DAVE.device (origin-file) RequiredBy: home-dave.mount (destination-file) Before: home-dave.mount (destination-file) Before: shutdown.target (origin-file) Before: systemd-quotacheck.service (origin-file) After: system-systemd\x2dfsck.slice (origin-file) After: dev-disk-by\x2dlabel-DAVE.device (origin-file) After: local-fs-pre.target (origin-file) After: systemd-journald.socket (origin-file) After: systemd-fsckd.socket (origin-file) After: systemd-fsck-root.service (origin-file) References: system-systemd\x2dfsck.slice (origin-file) References: shutdown.target (origin-file) References: dev-disk-by\x2dlabel-DAVE.device (origin-file) References: systemd-quotacheck.service (origin-file) References: local-fs-pre.target (origin-file) References: systemd-journald.socket (origin-file) References: systemd-fsckd.socket (origin-file) References: systemd-fsck-root.service (origin-file) ReferencedBy: home-dave.mount (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: infinity RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-fsck /dev/disk/by-label/DAVE PID: 1313 Start Timestamp: Sat 2018-09-22 16:14:37 EDT Exit Timestamp: Sat 2018-09-22 16:14:38 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit systemd-sysctl.service: Description: Apply Kernel Variables Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:25 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:25 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:25 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-sysctl.service Invocation ID: 2820784aa9424f15b5ca613ff9730896 Documentation: man:systemd-sysctl.service(8) Documentation: man:sysctl.d(5) Fragment Path: /lib/systemd/system/systemd-sysctl.service ConditionPathIsReadWrite: /proc/sys/net succeeded Condition Timestamp: Sat 2018-09-22 16:14:25 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:25 EDT Assert Result: yes Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: ifup at eth0.service (destination-file) Before: shutdown.target (origin-file) Before: networking.service (destination-file) Before: sysinit.target (origin-file) Before: systemd-networkd.service (destination-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: systemd-modules-load.service (origin-file) References: sysinit.target (origin-file) References: systemd-modules-load.service (origin-file) References: shutdown.target (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: sysinit.target (destination-file) ReferencedBy: ifup at eth0.service (destination-file) ReferencedBy: networking.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-sysctl PID: 1196 Start Timestamp: Sat 2018-09-22 16:14:25 EDT Exit Timestamp: Sat 2018-09-22 16:14:25 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit gssproxy.service: Description: gssproxy.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: gssproxy.service WantedBy: auth-rpcgss-module.service (destination-file) Before: rpc-svcgssd.service (destination-file) Before: nfs-client.target (destination-file) Before: nfs-server.service (destination-file) After: auth-rpcgss-module.service (destination-file) ReferencedBy: rpc-svcgssd.service (destination-file) ReferencedBy: nfs-client.target (destination-file) ReferencedBy: auth-rpcgss-module.service (destination-file) ReferencedBy: nfs-server.service (destination-file) -> Unit cron.service: Description: Regular background program processing daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:08 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:08 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:08 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/cron.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: cron.service Invocation ID: b6297a37b35e461984922f8fd013a913 Documentation: man:cron(8) Fragment Path: /lib/systemd/system/cron.service Condition Timestamp: Sat 2018-09-22 16:15:08 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:08 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: sysinit.target (origin-default) After: nss-user-lookup.target (origin-file) After: basic.target (origin-default) After: remote-fs.target (origin-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) References: sysinit.target (origin-default) References: shutdown.target (origin-default) References: nss-user-lookup.target (origin-file) References: basic.target (origin-default) References: remote-fs.target (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: on-failure NotifyAccess: none NotifyState: unknown Main PID: 1659 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/cron RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/cron -f $EXTRA_OPTS PID: 1659 Start Timestamp: Sat 2018-09-22 16:15:08 EDT CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit graphical.target: Description: Graphical Interface Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:17:06 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:17:06 EDT Active Enter Timestamp: Sat 2018-09-22 16:17:06 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: graphical.target Name: runlevel5.target Name: default.target Invocation ID: d07ccb6767a649d5a05822cec56b54a6 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/graphical.target Condition Timestamp: Sat 2018-09-22 16:17:06 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:17:06 EDT Assert Result: yes Requires: multi-user.target (origin-file) Wants: radvd.service (origin-file) Wants: loadcpufreq.service (origin-file) Wants: sheepdog.service (origin-file) Wants: ipmievd.service (origin-file) Wants: cpufrequtils.service (origin-file) Wants: display-manager.service (origin-file) Wants: stunnel4.service (origin-file) Wants: exim4.service (origin-file) Wants: mysql.service (origin-file) Wants: accounts-daemon.service (origin-file) Wants: openipmi.service (origin-file) Wants: network-manager.service (origin-file) Wants: systemd-update-utmp-runlevel.service (origin-file) Wants: udftools.service (origin-file) Conflicts: shutdown.target (origin-default) Conflicts: rescue.target (origin-file) Conflicts: rescue.service (origin-file) Before: shutdown.target (origin-default) Before: systemd-update-utmp-runlevel.service (destination-file) After: cpufrequtils.service (origin-default destination-file) After: multi-user.target (origin-file origin-default) After: udftools.service (origin-default destination-file) After: rescue.target (origin-file) After: exim4.service (origin-default destination-file) After: mysql.service (origin-default destination-file) After: display-manager.service (origin-file) After: rescue.service (origin-file) After: loadcpufreq.service (origin-default destination-file) After: ipmievd.service (origin-default destination-file) After: accounts-daemon.service (origin-default) After: radvd.service (origin-default destination-file) After: network-manager.service (origin-default destination-file) After: stunnel4.service (origin-default destination-file) After: openipmi.service (origin-default destination-file) After: sheepdog.service (origin-default destination-file) References: exim4.service (origin-file origin-default) References: rescue.service (origin-file) References: ipmievd.service (origin-file origin-default) References: systemd-update-utmp-runlevel.service (origin-file) References: radvd.service (origin-file origin-default) References: loadcpufreq.service (origin-file origin-default) References: accounts-daemon.service (origin-file origin-default) References: display-manager.service (origin-file) References: sheepdog.service (origin-file origin-default) References: multi-user.target (origin-file origin-default) References: mysql.service (origin-file origin-default) References: network-manager.service (origin-file origin-default) References: udftools.service (origin-file origin-default) References: rescue.target (origin-file) References: stunnel4.service (origin-file origin-default) References: cpufrequtils.service (origin-file origin-default) References: openipmi.service (origin-file origin-default) References: shutdown.target (origin-default) ReferencedBy: ipmievd.service (destination-file) ReferencedBy: sheepdog.service (destination-file) ReferencedBy: udftools.service (destination-file) ReferencedBy: network-manager.service (destination-file) ReferencedBy: stunnel4.service (destination-file) ReferencedBy: openipmi.service (destination-file) ReferencedBy: loadcpufreq.service (destination-file) ReferencedBy: cpufrequtils.service (destination-file) ReferencedBy: radvd.service (destination-file) ReferencedBy: mysql.service (destination-file) ReferencedBy: systemd-update-utmp-runlevel.service (destination-file) ReferencedBy: exim4.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit sys-devices-virtual-tty-ttyw8.device: Description: /sys/devices/virtual/tty/ttyw8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyw8.device Invocation ID: d9b75514c5764a0c8a066d986d87e989 Following Set Member: dev-ttyw8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw8 Found: found-udev -> Unit sys-devices-virtual-tty-ttyr6.device: Description: /sys/devices/virtual/tty/ttyr6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyr6.device Invocation ID: 1a08541966b741a69e98124b9cd02542 Following Set Member: dev-ttyr6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr6 Found: found-udev -> Unit dev-ttywf.device: Description: /dev/ttywf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttywf.device Invocation ID: fa33ac4ab2004b13bcdd19efb31917cd Following: sys-devices-virtual-tty-ttywf.device Following Set Member: sys-devices-virtual-tty-ttywf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttywf Found: found-udev -> Unit dev-ram2.device: Description: /dev/ram2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram2.device Invocation ID: 5c5baca7bf584f5995fc03bbe4444f1d Following: sys-devices-virtual-block-ram2.device Following Set Member: sys-devices-virtual-block-ram2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram2 Found: found-udev -> Unit system.slice: Description: System Slice Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:21 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:21 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:21 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: yes Garbage Collection Mode: inactive Slice: -.slice CGroup: /system.slice CGroup realized: yes CGroup realized mask: memory devices pids CGroup enabled mask: memory devices pids CGroup own mask: memory pids CGroup members mask: memory devices pids Name: system.slice Documentation: man:systemd.special(7) Requires: -.slice (origin-implicit) RequiredBy: apt-daily.service (destination-file) RequiredBy: systemd-binfmt.service (destination-file) RequiredBy: ebtables.service (destination-file) RequiredBy: systemd-random-seed.service (destination-file) RequiredBy: nfs-blkmap.service (destination-file) RequiredBy: sys-kernel-config.mount (destination-file) RequiredBy: systemd-sysusers.service (destination-file) RequiredBy: rpc-gssd.service (destination-file) RequiredBy: systemd-user-sessions.service (destination-file) RequiredBy: nscd.service (destination-file) RequiredBy: systemd-update-utmp.service (destination-file) RequiredBy: systemd-udev-trigger.service (destination-file) RequiredBy: ntp.service (destination-file) RequiredBy: home-srv-buildd-unpack.mount (destination-file) RequiredBy: dbus.service (destination-file) RequiredBy: cups.service (destination-file) RequiredBy: systemd-update-utmp-runlevel.service (destination-file) RequiredBy: nmbd.service (destination-file) RequiredBy: ifupdown-pre.service (destination-file) RequiredBy: system-serial\x2dgetty.slice (destination-implicit) RequiredBy: systemd-udevd.service (destination-file) RequiredBy: dev-hugepages.mount (destination-file) RequiredBy: kmod-static-nodes.service (destination-file) RequiredBy: systemd-fsckd.socket (destination-file) RequiredBy: systemd-fsckd.service (destination-file) RequiredBy: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap (destination-file) RequiredBy: polkit.service (destination-file) RequiredBy: accounts-daemon.service (destination-file) RequiredBy: irqbalance.service (destination-file) RequiredBy: networking.service (destination-file) RequiredBy: nfs-server.service (destination-file) RequiredBy: run-user-1000.mount (destination-file) RequiredBy: rescue.service (destination-file) RequiredBy: rpc-statd-notify.service (destination-file) RequiredBy: uuidd.service (destination-file) RequiredBy: systemd-udevd-control.socket (destination-file) RequiredBy: schroot.service (destination-file) RequiredBy: rpcbind.service (destination-file) RequiredBy: sysstat.service (destination-file) RequiredBy: phpsessionclean.service (destination-file) RequiredBy: dev-sdc3.swap (destination-file) RequiredBy: systemd-modules-load.service (destination-file) RequiredBy: rpcbind.socket (destination-file) RequiredBy: nfs-idmapd.service (destination-file) RequiredBy: logrotate.service (destination-file) RequiredBy: smbd.service (destination-file) RequiredBy: ofono.service (destination-file) RequiredBy: systemd-journald.service (destination-file) RequiredBy: proc-fs-nfsd.mount (destination-file) RequiredBy: dev-mqueue.mount (destination-file) RequiredBy: ifupdown-wait-online.service (destination-file) RequiredBy: minissdpd.service (destination-file) RequiredBy: mnt.mount (destination-file) RequiredBy: home.mount (destination-file) RequiredBy: rpc-statd.service (destination-file) RequiredBy: systemd-journald-dev-log.socket (destination-file) RequiredBy: stunnel4.service (destination-file) RequiredBy: dbus.socket (destination-file) RequiredBy: systemd-timesyncd.service (destination-file) RequiredBy: mysql.service (destination-file) RequiredBy: nfs-config.service (destination-file) RequiredBy: nfs-mountd.service (destination-file) RequiredBy: bind9.service (destination-file) RequiredBy: systemd-journal-flush.service (destination-file) RequiredBy: systemd-tmpfiles-setup-dev.service (destination-file) RequiredBy: openipmi.service (destination-file) RequiredBy: cron.service (destination-file) RequiredBy: systemd-ask-password-wall.service (destination-file) RequiredBy: systemd-journald-audit.socket (destination-file) RequiredBy: rc-local.service (destination-file) RequiredBy: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap (destination-file) RequiredBy: ModemManager.service (destination-file) RequiredBy: systemd-fsck-root.service (destination-file) RequiredBy: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap (destination-file) RequiredBy: sheepdog.service (destination-file) RequiredBy: ipmievd.service (destination-file) RequiredBy: loadcpufreq.service (destination-file) RequiredBy: emergency.service (destination-file) RequiredBy: systemd-initctl.socket (destination-file) RequiredBy: apt-cacher-ng.service (destination-file) RequiredBy: getty-static.service (destination-file) RequiredBy: sys-fs-fuse-connections.mount (destination-file) RequiredBy: syslog.socket (destination-file) RequiredBy: systemd-initctl.service (destination-file) RequiredBy: systemd-sysctl.service (destination-file) RequiredBy: postfix.service (destination-file) RequiredBy: systemd-networkd.service (destination-file) RequiredBy: udftools.service (destination-file) RequiredBy: systemd-logind.service (destination-file) RequiredBy: avahi-daemon.service (destination-file) RequiredBy: systemd-udevd-kernel.socket (destination-file) RequiredBy: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (destination-file) RequiredBy: system-user\x2druntime\x2ddir.slice (destination-implicit) RequiredBy: systemd-tmpfiles-setup.service (destination-file) RequiredBy: ssh.service (destination-file) RequiredBy: console-kit-log-system-start.service (destination-file) RequiredBy: var.mount (destination-file) RequiredBy: network-manager.service (destination-file) RequiredBy: system-postgresql.slice (destination-implicit) RequiredBy: wpa_supplicant.service (destination-file) RequiredBy: system-postfix.slice (destination-implicit) RequiredBy: cpufrequtils.service (destination-file) RequiredBy: apt-daily-upgrade.service (destination-file) RequiredBy: smartd.service (destination-file) RequiredBy: systemd-tmpfiles-clean.service (destination-file) RequiredBy: nfs-utils.service (destination-file) RequiredBy: auth-rpcgss-module.service (destination-file) RequiredBy: rsync.service (destination-file) RequiredBy: apparmor.service (destination-file) RequiredBy: radvd.service (destination-file) RequiredBy: system-getty.slice (destination-implicit) RequiredBy: spamassassin.service (destination-file) RequiredBy: proc-sys-fs-binfmt_misc.mount (destination-file) RequiredBy: postgresql.service (destination-file) RequiredBy: systemd-machine-id-commit.service (destination-file) RequiredBy: uuidd.socket (destination-file) RequiredBy: -.mount (destination-file) RequiredBy: dundee.service (destination-file) RequiredBy: run-rpc_pipefs.mount (destination-file) RequiredBy: systemd-remount-fs.service (destination-file) RequiredBy: sys-kernel-debug.mount (destination-file) RequiredBy: home-srv-swapfile.swap (destination-file) RequiredBy: avahi-daemon.socket (destination-file) RequiredBy: systemd-journald.socket (destination-file) RequiredBy: rsyslog.service (destination-file) RequiredBy: systemd-quotacheck.service (destination-file) RequiredBy: rpc-svcgssd.service (destination-file) RequiredBy: boot.mount (destination-file) RequiredBy: systemd-ask-password-console.service (destination-file) RequiredBy: systemd-hwdb-update.service (destination-file) RequiredBy: exim4.service (destination-file) RequiredBy: system-systemd\x2dfsck.slice (destination-implicit) RequiredBy: home-dave.mount (destination-file) RequiredBy: ifup at eth0.service (destination-file) RequiredBy: cups.socket (destination-file) WantedBy: slices.target (destination-file) Before: systemd-remount-fs.service (destination-file) Before: postgresql.service (destination-file) Before: rpcbind.service (destination-file) Before: logrotate.service (destination-file) Before: var.mount (destination-file) Before: ifupdown-wait-online.service (destination-file) Before: -.mount (destination-file) Before: ntp.service (destination-file) Before: systemd-tmpfiles-setup-dev.service (destination-file) Before: systemd-journald.service (destination-file) Before: ModemManager.service (destination-file) Before: networking.service (destination-file) Before: systemd-networkd.service (destination-file) Before: dev-hugepages.mount (destination-file) Before: cron.service (destination-file) Before: polkit.service (destination-file) Before: proc-fs-nfsd.mount (destination-file) Before: systemd-initctl.socket (destination-file) Before: phpsessionclean.service (destination-file) Before: nfs-idmapd.service (destination-file) Before: ifupdown-pre.service (destination-file) Before: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap (destination-file) Before: dev-sdc3.swap (destination-file) Before: systemd-timesyncd.service (destination-file) Before: systemd-journald.socket (destination-file) Before: system-postfix.slice (destination-implicit) Before: apt-daily.service (destination-file) Before: smartd.service (destination-file) Before: systemd-random-seed.service (destination-file) Before: getty-static.service (destination-file) Before: spamassassin.service (destination-file) Before: systemd-quotacheck.service (destination-file) Before: sysstat.service (destination-file) Before: systemd-udevd-control.socket (destination-file) Before: udftools.service (destination-file) Before: mysql.service (destination-file) Before: systemd-sysusers.service (destination-file) Before: dev-mqueue.mount (destination-file) Before: home-dave.mount (destination-file) Before: ebtables.service (destination-file) Before: system-postgresql.slice (destination-implicit) Before: smbd.service (destination-file) Before: nfs-blkmap.service (destination-file) Before: apt-cacher-ng.service (destination-file) Before: radvd.service (destination-file) Before: auth-rpcgss-module.service (destination-file) Before: syslog.socket (destination-file) Before: home-srv-swapfile.swap (destination-file) Before: nfs-config.service (destination-file) Before: rpc-svcgssd.service (destination-file) Before: exim4.service (destination-file) Before: systemd-udevd.service (destination-file) Before: nmbd.service (destination-file) Before: ssh.service (destination-file) Before: postfix.service (destination-file) Before: rc-local.service (destination-file) Before: avahi-daemon.socket (destination-file) Before: minissdpd.service (destination-file) Before: sys-kernel-config.mount (destination-file) Before: systemd-user-sessions.service (destination-file) Before: systemd-fsckd.service (destination-file) Before: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap (destination-file) Before: systemd-update-utmp-runlevel.service (destination-file) Before: nfs-mountd.service (destination-file) Before: systemd-machine-id-commit.service (destination-file) Before: home.mount (destination-file) Before: wpa_supplicant.service (destination-file) Before: rpc-statd-notify.service (destination-file) Before: mnt.mount (destination-file) Before: stunnel4.service (destination-file) Before: apt-daily-upgrade.service (destination-file) Before: systemd-journald-dev-log.socket (destination-file) Before: boot.mount (destination-file) Before: dbus.service (destination-file) Before: bind9.service (destination-file) Before: systemd-journal-flush.service (destination-file) Before: openipmi.service (destination-file) Before: cups.service (destination-file) Before: sys-kernel-debug.mount (destination-file) Before: nscd.service (destination-file) Before: nfs-utils.service (destination-file) Before: proc-sys-fs-binfmt_misc.mount (destination-file) Before: sys-fs-fuse-connections.mount (destination-file) Before: systemd-udev-trigger.service (destination-file) Before: systemd-journald-audit.socket (destination-file) Before: slices.target (destination-file) Before: rsyslog.service (destination-file) Before: ipmievd.service (destination-file) Before: network-manager.service (destination-file) Before: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap (destination-file) Before: schroot.service (destination-file) Before: systemd-hwdb-update.service (destination-file) Before: run-user-1000.mount (destination-file) Before: loadcpufreq.service (destination-file) Before: cpufrequtils.service (destination-file) Before: avahi-daemon.service (destination-file) Before: systemd-binfmt.service (destination-file) Before: dundee.service (destination-file) Before: sheepdog.service (destination-file) Before: ofono.service (destination-file) Before: system-serial\x2dgetty.slice (destination-implicit) Before: system-user\x2druntime\x2ddir.slice (destination-implicit) Before: cups.socket (destination-file) Before: systemd-fsckd.socket (destination-file) Before: systemd-initctl.service (destination-file) Before: apparmor.service (destination-file) Before: uuidd.socket (destination-file) Before: systemd-ask-password-wall.service (destination-file) Before: irqbalance.service (destination-file) Before: rsync.service (destination-file) Before: emergency.service (destination-file) Before: systemd-update-utmp.service (destination-file) Before: nfs-server.service (destination-file) Before: rpcbind.socket (destination-file) Before: uuidd.service (destination-file) Before: dbus.socket (destination-file) Before: systemd-udevd-kernel.socket (destination-file) Before: systemd-fsck-root.service (destination-file) Before: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (destination-file) Before: home-srv-buildd-unpack.mount (destination-file) Before: system-systemd\x2dfsck.slice (destination-implicit) Before: systemd-sysctl.service (destination-file) Before: accounts-daemon.service (destination-file) Before: ifup at eth0.service (destination-file) Before: system-getty.slice (destination-implicit) Before: kmod-static-nodes.service (destination-file) Before: rpc-gssd.service (destination-file) Before: run-rpc_pipefs.mount (destination-file) Before: systemd-tmpfiles-clean.service (destination-file) Before: systemd-modules-load.service (destination-file) Before: rpc-statd.service (destination-file) Before: systemd-tmpfiles-setup.service (destination-file) Before: systemd-logind.service (destination-file) Before: systemd-ask-password-console.service (destination-file) Before: console-kit-log-system-start.service (destination-file) Before: rescue.service (destination-file) After: -.slice (origin-implicit) References: -.slice (origin-implicit) ReferencedBy: systemd-udevd-control.socket (destination-file) ReferencedBy: system-systemd\x2dfsck.slice (destination-implicit) ReferencedBy: home-dave.mount (destination-file) ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: system-getty.slice (destination-implicit) ReferencedBy: ebtables.service (destination-file) ReferencedBy: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap (destination-file) ReferencedBy: dbus.socket (destination-file) ReferencedBy: spamassassin.service (destination-file) ReferencedBy: sysstat.service (destination-file) ReferencedBy: systemd-initctl.socket (destination-file) ReferencedBy: ntp.service (destination-file) ReferencedBy: systemd-modules-load.service (destination-file) ReferencedBy: systemd-udevd.service (destination-file) ReferencedBy: systemd-timesyncd.service (destination-file) ReferencedBy: system-user\x2druntime\x2ddir.slice (destination-implicit) ReferencedBy: systemd-user-sessions.service (destination-file) ReferencedBy: minissdpd.service (destination-file) ReferencedBy: run-rpc_pipefs.mount (destination-file) ReferencedBy: irqbalance.service (destination-file) ReferencedBy: dev-sdc3.swap (destination-file) ReferencedBy: systemd-update-utmp-runlevel.service (destination-file) ReferencedBy: rsync.service (destination-file) ReferencedBy: sys-kernel-config.mount (destination-file) ReferencedBy: uuidd.socket (destination-file) ReferencedBy: uuidd.service (destination-file) ReferencedBy: sheepdog.service (destination-file) ReferencedBy: rpcbind.service (destination-file) ReferencedBy: systemd-ask-password-wall.service (destination-file) ReferencedBy: home-srv-buildd-unpack.mount (destination-file) ReferencedBy: systemd-tmpfiles-setup.service (destination-file) ReferencedBy: apt-daily.service (destination-file) ReferencedBy: dbus.service (destination-file) ReferencedBy: cups.service (destination-file) ReferencedBy: ModemManager.service (destination-file) ReferencedBy: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (destination-file) ReferencedBy: openipmi.service (destination-file) ReferencedBy: systemd-udev-trigger.service (destination-file) ReferencedBy: polkit.service (destination-file) ReferencedBy: apt-cacher-ng.service (destination-file) ReferencedBy: postfix.service (destination-file) ReferencedBy: rpcbind.socket (destination-file) ReferencedBy: schroot.service (destination-file) ReferencedBy: systemd-binfmt.service (destination-file) ReferencedBy: cups.socket (destination-file) ReferencedBy: phpsessionclean.service (destination-file) ReferencedBy: systemd-logind.service (destination-file) ReferencedBy: system-postgresql.slice (destination-implicit) ReferencedBy: ssh.service (destination-file) ReferencedBy: systemd-hwdb-update.service (destination-file) ReferencedBy: systemd-journald-audit.socket (destination-file) ReferencedBy: proc-fs-nfsd.mount (destination-file) ReferencedBy: nfs-idmapd.service (destination-file) ReferencedBy: systemd-machine-id-commit.service (destination-file) ReferencedBy: nfs-blkmap.service (destination-file) ReferencedBy: logrotate.service (destination-file) ReferencedBy: bind9.service (destination-file) ReferencedBy: postgresql.service (destination-file) ReferencedBy: ipmievd.service (destination-file) ReferencedBy: apparmor.service (destination-file) ReferencedBy: rc-local.service (destination-file) ReferencedBy: accounts-daemon.service (destination-file) ReferencedBy: udftools.service (destination-file) ReferencedBy: rsyslog.service (destination-file) ReferencedBy: dundee.service (destination-file) ReferencedBy: systemd-fsck-root.service (destination-file) ReferencedBy: syslog.socket (destination-file) ReferencedBy: smartd.service (destination-file) ReferencedBy: rpc-svcgssd.service (destination-file) ReferencedBy: ofono.service (destination-file) ReferencedBy: emergency.service (destination-file) ReferencedBy: auth-rpcgss-module.service (destination-file) ReferencedBy: stunnel4.service (destination-file) ReferencedBy: -.mount (destination-file) ReferencedBy: systemd-journald.socket (destination-file) ReferencedBy: apt-daily-upgrade.service (destination-file) ReferencedBy: systemd-random-seed.service (destination-file) ReferencedBy: run-user-1000.mount (destination-file) ReferencedBy: systemd-sysctl.service (destination-file) ReferencedBy: network-manager.service (destination-file) ReferencedBy: systemd-fsckd.service (destination-file) ReferencedBy: nfs-server.service (destination-file) ReferencedBy: rpc-statd-notify.service (destination-file) ReferencedBy: systemd-sysusers.service (destination-file) ReferencedBy: cron.service (destination-file) ReferencedBy: slices.target (destination-file) ReferencedBy: wpa_supplicant.service (destination-file) ReferencedBy: nfs-mountd.service (destination-file) ReferencedBy: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap (destination-file) ReferencedBy: system-postfix.slice (destination-implicit) ReferencedBy: systemd-journal-flush.service (destination-file) ReferencedBy: nfs-config.service (destination-file) ReferencedBy: kmod-static-nodes.service (destination-file) ReferencedBy: avahi-daemon.service (destination-file) ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file) ReferencedBy: systemd-udevd-kernel.socket (destination-file) ReferencedBy: ifup at eth0.service (destination-file) ReferencedBy: boot.mount (destination-file) ReferencedBy: systemd-tmpfiles-clean.service (destination-file) ReferencedBy: mnt.mount (destination-file) ReferencedBy: systemd-remount-fs.service (destination-file) ReferencedBy: nfs-utils.service (destination-file) ReferencedBy: systemd-update-utmp.service (destination-file) ReferencedBy: home.mount (destination-file) ReferencedBy: rpc-statd.service (destination-file) ReferencedBy: var.mount (destination-file) ReferencedBy: system-serial\x2dgetty.slice (destination-implicit) ReferencedBy: smbd.service (destination-file) ReferencedBy: systemd-initctl.service (destination-file) ReferencedBy: sys-kernel-debug.mount (destination-file) ReferencedBy: systemd-journald-dev-log.socket (destination-file) ReferencedBy: rescue.service (destination-file) ReferencedBy: loadcpufreq.service (destination-file) ReferencedBy: dev-hugepages.mount (destination-file) ReferencedBy: nmbd.service (destination-file) ReferencedBy: systemd-fsckd.socket (destination-file) ReferencedBy: networking.service (destination-file) ReferencedBy: mysql.service (destination-file) ReferencedBy: sys-fs-fuse-connections.mount (destination-file) ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap (destination-file) ReferencedBy: home-srv-swapfile.swap (destination-file) ReferencedBy: getty-static.service (destination-file) ReferencedBy: cpufrequtils.service (destination-file) ReferencedBy: systemd-ask-password-console.service (destination-file) ReferencedBy: console-kit-log-system-start.service (destination-file) ReferencedBy: exim4.service (destination-file) ReferencedBy: nscd.service (destination-file) ReferencedBy: dev-mqueue.mount (destination-file) ReferencedBy: systemd-journald.service (destination-file) ReferencedBy: avahi-daemon.socket (destination-file) ReferencedBy: rpc-gssd.service (destination-file) ReferencedBy: radvd.service (destination-file) ReferencedBy: ifupdown-pre.service (destination-file) ReferencedBy: systemd-quotacheck.service (destination-file) ReferencedBy: ifupdown-wait-online.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Slice State: active CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=18446744073709551615 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttye9.device: Description: /sys/devices/virtual/tty/ttye9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttye9.device Invocation ID: 54765f001bb24149a8fa8983c29d42b5 Following Set Member: dev-ttye9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye9 Found: found-udev -> Unit dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart7.device: Description: ST3300007LC HOME2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart7.device Invocation ID: 3001d7eeded949d69aae6ce969de6007 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc7.device Following Set Member: dev-disk-by\x2duuid-d64e45b1\x2d462e\x2d4437\x2d9a0a\x2dcf835dcef080.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc7.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart7.device Following Set Member: dev-disk-by\x2dlabel-HOME2.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d07.device Following Set Member: dev-sdc7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc7 Found: found-udev -> Unit sys-devices-virtual-tty-ttyzc.device: Description: /sys/devices/virtual/tty/ttyzc Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyzc.device Invocation ID: 6b1f3396baf44b5bbf3cfe779f899a73 Following Set Member: dev-ttyzc.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyzc Found: found-udev -> Unit sys-devices-virtual-tty-ttyc3.device: Description: /sys/devices/virtual/tty/ttyc3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyc3.device Invocation ID: d6f2dda4a9c34fd2a215137c05382c3b Following Set Member: dev-ttyc3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc3 Found: found-udev -> Unit sys-devices-virtual-block-ram1.device: Description: /sys/devices/virtual/block/ram1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:28 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:28 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:28 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram1.device Invocation ID: 23f7e29bb634455da321b2d0b3b780c7 Following Set Member: dev-ram1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram1 Found: found-udev -> Unit sys-devices-virtual-tty-ttyp0.device: Description: /sys/devices/virtual/tty/ttyp0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyp0.device Invocation ID: 586b2a797b3f487995e98e7a8f701cd2 Following Set Member: dev-ttyp0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp0 Found: found-udev -> Unit sys-devices-virtual-tty-ttyw2.device: Description: /sys/devices/virtual/tty/ttyw2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyw2.device Invocation ID: c0a052ad7b7e456e95a8f477e5ce7df4 Following Set Member: dev-ttyw2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw2 Found: found-udev -> Unit dev-ttyy0.device: Description: /dev/ttyy0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyy0.device Invocation ID: 11aac52cc9be47f0ba7e7f0c8d4da730 Following: sys-devices-virtual-tty-ttyy0.device Following Set Member: sys-devices-virtual-tty-ttyy0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy0 Found: found-udev -> Unit dev-ttye0.device: Description: /dev/ttye0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttye0.device Invocation ID: 6170cf0969a4499694cd5a12c85a88ce Following: sys-devices-virtual-tty-ttye0.device Following Set Member: sys-devices-virtual-tty-ttye0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye0 Found: found-udev -> Unit sys-devices-virtual-tty-ttyt6.device: Description: /sys/devices/virtual/tty/ttyt6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyt6.device Invocation ID: 4464f9089c414e51a4e055e16e0d5a2c Following Set Member: dev-ttyt6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt6 Found: found-udev -> Unit boot.mount: Description: /boot Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:40 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:38 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:40 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/boot.mount CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: boot.mount Invocation ID: 3ed3063e1b254df89746a187003c3709 Documentation: man:fstab(5) Documentation: man:systemd-fstab-generator(8) Fragment Path: /run/systemd/generator/boot.mount Source Path: /etc/fstab Condition Timestamp: Sat 2018-09-22 16:14:38 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:38 EDT Assert Result: yes Requires: system.slice (origin-file) Requires: -.mount (origin-file origin-implicit) Requires: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (origin-file) BindsTo: dev-disk-by\x2dlabel-BOOT2.device (origin-file) RequiredBy: local-fs.target (destination-file) WantedBy: dev-disk-by\x2dlabel-BOOT2.device (destination-file) Conflicts: umount.target (origin-file) Before: umount.target (origin-file) Before: local-fs.target (origin-file) After: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (origin-file) After: local-fs-pre.target (origin-file) After: -.mount (origin-file origin-implicit) After: dev-disk-by\x2dlabel-BOOT2.device (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (origin-file) References: local-fs-pre.target (origin-file) References: -.mount (origin-file origin-implicit) References: local-fs.target (origin-file) References: dev-disk-by\x2dlabel-BOOT2.device (origin-file) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: umount.target (origin-file) ReferencedBy: local-fs.target (destination-file) RequiresMountsFor: / (origin-implicit) RequiresMountsFor: /dev/disk/by-label/BOOT2 (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Mount State: mounted Result: success Where: /boot What: /dev/sdc2 File System Type: ext2 Options: rw,relatime,errors=continue,user_xattr From /proc/self/mountinfo: yes From fragment: yes Extrinsic: no DirectoryMode: 0755 SloppyOptions: no LazyUnmount: no ForceUnmount: no TimoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyd8.device: Description: /dev/ttyd8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyd8.device Invocation ID: 9e1215791625405c91fda935e45fed71 Following: sys-devices-virtual-tty-ttyd8.device Following Set Member: sys-devices-virtual-tty-ttyd8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd8 Found: found-udev -> Unit clamav-daemon.service: Description: clamav-daemon.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: clamav-daemon.service Before: exim4.service (destination-file) ReferencedBy: exim4.service (destination-file) -> Unit sys-devices-virtual-tty-ttyaa.device: Description: /sys/devices/virtual/tty/ttyaa Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyaa.device Invocation ID: 6861120dfd8b45ce936ce537a4bd49c0 Following Set Member: dev-ttyaa.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyaa Found: found-udev -> Unit dev-ttyy6.device: Description: /dev/ttyy6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyy6.device Invocation ID: 8f26ea51fdbe4ef2a1fbd2e28bf81f09 Following: sys-devices-virtual-tty-ttyy6.device Following Set Member: sys-devices-virtual-tty-ttyy6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy6 Found: found-udev -> Unit irqbalance.service: Description: irqbalance daemon Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:59 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:59 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:59 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/irqbalance.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: irqbalance.service Invocation ID: 366581f8f24f46bca5a205eb56424528 Fragment Path: /lib/systemd/system/irqbalance.service ConditionVirtualization: !container succeeded Condition Timestamp: Sat 2018-09-22 16:14:58 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:58 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: multi-user.target (destination-default) After: basic.target (origin-default) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) After: sysinit.target (origin-default) References: shutdown.target (origin-default) References: basic.target (origin-default) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: sysinit.target (origin-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown Main PID: 1469 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/irqbalance RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/irqbalance --foreground $IRQBALANCE_ARGS PID: 1469 Start Timestamp: Sat 2018-09-22 16:14:59 EDT CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit plymouth-quit-wait.service: Description: plymouth-quit-wait.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: plymouth-quit-wait.service Before: serial-getty at ttyS0.service (destination-file) Before: getty at tty1.service (destination-file) ReferencedBy: serial-getty at ttyS0.service (destination-file) ReferencedBy: getty at tty1.service (destination-file) -> Unit dev-disk-by\x2dpath-pci\x2d0000:20:01.0\x2dscsi\x2d0:0:0:0\x2dpart1.device: Description: ST3300007LC DAVE Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-pci\x2d0000:20:01.0\x2dscsi\x2d0:0:0:0\x2dpart1.device Invocation ID: 515a24394c484ee0b7bd2f8d12679ce4 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb-sdb1.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.0-host2-target2:0:0-2:0:0:0-block-sdb-sdb1.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR03Y0N\x2dpart1.device Following Set Member: dev-disk-by\x2dlabel-DAVE.device Following Set Member: dev-sdb1.device Following Set Member: dev-disk-by\x2duuid-319a7735\x2dd320\x2d4e62\x2db142\x2d05950b0eff50.device Following Set Member: dev-disk-by\x2dpartuuid-0a40befa\x2d01.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.0/host2/target2:0:0/2:0:0:0/block/sdb/sdb1 Found: found-udev -> Unit apt-daily.service: Description: Daily apt download activities Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: apt-daily.service Documentation: man:apt(8) Fragment Path: /lib/systemd/system/apt-daily.service ConditionACPower: true untested Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: apt-daily-upgrade.service (destination-file) After: connman.service (origin-file) After: sysinit.target (origin-default) After: NetworkManager.service (origin-file) After: system.slice (origin-file) After: network-online.target (origin-file) After: network.target (origin-file) After: systemd-networkd.service (origin-file) After: apt-daily.timer (destination-implicit) After: basic.target (origin-default) After: systemd-journald.socket (origin-file) TriggeredBy: apt-daily.timer (destination-implicit) References: sysinit.target (origin-default) References: shutdown.target (origin-default) References: NetworkManager.service (origin-file) References: system.slice (origin-file) References: network-online.target (origin-file) References: network.target (origin-file) References: systemd-networkd.service (origin-file) References: basic.target (origin-default) References: connman.service (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: apt-daily-upgrade.service (destination-file) ReferencedBy: apt-daily.timer (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStartPre: Command Line: /usr/lib/apt/apt-helper wait-online -> ExecStart: Command Line: /usr/lib/apt/apt.systemd.daily update CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit syslog.target: Description: syslog.target Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: syslog.target Before: dundee.service (destination-file) Before: ofono.service (destination-file) ReferencedBy: dundee.service (destination-file) ReferencedBy: ofono.service (destination-file) -> Unit sys-devices-virtual-tty-ttyw6.device: Description: /sys/devices/virtual/tty/ttyw6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyw6.device Invocation ID: d9d7b82e779f436eb3e698c9342445ad Following Set Member: dev-ttyw6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw6 Found: found-udev -> Unit nfs-idmapd.service: Description: NFSv4 ID-name mapping service Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:56 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:56 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:56 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/nfs-idmapd.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: nfs-idmapd.service Invocation ID: bd0af68642394525ae8f62c671e400cd Fragment Path: /lib/systemd/system/nfs-idmapd.service Condition Timestamp: Sat 2018-09-22 16:14:56 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:56 EDT Assert Result: yes Requires: run-rpc_pipefs.mount (origin-file) Requires: system.slice (origin-file) Wants: nfs-config.service (origin-file) BindsTo: nfs-server.service (origin-file) WantedBy: nfs-server.service (destination-file) Before: nfs-server.service (destination-file) After: systemd-journald.socket (origin-file) After: run-rpc_pipefs.mount (origin-file) After: local-fs.target (origin-file) After: nfs-config.service (origin-file) After: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: run-rpc_pipefs.mount (origin-file) References: local-fs.target (origin-file) References: nfs-server.service (origin-file) References: nfs-config.service (origin-file) References: system.slice (origin-file) ReferencedBy: nfs-server.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: no NotifyAccess: none NotifyState: unknown Main PID: 1403 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/run/sysconfig/nfs-utils RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/rpc.idmapd $RPCIDMAPDARGS PID: 1400 Start Timestamp: Sat 2018-09-22 16:14:56 EDT Exit Timestamp: Sat 2018-09-22 16:14:56 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyt6.device: Description: /dev/ttyt6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyt6.device Invocation ID: baddd00802bd40229ff79ac8ccaf75b5 Following: sys-devices-virtual-tty-ttyt6.device Following Set Member: sys-devices-virtual-tty-ttyt6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt6 Found: found-udev -> Unit dev-sda2.device: Description: My_Passport_0748 2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sda2.device Invocation ID: b71698a637974558af05554f243b920f Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda2.device Following Set Member: dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0\x2dpart2.device Following Set Member: dev-disk-by\x2duuid-60586da5\x2d52b5\x2d4bae\x2d8396\x2d91e3fba003b1.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda-sda2.device Following Set Member: dev-disk-by\x2dpartuuid-676ba017\x2d02.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0\x2dpart2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:01.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/block/sda/sda2 Found: found-udev -> Unit sys-devices-virtual-tty-ttyp1.device: Description: /sys/devices/virtual/tty/ttyp1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyp1.device Invocation ID: 635272aeca47457e8aa45173367df508 Following Set Member: dev-ttyp1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp1 Found: found-udev -> Unit dev-ttypf.device: Description: /dev/ttypf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttypf.device Invocation ID: 51de703e7d8f4030b47416d16575a306 Following: sys-devices-virtual-tty-ttypf.device Following Set Member: sys-devices-virtual-tty-ttypf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttypf Found: found-udev -> Unit sys-devices-virtual-tty-ttyd4.device: Description: /sys/devices/virtual/tty/ttyd4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyd4.device Invocation ID: 3afece4e1b51417ab876273f7d5e3845 Following Set Member: dev-ttyd4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd4 Found: found-udev -> Unit dev-ttyw8.device: Description: /dev/ttyw8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyw8.device Invocation ID: e4e32f91880b4c718573c23dda390400 Following: sys-devices-virtual-tty-ttyw8.device Following Set Member: sys-devices-virtual-tty-ttyw8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw8 Found: found-udev -> Unit dev-ram5.device: Description: /dev/ram5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ram5.device Invocation ID: 763fee3fe07847f797f6dfbca644da7f Following: sys-devices-virtual-block-ram5.device Following Set Member: sys-devices-virtual-block-ram5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram5 Found: found-udev -> Unit dev-ttyt8.device: Description: /dev/ttyt8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyt8.device Invocation ID: 2a9e9dbfc442406ea241f06c954c0c84 Following: sys-devices-virtual-tty-ttyt8.device Following Set Member: sys-devices-virtual-tty-ttyt8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt8 Found: found-udev -> Unit sys-devices-virtual-tty-ttyza.device: Description: /sys/devices/virtual/tty/ttyza Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyza.device Invocation ID: a69c8269f4154b928f9c3c1f0e2bec91 Following Set Member: dev-ttyza.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyza Found: found-udev -> Unit sys-devices-virtual-tty-ttys6.device: Description: /sys/devices/virtual/tty/ttys6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttys6.device Invocation ID: dc644b4eb7f34e169bd6a0b61a9934fe Following Set Member: dev-ttys6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys6 Found: found-udev -> Unit sys-devices-virtual-tty-ttyyf.device: Description: /sys/devices/virtual/tty/ttyyf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyyf.device Invocation ID: 42524887361f4ef6bf8ad35120636748 Following Set Member: dev-ttyyf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyyf Found: found-udev -> Unit dev-ttyp2.device: Description: /dev/ttyp2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyp2.device Invocation ID: dcad93e37c7641548735d819d8eb3c56 Following: sys-devices-virtual-tty-ttyp2.device Following Set Member: sys-devices-virtual-tty-ttyp2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp2 Found: found-udev -> Unit sys-devices-virtual-tty-ttyu3.device: Description: /sys/devices/virtual/tty/ttyu3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyu3.device Invocation ID: 678b3fef6676492cab95fb9a20285eaf Following Set Member: dev-ttyu3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyu3 Found: found-udev -> Unit sys-devices-virtual-tty-ttye4.device: Description: /sys/devices/virtual/tty/ttye4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttye4.device Invocation ID: 444bc9bba0f042a3b24673ebf8d6e8f8 Following Set Member: dev-ttye4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye4 Found: found-udev -> Unit sys-devices-virtual-tty-ttytf.device: Description: /sys/devices/virtual/tty/ttytf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttytf.device Invocation ID: 33afc3f811304fd9adf60215b08bd3cd Following Set Member: dev-ttytf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttytf Found: found-udev -> Unit cups.service: Description: CUPS Scheduler Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:14 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:14 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:14 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/cups.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: cups.service Invocation ID: f9b868045c8944fa8ac187b39110cda2 Documentation: man:cupsd(8) Fragment Path: /lib/systemd/system/cups.service Condition Timestamp: Sat 2018-09-22 16:15:14 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:14 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) ConsistsOf: cups.socket (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: sysinit.target (origin-default) After: cups.socket (destination-implicit) After: system.slice (origin-file) TriggeredBy: cups.socket (destination-implicit) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-default) References: basic.target (origin-default) References: sysinit.target (origin-default) References: system.slice (origin-file) ReferencedBy: cups.socket (destination-file destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: on-failure NotifyAccess: none NotifyState: unknown Main PID: 1835 Main PID Known: yes Main PID Alien: no RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/cupsd -l PID: 1835 Start Timestamp: Sat 2018-09-22 16:15:14 EDT CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttybb.device: Description: /sys/devices/virtual/tty/ttybb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttybb.device Invocation ID: 54f33156e2be4e3a9f354993ede17726 Following Set Member: dev-ttybb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttybb Found: found-udev -> Unit dev-ttyS1.device: Description: Diva Serial [GSP] Multiport UART (Everest SP2) Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:27 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:27 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:27 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyS1.device Invocation ID: 846b210f96874c35b2ac6f5d7be6d3fe Following: sys-devices-parisc-0-0:7-pci0000:e0-0000:e0:01.1-tty-ttyS1.device Following Set Member: sys-devices-parisc-0-0:7-pci0000:e0-0000:e0:01.1-tty-ttyS1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:7/pci0000:e0/0000:e0:01.1/tty/ttyS1 Found: found-udev -> Unit sys-devices-virtual-tty-ttywf.device: Description: /sys/devices/virtual/tty/ttywf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttywf.device Invocation ID: 2034575c23694a10947dcc9713b0fc07 Following Set Member: dev-ttywf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttywf Found: found-udev -> Unit uuidd.socket: Description: UUID daemon activation socket Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:58 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:58 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:58 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/uuidd.socket CGroup realized: no CGroup own mask: memory pids Name: uuidd.socket Invocation ID: d6aa81ddb9bf4d88bb32b388651259c2 Fragment Path: /lib/systemd/system/uuidd.socket Condition Timestamp: Sat 2018-09-22 16:14:58 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:58 EDT Assert Result: yes Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) RequiredBy: uuidd.service (destination-file) WantedBy: sockets.target (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: uuidd.service (origin-implicit) Before: sockets.target (origin-default destination-default) After: -.mount (origin-file) After: sysinit.target (origin-default) After: system.slice (origin-file) Triggers: uuidd.service (origin-implicit) References: shutdown.target (origin-default) References: uuidd.service (origin-implicit) References: sockets.target (origin-default) References: sysinit.target (origin-default) References: -.mount (origin-file) References: system.slice (origin-file) ReferencedBy: uuidd.service (destination-file) ReferencedBy: sockets.target (destination-file destination-default) RequiresMountsFor: /run/uuidd/request (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: listening Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0666 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: no PassSecurity: no TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: uuidd.socket SELinuxContextFromNet: no ListenStream: /run/uuidd/request TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-dvd.device: Description: DW-224E Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-dvd.device Invocation ID: e0e16e6ae2a14f369e6182f566d481a1 Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:02.0-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device Following Set Member: dev-sr0.device Following Set Member: dev-cdrom.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:02.0\x2data\x2d1.device Following Set Member: dev-disk-by\x2did-ata\x2dDW\x2d224E.device Following Set Member: dev-cdrw.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:02.0-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:02.0/ata1/host0/target0:0:0/0:0:0:0/block/sr0 Found: found-udev -> Unit apt-daily-upgrade.timer: Description: Daily apt upgrade and clean activities Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:17 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:57 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:57 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: apt-daily-upgrade.timer Invocation ID: 64394772df1f4e75859a5503cb5c9b11 Fragment Path: /lib/systemd/system/apt-daily-upgrade.timer Condition Timestamp: Sat 2018-09-22 16:14:57 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:57 EDT Assert Result: yes Requires: var.mount (origin-file) Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) WantedBy: timers.target (destination-file) Conflicts: shutdown.target (origin-default) Before: timers.target (origin-default) Before: shutdown.target (origin-default) Before: apt-daily-upgrade.service (origin-implicit) After: sysinit.target (origin-default) After: -.mount (origin-file) After: apt-daily.timer (origin-file) After: time-sync.target (origin-default) After: var.mount (origin-file) Triggers: apt-daily-upgrade.service (origin-implicit) References: apt-daily-upgrade.service (origin-implicit) References: sysinit.target (origin-default) References: -.mount (origin-file) References: timers.target (origin-default) References: apt-daily.timer (origin-file) References: shutdown.target (origin-default) References: time-sync.target (origin-default) References: var.mount (origin-file) ReferencedBy: timers.target (destination-file) RequiresMountsFor: /var/lib/systemd/timers (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Timer State: waiting Result: success Unit: apt-daily-upgrade.service Persistent: yes WakeSystem: no Accuracy: 1min RemainAfterElapse: yes OnCalendar: *-*-* 06:00:00 -> Unit dev-ttyz8.device: Description: /dev/ttyz8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyz8.device Invocation ID: 6e730d05cf71429bbd7297bd10caa06f Following: sys-devices-virtual-tty-ttyz8.device Following Set Member: sys-devices-virtual-tty-ttyz8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyz8 Found: found-udev -> Unit sys-devices-virtual-tty-ttydf.device: Description: /sys/devices/virtual/tty/ttydf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttydf.device Invocation ID: 07f7360112584053ac20c9edf894c8e6 Following Set Member: dev-ttydf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttydf Found: found-udev -> Unit dev-ttypd.device: Description: /dev/ttypd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttypd.device Invocation ID: 37f2e270ce704577b6b2cdde634b7c80 Following: sys-devices-virtual-tty-ttypd.device Following Set Member: sys-devices-virtual-tty-ttypd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttypd Found: found-udev -> Unit dev-ttydd.device: Description: /dev/ttydd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttydd.device Invocation ID: ce826095478c4c44868263699ba2ebe6 Following: sys-devices-virtual-tty-ttydd.device Following Set Member: sys-devices-virtual-tty-ttydd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttydd Found: found-udev -> Unit sys-devices-virtual-block-ram9.device: Description: /sys/devices/virtual/block/ram9 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram9.device Invocation ID: 4986b09e3e58441ebc2fc4cd4713c2f9 Following Set Member: dev-ram9.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram9 Found: found-udev -> Unit network-manager.service: Description: LSB: network connection manager Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:08 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:08 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:08 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: network-manager.service Invocation ID: 11b31056b5aa449ca447c735c72d045a Documentation: man:systemd-sysv-generator(8) Fragment Path: /run/systemd/generator.late/network-manager.service Source Path: /etc/init.d/network-manager Condition Timestamp: Sat 2018-09-22 16:15:07 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:07 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: graphical.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: graphical.target (origin-file destination-default) Before: shutdown.target (origin-default) Before: multi-user.target (origin-file destination-default) After: basic.target (origin-default) After: dbus.service (origin-file) After: system.slice (origin-file) After: remote-fs.target (origin-file) After: sysinit.target (origin-default) After: systemd-udevd.service (origin-file) After: systemd-journald.socket (origin-file) References: basic.target (origin-default) References: graphical.target (origin-file) References: dbus.service (origin-file) References: system.slice (origin-file) References: remote-fs.target (origin-file) References: shutdown.target (origin-default) References: multi-user.target (origin-file) References: sysinit.target (origin-default) References: systemd-udevd.service (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: graphical.target (destination-file destination-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: no Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 5min TimeoutStopSec: 5min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/init.d/network-manager start PID: 1646 Start Timestamp: Sat 2018-09-22 16:15:08 EDT Exit Timestamp: Sat 2018-09-22 16:15:08 EDT Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /etc/init.d/network-manager stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit systemd-hwdb-update.service: Description: Rebuild Hardware Database Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-hwdb-update.service Documentation: man:hwdb(7) Documentation: man:systemd-hwdb(8) Fragment Path: /lib/systemd/system/systemd-hwdb-update.service ConditionDirectoryNotEmpty: |/etc/udev/hwdb.d failed ConditionPathExists: |/etc/udev/hwdb.bin failed ConditionPathExists: |!/lib/udev/hwdb.bin failed ConditionNeedsUpdate: /etc succeeded Condition Timestamp: Sat 2018-09-22 16:14:24 EDT Condition Result: no Requires: system.slice (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: systemd-update-done.service (origin-file) Before: systemd-udevd.service (destination-file) Before: sysinit.target (origin-file) Before: shutdown.target (origin-file) After: systemd-remount-fs.service (origin-file) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) References: systemd-remount-fs.service (origin-file) References: systemd-update-done.service (origin-file) References: sysinit.target (origin-file) References: systemd-journald.socket (origin-file) References: shutdown.target (origin-file) References: system.slice (origin-file) ReferencedBy: systemd-udevd.service (destination-file) ReferencedBy: sysinit.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /bin/systemd-hwdb update CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyeb.device: Description: /sys/devices/virtual/tty/ttyeb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyeb.device Invocation ID: aae022b159ae447b85d3417235e94f4e Following Set Member: dev-ttyeb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyeb Found: found-udev -> Unit dev-ttyc7.device: Description: /dev/ttyc7 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyc7.device Invocation ID: 51ae1bda3acf460a806a0a43cdbfe0a0 Following: sys-devices-virtual-tty-ttyc7.device Following Set Member: sys-devices-virtual-tty-ttyc7.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyc7 Found: found-udev -> Unit dev-ttyaf.device: Description: /dev/ttyaf Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyaf.device Invocation ID: a9241274b8254a728e75f391889cfc88 Following: sys-devices-virtual-tty-ttyaf.device Following Set Member: sys-devices-virtual-tty-ttyaf.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyaf Found: found-udev -> Unit sys-devices-virtual-tty-ttya0.device: Description: /sys/devices/virtual/tty/ttya0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttya0.device Invocation ID: ca27aafe753b45bb85d967aeb4e3be1c Following Set Member: dev-ttya0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttya0 Found: found-udev -> Unit dev-disk-by\x2duuid-ac66c6a1\x2d0b08\x2d481d\x2da400\x2d9fb6e7a49f1b.device: Description: ST3300007LC ROOT2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:36 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:36 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:36 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2duuid-ac66c6a1\x2d0b08\x2d481d\x2da400\x2d9fb6e7a49f1b.device Invocation ID: 35088c74ad9c4cb39418418c8d32f449 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc5.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d05.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart5.device Following Set Member: dev-sdc5.device Following Set Member: dev-disk-by\x2dlabel-ROOT2.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart5.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc5 Found: found-udev -> Unit dev-ttyt5.device: Description: /dev/ttyt5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyt5.device Invocation ID: 54916f63febc493e965d9ad5b48e7886 Following: sys-devices-virtual-tty-ttyt5.device Following Set Member: sys-devices-virtual-tty-ttyt5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyt5 Found: found-udev -> Unit dev-disk-by\x2duuid-e351db25\x2da36f\x2d40b4\x2db5f1\x2d26f7accb6623.device: Description: ST3300007LC VAR2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2duuid-e351db25\x2da36f\x2d40b4\x2db5f1\x2d26f7accb6623.device Invocation ID: 7aae8736e3104227888519f3cfc21261 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc6.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart6.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d06.device Following Set Member: dev-sdc6.device Following Set Member: dev-disk-by\x2dlabel-VAR2.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc6.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc6 Found: found-udev -> Unit sys-devices-parisc-0-0:1-pci0000:20-0000:20:02.0-net-eth0.device: Description: NetXtreme BCM5701 Gigabit Ethernet Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:1-pci0000:20-0000:20:02.0-net-eth0.device Invocation ID: b4ddf4c62ea947419ee795bb4aa7d962 Following Set Member: sys-subsystem-net-devices-eth0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:02.0/net/eth0 Found: found-udev -> Unit dev-ttyw2.device: Description: /dev/ttyw2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyw2.device Invocation ID: 90eba75c69d24198b4402dd7896e8e6b Following: sys-devices-virtual-tty-ttyw2.device Following Set Member: sys-devices-virtual-tty-ttyw2.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw2 Found: found-udev -> Unit dev-disk-by\x2dpath-pci\x2d0000:00:02.0\x2data\x2d1.device: Description: DW-224E Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-pci\x2d0000:00:02.0\x2data\x2d1.device Invocation ID: 5a739d6961dc4b82bdbb8f8d8328a881 Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:02.0-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device Following Set Member: dev-sr0.device Following Set Member: dev-dvd.device Following Set Member: dev-cdrom.device Following Set Member: dev-disk-by\x2did-ata\x2dDW\x2d224E.device Following Set Member: dev-cdrw.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:02.0-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:02.0/ata1/host0/target0:0:0/0:0:0:0/block/sr0 Found: found-udev -> Unit postgresql at 10-main.service: Description: PostgreSQL Cluster 10-main Instance: 10-main Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system-postgresql.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: postgresql at 10-main.service Fragment Path: /lib/systemd/system/postgresql at .service AssertPathExists: /etc/postgresql/10/main/postgresql.conf untested Requires: var.mount (origin-file) Requires: -.mount (origin-file) Requires: sysinit.target (origin-default) Requires: system-postgresql.slice (origin-file) PartOf: postgresql.service (origin-file) WantedBy: postgresql.service (destination-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: postgresql.service (origin-file) After: var.mount (origin-file) After: -.mount (origin-file) After: basic.target (origin-default) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: system-postgresql.slice (origin-file) ReloadPropagatedFrom: postgresql.service (origin-file) References: var.mount (origin-file) References: -.mount (origin-file) References: shutdown.target (origin-default) References: system-postgresql.slice (origin-file) References: basic.target (origin-default) References: sysinit.target (origin-default) References: postgresql.service (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: postgresql.service (destination-file) RequiresMountsFor: /etc/postgresql/10/main (origin-file) RequiresMountsFor: /var/lib/postgresql/10/main (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: no NotifyAccess: none NotifyState: unknown PIDFile: /var/run/postgresql/10-main.pid RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1h RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 OOMScoreAdjust: -900 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect 10-main start -> ExecReload: Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect 10-main reload -> ExecStop: Command Line: /usr/bin/pg_ctlcluster --skip-systemctl-redirect -m fast 10-main stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit networking.service: Description: Raise network interfaces Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:04 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:56 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:04 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: networking.service Invocation ID: b7858a4ca8244896aa86a4971d640d35 Documentation: man:interfaces(5) Fragment Path: /lib/systemd/system/networking.service Condition Timestamp: Sat 2018-09-22 16:14:56 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:56 EDT Assert Result: yes Requires: ifupdown-pre.service (origin-file) Requires: system.slice (origin-file) Wants: network.target (origin-file) WantedBy: network-online.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-file) Before: network.target (origin-file) Before: shutdown.target (origin-file) Before: network-online.target (origin-file) After: system.slice (origin-file) After: systemd-sysctl.service (origin-file) After: network-pre.target (origin-file) After: apparmor.service (origin-file) After: systemd-modules-load.service (origin-file) After: ifupdown-pre.service (origin-file) After: local-fs.target (origin-file) After: systemd-journald.socket (origin-file) References: systemd-journald.socket (origin-file) References: network.target (origin-file) References: system.slice (origin-file) References: systemd-sysctl.service (origin-file) References: network-pre.target (origin-file) References: apparmor.service (origin-file) References: systemd-modules-load.service (origin-file) References: shutdown.target (origin-file) References: ifupdown-pre.service (origin-file) References: local-fs.target (origin-file) References: network-online.target (origin-file) ReferencedBy: network-online.target (destination-file) ReferencedBy: multi-user.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 5min TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/etc/default/networking RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /sbin/ifup -a --read-environment PID: 1407 Start Timestamp: Sat 2018-09-22 16:14:56 EDT Exit Timestamp: Sat 2018-09-22 16:15:04 EDT Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /sbin/ifdown -a --read-environment --exclude=lo CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyx6.device: Description: /sys/devices/virtual/tty/ttyx6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyx6.device Invocation ID: c622c5f10bf046f7bffd7b367ad44428 Following Set Member: dev-ttyx6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyx6 Found: found-udev -> Unit dev-sdc4.device: Description: ST3300007LC 4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sdc4.device Invocation ID: 80fd1ba1d5dd4b7f94755b34bd116855 Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc4.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc4.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart4.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d04.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc4 Found: found-udev -> Unit getty-pre.target: Description: Login Prompts (Pre) Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: getty-pre.target Documentation: man:systemd.special(7) Documentation: man:systemd-getty-generator(8) Documentation: http://0pointer.de/blog/projects/serial-console.html Fragment Path: /lib/systemd/system/getty-pre.target Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) Before: serial-getty at ttyS0.service (destination-file) Before: getty at tty1.service (destination-file) References: shutdown.target (origin-default) ReferencedBy: serial-getty at ttyS0.service (destination-file) ReferencedBy: getty at tty1.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: dead -> Unit dev-ttys4.device: Description: /dev/ttys4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttys4.device Invocation ID: fac6229e6e3d4375a78073168ed9112e Following: sys-devices-virtual-tty-ttys4.device Following Set Member: sys-devices-virtual-tty-ttys4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys4 Found: found-udev -> Unit rpcbind.socket: Description: RPCbind Server Activation Socket Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:00 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:22 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:22 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/rpcbind.socket CGroup realized: no CGroup own mask: memory pids Name: rpcbind.socket Invocation ID: ee9c9a13a8ac43c5be11d6a98a3c5ab4 Fragment Path: /lib/systemd/system/rpcbind.socket Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:22 EDT Assert Result: yes Requires: -.mount (origin-file) Requires: system.slice (origin-file) RequiredBy: rpc-statd.service (destination-file) RequiredBy: rpcbind.service (destination-file) WantedBy: sockets.target (destination-file) WantedBy: nfs-server.service (destination-file) Before: rpc-statd.service (destination-file) Before: rpcbind.service (origin-implicit) Before: nfs-server.service (destination-file) After: -.mount (origin-file) After: system.slice (origin-file) Triggers: rpcbind.service (origin-implicit) References: -.mount (origin-file) References: rpcbind.service (origin-implicit) References: system.slice (origin-file) ReferencedBy: rpc-statd.service (destination-file) ReferencedBy: rpcbind.service (destination-file) ReferencedBy: sockets.target (destination-file) ReferencedBy: nfs-server.service (destination-file) RequiresMountsFor: /run/rpcbind.sock (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Socket State: running Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0666 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: no PassSecurity: no TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: rpcbind.socket SELinuxContextFromNet: no ListenStream: /run/rpcbind.sock TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyv8.device: Description: /sys/devices/virtual/tty/ttyv8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyv8.device Invocation ID: 871206fae2d74f4f8278c324d56b8e73 Following Set Member: dev-ttyv8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyv8 Found: found-udev -> Unit systemd-update-utmp-runlevel.service: Description: Update UTMP about System Runlevel Changes Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: Sat 2018-09-22 16:17:06 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:17:06 EDT Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: Sat 2018-09-22 16:17:06 EDT May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-update-utmp-runlevel.service Invocation ID: 467eb7c64aa0439b8a2ea4800a1fbe7f Documentation: man:systemd-update-utmp.service(8) Documentation: man:utmp(5) Fragment Path: /lib/systemd/system/systemd-update-utmp-runlevel.service Condition Timestamp: Sat 2018-09-22 16:17:06 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:17:06 EDT Assert Result: yes Requires: var.mount (origin-file) Requires: -.mount (origin-file) Requires: system.slice (origin-file) Requisite: systemd-update-utmp.service (origin-file) WantedBy: graphical.target (destination-file) WantedBy: rescue.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-file) Before: shutdown.target (origin-file) After: var.mount (origin-file) After: -.mount (origin-file) After: system.slice (origin-file) After: systemd-journald.socket (origin-file) After: multi-user.target (origin-file) After: graphical.target (origin-file) After: systemd-update-utmp.service (origin-file) After: rescue.target (origin-file) References: var.mount (origin-file) References: -.mount (origin-file) References: shutdown.target (origin-file) References: system.slice (origin-file) References: systemd-journald.socket (origin-file) References: multi-user.target (origin-file) References: graphical.target (origin-file) References: systemd-update-utmp.service (origin-file) References: rescue.target (origin-file) ReferencedBy: graphical.target (destination-file) ReferencedBy: rescue.target (destination-file) ReferencedBy: multi-user.target (destination-file) RequiresMountsFor: /var/log/wtmp (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /lib/systemd/systemd-update-utmp runlevel PID: 5021 Start Timestamp: Sat 2018-09-22 16:17:06 EDT Exit Timestamp: Sat 2018-09-22 16:17:06 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyw4.device: Description: /dev/ttyw4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyw4.device Invocation ID: d50740d6635b4c43957f367f6e3404d6 Following: sys-devices-virtual-tty-ttyw4.device Following Set Member: sys-devices-virtual-tty-ttyw4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyw4 Found: found-udev -> Unit dev-ttyr6.device: Description: /dev/ttyr6 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyr6.device Invocation ID: bc45f48d1ba74e25a6286a2b9177828b Following: sys-devices-virtual-tty-ttyr6.device Following Set Member: sys-devices-virtual-tty-ttyr6.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr6 Found: found-udev -> Unit sys-devices-virtual-tty-ttyy3.device: Description: /sys/devices/virtual/tty/ttyy3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyy3.device Invocation ID: e5bc7cfb31c647ecb48f4e4cf3937131 Following Set Member: dev-ttyy3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy3 Found: found-udev -> Unit console-kit-log-system-start.service: Description: Console System Startup Logging Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:03 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:00 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:03 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: console-kit-log-system-start.service Invocation ID: 092fc91ef1d4438a9a4fdd6a44445386 Fragment Path: /lib/systemd/system/console-kit-log-system-start.service Condition Timestamp: Sat 2018-09-22 16:15:00 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:00 EDT Assert Result: yes Requires: system.slice (origin-file) WantedBy: basic.target (destination-file) Before: shutdown.target (origin-file) After: system.slice (origin-file) After: sysinit.target (origin-file) After: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: shutdown.target (origin-file) References: sysinit.target (origin-file) References: systemd-journald.socket (origin-file) ReferencedBy: basic.target (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: yes Type: oneshot Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: infinity TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/ck-log-system-start PID: 1487 Start Timestamp: Sat 2018-09-22 16:15:00 EDT Exit Timestamp: Sat 2018-09-22 16:15:03 EDT Exit Code: exited Exit Status: 0 CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit local-fs-pre.target: Description: Local File Systems (Pre) Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:26 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:26 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:26 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: local-fs-pre.target Invocation ID: bf024f96398d4ef48c746a38c69e5367 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/local-fs-pre.target Condition Timestamp: Sat 2018-09-22 16:14:26 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:26 EDT Assert Result: yes WantedBy: systemd-remount-fs.service (destination-file) Conflicts: shutdown.target (origin-default) Before: var.mount (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) Before: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) Before: shutdown.target (origin-default) Before: home-srv-buildd-unpack.mount (destination-file) Before: local-fs.target (destination-file) Before: mnt.mount (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) Before: boot.mount (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) Before: home.mount (destination-file) Before: run-user-1000.mount (destination-mountinfo-default) Before: home-dave.mount (destination-file) After: systemd-remount-fs.service (destination-file) After: systemd-tmpfiles-setup-dev.service (destination-file) References: shutdown.target (origin-default) ReferencedBy: home-dave.mount (destination-file) ReferencedBy: systemd-remount-fs.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) ReferencedBy: run-user-1000.mount (destination-mountinfo-default) ReferencedBy: home-srv-buildd-unpack.mount (destination-file) ReferencedBy: local-fs.target (destination-file) ReferencedBy: mnt.mount (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) ReferencedBy: home.mount (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) ReferencedBy: boot.mount (destination-file) ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) ReferencedBy: var.mount (destination-file) StopWhenUnneeded: no RefuseManualStart: yes RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Target State: active -> Unit proc-sys-fs-binfmt_misc.automount: Description: Arbitrary Executable File Formats File System Automount Point Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:20:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:22 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:22 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: proc-sys-fs-binfmt_misc.automount Invocation ID: 63ff1cfd2d0d411f81e19f7ad1f76cef Documentation: https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html Documentation: https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Fragment Path: /lib/systemd/system/proc-sys-fs-binfmt_misc.automount ConditionPathIsReadWrite: /proc/sys succeeded ConditionPathExists: /proc/sys/fs/binfmt_misc succeeded Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:22 EDT Assert Result: yes Requires: -.mount (origin-implicit) WantedBy: sysinit.target (destination-file) Before: systemd-binfmt.service (destination-file) Before: sysinit.target (origin-file) Before: proc-sys-fs-binfmt_misc.mount (origin-implicit) After: -.mount (origin-implicit) Triggers: proc-sys-fs-binfmt_misc.mount (origin-implicit) References: -.mount (origin-implicit) References: sysinit.target (origin-file) References: proc-sys-fs-binfmt_misc.mount (origin-implicit) ReferencedBy: sysinit.target (destination-file) ReferencedBy: systemd-binfmt.service (destination-file) RequiresMountsFor: /proc/sys/fs (origin-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Automount State: running Result: success Where: /proc/sys/fs/binfmt_misc DirectoryMode: 0755 TimeoutIdleUSec: 0 -> Unit systemd-ask-password-wall.service: Description: Forward Password Requests to Wall Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-ask-password-wall.service Documentation: man:systemd-ask-password-console.service(8) Fragment Path: /lib/systemd/system/systemd-ask-password-wall.service Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: systemd-ask-password-wall.path (destination-implicit) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: sysinit.target (origin-default) After: systemd-user-sessions.service (origin-file) After: system.slice (origin-file) TriggeredBy: systemd-ask-password-wall.path (destination-implicit) References: shutdown.target (origin-default) References: systemd-journald.socket (origin-file) References: basic.target (origin-default) References: sysinit.target (origin-default) References: systemd-user-sessions.service (origin-file) References: system.slice (origin-file) ReferencedBy: systemd-ask-password-wall.path (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: simple Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStartPre: Command Line: /bin/systemctl stop systemd-ask-password-console.path systemd-ask-password-console.service systemd-ask-password-plymouth.path systemd-ask-password-plymouth.service -> ExecStart: Command Line: /bin/systemd-tty-ask-password-agent --wall CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyd5.device: Description: /sys/devices/virtual/tty/ttyd5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyd5.device Invocation ID: a59165058505453b93a43805cd9d7b32 Following Set Member: dev-ttyd5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyd5 Found: found-udev -> Unit dev-ttyed.device: Description: /dev/ttyed Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyed.device Invocation ID: 37397c068fad4ee082bb354aedad922f Following: sys-devices-virtual-tty-ttyed.device Following Set Member: sys-devices-virtual-tty-ttyed.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyed Found: found-udev -> Unit dev-ttyr4.device: Description: /dev/ttyr4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyr4.device Invocation ID: 1cad6bf30a734544ae0fa55468497d43 Following: sys-devices-virtual-tty-ttyr4.device Following Set Member: sys-devices-virtual-tty-ttyr4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr4 Found: found-udev -> Unit sys-devices-virtual-tty-ttyxb.device: Description: /sys/devices/virtual/tty/ttyxb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyxb.device Invocation ID: 350445f3bac54718bf64865880c801eb Following Set Member: dev-ttyxb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyxb Found: found-udev -> Unit sys-devices-virtual-tty-ttye3.device: Description: /sys/devices/virtual/tty/ttye3 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttye3.device Invocation ID: 6a6fddc92059438b8661a47853feb458 Following Set Member: dev-ttye3.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttye3 Found: found-udev -> Unit sys-devices-virtual-block-ram8.device: Description: /sys/devices/virtual/block/ram8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:29 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:29 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:29 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-block-ram8.device Invocation ID: 9c3cdb74e5e24f7688f3d96bd4cd6cd5 Following Set Member: dev-ram8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/block/ram8 Found: found-udev -> Unit dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart1.device: Description: ST3300007LC 1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart1.device Invocation ID: f25ec4920c1449e099f290f2f485ce9a Following: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc1.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart1.device Following Set Member: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc1.device Following Set Member: dev-sdc1.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d01.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc1 Found: found-udev -> Unit dev-sda.device: Description: My_Passport_0748 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-sda.device Invocation ID: 7c75c326326f42f9a6c77ce32b9219fa Following: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda.device Following Set Member: sys-devices-parisc-0-0:0-pci0000:00-0000:00:01.2-usb1-1\x2d3-1\x2d3:1.0-host3-target3:0:0-3:0:0:0-block-sda.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:00:01.2\x2dusb\x2d0:3:1.0\x2dscsi\x2d0:0:0:0.device Following Set Member: dev-disk-by\x2did-usb\x2dWD_My_Passport_0748_575836314542325A33383231\x2d0:0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:0/pci0000:00/0000:00:01.2/usb1/1-3/1-3:1.0/host3/target3:0:0/3:0:0:0/block/sda Found: found-udev -> Unit sys-devices-virtual-tty-ttypd.device: Description: /sys/devices/virtual/tty/ttypd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttypd.device Invocation ID: 0a843d82762b440997950a5ce906fc52 Following Set Member: dev-ttypd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttypd Found: found-udev -> Unit dev-ttyq8.device: Description: /dev/ttyq8 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyq8.device Invocation ID: 2098aac3c45d41f4ad86da82a6d1ebd5 Following: sys-devices-virtual-tty-ttyq8.device Following Set Member: sys-devices-virtual-tty-ttyq8.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyq8 Found: found-udev -> Unit systemd-journald.socket: Description: Journal Socket Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:24 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:22 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:22 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/systemd-journald.socket CGroup realized: no CGroup own mask: memory pids Name: systemd-journald.socket Invocation ID: f2e4d58f872445bc970b53f0334200e5 Documentation: man:systemd-journald.service(8) Documentation: man:journald.conf(5) Fragment Path: /lib/systemd/system/systemd-journald.socket Condition Timestamp: Sat 2018-09-22 16:14:22 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:22 EDT Assert Result: yes Requires: -.mount (origin-file) Requires: system.slice (origin-file) RequiredBy: systemd-journald.service (destination-file) WantedBy: systemd-journald.service (destination-file) WantedBy: sockets.target (destination-file) Before: systemd-update-utmp-runlevel.service (destination-file) Before: systemd-hwdb-update.service (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) Before: ifupdown-wait-online.service (destination-file) Before: systemd-sysusers.service (destination-file) Before: dbus.service (destination-file) Before: var.mount (destination-file) Before: accounts-daemon.service (destination-file) Before: nscd.service (destination-file) Before: dundee.service (destination-file) Before: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) Before: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (destination-file) Before: nfs-mountd.service (destination-file) Before: network-manager.service (destination-file) Before: udftools.service (destination-file) Before: systemd-tmpfiles-clean.service (destination-file) Before: systemd-fsckd.service (destination-file) Before: systemd-fsck-root.service (destination-file) Before: logrotate.service (destination-file) Before: nfs-utils.service (destination-file) Before: rpcbind.service (destination-file) Before: wpa_supplicant.service (destination-file) Before: rpc-svcgssd.service (destination-file) Before: getty-static.service (destination-file) Before: sys-kernel-debug.mount (destination-file) Before: getty at tty1.service (destination-file) Before: ModemManager.service (destination-file) Before: serial-getty at ttyS0.service (destination-file) Before: mnt.mount (destination-file) Before: postgresql at 9.5-main.service (destination-file) Before: polkit.service (destination-file) Before: apt-daily.service (destination-file) Before: home-srv-buildd-unpack.mount (destination-file) Before: postfix.service (destination-file) Before: apt-daily-upgrade.service (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) Before: postgresql at 9.3-main.service (destination-file) Before: ebtables.service (destination-file) Before: systemd-logind.service (destination-file) Before: sysstat.service (destination-file) Before: nfs-idmapd.service (destination-file) Before: proc-sys-fs-binfmt_misc.mount (destination-file) Before: systemd-user-sessions.service (destination-file) Before: systemd-ask-password-wall.service (destination-file) Before: loadcpufreq.service (destination-file) Before: rsync.service (destination-file) Before: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap (destination-file) Before: systemd-timesyncd.service (destination-file) Before: systemd-udevd.service (destination-file) Before: cron.service (destination-file) Before: apparmor.service (destination-file) Before: systemd-quotacheck.service (destination-file) Before: stunnel4.service (destination-file) Before: phpsessionclean.service (destination-file) Before: mysql.service (destination-file) Before: sockets.target (origin-file) Before: kmod-static-nodes.service (destination-file) Before: systemd-modules-load.service (destination-file) Before: systemd-journal-flush.service (destination-file) Before: proc-fs-nfsd.mount (destination-file) Before: home.mount (destination-file) Before: dev-mqueue.mount (destination-file) Before: minissdpd.service (destination-file) Before: rc-local.service (destination-file) Before: networking.service (destination-file) Before: ifup at eth0.service (destination-file) Before: ofono.service (destination-file) Before: systemd-udev-trigger.service (destination-file) Before: systemd-machine-id-commit.service (destination-file) Before: nfs-blkmap.service (destination-file) Before: run-rpc_pipefs.mount (destination-file) Before: systemd-initctl.service (destination-file) Before: uuidd.service (destination-file) Before: nfs-config.service (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) Before: rpc-statd-notify.service (destination-file) Before: sys-kernel-config.mount (destination-file) Before: ssh.service (destination-file) Before: systemd-ask-password-console.service (destination-file) Before: bind9.service (destination-file) Before: systemd-random-seed.service (destination-file) Before: user-runtime-dir at 1000.service (destination-file) Before: systemd-tmpfiles-setup.service (destination-file) Before: schroot.service (destination-file) Before: dev-sdc3.swap (destination-file) Before: systemd-binfmt.service (destination-file) Before: cpufrequtils.service (destination-file) Before: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap (destination-file) Before: smbd.service (destination-file) Before: exim4.service (destination-file) Before: systemd-tmpfiles-setup-dev.service (destination-file) Before: postgresql at 9.6-main.service (destination-file) Before: ntp.service (destination-file) Before: rpc-statd.service (destination-file) Before: boot.mount (destination-file) Before: ifupdown-pre.service (destination-file) Before: nmbd.service (destination-file) Before: irqbalance.service (destination-file) Before: apt-cacher-ng.service (destination-file) Before: user at 1000.service (destination-file) Before: nfs-server.service (destination-file) Before: sheepdog.service (destination-file) Before: systemd-journald.service (origin-implicit destination-file) Before: console-kit-log-system-start.service (destination-file) Before: dev-hugepages.mount (destination-file) Before: home-dave.mount (destination-file) Before: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) Before: avahi-daemon.service (destination-file) Before: radvd.service (destination-file) Before: cups.service (destination-file) Before: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap (destination-file) Before: smartd.service (destination-file) Before: run-user-1000.mount (destination-file) Before: postgresql.service (destination-file) Before: home-srv-swapfile.swap (destination-file) Before: rpc-gssd.service (destination-file) Before: postfix at -.service (destination-file) Before: systemd-sysctl.service (destination-file) Before: postgresql at 9.4-main.service (destination-file) Before: systemd-update-utmp.service (destination-file) Before: systemd-networkd.service (destination-file) Before: systemd-remount-fs.service (destination-file) Before: ipmievd.service (destination-file) Before: sys-fs-fuse-connections.mount (destination-file) Before: openipmi.service (destination-file) Before: auth-rpcgss-module.service (destination-file) Before: postgresql at 10-main.service (destination-file) After: -.mount (origin-file) After: system.slice (origin-file) Triggers: systemd-journald.service (origin-implicit destination-file) References: sockets.target (origin-file) References: system.slice (origin-file) References: systemd-journald.service (origin-implicit) References: -.mount (origin-file) ReferencedBy: stunnel4.service (destination-file) ReferencedBy: user at 1000.service (destination-file) ReferencedBy: rc-local.service (destination-file) ReferencedBy: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart3.swap (destination-file) ReferencedBy: udftools.service (destination-file) ReferencedBy: systemd-binfmt.service (destination-file) ReferencedBy: proc-sys-fs-binfmt_misc.mount (destination-file) ReferencedBy: systemd-journal-flush.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-HOME2.service (destination-file) ReferencedBy: polkit.service (destination-file) ReferencedBy: nfs-utils.service (destination-file) ReferencedBy: user-runtime-dir at 1000.service (destination-file) ReferencedBy: nfs-server.service (destination-file) ReferencedBy: getty-static.service (destination-file) ReferencedBy: systemd-tmpfiles-clean.service (destination-file) ReferencedBy: systemd-remount-fs.service (destination-file) ReferencedBy: exim4.service (destination-file) ReferencedBy: systemd-sysctl.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-DAVE.service (destination-file) ReferencedBy: postfix at -.service (destination-file) ReferencedBy: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart3.swap (destination-file) ReferencedBy: systemd-modules-load.service (destination-file) ReferencedBy: dev-mqueue.mount (destination-file) ReferencedBy: run-rpc_pipefs.mount (destination-file) ReferencedBy: sys-kernel-config.mount (destination-file) ReferencedBy: dev-sdc3.swap (destination-file) ReferencedBy: ipmievd.service (destination-file) ReferencedBy: systemd-networkd.service (destination-file) ReferencedBy: systemd-hwdb-update.service (destination-file) ReferencedBy: uuidd.service (destination-file) ReferencedBy: systemd-fsck-root.service (destination-file) ReferencedBy: postgresql at 9.5-main.service (destination-file) ReferencedBy: systemd-tmpfiles-setup.service (destination-file) ReferencedBy: ModemManager.service (destination-file) ReferencedBy: run-user-1000.mount (destination-file) ReferencedBy: systemd-journald.service (destination-file) ReferencedBy: minissdpd.service (destination-file) ReferencedBy: nfs-blkmap.service (destination-file) ReferencedBy: ifup at eth0.service (destination-file) ReferencedBy: systemd-quotacheck.service (destination-file) ReferencedBy: console-kit-log-system-start.service (destination-file) ReferencedBy: sheepdog.service (destination-file) ReferencedBy: cpufrequtils.service (destination-file) ReferencedBy: proc-fs-nfsd.mount (destination-file) ReferencedBy: openipmi.service (destination-file) ReferencedBy: apt-cacher-ng.service (destination-file) ReferencedBy: systemd-initctl.service (destination-file) ReferencedBy: irqbalance.service (destination-file) ReferencedBy: dbus.service (destination-file) ReferencedBy: sockets.target (destination-file) ReferencedBy: postgresql at 9.3-main.service (destination-file) ReferencedBy: home-srv-buildd-unpack.mount (destination-file) ReferencedBy: ifupdown-wait-online.service (destination-file) ReferencedBy: avahi-daemon.service (destination-file) ReferencedBy: postgresql at 10-main.service (destination-file) ReferencedBy: nfs-config.service (destination-file) ReferencedBy: serial-getty at ttyS0.service (destination-file) ReferencedBy: rpc-statd.service (destination-file) ReferencedBy: nscd.service (destination-file) ReferencedBy: network-manager.service (destination-file) ReferencedBy: systemd-random-seed.service (destination-file) ReferencedBy: radvd.service (destination-file) ReferencedBy: smbd.service (destination-file) ReferencedBy: ssh.service (destination-file) ReferencedBy: kmod-static-nodes.service (destination-file) ReferencedBy: postfix.service (destination-file) ReferencedBy: boot.mount (destination-file) ReferencedBy: apt-daily-upgrade.service (destination-file) ReferencedBy: logrotate.service (destination-file) ReferencedBy: systemd-ask-password-wall.service (destination-file) ReferencedBy: home-srv-swapfile.swap (destination-file) ReferencedBy: systemd-sysusers.service (destination-file) ReferencedBy: systemd-timesyncd.service (destination-file) ReferencedBy: ebtables.service (destination-file) ReferencedBy: dev-hugepages.mount (destination-file) ReferencedBy: bind9.service (destination-file) ReferencedBy: rpc-svcgssd.service (destination-file) ReferencedBy: systemd-udevd.service (destination-file) ReferencedBy: nfs-idmapd.service (destination-file) ReferencedBy: sys-kernel-debug.mount (destination-file) ReferencedBy: dev-disk-by\x2dpartuuid-818f7e70\x2d03.swap (destination-file) ReferencedBy: systemd-udev-trigger.service (destination-file) ReferencedBy: systemd-machine-id-commit.service (destination-file) ReferencedBy: wpa_supplicant.service (destination-file) ReferencedBy: mnt.mount (destination-file) ReferencedBy: cron.service (destination-file) ReferencedBy: dev-disk-by\x2duuid-6a3619bf\x2d4d3a\x2d4ecd\x2d8e24\x2d937668d768bb.swap (destination-file) ReferencedBy: schroot.service (destination-file) ReferencedBy: systemd-user-sessions.service (destination-file) ReferencedBy: rpcbind.service (destination-file) ReferencedBy: sys-fs-fuse-connections.mount (destination-file) ReferencedBy: smartd.service (destination-file) ReferencedBy: ntp.service (destination-file) ReferencedBy: nmbd.service (destination-file) ReferencedBy: accounts-daemon.service (destination-file) ReferencedBy: rpc-gssd.service (destination-file) ReferencedBy: nfs-mountd.service (destination-file) ReferencedBy: networking.service (destination-file) ReferencedBy: postgresql.service (destination-file) ReferencedBy: systemd-fsckd.service (destination-file) ReferencedBy: ofono.service (destination-file) ReferencedBy: apparmor.service (destination-file) ReferencedBy: rsync.service (destination-file) ReferencedBy: phpsessionclean.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2duuid-6c75bd8e\x2d42fc\x2d47aa\x2d89d2\x2d344399183061.service (destination-file) ReferencedBy: postgresql at 9.4-main.service (destination-file) ReferencedBy: home.mount (destination-file) ReferencedBy: systemd-tmpfiles-setup-dev.service (destination-file) ReferencedBy: cups.service (destination-file) ReferencedBy: systemd-update-utmp-runlevel.service (destination-file) ReferencedBy: loadcpufreq.service (destination-file) ReferencedBy: systemd-ask-password-console.service (destination-file) ReferencedBy: var.mount (destination-file) ReferencedBy: sysstat.service (destination-file) ReferencedBy: auth-rpcgss-module.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-BOOT2.service (destination-file) ReferencedBy: systemd-fsck at dev-disk-by\x2dlabel-VAR2.service (destination-file) ReferencedBy: ifupdown-pre.service (destination-file) ReferencedBy: getty at tty1.service (destination-file) ReferencedBy: postgresql at 9.6-main.service (destination-file) ReferencedBy: systemd-update-utmp.service (destination-file) ReferencedBy: mysql.service (destination-file) ReferencedBy: apt-daily.service (destination-file) ReferencedBy: dundee.service (destination-file) ReferencedBy: systemd-logind.service (destination-file) ReferencedBy: home-dave.mount (destination-file) ReferencedBy: rpc-statd-notify.service (destination-file) RequiresMountsFor: /run/systemd/journal/stdout (origin-file) RequiresMountsFor: /run/systemd/journal/socket (origin-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: yes Socket State: running Result: success BindIPv6Only: default Backlog: 128 SocketMode: 0666 DirectoryMode: 0755 KeepAlive: no NoDelay: no FreeBind: no Transparent: no Broadcast: no PassCredentials: yes PassSecurity: yes TCPCongestion: n/a RemoveOnStop: no Writable: no FileDescriptorName: systemd-journald.socket SELinuxContextFromNet: no ReceiveBuffer: 8388608 ListenStream: /run/systemd/journal/stdout ListenDatagram: /run/systemd/journal/socket TriggerLimitIntervalSec: 2s TriggerLimitBurst: 20 SocketProtocol: ip TimeoutSec: 1min 30s UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: shared RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit openipmi.service: Description: LSB: OpenIPMI Driver init script Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:10 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:08 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:10 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: openipmi.service Invocation ID: e616d44bfb25448fbd42d9bf0c443b9b Documentation: man:systemd-sysv-generator(8) Fragment Path: /run/systemd/generator.late/openipmi.service Source Path: /etc/init.d/openipmi Condition Timestamp: Sat 2018-09-22 16:15:08 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:08 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: graphical.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: graphical.target (origin-file destination-default) Before: shutdown.target (origin-default) Before: multi-user.target (origin-file destination-default) After: system.slice (origin-file) After: remote-fs.target (origin-file) After: sysinit.target (origin-default) After: basic.target (origin-default) After: systemd-journald.socket (origin-file) References: shutdown.target (origin-default) References: system.slice (origin-file) References: remote-fs.target (origin-file) References: sysinit.target (origin-default) References: graphical.target (origin-file) References: multi-user.target (origin-file) References: basic.target (origin-default) References: systemd-journald.socket (origin-file) ReferencedBy: graphical.target (destination-file destination-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: no Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 5min TimeoutStopSec: 5min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/init.d/openipmi start PID: 1649 Start Timestamp: Sat 2018-09-22 16:15:08 EDT Exit Timestamp: Sat 2018-09-22 16:15:10 EDT Exit Code: exited Exit Status: 0 -> ExecStop: Command Line: /etc/init.d/openipmi stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit sys-devices-virtual-tty-ttyp4.device: Description: /sys/devices/virtual/tty/ttyp4 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyp4.device Invocation ID: fcb17f09d44f42e08cbc2db1cef59560 Following Set Member: dev-ttyp4.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyp4 Found: found-udev -> Unit dev-ttyeb.device: Description: /dev/ttyeb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyeb.device Invocation ID: afa495f526d349f980a1503436e97501 Following: sys-devices-virtual-tty-ttyeb.device Following Set Member: sys-devices-virtual-tty-ttyeb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyeb Found: found-udev -> Unit systemd-update-done.service: Description: systemd-update-done.service Instance: n/a Unit Load State: not-found Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: systemd-update-done.service After: systemd-sysusers.service (destination-file) After: systemd-hwdb-update.service (destination-file) ReferencedBy: systemd-sysusers.service (destination-file) ReferencedBy: systemd-hwdb-update.service (destination-file) -> Unit dev-ttybd.device: Description: /dev/ttybd Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttybd.device Invocation ID: ff057934a285408a8a337589d07ccf5e Following: sys-devices-virtual-tty-ttybd.device Following Set Member: sys-devices-virtual-tty-ttybd.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttybd Found: found-udev -> Unit sys-devices-virtual-tty-ttys5.device: Description: /sys/devices/virtual/tty/ttys5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttys5.device Invocation ID: 570609a397584d1a8f6c9a9ed033b252 Following Set Member: dev-ttys5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttys5 Found: found-udev -> Unit dev-ttyad.device: Description: /dev/ttyad Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:30 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:30 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:30 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyad.device Invocation ID: 656f5547fd674c5e8cdb8c1d1d947aca Following: sys-devices-virtual-tty-ttyad.device Following Set Member: sys-devices-virtual-tty-ttyad.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyad Found: found-udev -> Unit dev-ttyqa.device: Description: /dev/ttyqa Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyqa.device Invocation ID: 26ef34f378d04ebc83bd58676dfc4e58 Following: sys-devices-virtual-tty-ttyqa.device Following Set Member: sys-devices-virtual-tty-ttyqa.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyqa Found: found-udev -> Unit avahi-daemon.service: Description: Avahi mDNS/DNS-SD Stack Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:14 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:14 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:14 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: /system.slice/avahi-daemon.service CGroup realized: yes CGroup realized mask: memory devices pids CGroup own mask: memory pids Name: dbus-org.freedesktop.Avahi.service Name: avahi-daemon.service Invocation ID: a3c2d2d2f6c54451806f6e7d3d88eec9 Fragment Path: /lib/systemd/system/avahi-daemon.service Condition Timestamp: Sat 2018-09-22 16:15:14 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:14 EDT Assert Result: yes Requires: avahi-daemon.socket (origin-file) Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) Requires: dbus.socket (origin-file) Conflicts: shutdown.target (origin-default) Before: shutdown.target (origin-default) After: avahi-daemon.socket (destination-implicit) After: sysinit.target (origin-default) After: systemd-journald.socket (origin-file) After: system.slice (origin-file) After: dbus.socket (origin-file) After: basic.target (origin-default) TriggeredBy: avahi-daemon.socket (destination-implicit) References: shutdown.target (origin-default) References: avahi-daemon.socket (origin-file) References: sysinit.target (origin-default) References: systemd-journald.socket (origin-file) References: system.slice (origin-file) References: dbus.socket (origin-file) References: basic.target (origin-default) ReferencedBy: avahi-daemon.socket (destination-implicit) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: running Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: dbus Restart: no NotifyAccess: main NotifyState: unknown Main PID: 1833 Main PID Known: yes Main PID Alien: no BusName: org.freedesktop.Avahi Bus Name Good: yes RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /usr/sbin/avahi-daemon -s PID: 1833 Start Timestamp: Sat 2018-09-22 16:15:14 EDT -> ExecReload: Command Line: /usr/sbin/avahi-daemon -r Status Text: avahi-daemon 0.7 starting up. CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyy5.device: Description: /dev/ttyy5 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyy5.device Invocation ID: 988bdb7bdd6047b3965c2c07b8d2c5c8 Following: sys-devices-virtual-tty-ttyy5.device Following Set Member: sys-devices-virtual-tty-ttyy5.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyy5 Found: found-udev -> Unit sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc1.device: Description: ST3300007LC 1 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc1.device Invocation ID: b7e25db6889c4e1dbc8a4b1530222116 Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart1.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart1.device Following Set Member: dev-sdc1.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d01.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc1 Found: found-udev -> Unit rpc-statd.service: Description: NFS status monitor for NFSv2/3 locking. Instance: n/a Unit Load State: loaded Unit Active State: inactive State Change Timestamp: n/a Inactive Exit Timestamp: n/a Active Enter Timestamp: n/a Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: yes Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: rpc-statd.service Fragment Path: /lib/systemd/system/rpc-statd.service Requires: nss-lookup.target (origin-file) Requires: rpcbind.socket (origin-file) Requires: system.slice (origin-file) Wants: rpc-statd-notify.service (origin-file) Wants: nfs-config.service (origin-file) PartOf: nfs-utils.service (origin-file) Conflicts: umount.target (origin-file) Before: nfs-server.service (destination-file) After: network.target (origin-file) After: systemd-journald.socket (origin-file) After: rpcbind.socket (origin-file) After: nfs-config.service (origin-file) After: nss-lookup.target (origin-file) After: system.slice (origin-file) References: nss-lookup.target (origin-file) References: system.slice (origin-file) References: nfs-utils.service (origin-file) References: systemd-journald.socket (origin-file) References: rpcbind.socket (origin-file) References: network.target (origin-file) References: rpc-statd-notify.service (origin-file) References: umount.target (origin-file) References: nfs-config.service (origin-file) ReferencedBy: nfs-server.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace IgnoreOnIsolate: no Service State: dead Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: no GuessMainPID: yes Type: forking Restart: no NotifyAccess: none NotifyState: unknown PIDFile: /var/run/rpc.statd.pid RestartSec: 100ms TimeoutStartSec: 1min 30s TimeoutStopSec: 1min 30s RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: control-group KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: yes MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private EnvironmentFile: -/run/sysconfig/nfs-utils RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /sbin/rpc.statd --no-notify $STATDARGS CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttyr0.device: Description: /dev/ttyr0 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:32 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:32 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:32 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttyr0.device Invocation ID: 7515653480024497acca8b661b80848e Following: sys-devices-virtual-tty-ttyr0.device Following Set Member: sys-devices-virtual-tty-ttyr0.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyr0 Found: found-udev -> Unit stunnel4.service: Description: LSB: Start or stop stunnel 4.x (TLS tunnel for network daemons) Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:15:09 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:15:08 EDT Active Enter Timestamp: Sat 2018-09-22 16:15:09 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: system.slice CGroup: n/a CGroup realized: no CGroup own mask: memory pids Name: stunnel4.service Invocation ID: 01e5fa1210a3466fae7d045a5002c532 Documentation: man:systemd-sysv-generator(8) Fragment Path: /run/systemd/generator.late/stunnel4.service Source Path: /etc/init.d/stunnel4 Condition Timestamp: Sat 2018-09-22 16:15:08 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:15:08 EDT Assert Result: yes Requires: sysinit.target (origin-default) Requires: system.slice (origin-file) WantedBy: graphical.target (destination-file) WantedBy: multi-user.target (destination-file) Conflicts: shutdown.target (origin-default) Before: graphical.target (origin-file destination-default) Before: shutdown.target (origin-default) Before: multi-user.target (origin-file destination-default) After: sysinit.target (origin-default) After: remote-fs.target (origin-file) After: systemd-journald.socket (origin-file) After: basic.target (origin-default) After: system.slice (origin-file) References: graphical.target (origin-file) References: sysinit.target (origin-default) References: remote-fs.target (origin-file) References: shutdown.target (origin-default) References: systemd-journald.socket (origin-file) References: multi-user.target (origin-file) References: basic.target (origin-default) References: system.slice (origin-file) ReferencedBy: graphical.target (destination-file destination-default) ReferencedBy: multi-user.target (destination-file destination-default) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: no Service State: exited Result: success Reload Result: success PermissionsStartOnly: no RootDirectoryStartOnly: no RemainAfterExit: yes GuessMainPID: no Type: forking Restart: no NotifyAccess: none NotifyState: unknown RestartSec: 100ms TimeoutStartSec: 5min TimeoutStopSec: 5min RuntimeMaxSec: infinity WatchdogSec: 0 KillMode: process KillSignal: SIGTERM SendSIGKILL: yes SendSIGHUP: no UMask: 0022 WorkingDirectory: / RootDirectory: / NonBlocking: no PrivateTmp: no PrivateDevices: no ProtectKernelTunables: no ProtectKernelModules: no ProtectControlGroups: no PrivateNetwork: no PrivateUsers: no ProtectHome: no ProtectSystem: no MountAPIVFS: no IgnoreSIGPIPE: no MemoryDenyWriteExecute: no RestrictRealtime: no KeyringMode: private RuntimeDirectoryPreserve: no RuntimeDirectoryMode: 0755 StateDirectoryMode: 0755 CacheDirectoryMode: 0755 LogsDirectoryMode: 0755 ConfigurationDirectoryMode: 0755 Limit NOFILE: 4096 Limit NOFILESoft: 1024 StandardInput: null StandardOutput: journal StandardError: inherit SyslogFacility: daemon SyslogLevel: info DynamicUser: no LockPersonality: no -> ExecStart: Command Line: /etc/init.d/stunnel4 start PID: 1656 Start Timestamp: Sat 2018-09-22 16:15:08 EDT Exit Timestamp: Sat 2018-09-22 16:15:09 EDT Exit Code: exited Exit Status: 0 -> ExecReload: Command Line: /etc/init.d/stunnel4 reload -> ExecStop: Command Line: /etc/init.d/stunnel4 stop CPUAccounting=no IOAccounting=no BlockIOAccounting=no MemoryAccounting=yes TasksAccounting=yes IPAccounting=no CPUWeight=18446744073709551615 StartupCPUWeight=18446744073709551615 CPUShares=18446744073709551615 StartupCPUShares=18446744073709551615 CPUQuotaPerSecSec=infinity IOWeight=18446744073709551615 StartupIOWeight=18446744073709551615 BlockIOWeight=18446744073709551615 StartupBlockIOWeight=18446744073709551615 MemoryLow=0 MemoryHigh=18446744073709551615 MemoryMax=18446744073709551615 MemorySwapMax=18446744073709551615 MemoryLimit=18446744073709551615 TasksMax=4915 DevicePolicy=auto Delegate=no -> Unit dev-ttywb.device: Description: /dev/ttywb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: dev-ttywb.device Invocation ID: b7f73a36bb6943c1af9f275eef48bd05 Following: sys-devices-virtual-tty-ttywb.device Following Set Member: sys-devices-virtual-tty-ttywb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttywb Found: found-udev -> Unit sys-devices-parisc-0-0:7-pci0000:e0-0000:e0:01.1-tty-ttyS1.device: Description: Diva Serial [GSP] Multiport UART (Everest SP2) Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:27 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:27 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:27 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:7-pci0000:e0-0000:e0:01.1-tty-ttyS1.device Invocation ID: 37327176318f48eaa786e8ed19936469 Following Set Member: dev-ttyS1.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:7/pci0000:e0/0000:e0:01.1/tty/ttyS1 Found: found-udev -> Unit sys-devices-virtual-tty-ttysa.device: Description: /sys/devices/virtual/tty/ttysa Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:33 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:33 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:33 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttysa.device Invocation ID: 82ebac6f868a4c34b8dd81ed353c03c4 Following Set Member: dev-ttysa.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttysa Found: found-udev -> Unit sys-devices-virtual-tty-ttywb.device: Description: /sys/devices/virtual/tty/ttywb Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:34 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:34 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:34 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttywb.device Invocation ID: bbdb1966e5e243fabbe5f1fc4994c46d Following Set Member: dev-ttywb.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttywb Found: found-udev -> Unit sys-devices-virtual-tty-ttyef.device: Description: /sys/devices/virtual/tty/ttyef Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:31 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:31 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:31 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-virtual-tty-ttyef.device Invocation ID: 5fe292af59d44a3f99e4afacec8f411d Following Set Member: dev-ttyef.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/virtual/tty/ttyef Found: found-udev -> Unit local-fs.target: Description: Local File Systems Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:55 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:55 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:55 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: local-fs.target Invocation ID: ba69736753424d5a9463fd09cfad99a0 Documentation: man:systemd.special(7) Fragment Path: /lib/systemd/system/local-fs.target Condition Timestamp: Sat 2018-09-22 16:14:55 EDT Condition Result: yes Assert Timestamp: Sat 2018-09-22 16:14:55 EDT Assert Result: yes Requires: home-srv-buildd-unpack.mount (origin-file) Requires: var.mount (origin-file) Requires: boot.mount (origin-file) Requires: home-dave.mount (origin-file) Requires: -.mount (origin-file) Requires: home.mount (origin-file) Requires: mnt.mount (origin-file) Wants: lvm2-activation-early.service (origin-file) Wants: systemd-fsck-root.service (origin-file) Wants: systemd-remount-fs.service (origin-file) Wants: lvm2-activation.service (origin-file) WantedBy: sysinit.target (destination-file) Conflicts: shutdown.target (origin-file) Before: nfs-server.service (destination-file) Before: apparmor.service (destination-file) Before: rpc-svcgssd.service (destination-file) Before: sysinit.target (destination-file) Before: systemd-tmpfiles-setup.service (destination-file) Before: ifup at eth0.service (destination-file) Before: networking.service (destination-file) Before: ebtables.service (destination-file) Before: rpc-statd-notify.service (destination-file) Before: systemd-tmpfiles-clean.service (destination-file) Before: nfs-config.service (destination-file) Before: nfs-idmapd.service (destination-file) Before: systemd-machine-id-commit.service (destination-file) Before: nfs-mountd.service (destination-file) After: mnt.mount (destination-file) After: -.mount (destination-file) After: var.mount (destination-file) After: home.mount (destination-file) After: home-dave.mount (destination-file) After: home-srv-buildd-unpack.mount (destination-file) After: boot.mount (destination-file) After: run-user-1000.mount (destination-mountinfo-implicit) After: systemd-fsck-root.service (destination-file) After: systemd-remount-fs.service (destination-file) After: local-fs-pre.target (origin-file) OnFailure: emergency.target (origin-file) References: mnt.mount (origin-file) References: lvm2-activation.service (origin-file) References: emergency.target (origin-file) References: local-fs-pre.target (origin-file) References: lvm2-activation-early.service (origin-file) References: home-dave.mount (origin-file) References: boot.mount (origin-file) References: home-srv-buildd-unpack.mount (origin-file) References: home.mount (origin-file) References: shutdown.target (origin-file) References: -.mount (origin-file) References: systemd-remount-fs.service (origin-file) References: systemd-fsck-root.service (origin-file) References: var.mount (origin-file) ReferencedBy: rpc-svcgssd.service (destination-file) ReferencedBy: rpc-statd-notify.service (destination-file) ReferencedBy: systemd-machine-id-commit.service (destination-file) ReferencedBy: systemd-fsck-root.service (destination-file) ReferencedBy: boot.mount (destination-file) ReferencedBy: var.mount (destination-file) ReferencedBy: ebtables.service (destination-file) ReferencedBy: home-srv-buildd-unpack.mount (destination-file) ReferencedBy: home.mount (destination-file) ReferencedBy: nfs-config.service (destination-file) ReferencedBy: sysinit.target (destination-file) ReferencedBy: home-dave.mount (destination-file) ReferencedBy: mnt.mount (destination-file) ReferencedBy: apparmor.service (destination-file) ReferencedBy: systemd-tmpfiles-clean.service (destination-file) ReferencedBy: run-user-1000.mount (destination-mountinfo-implicit) ReferencedBy: ifup at eth0.service (destination-file) ReferencedBy: networking.service (destination-file) ReferencedBy: systemd-tmpfiles-setup.service (destination-file) ReferencedBy: systemd-remount-fs.service (destination-file) ReferencedBy: -.mount (destination-file) ReferencedBy: nfs-server.service (destination-file) ReferencedBy: nfs-idmapd.service (destination-file) ReferencedBy: nfs-mountd.service (destination-file) StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: no OnFailureJobMode: replace-irreversibly IgnoreOnIsolate: no Target State: active -> Unit sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc2.device: Description: ST3300007LC BOOT2 Instance: n/a Unit Load State: loaded Unit Active State: active State Change Timestamp: Sat 2018-09-22 16:14:35 EDT Inactive Exit Timestamp: Sat 2018-09-22 16:14:35 EDT Active Enter Timestamp: Sat 2018-09-22 16:14:35 EDT Active Exit Timestamp: n/a Inactive Enter Timestamp: n/a May GC: no Need Daemon Reload: no Transient: no Perpetual: no Garbage Collection Mode: inactive Slice: n/a CGroup: n/a CGroup realized: no Name: sys-devices-parisc-0-0:1-pci0000:20-0000:20:01.1-host4-target4:0:2-4:0:2:0-block-sdc-sdc2.device Invocation ID: 8db9eff940564ec0b8c21c05b93b9f2a Following Set Member: dev-disk-by\x2duuid-93011b9e\x2d236b\x2d4dbc\x2d9a63\x2d6b13390e0b32.device Following Set Member: dev-disk-by\x2dlabel-BOOT2.device Following Set Member: dev-disk-by\x2dpath-pci\x2d0000:20:01.1\x2dscsi\x2d0:0:2:0\x2dpart2.device Following Set Member: dev-disk-by\x2did-scsi\x2dSSEAGATE_ST3300007LC_3KR3QWGT00009735STEX\x2dpart2.device Following Set Member: dev-sdc2.device Following Set Member: dev-disk-by\x2dpartuuid-818f7e70\x2d02.device StopWhenUnneeded: no RefuseManualStart: no RefuseManualStop: no DefaultDependencies: yes OnFailureJobMode: replace IgnoreOnIsolate: yes Device State: plugged Sysfs Path: /sys/devices/parisc/0/0:1/pci0000:20/0000:20:01.1/host4/target4:0:2/4:0:2:0/block/sdc/sdc2 Found: found-udev -------------- next part -------------- ==> /var/lib/systemd/deb-systemd-helper-enabled/accounts-daemon.service.dsh-also <== /etc/systemd/system/graphical.target.wants/accounts-daemon.service ==> /var/lib/systemd/deb-systemd-helper-enabled/ctdb.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/ctdb.service ==> /var/lib/systemd/deb-systemd-helper-enabled/open-iscsi.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/open-iscsi.service /etc/systemd/system/iscsi.service ==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-lvmpolld.socket.dsh-also <== /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket ==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-lvmpolld.socket <== ==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-lvmetad.socket <== ==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/lvm2-monitor.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/sysinit.target.wants/apparmor.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/networking.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/networking.service /etc/systemd/system/network-online.target.wants/networking.service ==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/apt-daily-upgrade.timer <== ==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/phpsessionclean.timer <== ==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/logrotate.timer <== ==> /var/lib/systemd/deb-systemd-helper-enabled/timers.target.wants/apt-daily.timer <== ==> /var/lib/systemd/deb-systemd-helper-enabled/saned.socket.dsh-also <== /etc/systemd/system/sockets.target.wants/saned.socket ==> /var/lib/systemd/deb-systemd-helper-enabled/inetd.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/inetd.service ==> /var/lib/systemd/deb-systemd-helper-enabled/cgmanager.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/cgmanager.service ==> /var/lib/systemd/deb-systemd-helper-enabled/uuidd.socket.dsh-also <== /etc/systemd/system/sockets.target.wants/uuidd.socket ==> /var/lib/systemd/deb-systemd-helper-enabled/bluetooth.target.wants/bluetooth.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/spamassassin.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/spamassassin.service ==> /var/lib/systemd/deb-systemd-helper-enabled/sshd.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/dm-event.socket.dsh-also <== /etc/systemd/system/sockets.target.wants/dm-event.socket ==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-activation-early.service.dsh-also <== /etc/systemd/system/local-fs.target.wants/lvm2-activation-early.service ==> /var/lib/systemd/deb-systemd-helper-enabled/udisks2.service.dsh-also <== /etc/systemd/system/graphical.target.wants/udisks2.service ==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-activation.service.dsh-also <== /etc/systemd/system/local-fs.target.wants/lvm2-activation.service ==> /var/lib/systemd/deb-systemd-helper-enabled/iscsi.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/ofono.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/ofono.service ==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.socket.dsh-also <== /etc/systemd/system/sockets.target.wants/ssh.socket ==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.Avahi.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/smbd.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/smbd.service ==> /var/lib/systemd/deb-systemd-helper-enabled/cups.socket.dsh-also <== /etc/systemd/system/sockets.target.wants/cups.socket ==> /var/lib/systemd/deb-systemd-helper-enabled/bluetooth.service.dsh-also <== /etc/systemd/system/bluetooth.target.wants/bluetooth.service /etc/systemd/system/dbus-org.bluez.service ==> /var/lib/systemd/deb-systemd-helper-enabled/apt-cacher-ng.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/apt-cacher-ng.service ==> /var/lib/systemd/deb-systemd-helper-enabled/rpcbind.socket.dsh-also <== /etc/systemd/system/sockets.target.wants/rpcbind.socket ==> /var/lib/systemd/deb-systemd-helper-enabled/wpa_supplicant.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/wpa_supplicant.service /etc/systemd/system/dbus-fi.w1.wpa_supplicant1.service ==> /var/lib/systemd/deb-systemd-helper-enabled/logrotate.timer.dsh-also <== /etc/systemd/system/timers.target.wants/logrotate.timer ==> /var/lib/systemd/deb-systemd-helper-enabled/upower.service.dsh-also <== /etc/systemd/system/graphical.target.wants/upower.service ==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.NetworkManager.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-fi.w1.wpa_supplicant1.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/cups.service.dsh-also <== /etc/systemd/system/sockets.target.wants/cups.socket /etc/systemd/system/multi-user.target.wants/cups.path /etc/systemd/system/printer.target.wants/cups.service ==> /var/lib/systemd/deb-systemd-helper-enabled/binfmt-support.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/binfmt-support.service ==> /var/lib/systemd/deb-systemd-helper-enabled/dundee.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/dundee.service ==> /var/lib/systemd/deb-systemd-helper-enabled/ntp.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/ntp.service ==> /var/lib/systemd/deb-systemd-helper-enabled/bind9-resolvconf.service.dsh-also <== /etc/systemd/system/bind9.service.wants/bind9-resolvconf.service ==> /var/lib/systemd/deb-systemd-helper-enabled/postgresql.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/postgresql.service ==> /var/lib/systemd/deb-systemd-helper-enabled/cgproxy.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/cgproxy.service ==> /var/lib/systemd/deb-systemd-helper-enabled/rpcbind.service.dsh-also <== /etc/systemd/system/sockets.target.wants/rpcbind.socket /etc/systemd/system/multi-user.target.wants/rpcbind.service ==> /var/lib/systemd/deb-systemd-helper-enabled/minissdpd.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/minissdpd.service ==> /var/lib/systemd/deb-systemd-helper-enabled/avahi-daemon.socket.dsh-also <== /etc/systemd/system/sockets.target.wants/avahi-daemon.socket ==> /var/lib/systemd/deb-systemd-helper-enabled/rsyslog.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/rsyslog.service /etc/systemd/system/syslog.service ==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/avahi-daemon.socket <== ==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/lvm2-lvmetad.socket <== ==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/uuidd.socket <== ==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/dm-event.socket <== ==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/cups.socket <== ==> /var/lib/systemd/deb-systemd-helper-enabled/sockets.target.wants/rpcbind.socket <== ==> /var/lib/systemd/deb-systemd-helper-enabled/ifupdown-wait-online.service.dsh-also <== /etc/systemd/system/network-online.target.wants/ifupdown-wait-online.service ==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-lvmetad.service.dsh-also <== /etc/systemd/system/sysinit.target.wants/lvm2-lvmetad.service ==> /var/lib/systemd/deb-systemd-helper-enabled/pppd-dns.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/pppd-dns.service ==> /var/lib/systemd/deb-systemd-helper-enabled/phpsessionclean.timer.dsh-also <== /etc/systemd/system/timers.target.wants/phpsessionclean.timer ==> /var/lib/systemd/deb-systemd-helper-enabled/lwresd.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/lwresd.service ==> /var/lib/systemd/deb-systemd-helper-enabled/NetworkManager-dispatcher.service.dsh-also <== /etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service ==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.ModemManager1.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/nfs-server.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/nfs-server.service ==> /var/lib/systemd/deb-systemd-helper-enabled/asterisk.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/asterisk.service ==> /var/lib/systemd/deb-systemd-helper-enabled/syslog.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/rtkit-daemon.service.dsh-also <== /etc/systemd/system/graphical.target.wants/rtkit-daemon.service ==> /var/lib/systemd/deb-systemd-helper-enabled/irqbalance.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/irqbalance.service ==> /var/lib/systemd/deb-systemd-helper-enabled/avahi-daemon.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/avahi-daemon.service /etc/systemd/system/sockets.target.wants/avahi-daemon.socket /etc/systemd/system/dbus-org.freedesktop.Avahi.service ==> /var/lib/systemd/deb-systemd-helper-enabled/ModemManager.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/ModemManager.service /etc/systemd/system/dbus-org.freedesktop.ModemManager1.service ==> /var/lib/systemd/deb-systemd-helper-enabled/graphical.target.wants/udisks2.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/graphical.target.wants/accounts-daemon.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/NetworkManager.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/NetworkManager.service /etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service ==> /var/lib/systemd/deb-systemd-helper-enabled/ssh.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/ssh.service /etc/systemd/system/sshd.service ==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.nm-dispatcher.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/postfix.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/postfix.service ==> /var/lib/systemd/deb-systemd-helper-enabled/cron.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/cron.service ==> /var/lib/systemd/deb-systemd-helper-enabled/nscd.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/nscd.service ==> /var/lib/systemd/deb-systemd-helper-enabled/bind9.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/bind9.service ==> /var/lib/systemd/deb-systemd-helper-enabled/remote-fs.target.wants/nfs-client.target <== ==> /var/lib/systemd/deb-systemd-helper-enabled/ssh-session-cleanup.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/ssh-session-cleanup.service ==> /var/lib/systemd/deb-systemd-helper-enabled/apt-daily.timer.dsh-also <== /etc/systemd/system/timers.target.wants/apt-daily.timer ==> /var/lib/systemd/deb-systemd-helper-enabled/apt-daily-upgrade.timer.dsh-also <== /etc/systemd/system/timers.target.wants/apt-daily-upgrade.timer ==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-lvmetad.socket.dsh-also <== /etc/systemd/system/sockets.target.wants/lvm2-lvmetad.socket /etc/systemd/system/sysinit.target.wants/lvm2-lvmetad.socket ==> /var/lib/systemd/deb-systemd-helper-enabled/smartd.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/smartd.service ==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-lvmpolld.service.dsh-also <== /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.service ==> /var/lib/systemd/deb-systemd-helper-enabled/rsync.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/rsync.service ==> /var/lib/systemd/deb-systemd-helper-enabled/dm-event.service.dsh-also <== /etc/systemd/system/sysinit.target.wants/dm-event.service ==> /var/lib/systemd/deb-systemd-helper-enabled/uuidd.service.dsh-also <== /etc/systemd/system/sockets.target.wants/uuidd.socket ==> /var/lib/systemd/deb-systemd-helper-enabled/printer.target.wants/cups.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/epmd.service.dsh-also <== /etc/systemd/system/sockets.target.wants/epmd.socket /etc/systemd/system/multi-user.target.wants/epmd.service ==> /var/lib/systemd/deb-systemd-helper-enabled/lvm2-monitor.service.dsh-also <== /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service ==> /var/lib/systemd/deb-systemd-helper-enabled/fstrim.timer.dsh-also <== /etc/systemd/system/timers.target.wants/fstrim.timer ==> /var/lib/systemd/deb-systemd-helper-enabled/nmbd.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/nmbd.service ==> /var/lib/systemd/deb-systemd-helper-enabled/schroot.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/schroot.service ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ebtables.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/rpcbind.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/avahi-daemon.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/smartd.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/inetd.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/rsyslog.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/apt-cacher-ng.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/lwresd.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ofono.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/nfs-server.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/minissdpd.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/cron.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/wpa_supplicant.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/rsync.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/sysstat.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ntp.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ctdb.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/open-iscsi.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/NetworkManager.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/postfix.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/smbd.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ModemManager.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/dundee.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/irqbalance.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/asterisk.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/schroot.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/binfmt-support.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/postgresql.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/atd.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/nfs-client.target <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/pppd-dns.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/networking.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ssh.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/ssh-session-cleanup.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/nscd.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/nmbd.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/cups.path <== ==> /var/lib/systemd/deb-systemd-helper-enabled/multi-user.target.wants/bind9.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/NetworkManager-wait-online.service.dsh-also <== /etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service ==> /var/lib/systemd/deb-systemd-helper-enabled/network-online.target.wants/ifupdown-wait-online.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/network-online.target.wants/networking.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/apparmor.service.dsh-also <== /etc/systemd/system/sysinit.target.wants/apparmor.service ==> /var/lib/systemd/deb-systemd-helper-enabled/local-fs.target.wants/lvm2-activation-early.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/local-fs.target.wants/lvm2-activation.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/bind9-pkcs11.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/bind9-pkcs11.service ==> /var/lib/systemd/deb-systemd-helper-enabled/cups.path.dsh-also <== /etc/systemd/system/multi-user.target.wants/cups.path ==> /var/lib/systemd/deb-systemd-helper-enabled/nfs-client.target.dsh-also <== /etc/systemd/system/multi-user.target.wants/nfs-client.target /etc/systemd/system/remote-fs.target.wants/nfs-client.target ==> /var/lib/systemd/deb-systemd-helper-enabled/atd.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/atd.service ==> /var/lib/systemd/deb-systemd-helper-enabled/dbus-org.bluez.service <== ==> /var/lib/systemd/deb-systemd-helper-enabled/epmd.socket.dsh-also <== /etc/systemd/system/sockets.target.wants/epmd.socket ==> /var/lib/systemd/deb-systemd-helper-enabled/ebtables.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/ebtables.service ==> /var/lib/systemd/deb-systemd-helper-enabled/sysstat.service.dsh-also <== /etc/systemd/system/multi-user.target.wants/sysstat.service -------------- next part -------------- # /etc/fstab: static file system information. # # proc /proc proc defaults 0 0 tmpfs /run tmpfs defaults,noexec,nosuid 0 0 # /dev/sdb5 / ext3 errors=remount-ro 0 1 # UUID=6b217ee1-25a8-4f94-89b8-c647fe3a62d7 / ext3 errors=remount-ro 0 1 # /dev/sdc5 / xfs errors=remount-ro 0 1 # UUID=ac66c6a1-0b08-481d-a400-9fb6e7a49f1b / xfs errors=remount-ro 0 1 LABEL=ROOT2 / xfs defaults 0 1 # /dev/sdb2 /boot ext2 defaults 0 2 # UUID=258b6e0c-1e60-4022-b815-79fece43230c /boot ext2 defaults 0 2 # /dev/sdc2 /boot ext2 defaults 0 2 # UUID=93011b9e-236b-4dbc-9a63-6b13390e0b32 /boot ext2 defaults 0 2 LABEL=BOOT2 /boot ext2 defaults 0 2 # /dev/sdc3 none swap sw 0 0 UUID=6a3619bf-4d3a-4ecd-8e24-937668d768bb none swap sw 0 0 # /dev/sdb7 /home ext3 defaults 0 2 # UUID=13445b7d-3175-4364-af72-b60a6b1a5e48 /home ext3 defaults 0 2 # /dev/sdc7 /home xfs defaults 0 2 # UUID=5712f05e-dac3-41e6-a837-3cbf9473e81d /home xfs defaults 0 2 LABEL=HOME2 /home ext4 defaults,user_xattr 0 2 LABEL=DAVE /home/dave ext4 defaults,user_xattr 0 3 # /dev/sdb6 none swap sw 0 0 # UUID=61b029c3-cacd-4f91-aae5-de589d17def9 none swap sw 0 0 # /dev/sdc6 /var xfs defaults 0 2 # UUID=648b2cd8-9c20-466a-92d0-a62d8a32f713 /var xfs defaults 0 2 LABEL=VAR2 /var ext4 defaults,user_xattr 0 2 # /dev/hda /media/cdrom0 udf,iso9660 user,noauto 0 0 /dev/cdrom /media/cdrom0 udf,iso9660 user,noauto 0 0 # /dev/sdc1 /home/dave/linux ext3 defaults 0 3 # UUID=66f0ff66-4621-421a-bb06-6790ad36fef3 /home/dave/linux ext3 defaults 0 3 # /dev/sdc2 /usr/share ext3 defaults 0 2 # UUID=707f2b6b-4de6-4853-a5c0-d941b8c8b607 /usr/share ext3 defaults 0 2 # /dev/sda1 /mnt xfs defaults 0 2 UUID=6c75bd8e-42fc-47aa-89d2-344399183061 /mnt xfs defaults 0 2 # NFS # macpro:/Users/dave/mx3210/nfs /home/dave/macpro nfs sync 0 0 # swap file and tmpfs mount for buildd - we already have enough swap /home/srv/swapfile none swap sw 0 3 tmpfs /home/srv/buildd/unpack tmpfs size=25G 0 3 From biebl at debian.org Sun Sep 23 08:48:24 2018 From: biebl at debian.org (Michael Biebl) Date: Sun, 23 Sep 2018 09:48:24 +0200 Subject: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object In-Reply-To: <153765633785.21643.3720245629877255158.reportbug@mx3210> References: <153765633785.21643.3720245629877255158.reportbug@mx3210> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> Control: tags -1 + help Am 23.09.18 um 00:45 schrieb John David Anglin: > Source: systemd > Version: 239-9 > Severity: normal > > Dear Maintainer, > > The build fails here: > > [416/1547] cc -o src/udev/ata_id 'src/udev/src at udev@@ata_id at exe/ata_id_ata_id.c.o' -flto -Wl,--no-undefined -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -pie -Wl,--gc-sections -g -O2 -fdebug-prefix-map=/<>=. -Wformat -Werror=format-security -Wl,--start-group src/udev/libudev_static.a src/shared/libsystemd-shared-239.a src/libsystemd/libsystemd_static.a src/basic/libbasic.a src/udev/libudev-basic.a -lrt /usr/lib/hppa-linux-gnu/libcap.so -lacl /usr/lib/hppa-linux-gnu/libcryptsetup.so -lgcrypt /usr/lib/hppa-linux-gnu/libip4tc.so /usr/lib/hppa-linux-gnu/libip6tc.so /usr/lib/hppa-linux-gnu/libselinux.so /usr/lib/hppa-linux-gnu/libidn.so /usr/lib/hppa-linux-gnu/liblzma.so /usr/lib/hppa-linux-gnu/liblz4.so /usr/lib/hppa-linux-gnu/libblkid.so -lrt /usr/lib/hppa-linux-gnu/libmount.so -Wl,--end-group -pthread > FAILED: src/udev/ata_id > cc -o src/udev/ata_id 'src/udev/src at udev@@ata_id at exe/ata_id_ata_id.c.o' -flto -Wl,--no-undefined -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -pie -Wl,--gc-sections -g -O2 -fdebug-prefix-map=/<>=. -Wformat -Werror=format-security -Wl,--start-group src/udev/libudev_static.a src/shared/libsystemd-shared-239.a src/libsystemd/libsystemd_static.a src/basic/libbasic.a src/udev/libudev-basic.a -lrt /usr/lib/hppa-linux-gnu/libcap.so -lacl /usr/lib/hppa-linux-gnu/libcryptsetup.so -lgcrypt /usr/lib/hppa-linux-gnu/libip4tc.so /usr/lib/hppa-linux-gnu/libip6tc.so /usr/lib/hppa-linux-gnu/libselinux.so /usr/lib/hppa-linux-gnu/libidn.so /usr/lib/hppa-linux-gnu/liblzma.so /usr/lib/hppa-linux-gnu/liblz4.so /usr/lib/hppa-linux-gnu/libblkid.so -lrt /usr/lib/hppa-linux-gnu/libmount.so -Wl,--end-group -pthread > /usr/bin/ld: /tmp/ccHOKcGI.ltrans0.ltrans.o: relocation R_PARISC_DPREL21L can not be used when making a shared object; recompile with -fPIC > /usr/bin/ld: BFD (GNU Binutils for Debian) 2.31.1 internal error, aborting at ../../bfd/elf32-hppa.c:3956 in elf32_hppa_relocate_section > > /usr/bin/ld: Please report this bug. > > collect2: error: ld returned 1 exit status > > I believe the error message is correct. Please add "-fPIC" or "-fPIE" to the > link command. Can you provide a tested patch? I.e. one which let's the build and the test-suite pass. Thanks, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Sun Sep 23 08:51:06 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 23 Sep 2018 07:51:06 +0000 Subject: Processed: Re: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object References: <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: Processing control commands: > tags -1 + help Bug #909396 [src:systemd] systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object Added tag(s) help. -- 909396: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909396 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Sun Sep 23 09:03:03 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 23 Sep 2018 08:03:03 +0000 Subject: Processed: Re: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object References: <9eb7272c-dd8c-4351-bab2-fef624bdf53a@debian.org> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: Processing control commands: > tags -1 + moreinfo Bug #909396 [src:systemd] systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object Added tag(s) moreinfo. -- 909396: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909396 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From biebl at debian.org Sun Sep 23 09:01:35 2018 From: biebl at debian.org (Michael Biebl) Date: Sun, 23 Sep 2018 10:01:35 +0200 Subject: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object In-Reply-To: <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> References: <153765633785.21643.3720245629877255158.reportbug@mx3210> <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: <9eb7272c-dd8c-4351-bab2-fef624bdf53a@debian.org> Control: tags -1 + moreinfo Am 23.09.18 um 09:48 schrieb Michael Biebl: > Control: tags -1 + help > > Am 23.09.18 um 00:45 schrieb John David Anglin: >> I believe the error message is correct. Please add "-fPIC" or "-fPIE" to the >> link command. > > Can you provide a tested patch? > I.e. one which let's the build and the test-suite pass. Looking at https://buildd.debian.org/status/logs.php?pkg=systemd&arch=hppa , systemd built fine in the past, say 239-7 There weren't any relevant changes between 239-7 and 239-9 afaics, which makes me think that this is rather a toolchain issue on hppa and not a bug in systemd itself. Would be great if you can investigate this. Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From biebl at debian.org Sun Sep 23 09:06:54 2018 From: biebl at debian.org (Michael Biebl) Date: Sun, 23 Sep 2018 10:06:54 +0200 Subject: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object In-Reply-To: <9eb7272c-dd8c-4351-bab2-fef624bdf53a@debian.org> References: <153765633785.21643.3720245629877255158.reportbug@mx3210> <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> <9eb7272c-dd8c-4351-bab2-fef624bdf53a@debian.org> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: <98d57ef9-9a0d-5b2c-c3bc-e3e5239ca9ff@debian.org> Am 23.09.18 um 10:01 schrieb Michael Biebl: > There weren't any relevant changes between 239-7 and 239-9 afaics, which > makes me think that this is rather a toolchain issue on hppa and not a > bug in systemd itself. > > Would be great if you can investigate this. One obvious difference is that 239-7 was compiled with meson 0.47.1-1, 239-8 and 239-9 with 0.47.2-1 -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From dave.anglin at bell.net Sun Sep 23 13:43:59 2018 From: dave.anglin at bell.net (John David Anglin) Date: Sun, 23 Sep 2018 08:43:59 -0400 Subject: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object In-Reply-To: <98d57ef9-9a0d-5b2c-c3bc-e3e5239ca9ff@debian.org> References: <153765633785.21643.3720245629877255158.reportbug@mx3210> <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> <9eb7272c-dd8c-4351-bab2-fef624bdf53a@debian.org> <98d57ef9-9a0d-5b2c-c3bc-e3e5239ca9ff@debian.org> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: <46614eb2-a673-18cf-accb-143b4f798596@bell.net> On 2018-09-23 4:06 AM, Michael Biebl wrote: > Am 23.09.18 um 10:01 schrieb Michael Biebl: > >> There weren't any relevant changes between 239-7 and 239-9 afaics, which >> makes me think that this is rather a toolchain issue on hppa and not a >> bug in systemd itself. >> >> Would be great if you can investigate this. > One obvious difference is that 239-7 was compiled with meson 0.47.1-1, > 239-8 and 239-9 with 0.47.2-1 Okay.  I don't know anything about systemd build and where one would modify link options. I can try if you can suggest a possible location for change. It might be the "-flto" option would change things.  It causes various compilations to occur which might cause error linking. -- John David Anglin dave.anglin at bell.net From biebl at debian.org Sun Sep 23 14:27:10 2018 From: biebl at debian.org (Michael Biebl) Date: Sun, 23 Sep 2018 15:27:10 +0200 Subject: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object In-Reply-To: <46614eb2-a673-18cf-accb-143b4f798596@bell.net> References: <153765633785.21643.3720245629877255158.reportbug@mx3210> <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> <9eb7272c-dd8c-4351-bab2-fef624bdf53a@debian.org> <98d57ef9-9a0d-5b2c-c3bc-e3e5239ca9ff@debian.org> <46614eb2-a673-18cf-accb-143b4f798596@bell.net> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: <21d4c467-7793-0a13-596b-1f1f12becc25@debian.org> Am 23.09.18 um 14:43 schrieb John David Anglin: > On 2018-09-23 4:06 AM, Michael Biebl wrote: >> Am 23.09.18 um 10:01 schrieb Michael Biebl: >> >>> There weren't any relevant changes between 239-7 and 239-9 afaics, which >>> makes me think that this is rather a toolchain issue on hppa and not a >>> bug in systemd itself. >>> >>> Would be great if you can investigate this. >> One obvious difference is that 239-7 was compiled with meson 0.47.1-1, >> 239-8 and 239-9 with 0.47.2-1 > Okay.  I don't know anything about systemd build and where one would > modify link options. > I can try if you can suggest a possible location for change. > > It might be the "-flto" option would change things.  It causes various > compilations to occur > which might cause error linking. My point is, that the systemd build system did not change between 239-7 and 239-8. So I suspect the root cause is elsewhere and not in systemd directly. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From dave.anglin at bell.net Sun Sep 23 21:27:56 2018 From: dave.anglin at bell.net (John David Anglin) Date: Sun, 23 Sep 2018 16:27:56 -0400 Subject: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object In-Reply-To: <21d4c467-7793-0a13-596b-1f1f12becc25@debian.org> References: <153765633785.21643.3720245629877255158.reportbug@mx3210> <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> <9eb7272c-dd8c-4351-bab2-fef624bdf53a@debian.org> <98d57ef9-9a0d-5b2c-c3bc-e3e5239ca9ff@debian.org> <46614eb2-a673-18cf-accb-143b4f798596@bell.net> <21d4c467-7793-0a13-596b-1f1f12becc25@debian.org> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: <705fca09-9f98-b1c4-f3f2-7d945a1a7289@bell.net> On 2018-09-23 9:27 AM, Michael Biebl wrote: > Am 23.09.18 um 14:43 schrieb John David Anglin: >> On 2018-09-23 4:06 AM, Michael Biebl wrote: >>> Am 23.09.18 um 10:01 schrieb Michael Biebl: >>> >>>> There weren't any relevant changes between 239-7 and 239-9 afaics, which >>>> makes me think that this is rather a toolchain issue on hppa and not a >>>> bug in systemd itself. >>>> >>>> Would be great if you can investigate this. >>> One obvious difference is that 239-7 was compiled with meson 0.47.1-1, >>> 239-8 and 239-9 with 0.47.2-1 >> Okay.  I don't know anything about systemd build and where one would >> modify link options. >> I can try if you can suggest a possible location for change. >> >> It might be the "-flto" option would change things.  It causes various >> compilations to occur >> which might cause error linking. > My point is, that the systemd build system did not change between 239-7 > and 239-8. So I suspect the root cause is elsewhere and not in systemd > directly. Well the problem was latent in 239-7 and probably gcc changed.  The thing is the error points to an error in the link command.  On hppa, it is almost always necessary to link shared and pie objects with -fPIC or -fPIE, respectively.  There are compilations in the link process and the generated objects need to be position independent when doing shared and pie links. The attached patch fixes the failing link command although I'm not sure it's optimal as generally -fPIE and -pie need to be specified together.  Meson appears to test the options separately.  Putting them together as one option doesn't work.  The systemd build completes with the patch.  There was one timeout in the testsuite but the system was under high load. Dave -- John David Anglin dave.anglin at bell.net -------------- next part -------------- --- meson.build.save 2018-09-23 14:27:45.765707025 -0400 +++ meson.build 2018-09-23 14:40:20.002886449 -0400 @@ -341,7 +341,7 @@ # enable it when we are linking against them if not fuzzer_build possible_cc_flags += '-fPIE' - possible_link_flags += '-pie' + possible_link_flags += [ '-fPIE', '-pie', ] endif if cc.get_id() == 'clang' From dave.anglin at bell.net Sun Sep 23 21:32:44 2018 From: dave.anglin at bell.net (John David Anglin) Date: Sun, 23 Sep 2018 16:32:44 -0400 Subject: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object In-Reply-To: <98d57ef9-9a0d-5b2c-c3bc-e3e5239ca9ff@debian.org> References: <153765633785.21643.3720245629877255158.reportbug@mx3210> <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> <9eb7272c-dd8c-4351-bab2-fef624bdf53a@debian.org> <98d57ef9-9a0d-5b2c-c3bc-e3e5239ca9ff@debian.org> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: <2dc98eaf-bd2b-0205-6892-d122ae4bbcf1@bell.net> On 2018-09-23 4:06 AM, Michael Biebl wrote: > One obvious difference is that 239-7 was compiled with meson 0.47.1-1, > 239-8 and 239-9 with 0.47.2-1 The systemd build breaks completely with meson 0.48.0-1. Dave -- John David Anglin dave.anglin at bell.net From biebl at debian.org Sun Sep 23 21:44:39 2018 From: biebl at debian.org (Michael Biebl) Date: Sun, 23 Sep 2018 22:44:39 +0200 Subject: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object In-Reply-To: <705fca09-9f98-b1c4-f3f2-7d945a1a7289@bell.net> References: <153765633785.21643.3720245629877255158.reportbug@mx3210> <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> <9eb7272c-dd8c-4351-bab2-fef624bdf53a@debian.org> <98d57ef9-9a0d-5b2c-c3bc-e3e5239ca9ff@debian.org> <46614eb2-a673-18cf-accb-143b4f798596@bell.net> <21d4c467-7793-0a13-596b-1f1f12becc25@debian.org> <705fca09-9f98-b1c4-f3f2-7d945a1a7289@bell.net> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: <0d0fac69-deb4-193f-927b-efe679f16057@debian.org> Am 23.09.18 um 22:27 schrieb John David Anglin: > Well the problem was latent in 239-7 and probably gcc changed.  The > thing is the error points > to an error in the link command.  On hppa, it is almost always necessary > to link shared and pie > objects with -fPIC or -fPIE, respectively.  There are compilations in > the link process and > the generated objects need to be position independent when doing shared > and pie links. > > The attached patch fixes the failing link command although I'm not sure > it's optimal as > generally -fPIE and -pie need to be specified together.  Meson appears > to test the options > separately.  Putting them together as one option doesn't work.  The > systemd build completes > with the patch.  There was one timeout in the testsuite but the system > was under high load. Looking at the "ld" man page, it doesn't say anything about -fPIE, only about -pie. Can you please provide some references why on hppa the linker needs -fPIE in addition to -pie -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From biebl at debian.org Sun Sep 23 21:56:03 2018 From: biebl at debian.org (Michael Biebl) Date: Sun, 23 Sep 2018 22:56:03 +0200 Subject: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object In-Reply-To: <0d0fac69-deb4-193f-927b-efe679f16057@debian.org> References: <153765633785.21643.3720245629877255158.reportbug@mx3210> <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> <9eb7272c-dd8c-4351-bab2-fef624bdf53a@debian.org> <98d57ef9-9a0d-5b2c-c3bc-e3e5239ca9ff@debian.org> <46614eb2-a673-18cf-accb-143b4f798596@bell.net> <21d4c467-7793-0a13-596b-1f1f12becc25@debian.org> <705fca09-9f98-b1c4-f3f2-7d945a1a7289@bell.net> <153765633785.21643.3720245629877255158.reportbug@mx3210> <0d0fac69-deb4-193f-927b-efe679f16057@debian.org> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: <750744d4-25f4-971f-a91c-88b94f317f2e@debian.org> Am 23.09.18 um 22:44 schrieb Michael Biebl: > Looking at the "ld" man page, it doesn't say anything about -fPIE, only > about -pie. > Can you please provide some references why on hppa the linker needs > -fPIE in addition to -pie Fwiw, this command succeeded for 239-7 [425/1545] cc -o src/udev/ata_id 'src/udev/src at udev@@ata_id at exe/ata_id_ata_id.c.o' -flto -Wl,--no-undefined -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -pie -Wl,--gc-sections -g -O2 -fdebug-prefix-map=/<>=. -Wformat -Werror=format-security -Wl,--start-group src/udev/libudev_static.a src/shared/libsystemd-shared-239.a src/libsystemd/libsystemd_static.a src/basic/libbasic.a src/udev/libudev-basic.a -lrt /usr/lib/hppa-linux-gnu/libcap.so -lacl /usr/lib/hppa-linux-gnu/libcryptsetup.so -lgcrypt /usr/lib/hppa-linux-gnu/libip4tc.so /usr/lib/hppa-linux-gnu/libip6tc.so /usr/lib/hppa-linux-gnu/libselinux.so /usr/lib/hppa-linux-gnu/libidn.so /usr/lib/hppa-linux-gnu/liblzma.so /usr/lib/hppa-linux-gnu/liblz4.so /usr/lib/hppa-linux-gnu/libblkid.so -lrt /usr/lib/hppa-linux-gnu/libmount.so -Wl,--end-group Why is this now suddenly failing on hppa? -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From dave.anglin at bell.net Sun Sep 23 22:00:51 2018 From: dave.anglin at bell.net (John David Anglin) Date: Sun, 23 Sep 2018 17:00:51 -0400 Subject: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object In-Reply-To: <0d0fac69-deb4-193f-927b-efe679f16057@debian.org> References: <153765633785.21643.3720245629877255158.reportbug@mx3210> <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> <9eb7272c-dd8c-4351-bab2-fef624bdf53a@debian.org> <98d57ef9-9a0d-5b2c-c3bc-e3e5239ca9ff@debian.org> <46614eb2-a673-18cf-accb-143b4f798596@bell.net> <21d4c467-7793-0a13-596b-1f1f12becc25@debian.org> <705fca09-9f98-b1c4-f3f2-7d945a1a7289@bell.net> <0d0fac69-deb4-193f-927b-efe679f16057@debian.org> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: On 2018-09-23 4:44 PM, Michael Biebl wrote: > Am 23.09.18 um 22:27 schrieb John David Anglin: >> Well the problem was latent in 239-7 and probably gcc changed.  The >> thing is the error points >> to an error in the link command.  On hppa, it is almost always necessary >> to link shared and pie >> objects with -fPIC or -fPIE, respectively.  There are compilations in >> the link process and >> the generated objects need to be position independent when doing shared >> and pie links. >> >> The attached patch fixes the failing link command although I'm not sure >> it's optimal as >> generally -fPIE and -pie need to be specified together.  Meson appears >> to test the options >> separately.  Putting them together as one option doesn't work.  The >> systemd build completes >> with the patch.  There was one timeout in the testsuite but the system >> was under high load. > Looking at the "ld" man page, it doesn't say anything about -fPIE, only > about -pie. > Can you please provide some references why on hppa the linker needs > -fPIE in addition to -pie -fPIE is not a "ld" option.  It is a compiler option.  Note that the code uses the "cc", compiler driver, to perform the link.   The "-flto" option also is a compiler driver option that enables link-time optimization. Take a look at what happens when you do a shared or pie link with compiler driver.  Add "-v" to see the intermediate steps.   -fPIC                       Generate position-independent code if possible                               (large mode).   -fPIE                       Generate position-independent code for                               executables if possible (large mode).   -flto                       Enable link-time optimization.   -pie                     Create a dynamically linked position independent                            executable.   -shared                  Create a shared library. Dave -- John David Anglin dave.anglin at bell.net From biebl at debian.org Sun Sep 23 22:03:15 2018 From: biebl at debian.org (Michael Biebl) Date: Sun, 23 Sep 2018 23:03:15 +0200 Subject: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object In-Reply-To: References: <153765633785.21643.3720245629877255158.reportbug@mx3210> <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> <9eb7272c-dd8c-4351-bab2-fef624bdf53a@debian.org> <98d57ef9-9a0d-5b2c-c3bc-e3e5239ca9ff@debian.org> <46614eb2-a673-18cf-accb-143b4f798596@bell.net> <21d4c467-7793-0a13-596b-1f1f12becc25@debian.org> <705fca09-9f98-b1c4-f3f2-7d945a1a7289@bell.net> <0d0fac69-deb4-193f-927b-efe679f16057@debian.org> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: <83507de8-ede8-a944-8483-3065bee3a827@debian.org> Am 23.09.18 um 23:00 schrieb John David Anglin: > On 2018-09-23 4:44 PM, Michael Biebl wrote: >> Can you please provide some references why on hppa the linker needs >> -fPIE in addition to -pie > -fPIE is not a "ld" option.  It is a compiler option. Right, that's why I don't see why it should be added to possible_link_flags -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From dave.anglin at bell.net Sun Sep 23 22:17:54 2018 From: dave.anglin at bell.net (John David Anglin) Date: Sun, 23 Sep 2018 17:17:54 -0400 Subject: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object In-Reply-To: <83507de8-ede8-a944-8483-3065bee3a827@debian.org> References: <153765633785.21643.3720245629877255158.reportbug@mx3210> <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> <9eb7272c-dd8c-4351-bab2-fef624bdf53a@debian.org> <98d57ef9-9a0d-5b2c-c3bc-e3e5239ca9ff@debian.org> <46614eb2-a673-18cf-accb-143b4f798596@bell.net> <21d4c467-7793-0a13-596b-1f1f12becc25@debian.org> <705fca09-9f98-b1c4-f3f2-7d945a1a7289@bell.net> <0d0fac69-deb4-193f-927b-efe679f16057@debian.org> <83507de8-ede8-a944-8483-3065bee3a827@debian.org> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: <6ad2fd35-bf04-485a-1b63-09bd20fb9f61@bell.net> On 2018-09-23 5:03 PM, Michael Biebl wrote: > Am 23.09.18 um 23:00 schrieb John David Anglin: >> On 2018-09-23 4:44 PM, Michael Biebl wrote: >>> Can you please provide some references why on hppa the linker needs >>> -fPIE in addition to -pie >> -fPIE is not a "ld" option.  It is a compiler option. > Right, that's why I don't see why it should be added to possible_link_flags It's needed because the compiler driver is being used to optimize the link.  ld is not being used directly.  The linker optimization involves various compilations which need the option. The libtool driver is another example of this.  If ld were used directly, then the option wouldn't be needed.  But then the build process would have to select the correct startup files, etc. -- John David Anglin dave.anglin at bell.net From dave.anglin at bell.net Sun Sep 23 22:34:05 2018 From: dave.anglin at bell.net (John David Anglin) Date: Sun, 23 Sep 2018 17:34:05 -0400 Subject: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object In-Reply-To: <750744d4-25f4-971f-a91c-88b94f317f2e@debian.org> References: <153765633785.21643.3720245629877255158.reportbug@mx3210> <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> <9eb7272c-dd8c-4351-bab2-fef624bdf53a@debian.org> <98d57ef9-9a0d-5b2c-c3bc-e3e5239ca9ff@debian.org> <46614eb2-a673-18cf-accb-143b4f798596@bell.net> <21d4c467-7793-0a13-596b-1f1f12becc25@debian.org> <705fca09-9f98-b1c4-f3f2-7d945a1a7289@bell.net> <153765633785.21643.3720245629877255158.reportbug@mx3210> <0d0fac69-deb4-193f-927b-efe679f16057@debian.org> <750744d4-25f4-971f-a91c-88b94f317f2e@debian.org> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: <88176259-b444-3978-3b5c-39e788e8b1fa@bell.net> On 2018-09-23 4:56 PM, Michael Biebl wrote: > Am 23.09.18 um 22:44 schrieb Michael Biebl: >> Looking at the "ld" man page, it doesn't say anything about -fPIE, only >> about -pie. >> Can you please provide some references why on hppa the linker needs >> -fPIE in addition to -pie > Fwiw, this command succeeded for 239-7 > > [425/1545] cc -o src/udev/ata_id > 'src/udev/src at udev@@ata_id at exe/ata_id_ata_id.c.o' -flto > -Wl,--no-undefined -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -pie > -Wl,--gc-sections -g -O2 -fdebug-prefix-map=/<>=. -Wformat > -Werror=format-security -Wl,--start-group src/udev/libudev_static.a > src/shared/libsystemd-shared-239.a src/libsystemd/libsystemd_static.a > src/basic/libbasic.a src/udev/libudev-basic.a -lrt > /usr/lib/hppa-linux-gnu/libcap.so -lacl > /usr/lib/hppa-linux-gnu/libcryptsetup.so -lgcrypt > /usr/lib/hppa-linux-gnu/libip4tc.so /usr/lib/hppa-linux-gnu/libip6tc.so > /usr/lib/hppa-linux-gnu/libselinux.so /usr/lib/hppa-linux-gnu/libidn.so > /usr/lib/hppa-linux-gnu/liblzma.so /usr/lib/hppa-linux-gnu/liblz4.so > /usr/lib/hppa-linux-gnu/libblkid.so -lrt > /usr/lib/hppa-linux-gnu/libmount.so -Wl,--end-group > > Why is this now suddenly failing on hppa? This is difficult to say as it's no longer possible to redo the 239-7 without the exact same library versions.  The meson package is now updated in sid. Here is the gcc documentation for -flto: @item -flto[=@var{n}] @opindex flto This option runs the standard link-time optimizer.  When invoked with source code, it generates GIMPLE (one of GCC's internal representations) and writes it to special ELF sections in the object file.  When the object files are linked together, all the function bodies are read from these ELF sections and instantiated as if they had been part of the same translation unit. To use the link-time optimizer, @option{-flto} and optimization options should be specified at compile time and during the final link. *It is recommended that you compile all the files participating in the** **same link with the same options and also specify those options at** **link time.* For example: @smallexample gcc -c -O2 -flto foo.c gcc -c -O2 -flto bar.c gcc -o myprog -flto -O2 foo.o bar.o @end smallexample The first two invocations to GCC save a bytecode representation of GIMPLE into special ELF sections inside @file{foo.o} and @file{bar.o}.  The final invocation reads the GIMPLE bytecode from @file{foo.o} and @file{bar.o}, merges the two files into a single internal image, and compiles the result as usual.  Since both @file{foo.o} and @file{bar.o} are merged into a single image, this causes all the interprocedural analyses and optimizations in GCC to work across the two files as if they were a single one.  This means, for example, that the inliner is able to inline functions in @file{bar.o} into functions in @file{foo.o} and vice-versa. Another (simpler) way to enable link-time optimization is: @smallexample gcc -o myprog -flto -O2 foo.c bar.c @end smallexample The above generates bytecode for @file{foo.c} and @file{bar.c}, merges them together into a single GIMPLE representation and optimizes them as usual to produce @file{myprog}. The only important thing to keep in mind is that to enable link-time optimizations you need to use the GCC driver to perform the link step. GCC then automatically performs link-time optimization if any of the objects involved were compiled with the @option{-flto} command-line option. You generally should specify the optimization options to be used for link-time optimization though GCC tries to be clever at guessing an optimization level to use from the options used at compile time if you fail to specify one at link time.  You can always override the automatic decision to do link-time optimization by passing @option{-fno-lto} to the link command. To make whole program optimization effective, it is necessary to make certain whole program assumptions.  The compiler needs to know what functions and variables can be accessed by libraries and runtime outside of the link-time optimized unit.  When supported by the linker, the linker plugin (see @option{-fuse-linker-plugin}) passes information to the compiler about used and externally visible symbols.  When the linker plugin is not available, @option{-fwhole-program} should be used to allow the compiler to make these assumptions, which leads to more aggressive optimization decisions. When @option{-fuse-linker-plugin} is not enabled, when a file is compiled with @option{-flto}, the generated object file is larger than a regular object file because it contains GIMPLE bytecodes and the usual final code (see @option{-ffat-lto-objects}.  This means that object files with LTO information can be linked as normal object files; if @option{-fno-lto} is passed to the linker, no interprocedural optimizations are applied.  Note that when @option{-fno-fat-lto-objects} is enabled the compile stage is faster but you cannot perform a regular, non-LTO link on them. ... -- John David Anglin dave.anglin at bell.net From helmut at subdivi.de Mon Sep 24 05:18:05 2018 From: helmut at subdivi.de (Helmut Grohne) Date: Mon, 24 Sep 2018 06:18:05 +0200 Subject: Bug#909455: systemd FTBFS: meson_options.txt:49:0: ERROR: Option name debug is reserved. Message-ID: <20180924041804.GA32529@alf.mars> Source: systemd Version: 239-9 Severity: serious Tags: ftbfs User: helmutg at debian.org Usertags: rebootstrap Control: reassign 909440 meson Control: tags 909440 + ftbfs Control: affects 909440 + src:systemd Control: block -1 by 909440 systemd presently fails to build from source. The immediate reason is that meson lacks a dependency on python3-pkg-resources. That problem can be worked around e.g. by adding --add-depends=python3-pkg-resources to an sbuild invocation. The missing dependency is already properly tracked and not subject of this bug. Once you work around the issue, systemd fails to build in a novel way: | make[1]: Entering directory '/<>' | dh_auto_configure --builddirectory=build-deb \ | -- -Db_lto=true -Drootlibdir=/lib/x86_64-linux-gnu -Dsplit-usr=true -Dquotaon-path=/sbin/quotaon -Dquotacheck-path=/sbin/quotacheck -Dkmod-path=/bin/kmod -Dkexec-path=/sbin/kexec -Dsulogin-path=/sbin/sulogin -Dmount-path=/bin/mount -Dumount-path=/bin/umount -Dloadkeys-path=/bin/loadkeys -Dsetfont-path=/bin/setfont -Dtelinit-path=/lib/sysvinit/telinit -Dsysvinit-path=/etc/init.d -Dsysvrcnd-path=/etc -Ddebug-shell=/bin/bash -Dzshcompletiondir=/usr/share/zsh/vendor-completions -Ddbuspolicydir=/usr/share/dbus-1/system.d/ -Dsupport-url=https://www.debian.org/support -Ddefault-kill-user-processes=false -Dpamconfdir=no -Drpmmacrosdir=no -Dqrencode=false -Dvconsole=false -Dfirstboot=false -Dxkbcommon=false -Dportabled=false -Dwheel-group=false -Dntp-servers="0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org 3.debian.pool.ntp.org" -Dlink-udev-shared=false -Dsystem-uid-max=999 -Dsystem-gid-max=999 -Dnobody-user=nobody -Dnobody-group=nogroup -Ddev-kvm-mode=0660 -Dselinux=true -Dhwdb=true -Dsysusers=true -Dinstall-tests=true -Defi=true -Dnss-systemd=true -Dresolve=true -Daudit=true -Dlibcryptsetup=true -Dcoredump=true -Delfutils=true -Dapparmor=true -Dlibidn=true -Dlibiptc=true -Dlibcurl=true -Dimportd=true -Dmicrohttpd=true -Dgnutls=true | cd build-deb && LC_ALL=C.UTF-8 meson .. --wrap-mode=nodownload --buildtype=plain --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=lib/x86_64-linux-gnu --libexecdir=lib/x86_64-linux-gnu -Db_lto=true -Drootlibdir=/lib/x86_64-linux-gnu -Dsplit-usr=true -Dquotaon-path=/sbin/quotaon -Dquotacheck-path=/sbin/quotacheck -Dkmod-path=/bin/kmod -Dkexec-path=/sbin/kexec -Dsulogin-path=/sbin/sulogin -Dmount-path=/bin/mount -Dumount-path=/bin/umount -Dloadkeys-path=/bin/loadkeys -Dsetfont-path=/bin/setfont -Dtelinit-path=/lib/sysvinit/telinit -Dsysvinit-path=/etc/init.d -Dsysvrcnd-path=/etc -Ddebug-shell=/bin/bash -Dzshcompletiondir=/usr/share/zsh/vendor-completions -Ddbuspolicydir=/usr/share/dbus-1/system.d/ -Dsupport-url=https://www.debian.org/support -Ddefault-kill-user-processes=false -Dpamconfdir=no -Drpmmacrosdir=no -Dqrencode=false -Dvconsole=false -Dfirstboot=false -Dxkbcommon=false -Dportabled=false -Dwheel-group=false "-Dntp-servers=0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org 3.debian.pool.ntp.org" -Dlink-udev-shared=false -Dsystem-uid-max=999 -Dsystem-gid-max=999 -Dnobody-user=nobody -Dnobody-group=nogroup -Ddev-kvm-mode=0660 -Dselinux=true -Dhwdb=true -Dsysusers=true -Dinstall-tests=true -Defi=true -Dnss-systemd=true -Dresolve=true -Daudit=true -Dlibcryptsetup=true -Dcoredump=true -Delfutils=true -Dapparmor=true -Dlibidn=true -Dlibiptc=true -Dlibcurl=true -Dimportd=true -Dmicrohttpd=true -Dgnutls=true | The Meson build system | Version: 0.48.0 | Source dir: /<> | Build dir: /<>/build-deb | Build type: native build | | meson_options.txt:49:0: ERROR: Option name debug is reserved. | | A full log can be found at /<>/build-deb/meson-logs/meson-log.txt | cd build-deb && tail -v -n \+0 meson-logs/meson-log.txt | ==> meson-logs/meson-log.txt <== | Build started at 2018-09-24T03:40:26.699787 | Main binary: /usr/bin/python3 | Python system: Linux | The Meson build system | Version: 0.48.0 | Source dir: /<> | Build dir: /<>/build-deb | Build type: native build | | meson_options.txt:49:0: ERROR: Option name debug is reserved. | dh_auto_configure: cd build-deb && LC_ALL=C.UTF-8 meson .. --wrap-mode=nodownload --buildtype=plain --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=lib/x86_64-linux-gnu --libexecdir=lib/x86_64-linux-gnu -Db_lto=true -Drootlibdir=/lib/x86_64-linux-gnu -Dsplit-usr=true -Dquotaon-path=/sbin/quotaon -Dquotacheck-path=/sbin/quotacheck -Dkmod-path=/bin/kmod -Dkexec-path=/sbin/kexec -Dsulogin-path=/sbin/sulogin -Dmount-path=/bin/mount -Dumount-path=/bin/umount -Dloadkeys-path=/bin/loadkeys -Dsetfont-path=/bin/setfont -Dtelinit-path=/lib/sysvinit/telinit -Dsysvinit-path=/etc/init.d -Dsysvrcnd-path=/etc -Ddebug-shell=/bin/bash -Dzshcompletiondir=/usr/share/zsh/vendor-completions -Ddbuspolicydir=/usr/share/dbus-1/system.d/ -Dsupport-url=https://www.debian.org/support -Ddefault-kill-user-processes=false -Dpamconfdir=no -Drpmmacrosdir=no -Dqrencode=false -Dvconsole=false -Dfirstboot=false -Dxkbcommon=false -Dportabled=false -Dwheel-group=false "-Dntp-servers=0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org 3.debian.pool.ntp.org" -Dlink-udev-shared=false -Dsystem-uid-max=999 -Dsystem-gid-max=999 -Dnobody-user=nobody -Dnobody-group=nogroup -Ddev-kvm-mode=0660 -Dselinux=true -Dhwdb=true -Dsysusers=true -Dinstall-tests=true -Defi=true -Dnss-systemd=true -Dresolve=true -Daudit=true -Dlibcryptsetup=true -Dcoredump=true -Delfutils=true -Dapparmor=true -Dlibidn=true -Dlibiptc=true -Dlibcurl=true -Dimportd=true -Dmicrohttpd=true -Dgnutls=true returned exit code 1 | make[1]: *** [debian/rules:155: override_dh_auto_configure] Error 2 | make[1]: Leaving directory '/<>' | make: *** [debian/rules:292: binary] Error 2 | dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 I'm unsure whether this is a problem in meson or systemd, but reporting it seems like the obvious first step. Meson maintainers Cced. I note that I am repeatedly less than impressed by the quality of meson uploads. The number of times that a meson uploads has broken systemd is annoying. The number of times a fatal failure could have been avoided with simple pre-upload checks (e.g. building systemd, diffing contents to the previous version, checking the github issue tracker for reported regressions) is roughly equal. I'm not objection to the occasional screwup. Shit happens. We learn from our mistakes, but it sometimes looks as if meson maintenance does not learn. Helmut From owner at bugs.debian.org Mon Sep 24 05:21:08 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 24 Sep 2018 04:21:08 +0000 Subject: Processed: systemd FTBFS: meson_options.txt:49:0: ERROR: Option name debug is reserved. References: <20180924041804.GA32529@alf.mars> <20180924041804.GA32529@alf.mars> Message-ID: Processing control commands: > reassign 909440 meson Bug #909440 [src:meson] meson: missing dependency on python3-pkg-resources Bug reassigned from package 'src:meson' to 'meson'. No longer marked as found in versions meson/0.48.0-1. Ignoring request to alter fixed versions of bug #909440 to the same values previously set > tags 909440 + ftbfs Bug #909440 [meson] meson: missing dependency on python3-pkg-resources Added tag(s) ftbfs. > affects 909440 + src:systemd Bug #909440 [meson] meson: missing dependency on python3-pkg-resources Added indication that 909440 affects src:systemd > block -1 by 909440 Bug #909455 [src:systemd] systemd FTBFS: meson_options.txt:49:0: ERROR: Option name debug is reserved. 909455 was not blocked by any bugs. 909455 was not blocking any bugs. Added blocking bug(s) of 909455: 909440 -- 909440: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909440 909455: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909455 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Mon Sep 24 09:03:15 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 24 Sep 2018 08:03:15 +0000 Subject: Processed: Bug #909455 in systemd marked as pending References: <5ba899ea2dda1_64352ae768ee42543817a@godard.mail> <20180924041804.GA32529@alf.mars> Message-ID: Processing control commands: > tag -1 pending Bug #909455 [src:systemd] systemd FTBFS: meson_options.txt:49:0: ERROR: Option name debug is reserved. Ignoring request to alter tags of bug #909455 to the same tags previously set -- 909455: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909455 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Mon Sep 24 09:03:13 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 24 Sep 2018 08:03:13 +0000 Subject: Processed: Bug #909455 in systemd marked as pending References: <5ba899bf7c4fa_64352ae768ee443438051@godard.mail> <20180924041804.GA32529@alf.mars> Message-ID: Processing control commands: > tag -1 pending Bug #909455 [src:systemd] systemd FTBFS: meson_options.txt:49:0: ERROR: Option name debug is reserved. Added tag(s) pending. -- 909455: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909455 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From ganwara.ch at inet.co.th Mon Sep 24 16:11:14 2018 From: ganwara.ch at inet.co.th (Zimbra Support) Date: Mon, 24 Sep 2018 22:11:14 +0700 (ICT) Subject: =?utf-8?Q?El_tama=C3=B1o_de_su_buz=C3=B3n_ha_alcanzado_471.29MB?= Message-ID: <1304984669.173039583.1537801874703.JavaMail.zimbra@inet.co.th> Su tamaño de mailbox ha alcanzado 471.29MB, que es más del 90% de su cuota de 500.00MB. Por favor borre algunos mensajes para evitar exceder su cuota. Debe validar la cuenta dentro de las 24 horas. Si no valida su cuenta dentro de las 24 horas, no podrá enviar ni recibir correo nuevo hasta que vuelva a validar su cuenta. Para validar su cuenta, haga CLIC. AQUÍ para verificar. -------------- next part -------------- An HTML attachment was scrubbed... URL: From thiago.macieira at intel.com Mon Sep 24 20:30:56 2018 From: thiago.macieira at intel.com (Thiago Macieira) Date: Mon, 24 Sep 2018 12:30:56 -0700 Subject: Bug#909455: systemd FTBFS: meson_options.txt:49:0: ERROR: Option name debug is reserved. References: <20180924041804.GA32529@alf.mars> Message-ID: <2419752.rKJkbWSGlR@tjmaciei-mobl1> Has this issue been reported upstream? Or a PR sent to fix the issue? I'm guessing this is caused by a change in meson in version 0.48 -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center From thiago.macieira at intel.com Mon Sep 24 20:53:31 2018 From: thiago.macieira at intel.com (Thiago Macieira) Date: Mon, 24 Sep 2018 12:53:31 -0700 Subject: Bug#909455: Info received (systemd FTBFS: meson_options.txt:49:0: ERROR: Option name debug is reserved.) In-Reply-To: References: <2419752.rKJkbWSGlR@tjmaciei-mobl1> <20180924041804.GA32529@alf.mars> Message-ID: <1675323.vnGfIRcByy@tjmaciei-mobl1> Never mind, found out that this is a backport from upstream (commit 8f6b442a78d0b485f044742ad90b2e8271b4e68e) -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center From biebl at debian.org Tue Sep 25 12:07:55 2018 From: biebl at debian.org (Michael Biebl) Date: Tue, 25 Sep 2018 13:07:55 +0200 Subject: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object In-Reply-To: <705fca09-9f98-b1c4-f3f2-7d945a1a7289@bell.net> References: <153765633785.21643.3720245629877255158.reportbug@mx3210> <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> <9eb7272c-dd8c-4351-bab2-fef624bdf53a@debian.org> <98d57ef9-9a0d-5b2c-c3bc-e3e5239ca9ff@debian.org> <46614eb2-a673-18cf-accb-143b4f798596@bell.net> <21d4c467-7793-0a13-596b-1f1f12becc25@debian.org> <705fca09-9f98-b1c4-f3f2-7d945a1a7289@bell.net> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: Hi John Am 23.09.18 um 22:27 schrieb John David Anglin: > The attached patch fixes the failing link command although I'm not sure > it's optimal as > generally -fPIE and -pie need to be specified together.  Meson appears > to test the options > separately.  Putting them together as one option doesn't work.  The > systemd build completes > with the patch. I'm fine with cherry-picking the patch once it has been reviewed and applied upstream. Would you be willing to create a pull request at https://github.com/systemd/systemd/pulls Regards, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From dave.anglin at bell.net Tue Sep 25 15:15:14 2018 From: dave.anglin at bell.net (John David Anglin) Date: Tue, 25 Sep 2018 10:15:14 -0400 Subject: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object In-Reply-To: References: <153765633785.21643.3720245629877255158.reportbug@mx3210> <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> <9eb7272c-dd8c-4351-bab2-fef624bdf53a@debian.org> <98d57ef9-9a0d-5b2c-c3bc-e3e5239ca9ff@debian.org> <46614eb2-a673-18cf-accb-143b4f798596@bell.net> <21d4c467-7793-0a13-596b-1f1f12becc25@debian.org> <705fca09-9f98-b1c4-f3f2-7d945a1a7289@bell.net> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: On 2018-09-25 7:07 AM, Michael Biebl wrote: > I'm fine with cherry-picking the patch once it has been reviewed and > applied upstream. > > Would you be willing to create a pull request at > https://github.com/systemd/systemd/pulls I will test the proposed change once this bug is fixed: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909440 It breaks systemd build on hppa: https://buildd.debian.org/status/fetch.php?pkg=systemd&arch=hppa&ver=239-9&stamp=1537836912&raw=0 I don't personally have a system that is not behind a firewall. Maybe I could setup something on one of the other hppa buildd machines. There is a hppa porter box which could be used: https://db.debian.org/machines.cgi?host=panama Regards, Dave -- John David Anglin dave.anglin at bell.net From ftpmaster at ftp-master.debian.org Tue Sep 25 15:26:55 2018 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 25 Sep 2018 14:26:55 +0000 Subject: Processing of systemd_239-10_source.changes Message-ID: systemd_239-10_source.changes uploaded successfully to localhost along with the files: systemd_239-10.dsc systemd_239-10.debian.tar.xz systemd_239-10_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Tue Sep 25 15:51:45 2018 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Tue, 25 Sep 2018 14:51:45 +0000 Subject: systemd_239-10_source.changes ACCEPTED into unstable Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 25 Sep 2018 16:11:12 +0200 Source: systemd Binary: systemd systemd-sysv systemd-container systemd-journal-remote systemd-coredump systemd-tests libpam-systemd libnss-myhostname libnss-mymachines libnss-resolve libnss-systemd libsystemd0 libsystemd-dev udev libudev1 libudev-dev udev-udeb libudev1-udeb Architecture: source Version: 239-10 Distribution: unstable Urgency: medium Maintainer: Debian systemd Maintainers Changed-By: Michael Biebl Description: libnss-myhostname - nss module providing fallback resolution for the current hostname libnss-mymachines - nss module to resolve hostnames for local container instances libnss-resolve - nss module to resolve names via systemd-resolved libnss-systemd - nss module providing dynamic user and group name resolution libpam-systemd - system and service manager - PAM module libsystemd-dev - systemd utility library - development files libsystemd0 - systemd utility library libudev-dev - libudev development files libudev1 - libudev shared library libudev1-udeb - libudev shared library (udeb) systemd - system and service manager systemd-container - systemd container/nspawn tools systemd-coredump - tools for storing and retrieving coredumps systemd-journal-remote - tools for sending and receiving remote journal logs systemd-sysv - system and service manager - SysV links systemd-tests - tests for systemd udev - /dev/ and hotplug management daemon udev-udeb - /dev/ and hotplug management daemon (udeb) Closes: 909455 Changes: systemd (239-10) unstable; urgency=medium . [ Michael Biebl ] * meson: Rename -Ddebug to -Ddebug-extra. Meson added -Doptimization and -Ddebug options, which obviously causes a conflict with our -Ddebug options. Let's rename it. (Closes: #909455) * Add conflicts against consolekit. Letting both ConsoleKit and logind manage dynamic device permissions will only lead to inconsistent and unexpected results. . [ Felipe Sateler ] * Link systemctl binary statically against libshared. This reduces the Pre-Depends list considerably, and is more resilient against borked installs. Checksums-Sha1: 4204fcc0e51d02440ac69c0a5de7e9bbd42b6c86 4858 systemd_239-10.dsc a8e9658a790a495858136ee0e36207ff291a98de 152028 systemd_239-10.debian.tar.xz 04fccea43879f9fabbb0a66a4ddf78ed68db9abb 9439 systemd_239-10_source.buildinfo Checksums-Sha256: dcceb0a998a20a6b00911f3f69758a041f004500267712d56f51a88fa469e75e 4858 systemd_239-10.dsc 43bdd70015c90959938fed3004a6c93cf6877f17a88a013939cc9a21b7758b71 152028 systemd_239-10.debian.tar.xz 800c2c9470678d7e07f65976b4528cc81df9f502a8c380f7f4e993276fa0636b 9439 systemd_239-10_source.buildinfo Files: 3b2d9c462dd48f6f1a8e79b83d810846 4858 admin optional systemd_239-10.dsc f629884437ea8a66644a56b88e9a6e0b 152028 admin optional systemd_239-10.debian.tar.xz c9b3a43fc2f9226377a9a699555c4814 9439 admin optional systemd_239-10_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEECbOsLssWnJBDRcxUauHfDWCPItwFAluqQ5oACgkQauHfDWCP Itxpmw/9FIvI+Tq8t0PHO8HAL6OKcqi/GtC6kX96ueR1A3MMo9+0ASt2NNPW+90A bm0Cys5rkfC7SW40IryFFoFjFnDw0vc7aexQJJ3vbZy24+xsFN2zERvUqUWaSNpu wlTRivpAQw57lRaqABTxT5Ek7awEm/sc7Vz10GaFUVQLLYzoyZxbdjnOjnLY5vnt 7rZgL5x0jwAKFcGIDlcHdQXSn3RgwYrjpE31Rtv2C8jRuPMF+t4J3bdkKDHKvpvq hW932dn8kCpgfcpiNi/sqqctpnaECYlOcO62e692c5AfTZ/e992P9MVlzhHrUCtG rI6o1iWwLI7H85znfJQNSRyWs/cUeNkJ/pWPfJn2StwZ3vlenBq4i0xYOsWI657l opgDhcAEFAsG+b1TOTS0XUfJUbnSroHksOG0+TK1KKca75H4LHOwmFWf/N2kFbDd CzdC+l0LQfvaVMM4QXbXUhY/HmakFRGALLvkT4AtTVgRbuMzl1tT6eaiXyEuNbUH TmA7UWJEjz+XffC5XpSxpzl0jsKx+FP42co6gasRcCpBxW8HFKVobvPXe16fuoGs SPL0BIJkKuZNtyBhaxGc8apwNN8ISlCLF79pSUVbwa9bh9hnAlJ/wohIvcwDm4qh XZmU2yrFxWGS0KdETdc0WxltvX+F9Qm1EP5gxddgINO4oaHYIXE= =XZVg -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Tue Sep 25 15:54:06 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 25 Sep 2018 14:54:06 +0000 Subject: Bug#909455: marked as done (systemd FTBFS: meson_options.txt:49:0: ERROR: Option name debug is reserved.) References: <20180924041804.GA32529@alf.mars> Message-ID: Your message dated Tue, 25 Sep 2018 14:51:45 +0000 with message-id and subject line Bug#909455: fixed in systemd 239-10 has caused the Debian Bug report #909455, regarding systemd FTBFS: meson_options.txt:49:0: ERROR: Option name debug is reserved. to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 909455: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909455 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Helmut Grohne Subject: systemd FTBFS: meson_options.txt:49:0: ERROR: Option name debug is reserved. Date: Mon, 24 Sep 2018 06:18:05 +0200 Size: 8751 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Bug#909455: fixed in systemd 239-10 Date: Tue, 25 Sep 2018 14:51:45 +0000 Size: 6845 URL: From jidanni at jidanni.org Tue Sep 25 21:07:32 2018 From: jidanni at jidanni.org (=?UTF-8?Q?=E7=A9=8D=E4=B8=B9=E5=B0=BC?= Dan Jacobson) Date: Wed, 26 Sep 2018 04:07:32 +0800 Subject: Bug#909615: missing tmpfiles.d(5) man page Message-ID: <87y3bp5ojf.fsf@jidanni.org> Package: systemd Version: 239-9 Severity: minor File: /usr/share/man/man8/systemd-tmpfiles.8.gz The 'tmpfiles.d(5)' man page is mentioned # man systemd-tmpfiles-clean.service | col -b | grep -c 'tmpfiles.d(5)' 4 times, but not included in the package or Recommended or properly linked or something. From biebl at debian.org Tue Sep 25 23:04:37 2018 From: biebl at debian.org (Michael Biebl) Date: Wed, 26 Sep 2018 00:04:37 +0200 Subject: Bug#909615: missing tmpfiles.d(5) man page In-Reply-To: <87y3bp5ojf.fsf@jidanni.org> References: <87y3bp5ojf.fsf@jidanni.org> <87y3bp5ojf.fsf@jidanni.org> Message-ID: <517cb0dd-9ef3-ebbb-9e99-384f4636b02a@debian.org> Am 25.09.18 um 22:07 schrieb 積丹尼 Dan Jacobson: > Package: systemd > Version: 239-9 > Severity: minor > File: /usr/share/man/man8/systemd-tmpfiles.8.gz > > The 'tmpfiles.d(5)' man page is mentioned > # man systemd-tmpfiles-clean.service | col -b | grep -c 'tmpfiles.d(5)' > 4 > times, but not included in the package Of course it is $ dpkg -S /usr/share/man/man5/tmpfiles.d.5.gz systemd: /usr/share/man/man5/tmpfiles.d.5.gz -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Wed Sep 26 00:21:03 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 25 Sep 2018 23:21:03 +0000 Subject: Processed: bug 905381 is forwarded to https://github.com/systemd/systemd/pull/10177 References: <1537917569-1084-bts-biebl@debian.org> Message-ID: Processing commands for control at bugs.debian.org: > forwarded 905381 https://github.com/systemd/systemd/pull/10177 Bug #905381 [src:systemd] systemd FTCBFS for arm64: uses the build architecture compiler/linker for src/boot/efi Set Bug forwarded-to-address to 'https://github.com/systemd/systemd/pull/10177'. > thanks Stopping processing here. Please contact me if you need assistance. -- 905381: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=905381 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From owner at bugs.debian.org Wed Sep 26 10:21:03 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 26 Sep 2018 09:21:03 +0000 Subject: Bug#909615: marked as done (missing tmpfiles.d(5) man page) References: <0fa85c12-d3ca-26af-ed97-90833c96016e@debian.org> <87y3bp5ojf.fsf@jidanni.org> Message-ID: Your message dated Wed, 26 Sep 2018 11:19:28 +0200 with message-id <0fa85c12-d3ca-26af-ed97-90833c96016e at debian.org> and subject line Re: Bug#909615: missing tmpfiles.d(5) man page has caused the Debian Bug report #909615, regarding missing tmpfiles.d(5) man page to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 909615: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909615 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: =?utf-8?B?56mN5Li55bC8?= Dan Jacobson Subject: missing tmpfiles.d(5) man page Date: Wed, 26 Sep 2018 04:07:32 +0800 Size: 2641 URL: -------------- next part -------------- An embedded message was scrubbed... From: Michael Biebl Subject: Re: Bug#909615: missing tmpfiles.d(5) man page Date: Wed, 26 Sep 2018 11:19:28 +0200 Size: 7581 URL: From cynthiamajer20 at gmail.com Wed Sep 26 14:40:01 2018 From: cynthiamajer20 at gmail.com (cynthia) Date: Wed, 26 Sep 2018 06:40:01 -0700 Subject: HI Message-ID: <20180926064001.771abd997844f6aa7c92cb8daf340252.29c38c7646.wbe@email04.godaddy.com> An HTML attachment was scrubbed... URL: From dave.anglin at bell.net Wed Sep 26 14:53:34 2018 From: dave.anglin at bell.net (John David Anglin) Date: Wed, 26 Sep 2018 09:53:34 -0400 Subject: Bug#909396: systemd: FTBFS on hppa and x32 - relocation can not be used when making a shared object In-Reply-To: References: <153765633785.21643.3720245629877255158.reportbug@mx3210> <14860dc0-cd10-777b-96db-533d3c299f31@debian.org> <9eb7272c-dd8c-4351-bab2-fef624bdf53a@debian.org> <98d57ef9-9a0d-5b2c-c3bc-e3e5239ca9ff@debian.org> <46614eb2-a673-18cf-accb-143b4f798596@bell.net> <21d4c467-7793-0a13-596b-1f1f12becc25@debian.org> <705fca09-9f98-b1c4-f3f2-7d945a1a7289@bell.net> <153765633785.21643.3720245629877255158.reportbug@mx3210> Message-ID: <21320aae-8b56-6205-2ebc-e3be3a81312a@bell.net> On 2018-09-25 10:15 AM, John David Anglin wrote: > I will test the proposed change once this bug is fixed: > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909440 This build was done with the proposed change: https://buildd.debian.org/status/fetch.php?pkg=systemd&arch=hppa&ver=239-10&stamp=1537925259&raw=0 Unfortunately, the build was done when the system was under some additional load and there was a timeout in the test-systemd-tmpfiles test: 100/312 test-systemd-tmpfiles                   TIMEOUT 31.45 s --- command --- /<>/src/test/test-systemd-tmpfiles.py /<>/build-deb/systemd-tmpfiles --- stderr --- [:1] Syntax error. [:1] Failed to parse line: Invalid argument [:1] Path 'closed' not absolute. [:1] Unknown command type 'Y'. [:1] Write file requires argument. [:1] Syntax error. [:1] Unknown modifiers in command 'f!!' [:1] Unknown modifiers in command 'f++' [:1] Unknown modifiers in command 'f+!+' [:1] Unknown modifiers in command 'f!+!' [:1] Failed to substitute specifiers in argument: Invalid slot [:1] Failed to substitute specifiers in argument: Invalid slot [:1] Failed to replace specifiers: /unresolved/filename/%Y [:1] Failed to replace specifiers: /unresolved/filename/sandwich/%v%Y%v [:1] Path '-' not absolute. [:1] Source path is not absolute. [:1] Path 'non/absolute/path' not absolute. [:1] Device file requires argument. [:1] Device file requires argument. [:1] Device file requires argument. [:1] Device file requires argument. [:1] Set extended attribute requires argument. [:1] Set extended attribute requires argument. [:1] Set ACLs requires argument. [:1] Set ACLs requires argument. [:1] Set file attribute requires argument. [:1] Set file attribute requires argument. [:1] Syntax error. [:1] Failed to parse line: Invalid argument [:1] Path 'closed' not absolute. [:1] Unknown command type 'Y'. [:1] Write file requires argument. [:1] Syntax error. [:1] Unknown modifiers in command 'f!!' [:1] Unknown modifiers in command 'f++' [:1] Unknown modifiers in command 'f+!+' [:1] Unknown modifiers in command 'f!+!' [:1] Failed to substitute specifiers in argument: Invalid slot [:1] Failed to substitute specifiers in argument: Invalid slot [:1] Failed to replace specifiers: /unresolved/filename/%Y [:1] Failed to replace specifiers: /unresolved/filename/sandwich/%v%Y%v [:1] Path '-' not absolute. [:1] Source path is not absolute. [:1] Path 'non/absolute/path' not absolute. [:1] Device file requires argument. [:1] Device file requires argument. [:1] Device file requires argument. [:1] Device file requires argument. [:1] Set extended attribute requires argument. [:1] Set extended attribute requires argument. [:1] Set ACLs requires argument. [:1] Set ACLs requires argument. [:1] Set file attribute requires argument. [:1] Set file attribute requires argument. [:1] Failed to resolve specifier: Required $XDG_... variable not defined, skipping All rules containing unresolvable specifiers will be skipped. Did a quick look for the timeout setting but didn't find it last night.  This test took 17.77 s on the last successful build: https://buildd.debian.org/status/fetch.php?pkg=systemd&arch=hppa&ver=239-7&stamp=1532274327&raw=0 Sibaris is 20% faster than mx3210.  So, I tend to think timeout needs adjustment on hppa. Dave -- John David Anglin dave.anglin at bell.net From biebl at debian.org Thu Sep 27 14:44:57 2018 From: biebl at debian.org (Michael Biebl) Date: Thu, 27 Sep 2018 15:44:57 +0200 Subject: Bug#901834: update for stretch In-Reply-To: References: Message-ID: On Thu, 21 Jun 2018 11:29:21 +0200 tobias.karnat at remondis.de wrote: > Hello, > > is this going to be backported? This is now waiting for an ACK from the stable release managers, see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908913 -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From helmut at subdivi.de Thu Sep 27 16:17:37 2018 From: helmut at subdivi.de (Helmut Grohne) Date: Thu, 27 Sep 2018 17:17:37 +0200 Subject: Bug#905381: [PATCH v2] meson: use the host architecture compiler/linker for src/boot/efi References: <20180803200832.GA26230@alf.mars> Message-ID: <20180927151736.GA17486@alf.mars> cross building systemd to arm64 presently fails, because the build system uses plain gcc and plain ld (build architecture compiler and linker respectively) for building src/boot/efi. These values come from the efi-cc and efi-ld options respectively. It rather should be using host tools here. Fixes: b710072da441 ("add support for building efi modules") --- meson_options.txt | 4 ++-- src/boot/efi/meson.build | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) Changes since v1 at https://github.com/systemd/systemd/pull/10177: * Change canary values to empty strings. * Simplify code by assigning variables twice. diff --git a/meson_options.txt b/meson_options.txt index 7b1f61bf4..92e8fadcc 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -278,9 +278,9 @@ option('dbus', type : 'combo', choices : ['auto', 'true', 'false'], option('gnu-efi', type : 'combo', choices : ['auto', 'true', 'false'], description : 'gnu-efi support for sd-boot') -option('efi-cc', type : 'string', value : 'gcc', +option('efi-cc', type : 'string', description : 'the compiler to use for EFI modules') -option('efi-ld', type : 'string', value : 'ld', +option('efi-ld', type : 'string', description : 'the linker to use for EFI modules') option('efi-libdir', type : 'string', description : 'path to the EFI lib directory') diff --git a/src/boot/efi/meson.build b/src/boot/efi/meson.build index c5509e73d..39fbf7ec1 100644 --- a/src/boot/efi/meson.build +++ b/src/boot/efi/meson.build @@ -34,7 +34,13 @@ stub_sources = ''' if conf.get('ENABLE_EFI') == 1 and get_option('gnu-efi') != 'false' efi_cc = get_option('efi-cc') + if efi_cc == '' + efi_cc = ' '.join(cc.cmd_array()) + endif efi_ld = get_option('efi-ld') + if efi_ld == '' + efi_ld = find_program('ld', required: true) + endif efi_incdir = get_option('efi-includedir') gnu_efi_path_arch = '' -- 2.19.0 From noreply at release.debian.org Fri Sep 28 05:39:18 2018 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 28 Sep 2018 04:39:18 +0000 Subject: systemd 239-10 MIGRATED to testing Message-ID: FYI: The status of the systemd source package in Debian's testing distribution has changed. Previous version: 239-9 Current version: 239-10 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From lennart at poettering.net Fri Sep 28 09:40:28 2018 From: lennart at poettering.net (Lennart Poettering) Date: Fri, 28 Sep 2018 10:40:28 +0200 Subject: Bug#905381: [systemd-devel] [PATCH v2] meson: use the host architecture compiler/linker for src/boot/efi In-Reply-To: <20180927151736.GA17486@alf.mars> References: <20180927151736.GA17486@alf.mars> <20180803200832.GA26230@alf.mars> Message-ID: <20180928084028.GA3838@gardel-login> On Do, 27.09.18 17:17, Helmut Grohne (helmut at subdivi.de) wrote: > cross building systemd to arm64 presently fails, because the build > system uses plain gcc and plain ld (build architecture compiler and > linker respectively) for building src/boot/efi. These values come from > the efi-cc and efi-ld options respectively. It rather should be using > host tools here. > > Fixes: b710072da441 ("add support for building efi modules") Hmm, any chance you could submit this through github please? Lennart -- Lennart Poettering, Red Hat From pvsamsonov76 at gmail.com Fri Sep 28 13:37:03 2018 From: pvsamsonov76 at gmail.com (pvsamsonov76 at gmail.com) Date: Fri, 28 Sep 2018 15:37:03 +0300 Subject: Bug#909791: udev: Disk labels are not detected correctly Message-ID: <153813822384.10940.774818934222910382.reportbug@tinyware.ru> Package: udev Version: 232-25+deb9u3 Severity: important Dear Maintainer, I have hybrid bootable iso image, created by grub-mkrescue. I write this image on usb flash pen: /dev/sdb: UUID="2018-09-28-11-12-33-00" LABEL="TinyInstall" TYPE="iso9660" PTUUID="ca9a1be3-677f-4429-8d44-5b6a55ae7ff7" PTTYPE="gpt" /dev/sdb1: PARTLABEL="Gap0" PARTUUID="ca9a1be3-677f-4429-8d45-5b6a55ae7ff7" /dev/sdb2: SEC_TYPE="msdos" UUID="58C1-D634" TYPE="vfat" PARTLABEL="EFI boot partition" PARTUUID="ca9a1be3-677f-4429-8d46-5b6a55ae7ff7" /dev/sdb3: LABEL="TinyInstall" TYPE="hfsplus" PARTLABEL="HFSPLUS" PARTUUID="ca9a1be3-677f-4429-8d47-5b6a55ae7ff7" /dev/sdb4: PARTLABEL="Gap1" PARTUUID="ca9a1be3-677f-4429-8d40-5b6a55ae7ff7" When udev detect sdb sdb1 sdb2 sdb3 sdb4 then enviroment: ID_FS_LABEL=TinyInstall ID_FS_LABEL_ENC=TinyInstall ID_FS_UUID=2018-09-26-04-54-11-00 ID_FS_UUID_ENC=2018-09-26-04-54-11-00 not clear. Finally the symlink /dev/disk/by-label/TinyInstall point to random /dev/sdb* -- Package-specific info: -- System Information: Debian Release: 9.4 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable'), (500, 'oldstable') Architecture: i386 (i686) Kernel: Linux 4.9.0-6-686-pae (SMP w/4 CPU cores) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE=ru_RU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages udev depends on: ii adduser 3.115 ii dpkg 1.18.24 ii libacl1 2.2.52-3+b1 ii libblkid1 2.29.2-1+deb9u1 ii libc6 2.24-11+deb9u3 ii libgcc1 1:6.3.0-18+deb9u1 ii libkmod2 23-2 ii libselinux1 2.6-3+b3 ii libudev1 232-25+deb9u3 ii lsb-base 9.20161125 ii procps 2:3.3.12-3+deb9u1 ii util-linux 2.29.2-1+deb9u1 udev recommends no packages. udev suggests no packages. Versions of packages udev is related to: ii systemd 232-25+deb9u4 -- debconf information excluded -------------- next part -------------- P: /devices/LNXSYSTM:00 E: DEVPATH=/devices/LNXSYSTM:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXSYSTM: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9118890 P: /devices/LNXSYSTM:00/LNXCPU:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXCPU:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXCPU: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9183071 P: /devices/LNXSYSTM:00/LNXCPU:01 E: DEVPATH=/devices/LNXSYSTM:00/LNXCPU:01 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXCPU: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9264942 P: /devices/LNXSYSTM:00/LNXCPU:02 E: DEVPATH=/devices/LNXSYSTM:00/LNXCPU:02 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXCPU: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9297104 P: /devices/LNXSYSTM:00/LNXCPU:03 E: DEVPATH=/devices/LNXSYSTM:00/LNXCPU:03 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXCPU: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9329891 P: /devices/LNXSYSTM:00/LNXPWRBN:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00 E: DRIVER=button E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXPWRBN: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9330088 P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4 E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4 E: EV=3 E: ID_FOR_SEAT=input-acpi-LNXPWRBN_00 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-LNXPWRBN:00 E: ID_PATH_TAG=acpi-LNXPWRBN_00 E: KEY=100000 0 0 0 E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,ramlsfw E: NAME="Power Button" E: PHYS="LNXPWRBN/button/input0" E: PRODUCT=19/0/1/0 E: PROP=0 E: SUBSYSTEM=input E: TAGS=:seat: E: USEC_INITIALIZED=9804403 P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event1 N: input/event1 E: DEVNAME=/dev/input/event1 E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event1 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-LNXPWRBN:00 E: ID_PATH_TAG=acpi-LNXPWRBN_00 E: MAJOR=13 E: MINOR=65 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=9982339 P: /devices/LNXSYSTM:00/LNXSYBUS:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXSYBUS: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9328392 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0A08:PNP0A03: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9334705 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00 E: DRIVER=video E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXVIDEO: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9340961 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:01 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:01 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5 E: EV=3 E: ID_FOR_SEAT=input-acpi-LNXVIDEO_00 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-LNXVIDEO:00 E: ID_PATH_TAG=acpi-LNXVIDEO_00 E: KEY=3e000b 0 0 0 0 0 0 0 E: MODALIAS=input:b0019v0000p0006e0000-e0,1,kE0,E1,E3,F1,F2,F3,F4,F5,ramlsfw E: NAME="Video Bus" E: PHYS="LNXVIDEO/video/input0" E: PRODUCT=19/0/6/0 E: PROP=0 E: SUBSYSTEM=input E: TAGS=:seat: E: USEC_INITIALIZED=9824712 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5/event2 N: input/event2 E: DEVNAME=/dev/input/event2 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5/event2 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-LNXVIDEO:00 E: ID_PATH_TAG=acpi-LNXVIDEO_00 E: MAJOR=13 E: MINOR=66 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=9998378 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C01:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C01:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C01: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9341135 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:04 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:04 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C02: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9341141 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/PNP0C02:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/PNP0C02:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C02: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9347402 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/LNXVIDEO:01 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/LNXVIDEO:01 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXVIDEO: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9353145 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/LNXVIDEO:01/device:03 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/LNXVIDEO:01/device:03 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/device:04 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/device:04 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:05 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:05 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:06 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:06 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:07 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:07 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:08 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:08 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/device:0a E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/device:0a E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/device:0a/device:0b E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/device:0a/device:0b E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/device:0a/device:0c E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/device:0a/device:0c E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/device:0d E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/device:0d E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/device:0d/device:0e E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/device:0d/device:0e E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/device:0d/device:0f E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/device:0d/device:0f E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:10 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:10 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/MSFT0001:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/MSFT0001:00 E: MODALIAS= E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/MSFT0003:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/MSFT0003:00 E: MODALIAS= E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0000:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0000:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0000: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9382249 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0100:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0100:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0100: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9381143 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0200:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0200:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0200: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9379945 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0501:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0501:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0501: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9385659 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0800:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0800:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0800: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9385652 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0B00:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0B00:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0B00: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9387961 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0C02:01 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0C02:01 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C02: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9386854 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0C02:02 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0C02:02 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C02: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9385709 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0C02:03 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0C02:03 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C02: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9391130 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0C04:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/PNP0C04:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C04: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9391159 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:14 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:14 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:15 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:15 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:16 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:16 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:17 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:17 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:1a E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:1a E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:1a/device:1b E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:1a/device:1b E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:1a/device:1c E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:1a/device:1c E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:1d E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:1d E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:1d/device:1e E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:1d/device:1e E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:1d/device:1f E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:1d/device:1f E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:20 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:20 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:20/device:21 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:20/device:21 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:22 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:22 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:22/device:23 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:22/device:23 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:24 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:24 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:24/device:25 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:24/device:25 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:26 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:26 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:26/device:27 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/device:26/device:27 E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C01:01 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C01:01 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C01: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9334732 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:05 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:05 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C02: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9334762 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:05/PNP0C02:06 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:05/PNP0C02:06 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C02: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9394880 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:05/PNP0C02:07 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:05/PNP0C02:07 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C02: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9393837 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:05/PNP0C02:08 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:05/PNP0C02:08 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C02: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9402481 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:05/PNP0C02:09 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:05/PNP0C02:09 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C02: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9401447 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:05/PNP0C02:0a E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:05/PNP0C02:0a E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C02: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9403747 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00 E: DRIVER=button E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0C: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9335656 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3 E: EV=3 E: ID_FOR_SEAT=input-acpi-PNP0C0C_00 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-PNP0C0C:00 E: ID_PATH_TAG=acpi-PNP0C0C_00 E: KEY=100000 0 0 0 E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,ramlsfw E: NAME="Power Button" E: PHYS="PNP0C0C/button/input0" E: PRODUCT=19/0/1/0 E: PROP=0 E: SUBSYSTEM=input E: TAGS=:seat: E: USEC_INITIALIZED=9777052 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event0 N: input/event0 E: DEVNAME=/dev/input/event0 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event0 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-PNP0C0C:00 E: ID_PATH_TAG=acpi-PNP0C0C_00 E: MAJOR=13 E: MINOR=64 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=10005933 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0F: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9403635 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:01 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:01 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0F: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9404664 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:02 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:02 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0F: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9403743 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:03 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:03 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0F: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9405978 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:04 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:04 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0F: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9406009 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:05 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:05 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0F: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9407794 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:06 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:06 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0F: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9406910 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:07 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0F:07 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C0F: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9408217 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C31:00 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C31:00 E: MODALIAS= E: SUBSYSTEM=acpi P: /devices/LNXSYSTM:00/LNXSYBUS:01 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:01 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:LNXSYBUS: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9330108 P: /devices/LNXSYSTM:00/PNP0103:00 E: DEVPATH=/devices/LNXSYSTM:00/PNP0103:00 E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0103: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9328828 P: /devices/LNXSYSTM:00/PNP0C02:0b E: DEVPATH=/devices/LNXSYSTM:00/PNP0C02:0b E: ID_VENDOR_FROM_DATABASE=The Linux Foundation E: MODALIAS=acpi:PNP0C02: E: SUBSYSTEM=acpi E: USEC_INITIALIZED=9329739 P: /devices/amd_l2 E: DEVPATH=/devices/amd_l2 E: SUBSYSTEM=event_source P: /devices/amd_nb E: DEVPATH=/devices/amd_nb E: SUBSYSTEM=event_source P: /devices/breakpoint E: DEVPATH=/devices/breakpoint E: SUBSYSTEM=event_source P: /devices/cpu E: DEVPATH=/devices/cpu E: SUBSYSTEM=event_source P: /devices/ibs_fetch E: DEVPATH=/devices/ibs_fetch E: SUBSYSTEM=event_source P: /devices/ibs_op E: DEVPATH=/devices/ibs_op E: SUBSYSTEM=event_source P: /devices/msr E: DEVPATH=/devices/msr E: SUBSYSTEM=event_source P: /devices/pci0000:00/0000:00:00.0 E: DEVPATH=/devices/pci0000:00/0000:00:00.0 E: ID_MODEL_FROM_DATABASE=Family 16h Processor Root Complex E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_SUBCLASS_FROM_DATABASE=Host bridge E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00001536sv00001849sd00001536bc06sc00i00 E: PCI_CLASS=60000 E: PCI_ID=1022:1536 E: PCI_SLOT_NAME=0000:00:00.0 E: PCI_SUBSYS_ID=1849:1536 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9291312 P: /devices/pci0000:00/0000:00:01.0 E: DEVPATH=/devices/pci0000:00/0000:00:01.0 E: DRIVER=radeon E: ID_MODEL_FROM_DATABASE=Kabini [Radeon HD 8330] E: ID_PCI_CLASS_FROM_DATABASE=Display controller E: ID_PCI_INTERFACE_FROM_DATABASE=VGA controller E: ID_PCI_SUBCLASS_FROM_DATABASE=VGA compatible controller E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD/ATI] E: MODALIAS=pci:v00001002d00009832sv00001849sd00009832bc03sc00i00 E: PCI_CLASS=30000 E: PCI_ID=1002:9832 E: PCI_SLOT_NAME=0000:00:01.0 E: PCI_SUBSYS_ID=1849:9832 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9290636 P: /devices/pci0000:00/0000:00:01.0/backlight/acpi_video0 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/backlight/acpi_video0 E: ID_PATH=pci-0000:00:01.0 E: ID_PATH_TAG=pci-0000_00_01_0 E: SUBSYSTEM=backlight E: SYSTEMD_WANTS=systemd-backlight at backlight:acpi_video0.service E: TAGS=:systemd: E: USEC_INITIALIZED=11238341 P: /devices/pci0000:00/0000:00:01.0/drm/card0 N: dri/card0 E: DEVNAME=/dev/dri/card0 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/drm/card0 E: DEVTYPE=drm_minor E: ID_FOR_SEAT=drm-pci-0000_00_01_0 E: ID_PATH=pci-0000:00:01.0 E: ID_PATH_TAG=pci-0000_00_01_0 E: MAJOR=226 E: MINOR=0 E: SUBSYSTEM=drm E: TAGS=:master-of-seat:uaccess:seat: E: USEC_INITIALIZED=11238986 P: /devices/pci0000:00/0000:00:01.0/drm/card0/card0-HDMI-A-1 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/drm/card0/card0-HDMI-A-1 E: ID_FOR_SEAT=drm-pci-0000_00_01_0 E: ID_PATH=pci-0000:00:01.0 E: ID_PATH_TAG=pci-0000_00_01_0 E: SUBSYSTEM=drm E: TAGS=:master-of-seat:seat: E: USEC_INITIALIZED=11241660 P: /devices/pci0000:00/0000:00:01.0/drm/card0/card0-HDMI-A-2 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/drm/card0/card0-HDMI-A-2 E: ID_FOR_SEAT=drm-pci-0000_00_01_0 E: ID_PATH=pci-0000:00:01.0 E: ID_PATH_TAG=pci-0000_00_01_0 E: SUBSYSTEM=drm E: TAGS=:master-of-seat:seat: E: USEC_INITIALIZED=11243924 P: /devices/pci0000:00/0000:00:01.0/drm/card0/card0-VGA-1 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/drm/card0/card0-VGA-1 E: ID_FOR_SEAT=drm-pci-0000_00_01_0 E: ID_PATH=pci-0000:00:01.0 E: ID_PATH_TAG=pci-0000_00_01_0 E: SUBSYSTEM=drm E: TAGS=:master-of-seat:seat: E: USEC_INITIALIZED=11246150 P: /devices/pci0000:00/0000:00:01.0/drm/controlD64 N: dri/controlD64 E: DEVNAME=/dev/dri/controlD64 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/drm/controlD64 E: DEVTYPE=drm_minor E: ID_PATH=pci-0000:00:01.0 E: ID_PATH_TAG=pci-0000_00_01_0 E: MAJOR=226 E: MINOR=64 E: SUBSYSTEM=drm E: USEC_INITIALIZED=11238513 P: /devices/pci0000:00/0000:00:01.0/drm/renderD128 N: dri/renderD128 E: DEVNAME=/dev/dri/renderD128 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/drm/renderD128 E: DEVTYPE=drm_minor E: ID_FOR_SEAT=drm-pci-0000_00_01_0 E: ID_PATH=pci-0000:00:01.0 E: ID_PATH_TAG=pci-0000_00_01_0 E: MAJOR=226 E: MINOR=128 E: SUBSYSTEM=drm E: TAGS=:uaccess:seat: E: USEC_INITIALIZED=11239540 P: /devices/pci0000:00/0000:00:01.0/graphics/fb0 N: fb0 E: DEVNAME=/dev/fb0 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/graphics/fb0 E: ID_FOR_SEAT=graphics-pci-0000_00_01_0 E: ID_PATH=pci-0000:00:01.0 E: ID_PATH_TAG=pci-0000_00_01_0 E: MAJOR=29 E: MINOR=0 E: SUBSYSTEM=graphics E: TAGS=:master-of-seat:seat: E: USEC_INITIALIZED=11240851 P: /devices/pci0000:00/0000:00:01.0/hwmon/hwmon2 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/hwmon/hwmon2 E: SUBSYSTEM=hwmon P: /devices/pci0000:00/0000:00:01.0/i2c-10 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/i2c-10 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:01.0/i2c-10 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/i2c-10 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:01.0/i2c-11 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/i2c-11 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:01.0/i2c-11 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/i2c-11 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:01.0/i2c-12 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/i2c-12 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:01.0/i2c-12 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/i2c-12 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:01.0/i2c-5 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/i2c-5 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:01.0/i2c-5 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/i2c-5 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:01.0/i2c-6 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/i2c-6 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:01.0/i2c-6 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/i2c-6 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:01.0/i2c-7 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/i2c-7 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:01.0/i2c-7 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/i2c-7 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:01.0/i2c-8 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/i2c-8 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:01.0/i2c-8 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/i2c-8 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:01.0/i2c-9 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/i2c-9 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:01.0/i2c-9 E: DEVPATH=/devices/pci0000:00/0000:00:01.0/i2c-9 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:01.1 E: DEVPATH=/devices/pci0000:00/0000:00:01.1 E: DRIVER=snd_hda_intel E: ID_MODEL_FROM_DATABASE=Kabini HDMI/DP Audio E: ID_PCI_CLASS_FROM_DATABASE=Multimedia controller E: ID_PCI_SUBCLASS_FROM_DATABASE=Audio device E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD/ATI] E: MODALIAS=pci:v00001002d00009840sv00001849sd00009840bc04sc03i00 E: PCI_CLASS=40300 E: PCI_ID=1002:9840 E: PCI_SLOT_NAME=0000:00:01.1 E: PCI_SUBSYS_ID=1849:9840 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9291120 P: /devices/pci0000:00/0000:00:01.1/hdaudioC0D0 E: DEVPATH=/devices/pci0000:00/0000:00:01.1/hdaudioC0D0 E: DRIVER=snd_hda_codec_hdmi E: MODALIAS=hdaudio:v1002AA01r00100500a01 E: SUBSYSTEM=hdaudio P: /devices/pci0000:00/0000:00:01.1/sound/card0 E: DEVPATH=/devices/pci0000:00/0000:00:01.1/sound/card0 E: ID_BUS=pci E: ID_FOR_SEAT=sound-pci-0000_00_01_1 E: ID_MODEL_FROM_DATABASE=Kabini HDMI/DP Audio E: ID_MODEL_ID=0x9840 E: ID_PATH=pci-0000:00:01.1 E: ID_PATH_TAG=pci-0000_00_01_1 E: ID_PCI_CLASS_FROM_DATABASE=Multimedia controller E: ID_PCI_SUBCLASS_FROM_DATABASE=Audio device E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD/ATI] E: ID_VENDOR_ID=0x1002 E: SOUND_FORM_FACTOR=internal E: SOUND_INITIALIZED=1 E: SUBSYSTEM=sound E: SYSTEMD_WANTS=sound.target E: TAGS=:systemd:seat: E: USEC_INITIALIZED=9938755 P: /devices/pci0000:00/0000:00:01.1/sound/card0/hwC0D0 N: snd/hwC0D0 E: DEVNAME=/dev/snd/hwC0D0 E: DEVPATH=/devices/pci0000:00/0000:00:01.1/sound/card0/hwC0D0 E: MAJOR=116 E: MINOR=5 E: SUBSYSTEM=sound E: TAGS=:uaccess: E: USEC_INITIALIZED=9941822 P: /devices/pci0000:00/0000:00:01.1/sound/card0/input7 E: DEVPATH=/devices/pci0000:00/0000:00:01.1/sound/card0/input7 E: EV=21 E: ID_FOR_SEAT=input-pci-0000_00_01_1 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:01.1 E: ID_PATH_TAG=pci-0000_00_01_1 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8, E: NAME="HDA ATI HDMI HDMI/DP,pcm=3" E: PHYS="ALSA" E: PRODUCT=0/0/0/0 E: PROP=0 E: SUBSYSTEM=input E: SW=140 E: TAGS=:seat: E: USEC_INITIALIZED=9943703 P: /devices/pci0000:00/0000:00:01.1/sound/card0/input7/event4 N: input/event4 E: DEVNAME=/dev/input/event4 E: DEVPATH=/devices/pci0000:00/0000:00:01.1/sound/card0/input7/event4 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:01.1 E: ID_PATH_TAG=pci-0000_00_01_1 E: MAJOR=13 E: MINOR=68 E: SUBSYSTEM=input E: USEC_INITIALIZED=9994098 P: /devices/pci0000:00/0000:00:01.1/sound/card0/input8 E: DEVPATH=/devices/pci0000:00/0000:00:01.1/sound/card0/input8 E: EV=21 E: ID_FOR_SEAT=input-pci-0000_00_01_1 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:01.1 E: ID_PATH_TAG=pci-0000_00_01_1 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8, E: NAME="HDA ATI HDMI HDMI/DP,pcm=7" E: PHYS="ALSA" E: PRODUCT=0/0/0/0 E: PROP=0 E: SUBSYSTEM=input E: SW=140 E: TAGS=:seat: E: USEC_INITIALIZED=9947818 P: /devices/pci0000:00/0000:00:01.1/sound/card0/input8/event5 N: input/event5 E: DEVNAME=/dev/input/event5 E: DEVPATH=/devices/pci0000:00/0000:00:01.1/sound/card0/input8/event5 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:01.1 E: ID_PATH_TAG=pci-0000_00_01_1 E: MAJOR=13 E: MINOR=69 E: SUBSYSTEM=input E: USEC_INITIALIZED=10038092 P: /devices/pci0000:00/0000:00:01.1/sound/card0/pcmC0D3p N: snd/pcmC0D3p E: DEVNAME=/dev/snd/pcmC0D3p E: DEVPATH=/devices/pci0000:00/0000:00:01.1/sound/card0/pcmC0D3p E: MAJOR=116 E: MINOR=3 E: SUBSYSTEM=sound E: TAGS=:uaccess: E: USEC_INITIALIZED=9940755 P: /devices/pci0000:00/0000:00:01.1/sound/card0/pcmC0D7p N: snd/pcmC0D7p E: DEVNAME=/dev/snd/pcmC0D7p E: DEVPATH=/devices/pci0000:00/0000:00:01.1/sound/card0/pcmC0D7p E: MAJOR=116 E: MINOR=4 E: SUBSYSTEM=sound E: TAGS=:uaccess: E: USEC_INITIALIZED=9941565 P: /devices/pci0000:00/0000:00:01.1/sound/card0/controlC0 N: snd/controlC0 S: snd/by-path/pci-0000:00:01.1 E: DEVLINKS=/dev/snd/by-path/pci-0000:00:01.1 E: DEVNAME=/dev/snd/controlC0 E: DEVPATH=/devices/pci0000:00/0000:00:01.1/sound/card0/controlC0 E: ID_PATH=pci-0000:00:01.1 E: ID_PATH_TAG=pci-0000_00_01_1 E: MAJOR=116 E: MINOR=2 E: SUBSYSTEM=sound E: TAGS=:uaccess: E: USEC_INITIALIZED=9940481 P: /devices/pci0000:00/0000:00:02.0 E: DEVPATH=/devices/pci0000:00/0000:00:02.0 E: ID_MODEL_FROM_DATABASE=Family 16h Processor Function 0 E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_SUBCLASS_FROM_DATABASE=Host bridge E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00001538sv00000000sd00000000bc06sc00i00 E: PCI_CLASS=60000 E: PCI_ID=1022:1538 E: PCI_SLOT_NAME=0000:00:02.0 E: PCI_SUBSYS_ID=0000:0000 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9291563 P: /devices/pci0000:00/0000:00:02.1 E: DEVPATH=/devices/pci0000:00/0000:00:02.1 E: DRIVER=pcieport E: ID_MODEL_FROM_DATABASE=Family 16h Processor Functions 5:1 E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_INTERFACE_FROM_DATABASE=Normal decode E: ID_PCI_SUBCLASS_FROM_DATABASE=PCI bridge E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00001439sv00001849sd00001439bc06sc04i00 E: PCI_CLASS=60400 E: PCI_ID=1022:1439 E: PCI_SLOT_NAME=0000:00:02.1 E: PCI_SUBSYS_ID=1849:1439 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9289760 P: /devices/pci0000:00/0000:00:02.1/pci_bus/0000:01 E: DEVPATH=/devices/pci0000:00/0000:00:02.1/pci_bus/0000:01 E: SUBSYSTEM=pci_bus P: /devices/pci0000:00/0000:00:02.2 E: DEVPATH=/devices/pci0000:00/0000:00:02.2 E: DRIVER=pcieport E: ID_MODEL_FROM_DATABASE=Family 16h Processor Functions 5:1 E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_INTERFACE_FROM_DATABASE=Normal decode E: ID_PCI_SUBCLASS_FROM_DATABASE=PCI bridge E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00001439sv00001849sd00001439bc06sc04i00 E: PCI_CLASS=60400 E: PCI_ID=1022:1439 E: PCI_SLOT_NAME=0000:00:02.2 E: PCI_SUBSYS_ID=1849:1439 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9289751 P: /devices/pci0000:00/0000:00:02.2/pci_bus/0000:02 E: DEVPATH=/devices/pci0000:00/0000:00:02.2/pci_bus/0000:02 E: SUBSYSTEM=pci_bus P: /devices/pci0000:00/0000:00:02.3 E: DEVPATH=/devices/pci0000:00/0000:00:02.3 E: DRIVER=pcieport E: ID_MODEL_FROM_DATABASE=Family 16h Processor Functions 5:1 E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_INTERFACE_FROM_DATABASE=Normal decode E: ID_PCI_SUBCLASS_FROM_DATABASE=PCI bridge E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00001439sv00001849sd00001439bc06sc04i00 E: PCI_CLASS=60400 E: PCI_ID=1022:1439 E: PCI_SLOT_NAME=0000:00:02.3 E: PCI_SUBSYS_ID=1849:1439 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9290728 P: /devices/pci0000:00/0000:00:02.3/0000:03:00.0 E: DEVPATH=/devices/pci0000:00/0000:00:02.3/0000:03:00.0 E: DRIVER=r8169 E: ID_MODEL_FROM_DATABASE=RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (Motherboard (one of many)) E: ID_PCI_CLASS_FROM_DATABASE=Network controller E: ID_PCI_SUBCLASS_FROM_DATABASE=Ethernet controller E: ID_VENDOR_FROM_DATABASE=Realtek Semiconductor Co., Ltd. E: MODALIAS=pci:v000010ECd00008168sv00001849sd00008168bc02sc00i00 E: PCI_CLASS=20000 E: PCI_ID=10EC:8168 E: PCI_SLOT_NAME=0000:03:00.0 E: PCI_SUBSYS_ID=1849:8168 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9574522 P: /devices/pci0000:00/0000:00:02.3/0000:03:00.0/net/eth0 E: DEVPATH=/devices/pci0000:00/0000:00:02.3/0000:03:00.0/net/eth0 E: ID_BUS=pci E: ID_MODEL_FROM_DATABASE=RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (Motherboard (one of many)) E: ID_MODEL_ID=0x8168 E: ID_NET_DRIVER=r8169 E: ID_NET_LINK_FILE=/etc/systemd/network/99-default.link E: ID_NET_NAME_MAC=enx7085c20ede1a E: ID_NET_NAME_PATH=enp3s0 E: ID_OUI_FROM_DATABASE=ASRock Incorporation E: ID_PATH=pci-0000:03:00.0 E: ID_PATH_TAG=pci-0000_03_00_0 E: ID_PCI_CLASS_FROM_DATABASE=Network controller E: ID_PCI_SUBCLASS_FROM_DATABASE=Ethernet controller E: ID_VENDOR_FROM_DATABASE=Realtek Semiconductor Co., Ltd. E: ID_VENDOR_ID=0x10ec E: IFINDEX=2 E: INTERFACE=eth0 E: SUBSYSTEM=net E: SYSTEMD_ALIAS=/sys/subsystem/net/devices/eth0 E: TAGS=:systemd: E: USEC_INITIALIZED=1906237 P: /devices/pci0000:00/0000:00:02.3/pci_bus/0000:03 E: DEVPATH=/devices/pci0000:00/0000:00:02.3/pci_bus/0000:03 E: SUBSYSTEM=pci_bus P: /devices/pci0000:00/0000:00:02.4 E: DEVPATH=/devices/pci0000:00/0000:00:02.4 E: DRIVER=pcieport E: ID_MODEL_FROM_DATABASE=Family 16h Processor Functions 5:1 E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_INTERFACE_FROM_DATABASE=Normal decode E: ID_PCI_SUBCLASS_FROM_DATABASE=PCI bridge E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00001439sv00001849sd00001439bc06sc04i00 E: PCI_CLASS=60400 E: PCI_ID=1022:1439 E: PCI_SLOT_NAME=0000:00:02.4 E: PCI_SUBSYS_ID=1849:1439 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9290223 P: /devices/pci0000:00/0000:00:02.4/pci_bus/0000:04 E: DEVPATH=/devices/pci0000:00/0000:00:02.4/pci_bus/0000:04 E: SUBSYSTEM=pci_bus P: /devices/pci0000:00/0000:00:02.5 E: DEVPATH=/devices/pci0000:00/0000:00:02.5 E: DRIVER=pcieport E: ID_MODEL_FROM_DATABASE=Family 16h Processor Functions 5:1 E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_INTERFACE_FROM_DATABASE=Normal decode E: ID_PCI_SUBCLASS_FROM_DATABASE=PCI bridge E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00001439sv00001849sd00001439bc06sc04i00 E: PCI_CLASS=60400 E: PCI_ID=1022:1439 E: PCI_SLOT_NAME=0000:00:02.5 E: PCI_SUBSYS_ID=1849:1439 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9290266 P: /devices/pci0000:00/0000:00:02.5/pci_bus/0000:05 E: DEVPATH=/devices/pci0000:00/0000:00:02.5/pci_bus/0000:05 E: SUBSYSTEM=pci_bus P: /devices/pci0000:00/0000:00:10.0 E: DEVPATH=/devices/pci0000:00/0000:00:10.0 E: DRIVER=xhci_hcd E: ID_MODEL_FROM_DATABASE=FCH USB XHCI Controller E: ID_PCI_CLASS_FROM_DATABASE=Serial bus controller E: ID_PCI_INTERFACE_FROM_DATABASE=XHCI E: ID_PCI_SUBCLASS_FROM_DATABASE=USB controller E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00007814sv00001849sd00007814bc0Csc03i30 E: PCI_CLASS=C0330 E: PCI_ID=1022:7814 E: PCI_SLOT_NAME=0000:00:10.0 E: PCI_SUBSYS_ID=1849:7814 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9290420 P: /devices/pci0000:00/0000:00:10.0/usb3 N: bus/usb/003/001 E: BUSNUM=003 E: DEVNAME=/dev/bus/usb/003/001 E: DEVNUM=001 E: DEVPATH=/devices/pci0000:00/0000:00:10.0/usb3 E: DEVTYPE=usb_device E: DRIVER=usb E: ID_BUS=usb E: ID_FOR_SEAT=usb-pci-0000_00_10_0 E: ID_MODEL=xHCI_Host_Controller E: ID_MODEL_ENC=xHCI\x20Host\x20Controller E: ID_MODEL_FROM_DATABASE=2.0 root hub E: ID_MODEL_ID=0002 E: ID_PATH=pci-0000:00:10.0 E: ID_PATH_TAG=pci-0000_00_10_0 E: ID_REVISION=0409 E: ID_SERIAL=Linux_4.9.0-6-686-pae_xhci-hcd_xHCI_Host_Controller_0000:00:10.0 E: ID_SERIAL_SHORT=0000:00:10.0 E: ID_USB_INTERFACES=:090000: E: ID_VENDOR=Linux_4.9.0-6-686-pae_xhci-hcd E: ID_VENDOR_ENC=Linux\x204.9.0-6-686-pae\x20xhci-hcd E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: ID_VENDOR_ID=1d6b E: MAJOR=189 E: MINOR=256 E: PRODUCT=1d6b/2/409 E: SUBSYSTEM=usb E: TAGS=:seat: E: TYPE=9/0/1 E: USEC_INITIALIZED=1909393 P: /devices/pci0000:00/0000:00:10.0/usb3/3-0:1.0 E: DEVPATH=/devices/pci0000:00/0000:00:10.0/usb3/3-0:1.0 E: DEVTYPE=usb_interface E: DRIVER=hub E: ID_MODEL_FROM_DATABASE=2.0 root hub E: ID_USB_CLASS_FROM_DATABASE=Hub E: ID_USB_PROTOCOL_FROM_DATABASE=Single TT E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: INTERFACE=9/0/0 E: MODALIAS=usb:v1D6Bp0002d0409dc09dsc00dp01ic09isc00ip00in00 E: PRODUCT=1d6b/2/409 E: SUBSYSTEM=usb E: TYPE=9/0/1 E: USEC_INITIALIZED=9557648 P: /devices/pci0000:00/0000:00:10.0/usb4 N: bus/usb/004/001 E: BUSNUM=004 E: DEVNAME=/dev/bus/usb/004/001 E: DEVNUM=001 E: DEVPATH=/devices/pci0000:00/0000:00:10.0/usb4 E: DEVTYPE=usb_device E: DRIVER=usb E: ID_BUS=usb E: ID_FOR_SEAT=usb-pci-0000_00_10_0 E: ID_MODEL=xHCI_Host_Controller E: ID_MODEL_ENC=xHCI\x20Host\x20Controller E: ID_MODEL_FROM_DATABASE=3.0 root hub E: ID_MODEL_ID=0003 E: ID_PATH=pci-0000:00:10.0 E: ID_PATH_TAG=pci-0000_00_10_0 E: ID_REVISION=0409 E: ID_SERIAL=Linux_4.9.0-6-686-pae_xhci-hcd_xHCI_Host_Controller_0000:00:10.0 E: ID_SERIAL_SHORT=0000:00:10.0 E: ID_USB_INTERFACES=:090000: E: ID_VENDOR=Linux_4.9.0-6-686-pae_xhci-hcd E: ID_VENDOR_ENC=Linux\x204.9.0-6-686-pae\x20xhci-hcd E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: ID_VENDOR_ID=1d6b E: MAJOR=189 E: MINOR=384 E: PRODUCT=1d6b/3/409 E: SUBSYSTEM=usb E: TAGS=:seat: E: TYPE=9/0/3 E: USEC_INITIALIZED=1909329 P: /devices/pci0000:00/0000:00:10.0/usb4/4-0:1.0 E: DEVPATH=/devices/pci0000:00/0000:00:10.0/usb4/4-0:1.0 E: DEVTYPE=usb_interface E: DRIVER=hub E: ID_MODEL_FROM_DATABASE=3.0 root hub E: ID_USB_CLASS_FROM_DATABASE=Hub E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: INTERFACE=9/0/0 E: MODALIAS=usb:v1D6Bp0003d0409dc09dsc00dp03ic09isc00ip00in00 E: PRODUCT=1d6b/3/409 E: SUBSYSTEM=usb E: TYPE=9/0/3 E: USEC_INITIALIZED=9557711 P: /devices/pci0000:00/0000:00:11.0 E: DEVPATH=/devices/pci0000:00/0000:00:11.0 E: DRIVER=ahci E: ID_MODEL_FROM_DATABASE=FCH SATA Controller [AHCI mode] E: ID_PCI_CLASS_FROM_DATABASE=Mass storage controller E: ID_PCI_INTERFACE_FROM_DATABASE=AHCI 1.0 E: ID_PCI_SUBCLASS_FROM_DATABASE=SATA controller E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00007801sv00001849sd00007801bc01sc06i01 E: PCI_CLASS=10601 E: PCI_ID=1022:7801 E: PCI_SLOT_NAME=0000:00:11.0 E: PCI_SUBSYS_ID=1849:7801 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9290869 P: /devices/pci0000:00/0000:00:11.0/ata1/ata_port/ata1 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/ata_port/ata1 E: SUBSYSTEM=ata_port P: /devices/pci0000:00/0000:00:11.0/ata1/host0 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/host0 E: DEVTYPE=scsi_host E: SUBSYSTEM=scsi P: /devices/pci0000:00/0000:00:11.0/ata1/host0/scsi_host/host0 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/host0/scsi_host/host0 E: SUBSYSTEM=scsi_host P: /devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0 E: DEVTYPE=scsi_target E: SUBSYSTEM=scsi P: /devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0 E: DEVTYPE=scsi_device E: DRIVER=sd E: MODALIAS=scsi:t-0x00 E: SUBSYSTEM=scsi P: /devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda N: sda S: disk/by-id/ata-TOSHIBA_HDWK105_Z651P9FST S: disk/by-id/wwn-0x50000397721812c4 S: disk/by-path/pci-0000:00:11.0-ata-1 E: DEVLINKS=/dev/disk/by-id/ata-TOSHIBA_HDWK105_Z651P9FST /dev/disk/by-id/wwn-0x50000397721812c4 /dev/disk/by-path/pci-0000:00:11.0-ata-1 E: DEVNAME=/dev/sda E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda E: DEVTYPE=disk E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN=112 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=112 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_ROTATION_RATE_RPM=5400 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN2=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_MODEL=TOSHIBA_HDWK105 E: ID_MODEL_ENC=TOSHIBA\x20HDWK105\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_TABLE_TYPE=gpt E: ID_PART_TABLE_UUID=df5e801d-b647-441e-9db4-ca73224c6078 E: ID_PATH=pci-0000:00:11.0-ata-1 E: ID_PATH_TAG=pci-0000_00_11_0-ata-1 E: ID_REVISION=AM0P2A E: ID_SERIAL=TOSHIBA_HDWK105_Z651P9FST E: ID_SERIAL_SHORT=Z651P9FST E: ID_TYPE=disk E: ID_WWN=0x50000397721812c4 E: ID_WWN_WITH_EXTENSION=0x50000397721812c4 E: MAJOR=8 E: MINOR=0 E: SUBSYSTEM=block E: TAGS=:systemd: E: USEC_INITIALIZED=2790326 P: /devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 N: sda1 S: disk/by-id/ata-TOSHIBA_HDWK105_Z651P9FST-part1 S: disk/by-id/wwn-0x50000397721812c4-part1 S: disk/by-partuuid/a3f1cf11-b00b-4821-a23d-b9a0c81d33cc S: disk/by-path/pci-0000:00:11.0-ata-1-part1 S: disk/by-uuid/16BB-B58C E: DEVLINKS=/dev/disk/by-path/pci-0000:00:11.0-ata-1-part1 /dev/disk/by-id/ata-TOSHIBA_HDWK105_Z651P9FST-part1 /dev/disk/by-uuid/16BB-B58C /dev/disk/by-id/wwn-0x50000397721812c4-part1 /dev/disk/by-partuuid/a3f1cf11-b00b-4821-a23d-b9a0c81d33cc E: DEVNAME=/dev/sda1 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1 E: DEVTYPE=partition E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN=112 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=112 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_ROTATION_RATE_RPM=5400 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN2=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_FS_TYPE=vfat E: ID_FS_USAGE=filesystem E: ID_FS_UUID=16BB-B58C E: ID_FS_UUID_ENC=16BB-B58C E: ID_FS_VERSION=FAT16 E: ID_MODEL=TOSHIBA_HDWK105 E: ID_MODEL_ENC=TOSHIBA\x20HDWK105\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_ENTRY_DISK=8:0 E: ID_PART_ENTRY_NUMBER=1 E: ID_PART_ENTRY_OFFSET=2048 E: ID_PART_ENTRY_SCHEME=gpt E: ID_PART_ENTRY_SIZE=1048576 E: ID_PART_ENTRY_TYPE=c12a7328-f81f-11d2-ba4b-00a0c93ec93b E: ID_PART_ENTRY_UUID=a3f1cf11-b00b-4821-a23d-b9a0c81d33cc E: ID_PART_TABLE_TYPE=gpt E: ID_PART_TABLE_UUID=df5e801d-b647-441e-9db4-ca73224c6078 E: ID_PATH=pci-0000:00:11.0-ata-1 E: ID_PATH_TAG=pci-0000_00_11_0-ata-1 E: ID_REVISION=AM0P2A E: ID_SERIAL=TOSHIBA_HDWK105_Z651P9FST E: ID_SERIAL_SHORT=Z651P9FST E: ID_TYPE=disk E: ID_WWN=0x50000397721812c4 E: ID_WWN_WITH_EXTENSION=0x50000397721812c4 E: MAJOR=8 E: MINOR=1 E: PARTN=1 E: SUBSYSTEM=block E: TAGS=:systemd: E: USEC_INITIALIZED=3256264 P: /devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 N: sda2 S: disk/by-id/ata-TOSHIBA_HDWK105_Z651P9FST-part2 S: disk/by-id/wwn-0x50000397721812c4-part2 S: disk/by-label/tiny-root S: disk/by-partuuid/df1b9c76-75cd-4cc0-90df-d01af19fd136 S: disk/by-path/pci-0000:00:11.0-ata-1-part2 S: disk/by-uuid/3b7cdf6e-52bb-49fc-8d1b-2c5ac22ed938 E: DEVLINKS=/dev/disk/by-id/wwn-0x50000397721812c4-part2 /dev/disk/by-path/pci-0000:00:11.0-ata-1-part2 /dev/disk/by-id/ata-TOSHIBA_HDWK105_Z651P9FST-part2 /dev/disk/by-partuuid/df1b9c76-75cd-4cc0-90df-d01af19fd136 /dev/disk/by-uuid/3b7cdf6e-52bb-49fc-8d1b-2c5ac22ed938 /dev/disk/by-label/tiny-root E: DEVNAME=/dev/sda2 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2 E: DEVTYPE=partition E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN=112 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=112 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_ROTATION_RATE_RPM=5400 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN2=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_FS_LABEL=tiny-root E: ID_FS_LABEL_ENC=tiny-root E: ID_FS_TYPE=ext4 E: ID_FS_USAGE=filesystem E: ID_FS_UUID=3b7cdf6e-52bb-49fc-8d1b-2c5ac22ed938 E: ID_FS_UUID_ENC=3b7cdf6e-52bb-49fc-8d1b-2c5ac22ed938 E: ID_FS_VERSION=1.0 E: ID_MODEL=TOSHIBA_HDWK105 E: ID_MODEL_ENC=TOSHIBA\x20HDWK105\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_ENTRY_DISK=8:0 E: ID_PART_ENTRY_NUMBER=2 E: ID_PART_ENTRY_OFFSET=1050624 E: ID_PART_ENTRY_SCHEME=gpt E: ID_PART_ENTRY_SIZE=20971520 E: ID_PART_ENTRY_TYPE=0fc63daf-8483-4772-8e79-3d69d8477de4 E: ID_PART_ENTRY_UUID=df1b9c76-75cd-4cc0-90df-d01af19fd136 E: ID_PART_TABLE_TYPE=gpt E: ID_PART_TABLE_UUID=df5e801d-b647-441e-9db4-ca73224c6078 E: ID_PATH=pci-0000:00:11.0-ata-1 E: ID_PATH_TAG=pci-0000_00_11_0-ata-1 E: ID_REVISION=AM0P2A E: ID_SERIAL=TOSHIBA_HDWK105_Z651P9FST E: ID_SERIAL_SHORT=Z651P9FST E: ID_TYPE=disk E: ID_WWN=0x50000397721812c4 E: ID_WWN_WITH_EXTENSION=0x50000397721812c4 E: MAJOR=8 E: MINOR=2 E: PARTN=2 E: SUBSYSTEM=block E: TAGS=:systemd: E: USEC_INITIALIZED=3289985 P: /devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 N: sda3 S: disk/by-id/ata-TOSHIBA_HDWK105_Z651P9FST-part3 S: disk/by-id/wwn-0x50000397721812c4-part3 S: disk/by-label/tiny-var S: disk/by-partuuid/13dd10bc-b554-4cfb-b2a6-ab39ef4de9d6 S: disk/by-path/pci-0000:00:11.0-ata-1-part3 S: disk/by-uuid/44332f3a-0f46-46bd-95d4-b2632a5579b3 E: DEVLINKS=/dev/disk/by-partuuid/13dd10bc-b554-4cfb-b2a6-ab39ef4de9d6 /dev/disk/by-id/ata-TOSHIBA_HDWK105_Z651P9FST-part3 /dev/disk/by-label/tiny-var /dev/disk/by-path/pci-0000:00:11.0-ata-1-part3 /dev/disk/by-id/wwn-0x50000397721812c4-part3 /dev/disk/by-uuid/44332f3a-0f46-46bd-95d4-b2632a5579b3 E: DEVNAME=/dev/sda3 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3 E: DEVTYPE=partition E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN=112 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=112 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_ROTATION_RATE_RPM=5400 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN2=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_FS_LABEL=tiny-var E: ID_FS_LABEL_ENC=tiny-var E: ID_FS_TYPE=ext4 E: ID_FS_USAGE=filesystem E: ID_FS_UUID=44332f3a-0f46-46bd-95d4-b2632a5579b3 E: ID_FS_UUID_ENC=44332f3a-0f46-46bd-95d4-b2632a5579b3 E: ID_FS_VERSION=1.0 E: ID_MODEL=TOSHIBA_HDWK105 E: ID_MODEL_ENC=TOSHIBA\x20HDWK105\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_ENTRY_DISK=8:0 E: ID_PART_ENTRY_NUMBER=3 E: ID_PART_ENTRY_OFFSET=22022144 E: ID_PART_ENTRY_SCHEME=gpt E: ID_PART_ENTRY_SIZE=8388608 E: ID_PART_ENTRY_TYPE=0fc63daf-8483-4772-8e79-3d69d8477de4 E: ID_PART_ENTRY_UUID=13dd10bc-b554-4cfb-b2a6-ab39ef4de9d6 E: ID_PART_TABLE_TYPE=gpt E: ID_PART_TABLE_UUID=df5e801d-b647-441e-9db4-ca73224c6078 E: ID_PATH=pci-0000:00:11.0-ata-1 E: ID_PATH_TAG=pci-0000_00_11_0-ata-1 E: ID_REVISION=AM0P2A E: ID_SERIAL=TOSHIBA_HDWK105_Z651P9FST E: ID_SERIAL_SHORT=Z651P9FST E: ID_TYPE=disk E: ID_WWN=0x50000397721812c4 E: ID_WWN_WITH_EXTENSION=0x50000397721812c4 E: MAJOR=8 E: MINOR=3 E: PARTN=3 E: SUBSYSTEM=block E: TAGS=:systemd: E: USEC_INITIALIZED=3320800 P: /devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 N: sda4 S: disk/by-id/ata-TOSHIBA_HDWK105_Z651P9FST-part4 S: disk/by-id/wwn-0x50000397721812c4-part4 S: disk/by-partuuid/6534956f-6aac-48be-9ae8-50520c6e63e6 S: disk/by-path/pci-0000:00:11.0-ata-1-part4 E: DEVLINKS=/dev/disk/by-id/wwn-0x50000397721812c4-part4 /dev/disk/by-id/ata-TOSHIBA_HDWK105_Z651P9FST-part4 /dev/disk/by-path/pci-0000:00:11.0-ata-1-part4 /dev/disk/by-partuuid/6534956f-6aac-48be-9ae8-50520c6e63e6 E: DEVNAME=/dev/sda4 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4 E: DEVTYPE=partition E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN=112 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=112 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_ROTATION_RATE_RPM=5400 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN2=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_MODEL=TOSHIBA_HDWK105 E: ID_MODEL_ENC=TOSHIBA\x20HDWK105\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_ENTRY_DISK=8:0 E: ID_PART_ENTRY_NUMBER=4 E: ID_PART_ENTRY_OFFSET=30410752 E: ID_PART_ENTRY_SCHEME=gpt E: ID_PART_ENTRY_SIZE=8192 E: ID_PART_ENTRY_TYPE=21686148-6449-6e6f-744e-656564454649 E: ID_PART_ENTRY_UUID=6534956f-6aac-48be-9ae8-50520c6e63e6 E: ID_PART_TABLE_TYPE=gpt E: ID_PART_TABLE_UUID=df5e801d-b647-441e-9db4-ca73224c6078 E: ID_PATH=pci-0000:00:11.0-ata-1 E: ID_PATH_TAG=pci-0000_00_11_0-ata-1 E: ID_REVISION=AM0P2A E: ID_SERIAL=TOSHIBA_HDWK105_Z651P9FST E: ID_SERIAL_SHORT=Z651P9FST E: ID_TYPE=disk E: ID_WWN=0x50000397721812c4 E: ID_WWN_WITH_EXTENSION=0x50000397721812c4 E: MAJOR=8 E: MINOR=4 E: PARTN=4 E: SUBSYSTEM=block E: TAGS=:systemd: E: USEC_INITIALIZED=3193666 P: /devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 N: sda5 S: disk/by-id/ata-TOSHIBA_HDWK105_Z651P9FST-part5 S: disk/by-id/wwn-0x50000397721812c4-part5 S: disk/by-partuuid/9ad29641-9041-4d45-beeb-1f25f65303de S: disk/by-path/pci-0000:00:11.0-ata-1-part5 S: disk/by-uuid/0eb56eda-fed9-4650-a790-85ce613044ae E: DEVLINKS=/dev/disk/by-id/ata-TOSHIBA_HDWK105_Z651P9FST-part5 /dev/disk/by-id/wwn-0x50000397721812c4-part5 /dev/disk/by-path/pci-0000:00:11.0-ata-1-part5 /dev/disk/by-partuuid/9ad29641-9041-4d45-beeb-1f25f65303de /dev/disk/by-uuid/0eb56eda-fed9-4650-a790-85ce613044ae E: DEVNAME=/dev/sda5 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5 E: DEVTYPE=partition E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN=112 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=112 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_ROTATION_RATE_RPM=5400 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN2=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_FS_TYPE=swap E: ID_FS_USAGE=other E: ID_FS_UUID=0eb56eda-fed9-4650-a790-85ce613044ae E: ID_FS_UUID_ENC=0eb56eda-fed9-4650-a790-85ce613044ae E: ID_FS_VERSION=1 E: ID_MODEL=TOSHIBA_HDWK105 E: ID_MODEL_ENC=TOSHIBA\x20HDWK105\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_ENTRY_DISK=8:0 E: ID_PART_ENTRY_NUMBER=5 E: ID_PART_ENTRY_OFFSET=30418944 E: ID_PART_ENTRY_SCHEME=gpt E: ID_PART_ENTRY_SIZE=8388608 E: ID_PART_ENTRY_TYPE=0657fd6d-a4ab-43c4-84e5-0933c84b4f4f E: ID_PART_ENTRY_UUID=9ad29641-9041-4d45-beeb-1f25f65303de E: ID_PART_TABLE_TYPE=gpt E: ID_PART_TABLE_UUID=df5e801d-b647-441e-9db4-ca73224c6078 E: ID_PATH=pci-0000:00:11.0-ata-1 E: ID_PATH_TAG=pci-0000_00_11_0-ata-1 E: ID_REVISION=AM0P2A E: ID_SERIAL=TOSHIBA_HDWK105_Z651P9FST E: ID_SERIAL_SHORT=Z651P9FST E: ID_TYPE=disk E: ID_WWN=0x50000397721812c4 E: ID_WWN_WITH_EXTENSION=0x50000397721812c4 E: MAJOR=8 E: MINOR=5 E: PARTN=5 E: SUBSYSTEM=block E: TAGS=:systemd: E: USEC_INITIALIZED=3074256 P: /devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6 N: sda6 S: disk/by-id/ata-TOSHIBA_HDWK105_Z651P9FST-part6 S: disk/by-id/wwn-0x50000397721812c4-part6 S: disk/by-label/tiny-home S: disk/by-partuuid/be25cd01-729e-4a61-aa57-27380895bbae S: disk/by-path/pci-0000:00:11.0-ata-1-part6 S: disk/by-uuid/d045f204-84aa-4af1-be3a-255965005c15 E: DEVLINKS=/dev/disk/by-label/tiny-home /dev/disk/by-id/wwn-0x50000397721812c4-part6 /dev/disk/by-id/ata-TOSHIBA_HDWK105_Z651P9FST-part6 /dev/disk/by-uuid/d045f204-84aa-4af1-be3a-255965005c15 /dev/disk/by-partuuid/be25cd01-729e-4a61-aa57-27380895bbae /dev/disk/by-path/pci-0000:00:11.0-ata-1-part6 E: DEVNAME=/dev/sda6 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6 E: DEVTYPE=partition E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN=112 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=112 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_ROTATION_RATE_RPM=5400 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN2=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_FS_LABEL=tiny-home E: ID_FS_LABEL_ENC=tiny-home E: ID_FS_TYPE=ext4 E: ID_FS_USAGE=filesystem E: ID_FS_UUID=d045f204-84aa-4af1-be3a-255965005c15 E: ID_FS_UUID_ENC=d045f204-84aa-4af1-be3a-255965005c15 E: ID_FS_VERSION=1.0 E: ID_MODEL=TOSHIBA_HDWK105 E: ID_MODEL_ENC=TOSHIBA\x20HDWK105\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_ENTRY_DISK=8:0 E: ID_PART_ENTRY_NUMBER=6 E: ID_PART_ENTRY_OFFSET=38807552 E: ID_PART_ENTRY_SCHEME=gpt E: ID_PART_ENTRY_SIZE=33554432 E: ID_PART_ENTRY_TYPE=0fc63daf-8483-4772-8e79-3d69d8477de4 E: ID_PART_ENTRY_UUID=be25cd01-729e-4a61-aa57-27380895bbae E: ID_PART_TABLE_TYPE=gpt E: ID_PART_TABLE_UUID=df5e801d-b647-441e-9db4-ca73224c6078 E: ID_PATH=pci-0000:00:11.0-ata-1 E: ID_PATH_TAG=pci-0000_00_11_0-ata-1 E: ID_REVISION=AM0P2A E: ID_SERIAL=TOSHIBA_HDWK105_Z651P9FST E: ID_SERIAL_SHORT=Z651P9FST E: ID_TYPE=disk E: ID_WWN=0x50000397721812c4 E: ID_WWN_WITH_EXTENSION=0x50000397721812c4 E: MAJOR=8 E: MINOR=6 E: PARTN=6 E: SUBSYSTEM=block E: TAGS=:systemd: E: USEC_INITIALIZED=3074257 P: /devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7 N: sda7 S: disk/by-id/ata-TOSHIBA_HDWK105_Z651P9FST-part7 S: disk/by-id/wwn-0x50000397721812c4-part7 S: disk/by-partuuid/744bf613-c610-45db-8cb3-01cf7b0f21bc S: disk/by-path/pci-0000:00:11.0-ata-1-part7 S: disk/by-uuid/47b626cb-821b-4730-8373-5803979c81e1 E: DEVLINKS=/dev/disk/by-path/pci-0000:00:11.0-ata-1-part7 /dev/disk/by-uuid/47b626cb-821b-4730-8373-5803979c81e1 /dev/disk/by-id/wwn-0x50000397721812c4-part7 /dev/disk/by-partuuid/744bf613-c610-45db-8cb3-01cf7b0f21bc /dev/disk/by-id/ata-TOSHIBA_HDWK105_Z651P9FST-part7 E: DEVNAME=/dev/sda7 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7 E: DEVTYPE=partition E: ID_ATA=1 E: ID_ATA_DOWNLOAD_MICROCODE=1 E: ID_ATA_FEATURE_SET_APM=1 E: ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128 E: ID_ATA_FEATURE_SET_APM_ENABLED=1 E: ID_ATA_FEATURE_SET_HPA=1 E: ID_ATA_FEATURE_SET_HPA_ENABLED=1 E: ID_ATA_FEATURE_SET_PM=1 E: ID_ATA_FEATURE_SET_PM_ENABLED=1 E: ID_ATA_FEATURE_SET_PUIS=1 E: ID_ATA_FEATURE_SET_PUIS_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY=1 E: ID_ATA_FEATURE_SET_SECURITY_ENABLED=0 E: ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN=112 E: ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=112 E: ID_ATA_FEATURE_SET_SECURITY_FROZEN=1 E: ID_ATA_FEATURE_SET_SMART=1 E: ID_ATA_FEATURE_SET_SMART_ENABLED=1 E: ID_ATA_ROTATION_RATE_RPM=5400 E: ID_ATA_SATA=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1 E: ID_ATA_SATA_SIGNAL_RATE_GEN2=1 E: ID_ATA_WRITE_CACHE=1 E: ID_ATA_WRITE_CACHE_ENABLED=1 E: ID_BUS=ata E: ID_FS_TYPE=ext4 E: ID_FS_USAGE=filesystem E: ID_FS_UUID=47b626cb-821b-4730-8373-5803979c81e1 E: ID_FS_UUID_ENC=47b626cb-821b-4730-8373-5803979c81e1 E: ID_FS_VERSION=1.0 E: ID_MODEL=TOSHIBA_HDWK105 E: ID_MODEL_ENC=TOSHIBA\x20HDWK105\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20 E: ID_PART_ENTRY_DISK=8:0 E: ID_PART_ENTRY_NUMBER=7 E: ID_PART_ENTRY_OFFSET=72361984 E: ID_PART_ENTRY_SCHEME=gpt E: ID_PART_ENTRY_SIZE=904411151 E: ID_PART_ENTRY_TYPE=0fc63daf-8483-4772-8e79-3d69d8477de4 E: ID_PART_ENTRY_UUID=744bf613-c610-45db-8cb3-01cf7b0f21bc E: ID_PART_TABLE_TYPE=gpt E: ID_PART_TABLE_UUID=df5e801d-b647-441e-9db4-ca73224c6078 E: ID_PATH=pci-0000:00:11.0-ata-1 E: ID_PATH_TAG=pci-0000_00_11_0-ata-1 E: ID_REVISION=AM0P2A E: ID_SERIAL=TOSHIBA_HDWK105_Z651P9FST E: ID_SERIAL_SHORT=Z651P9FST E: ID_TYPE=disk E: ID_WWN=0x50000397721812c4 E: ID_WWN_WITH_EXTENSION=0x50000397721812c4 E: MAJOR=8 E: MINOR=7 E: PARTN=7 E: SUBSYSTEM=block E: TAGS=:systemd: E: USEC_INITIALIZED=3390222 P: /devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/bsg/0:0:0:0 N: bsg/0:0:0:0 E: DEVNAME=/dev/bsg/0:0:0:0 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/bsg/0:0:0:0 E: MAJOR=250 E: MINOR=0 E: SUBSYSTEM=bsg P: /devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/scsi_device/0:0:0:0 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/scsi_device/0:0:0:0 E: SUBSYSTEM=scsi_device P: /devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/scsi_disk/0:0:0:0 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/scsi_disk/0:0:0:0 E: SUBSYSTEM=scsi_disk P: /devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/scsi_generic/sg0 N: sg0 E: DEVNAME=/dev/sg0 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/host0/target0:0:0/0:0:0:0/scsi_generic/sg0 E: MAJOR=21 E: MINOR=0 E: SUBSYSTEM=scsi_generic P: /devices/pci0000:00/0000:00:11.0/ata1/link1/ata_link/link1 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/link1/ata_link/link1 E: SUBSYSTEM=ata_link P: /devices/pci0000:00/0000:00:11.0/ata1/link1/dev1.0/ata_device/dev1.0 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata1/link1/dev1.0/ata_device/dev1.0 E: SUBSYSTEM=ata_device P: /devices/pci0000:00/0000:00:11.0/ata2/ata_port/ata2 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata2/ata_port/ata2 E: SUBSYSTEM=ata_port P: /devices/pci0000:00/0000:00:11.0/ata2/host1 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata2/host1 E: DEVTYPE=scsi_host E: SUBSYSTEM=scsi P: /devices/pci0000:00/0000:00:11.0/ata2/host1/scsi_host/host1 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata2/host1/scsi_host/host1 E: SUBSYSTEM=scsi_host P: /devices/pci0000:00/0000:00:11.0/ata2/link2/ata_link/link2 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata2/link2/ata_link/link2 E: SUBSYSTEM=ata_link P: /devices/pci0000:00/0000:00:11.0/ata2/link2/dev2.0/ata_device/dev2.0 E: DEVPATH=/devices/pci0000:00/0000:00:11.0/ata2/link2/dev2.0/ata_device/dev2.0 E: SUBSYSTEM=ata_device P: /devices/pci0000:00/0000:00:12.0 E: DEVPATH=/devices/pci0000:00/0000:00:12.0 E: DRIVER=ohci-pci E: ID_MODEL_FROM_DATABASE=FCH USB OHCI Controller E: ID_PCI_CLASS_FROM_DATABASE=Serial bus controller E: ID_PCI_INTERFACE_FROM_DATABASE=OHCI E: ID_PCI_SUBCLASS_FROM_DATABASE=USB controller E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00007807sv00001849sd00007807bc0Csc03i10 E: PCI_CLASS=C0310 E: PCI_ID=1022:7807 E: PCI_SLOT_NAME=0000:00:12.0 E: PCI_SUBSYS_ID=1849:7807 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9290219 P: /devices/pci0000:00/0000:00:12.0/usb5 N: bus/usb/005/001 E: BUSNUM=005 E: DEVNAME=/dev/bus/usb/005/001 E: DEVNUM=001 E: DEVPATH=/devices/pci0000:00/0000:00:12.0/usb5 E: DEVTYPE=usb_device E: DRIVER=usb E: ID_BUS=usb E: ID_FOR_SEAT=usb-pci-0000_00_12_0 E: ID_MODEL=OHCI_PCI_host_controller E: ID_MODEL_ENC=OHCI\x20PCI\x20host\x20controller E: ID_MODEL_FROM_DATABASE=1.1 root hub E: ID_MODEL_ID=0001 E: ID_PATH=pci-0000:00:12.0 E: ID_PATH_TAG=pci-0000_00_12_0 E: ID_REVISION=0409 E: ID_SERIAL=Linux_4.9.0-6-686-pae_ohci_hcd_OHCI_PCI_host_controller_0000:00:12.0 E: ID_SERIAL_SHORT=0000:00:12.0 E: ID_USB_INTERFACES=:090000: E: ID_VENDOR=Linux_4.9.0-6-686-pae_ohci_hcd E: ID_VENDOR_ENC=Linux\x204.9.0-6-686-pae\x20ohci_hcd E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: ID_VENDOR_ID=1d6b E: MAJOR=189 E: MINOR=512 E: PRODUCT=1d6b/1/409 E: SUBSYSTEM=usb E: TAGS=:seat: E: TYPE=9/0/0 E: USEC_INITIALIZED=2042976 P: /devices/pci0000:00/0000:00:12.0/usb5/5-0:1.0 E: DEVPATH=/devices/pci0000:00/0000:00:12.0/usb5/5-0:1.0 E: DEVTYPE=usb_interface E: DRIVER=hub E: ID_MODEL_FROM_DATABASE=1.1 root hub E: ID_USB_CLASS_FROM_DATABASE=Hub E: ID_USB_PROTOCOL_FROM_DATABASE=Full speed (or root) hub E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: INTERFACE=9/0/0 E: MODALIAS=usb:v1D6Bp0001d0409dc09dsc00dp00ic09isc00ip00in00 E: PRODUCT=1d6b/1/409 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=9559125 P: /devices/pci0000:00/0000:00:12.2 E: DEVPATH=/devices/pci0000:00/0000:00:12.2 E: DRIVER=ehci-pci E: ID_MODEL_FROM_DATABASE=FCH USB EHCI Controller E: ID_PCI_CLASS_FROM_DATABASE=Serial bus controller E: ID_PCI_INTERFACE_FROM_DATABASE=EHCI E: ID_PCI_SUBCLASS_FROM_DATABASE=USB controller E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00007808sv00001849sd00007808bc0Csc03i20 E: PCI_CLASS=C0320 E: PCI_ID=1022:7808 E: PCI_SLOT_NAME=0000:00:12.2 E: PCI_SUBSYS_ID=1849:7808 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9291084 P: /devices/pci0000:00/0000:00:12.2/usb1 N: bus/usb/001/001 E: BUSNUM=001 E: DEVNAME=/dev/bus/usb/001/001 E: DEVNUM=001 E: DEVPATH=/devices/pci0000:00/0000:00:12.2/usb1 E: DEVTYPE=usb_device E: DRIVER=usb E: ID_BUS=usb E: ID_FOR_SEAT=usb-pci-0000_00_12_2 E: ID_MODEL=EHCI_Host_Controller E: ID_MODEL_ENC=EHCI\x20Host\x20Controller E: ID_MODEL_FROM_DATABASE=2.0 root hub E: ID_MODEL_ID=0002 E: ID_PATH=pci-0000:00:12.2 E: ID_PATH_TAG=pci-0000_00_12_2 E: ID_REVISION=0409 E: ID_SERIAL=Linux_4.9.0-6-686-pae_ehci_hcd_EHCI_Host_Controller_0000:00:12.2 E: ID_SERIAL_SHORT=0000:00:12.2 E: ID_USB_INTERFACES=:090000: E: ID_VENDOR=Linux_4.9.0-6-686-pae_ehci_hcd E: ID_VENDOR_ENC=Linux\x204.9.0-6-686-pae\x20ehci_hcd E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: ID_VENDOR_ID=1d6b E: MAJOR=189 E: MINOR=0 E: PRODUCT=1d6b/2/409 E: SUBSYSTEM=usb E: TAGS=:seat: E: TYPE=9/0/0 E: USEC_INITIALIZED=1906685 P: /devices/pci0000:00/0000:00:12.2/usb1/1-0:1.0 E: DEVPATH=/devices/pci0000:00/0000:00:12.2/usb1/1-0:1.0 E: DEVTYPE=usb_interface E: DRIVER=hub E: ID_MODEL_FROM_DATABASE=2.0 root hub E: ID_USB_CLASS_FROM_DATABASE=Hub E: ID_USB_PROTOCOL_FROM_DATABASE=Full speed (or root) hub E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: INTERFACE=9/0/0 E: MODALIAS=usb:v1D6Bp0002d0409dc09dsc00dp00ic09isc00ip00in00 E: PRODUCT=1d6b/2/409 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=9559133 P: /devices/pci0000:00/0000:00:13.0 E: DEVPATH=/devices/pci0000:00/0000:00:13.0 E: DRIVER=ohci-pci E: ID_MODEL_FROM_DATABASE=FCH USB OHCI Controller E: ID_PCI_CLASS_FROM_DATABASE=Serial bus controller E: ID_PCI_INTERFACE_FROM_DATABASE=OHCI E: ID_PCI_SUBCLASS_FROM_DATABASE=USB controller E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00007807sv00001849sd00007807bc0Csc03i10 E: PCI_CLASS=C0310 E: PCI_ID=1022:7807 E: PCI_SLOT_NAME=0000:00:13.0 E: PCI_SUBSYS_ID=1849:7807 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9289502 P: /devices/pci0000:00/0000:00:13.0/usb6 N: bus/usb/006/001 E: BUSNUM=006 E: DEVNAME=/dev/bus/usb/006/001 E: DEVNUM=001 E: DEVPATH=/devices/pci0000:00/0000:00:13.0/usb6 E: DEVTYPE=usb_device E: DRIVER=usb E: ID_BUS=usb E: ID_FOR_SEAT=usb-pci-0000_00_13_0 E: ID_MODEL=OHCI_PCI_host_controller E: ID_MODEL_ENC=OHCI\x20PCI\x20host\x20controller E: ID_MODEL_FROM_DATABASE=1.1 root hub E: ID_MODEL_ID=0001 E: ID_PATH=pci-0000:00:13.0 E: ID_PATH_TAG=pci-0000_00_13_0 E: ID_REVISION=0409 E: ID_SERIAL=Linux_4.9.0-6-686-pae_ohci_hcd_OHCI_PCI_host_controller_0000:00:13.0 E: ID_SERIAL_SHORT=0000:00:13.0 E: ID_USB_INTERFACES=:090000: E: ID_VENDOR=Linux_4.9.0-6-686-pae_ohci_hcd E: ID_VENDOR_ENC=Linux\x204.9.0-6-686-pae\x20ohci_hcd E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: ID_VENDOR_ID=1d6b E: MAJOR=189 E: MINOR=640 E: PRODUCT=1d6b/1/409 E: SUBSYSTEM=usb E: TAGS=:seat: E: TYPE=9/0/0 E: USEC_INITIALIZED=2042971 P: /devices/pci0000:00/0000:00:13.0/usb6/6-0:1.0 E: DEVPATH=/devices/pci0000:00/0000:00:13.0/usb6/6-0:1.0 E: DEVTYPE=usb_interface E: DRIVER=hub E: ID_MODEL_FROM_DATABASE=1.1 root hub E: ID_USB_CLASS_FROM_DATABASE=Hub E: ID_USB_PROTOCOL_FROM_DATABASE=Full speed (or root) hub E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: INTERFACE=9/0/0 E: MODALIAS=usb:v1D6Bp0001d0409dc09dsc00dp00ic09isc00ip00in00 E: PRODUCT=1d6b/1/409 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=9557738 P: /devices/pci0000:00/0000:00:13.2 E: DEVPATH=/devices/pci0000:00/0000:00:13.2 E: DRIVER=ehci-pci E: ID_MODEL_FROM_DATABASE=FCH USB EHCI Controller E: ID_PCI_CLASS_FROM_DATABASE=Serial bus controller E: ID_PCI_INTERFACE_FROM_DATABASE=EHCI E: ID_PCI_SUBCLASS_FROM_DATABASE=USB controller E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00007808sv00001849sd00007808bc0Csc03i20 E: PCI_CLASS=C0320 E: PCI_ID=1022:7808 E: PCI_SLOT_NAME=0000:00:13.2 E: PCI_SUBSYS_ID=1849:7808 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9289824 P: /devices/pci0000:00/0000:00:13.2/usb2 N: bus/usb/002/001 E: BUSNUM=002 E: DEVNAME=/dev/bus/usb/002/001 E: DEVNUM=001 E: DEVPATH=/devices/pci0000:00/0000:00:13.2/usb2 E: DEVTYPE=usb_device E: DRIVER=usb E: ID_BUS=usb E: ID_FOR_SEAT=usb-pci-0000_00_13_2 E: ID_MODEL=EHCI_Host_Controller E: ID_MODEL_ENC=EHCI\x20Host\x20Controller E: ID_MODEL_FROM_DATABASE=2.0 root hub E: ID_MODEL_ID=0002 E: ID_PATH=pci-0000:00:13.2 E: ID_PATH_TAG=pci-0000_00_13_2 E: ID_REVISION=0409 E: ID_SERIAL=Linux_4.9.0-6-686-pae_ehci_hcd_EHCI_Host_Controller_0000:00:13.2 E: ID_SERIAL_SHORT=0000:00:13.2 E: ID_USB_INTERFACES=:090000: E: ID_VENDOR=Linux_4.9.0-6-686-pae_ehci_hcd E: ID_VENDOR_ENC=Linux\x204.9.0-6-686-pae\x20ehci_hcd E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: ID_VENDOR_ID=1d6b E: MAJOR=189 E: MINOR=128 E: PRODUCT=1d6b/2/409 E: SUBSYSTEM=usb E: TAGS=:seat: E: TYPE=9/0/0 E: USEC_INITIALIZED=1907362 P: /devices/pci0000:00/0000:00:13.2/usb2/2-0:1.0 E: DEVPATH=/devices/pci0000:00/0000:00:13.2/usb2/2-0:1.0 E: DEVTYPE=usb_interface E: DRIVER=hub E: ID_MODEL_FROM_DATABASE=2.0 root hub E: ID_USB_CLASS_FROM_DATABASE=Hub E: ID_USB_PROTOCOL_FROM_DATABASE=Full speed (or root) hub E: ID_VENDOR_FROM_DATABASE=Linux Foundation E: INTERFACE=9/0/0 E: MODALIAS=usb:v1D6Bp0002d0409dc09dsc00dp00ic09isc00ip00in00 E: PRODUCT=1d6b/2/409 E: SUBSYSTEM=usb E: TYPE=9/0/0 E: USEC_INITIALIZED=9559084 P: /devices/pci0000:00/0000:00:13.2/usb2/2-3 N: bus/usb/002/002 E: BUSNUM=002 E: DEVNAME=/dev/bus/usb/002/002 E: DEVNUM=002 E: DEVPATH=/devices/pci0000:00/0000:00:13.2/usb2/2-3 E: DEVTYPE=usb_device E: DRIVER=usb E: ID_BUS=usb E: ID_MODEL=DUB-E100 E: ID_MODEL_ENC=DUB-E100 E: ID_MODEL_FROM_DATABASE=DUB-E100 Fast Ethernet Adapter(rev.C1) [ASIX AX88772] E: ID_MODEL_ID=1a02 E: ID_REVISION=0002 E: ID_SERIAL=D-Link_Corp._DUB-E100_0018EB E: ID_SERIAL_SHORT=0018EB E: ID_USB_INTERFACES=:ffff00: E: ID_VENDOR=D-Link_Corp. E: ID_VENDOR_ENC=D-Link\x20Corp.\x20\x20\x20\x20 E: ID_VENDOR_FROM_DATABASE=D-Link Corp. E: ID_VENDOR_ID=2001 E: MAJOR=189 E: MINOR=129 E: PRODUCT=2001/1a02/2 E: SUBSYSTEM=usb E: TYPE=255/255/0 E: USEC_INITIALIZED=2394732 P: /devices/pci0000:00/0000:00:13.2/usb2/2-3/2-3:1.0 E: DEVPATH=/devices/pci0000:00/0000:00:13.2/usb2/2-3/2-3:1.0 E: DEVTYPE=usb_interface E: DRIVER=asix E: ID_MODEL_FROM_DATABASE=DUB-E100 Fast Ethernet Adapter(rev.C1) [ASIX AX88772] E: ID_USB_CLASS_FROM_DATABASE=Vendor Specific Class E: ID_USB_SUBCLASS_FROM_DATABASE=Vendor Specific Subclass E: ID_VENDOR_FROM_DATABASE=D-Link Corp. E: INTERFACE=255/255/0 E: MODALIAS=usb:v2001p1A02d0002dcFFdscFFdp00icFFiscFFip00in00 E: PRODUCT=2001/1a02/2 E: SUBSYSTEM=usb E: TYPE=255/255/0 E: USEC_INITIALIZED=9820195 P: /devices/pci0000:00/0000:00:13.2/usb2/2-3/2-3:1.0/net/eth1 E: DEVPATH=/devices/pci0000:00/0000:00:13.2/usb2/2-3/2-3:1.0/net/eth1 E: ID_BUS=usb E: ID_MODEL=DUB-E100 E: ID_MODEL_ENC=DUB-E100 E: ID_MODEL_FROM_DATABASE=DUB-E100 Fast Ethernet Adapter(rev.C1) [ASIX AX88772] E: ID_MODEL_ID=1a02 E: ID_NET_DRIVER=asix E: ID_NET_LINK_FILE=/etc/systemd/network/99-default.link E: ID_NET_NAME_MAC=enx78321b06f920 E: ID_NET_NAME_PATH=enp0s19f2u3 E: ID_PATH=pci-0000:00:13.2-usb-0:3:1.0 E: ID_PATH_TAG=pci-0000_00_13_2-usb-0_3_1_0 E: ID_REVISION=0002 E: ID_SERIAL=D-Link_Corp._DUB-E100_0018EB E: ID_SERIAL_SHORT=0018EB E: ID_TYPE=generic E: ID_USB_CLASS_FROM_DATABASE=Vendor Specific Class E: ID_USB_DRIVER=asix E: ID_USB_INTERFACES=:ffff00: E: ID_USB_INTERFACE_NUM=00 E: ID_USB_SUBCLASS_FROM_DATABASE=Vendor Specific Subclass E: ID_VENDOR=D-Link_Corp. E: ID_VENDOR_ENC=D-Link\x20Corp.\x20\x20\x20\x20 E: ID_VENDOR_FROM_DATABASE=D-Link Corp. E: ID_VENDOR_ID=2001 E: IFINDEX=3 E: INTERFACE=eth1 E: SUBSYSTEM=net E: SYSTEMD_ALIAS=/sys/subsystem/net/devices/eth1 E: TAGS=:systemd: E: USEC_INITIALIZED=10712794 P: /devices/pci0000:00/0000:00:14.0 E: DEVPATH=/devices/pci0000:00/0000:00:14.0 E: DRIVER=piix4_smbus E: ID_MODEL_FROM_DATABASE=FCH SMBus Controller E: ID_PCI_CLASS_FROM_DATABASE=Serial bus controller E: ID_PCI_SUBCLASS_FROM_DATABASE=SMBus E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d0000780Bsv00001849sd0000780Bbc0Csc05i00 E: PCI_CLASS=C0500 E: PCI_ID=1022:780B E: PCI_SLOT_NAME=0000:00:14.0 E: PCI_SUBSYS_ID=1849:780B E: SUBSYSTEM=pci E: USEC_INITIALIZED=9553581 P: /devices/pci0000:00/0000:00:14.0/i2c-0 E: DEVPATH=/devices/pci0000:00/0000:00:14.0/i2c-0 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:14.0/i2c-0 E: DEVPATH=/devices/pci0000:00/0000:00:14.0/i2c-0 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:14.0/i2c-1 E: DEVPATH=/devices/pci0000:00/0000:00:14.0/i2c-1 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:14.0/i2c-1 E: DEVPATH=/devices/pci0000:00/0000:00:14.0/i2c-1 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:14.0/i2c-2 E: DEVPATH=/devices/pci0000:00/0000:00:14.0/i2c-2 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:14.0/i2c-2 E: DEVPATH=/devices/pci0000:00/0000:00:14.0/i2c-2 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:14.0/i2c-3 E: DEVPATH=/devices/pci0000:00/0000:00:14.0/i2c-3 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:14.0/i2c-3 E: DEVPATH=/devices/pci0000:00/0000:00:14.0/i2c-3 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:14.0/i2c-4 E: DEVPATH=/devices/pci0000:00/0000:00:14.0/i2c-4 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:14.0/i2c-4 E: DEVPATH=/devices/pci0000:00/0000:00:14.0/i2c-4 E: SUBSYSTEM=i2c P: /devices/pci0000:00/0000:00:14.2 E: DEVPATH=/devices/pci0000:00/0000:00:14.2 E: DRIVER=snd_hda_intel E: ID_MODEL_FROM_DATABASE=FCH Azalia Controller E: ID_PCI_CLASS_FROM_DATABASE=Multimedia controller E: ID_PCI_SUBCLASS_FROM_DATABASE=Audio device E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d0000780Dsv00001849sd00009887bc04sc03i00 E: PCI_CLASS=40300 E: PCI_ID=1022:780D E: PCI_SLOT_NAME=0000:00:14.2 E: PCI_SUBSYS_ID=1849:9887 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9554958 P: /devices/pci0000:00/0000:00:14.2/hdaudioC1D0 E: DEVPATH=/devices/pci0000:00/0000:00:14.2/hdaudioC1D0 E: DRIVER=snd_hda_codec_realtek E: MODALIAS=hdaudio:v10EC0887r00100302a01 E: SUBSYSTEM=hdaudio P: /devices/pci0000:00/0000:00:14.2/sound/card1 E: DEVPATH=/devices/pci0000:00/0000:00:14.2/sound/card1 E: ID_BUS=pci E: ID_FOR_SEAT=sound-pci-0000_00_14_2 E: ID_MODEL_FROM_DATABASE=FCH Azalia Controller E: ID_MODEL_ID=0x780d E: ID_PATH=pci-0000:00:14.2 E: ID_PATH_TAG=pci-0000_00_14_2 E: ID_PCI_CLASS_FROM_DATABASE=Multimedia controller E: ID_PCI_SUBCLASS_FROM_DATABASE=Audio device E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: ID_VENDOR_ID=0x1022 E: SOUND_FORM_FACTOR=internal E: SOUND_INITIALIZED=1 E: SUBSYSTEM=sound E: SYSTEMD_WANTS=sound.target E: TAGS=:systemd:seat: E: USEC_INITIALIZED=9939605 P: /devices/pci0000:00/0000:00:14.2/sound/card1/hwC1D0 N: snd/hwC1D0 E: DEVNAME=/dev/snd/hwC1D0 E: DEVPATH=/devices/pci0000:00/0000:00:14.2/sound/card1/hwC1D0 E: MAJOR=116 E: MINOR=11 E: SUBSYSTEM=sound E: TAGS=:uaccess: E: USEC_INITIALIZED=9947673 P: /devices/pci0000:00/0000:00:14.2/sound/card1/input10 E: DEVPATH=/devices/pci0000:00/0000:00:14.2/sound/card1/input10 E: EV=21 E: ID_FOR_SEAT=input-pci-0000_00_14_2 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:14.2 E: ID_PATH_TAG=pci-0000_00_14_2 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw4, E: NAME="HD-Audio Generic Rear Mic" E: PHYS="ALSA" E: PRODUCT=0/0/0/0 E: PROP=0 E: SUBSYSTEM=input E: SW=10 E: TAGS=:seat: E: USEC_INITIALIZED=9949510 P: /devices/pci0000:00/0000:00:14.2/sound/card1/input10/event7 N: input/event7 E: DEVNAME=/dev/input/event7 E: DEVPATH=/devices/pci0000:00/0000:00:14.2/sound/card1/input10/event7 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:14.2 E: ID_PATH_TAG=pci-0000_00_14_2 E: MAJOR=13 E: MINOR=71 E: SUBSYSTEM=input E: USEC_INITIALIZED=10034101 P: /devices/pci0000:00/0000:00:14.2/sound/card1/input11 E: DEVPATH=/devices/pci0000:00/0000:00:14.2/sound/card1/input11 E: EV=21 E: ID_FOR_SEAT=input-pci-0000_00_14_2 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:14.2 E: ID_PATH_TAG=pci-0000_00_14_2 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfwD, E: NAME="HD-Audio Generic Line" E: PHYS="ALSA" E: PRODUCT=0/0/0/0 E: PROP=0 E: SUBSYSTEM=input E: SW=2000 E: TAGS=:seat: E: USEC_INITIALIZED=9949555 P: /devices/pci0000:00/0000:00:14.2/sound/card1/input11/event8 N: input/event8 E: DEVNAME=/dev/input/event8 E: DEVPATH=/devices/pci0000:00/0000:00:14.2/sound/card1/input11/event8 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:14.2 E: ID_PATH_TAG=pci-0000_00_14_2 E: MAJOR=13 E: MINOR=72 E: SUBSYSTEM=input E: USEC_INITIALIZED=10025930 P: /devices/pci0000:00/0000:00:14.2/sound/card1/input12 E: DEVPATH=/devices/pci0000:00/0000:00:14.2/sound/card1/input12 E: EV=21 E: ID_FOR_SEAT=input-pci-0000_00_14_2 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:14.2 E: ID_PATH_TAG=pci-0000_00_14_2 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6, E: NAME="HD-Audio Generic Line Out" E: PHYS="ALSA" E: PRODUCT=0/0/0/0 E: PROP=0 E: SUBSYSTEM=input E: SW=40 E: TAGS=:seat: E: USEC_INITIALIZED=9951307 P: /devices/pci0000:00/0000:00:14.2/sound/card1/input12/event9 N: input/event9 E: DEVNAME=/dev/input/event9 E: DEVPATH=/devices/pci0000:00/0000:00:14.2/sound/card1/input12/event9 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:14.2 E: ID_PATH_TAG=pci-0000_00_14_2 E: MAJOR=13 E: MINOR=73 E: SUBSYSTEM=input E: USEC_INITIALIZED=10050243 P: /devices/pci0000:00/0000:00:14.2/sound/card1/input13 E: DEVPATH=/devices/pci0000:00/0000:00:14.2/sound/card1/input13 E: EV=21 E: ID_FOR_SEAT=input-pci-0000_00_14_2 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:14.2 E: ID_PATH_TAG=pci-0000_00_14_2 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw2, E: NAME="HD-Audio Generic Front Headphone" E: PHYS="ALSA" E: PRODUCT=0/0/0/0 E: PROP=0 E: SUBSYSTEM=input E: SW=4 E: TAGS=:seat: E: USEC_INITIALIZED=9949603 P: /devices/pci0000:00/0000:00:14.2/sound/card1/input13/event10 N: input/event10 E: DEVNAME=/dev/input/event10 E: DEVPATH=/devices/pci0000:00/0000:00:14.2/sound/card1/input13/event10 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:14.2 E: ID_PATH_TAG=pci-0000_00_14_2 E: MAJOR=13 E: MINOR=74 E: SUBSYSTEM=input E: USEC_INITIALIZED=10034094 P: /devices/pci0000:00/0000:00:14.2/sound/card1/input9 E: DEVPATH=/devices/pci0000:00/0000:00:14.2/sound/card1/input9 E: EV=21 E: ID_FOR_SEAT=input-pci-0000_00_14_2 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:14.2 E: ID_PATH_TAG=pci-0000_00_14_2 E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw4, E: NAME="HD-Audio Generic Front Mic" E: PHYS="ALSA" E: PRODUCT=0/0/0/0 E: PROP=0 E: SUBSYSTEM=input E: SW=10 E: TAGS=:seat: E: USEC_INITIALIZED=9947656 P: /devices/pci0000:00/0000:00:14.2/sound/card1/input9/event6 N: input/event6 E: DEVNAME=/dev/input/event6 E: DEVPATH=/devices/pci0000:00/0000:00:14.2/sound/card1/input9/event6 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:14.2 E: ID_PATH_TAG=pci-0000_00_14_2 E: MAJOR=13 E: MINOR=70 E: SUBSYSTEM=input E: USEC_INITIALIZED=10005927 P: /devices/pci0000:00/0000:00:14.2/sound/card1/pcmC1D0c N: snd/pcmC1D0c E: DEVNAME=/dev/snd/pcmC1D0c E: DEVPATH=/devices/pci0000:00/0000:00:14.2/sound/card1/pcmC1D0c E: MAJOR=116 E: MINOR=8 E: SUBSYSTEM=sound E: TAGS=:uaccess: E: USEC_INITIALIZED=9945369 P: /devices/pci0000:00/0000:00:14.2/sound/card1/pcmC1D0p N: snd/pcmC1D0p E: DEVNAME=/dev/snd/pcmC1D0p E: DEVPATH=/devices/pci0000:00/0000:00:14.2/sound/card1/pcmC1D0p E: MAJOR=116 E: MINOR=7 E: SUBSYSTEM=sound E: TAGS=:uaccess: E: USEC_INITIALIZED=9946907 P: /devices/pci0000:00/0000:00:14.2/sound/card1/pcmC1D1p N: snd/pcmC1D1p E: DEVNAME=/dev/snd/pcmC1D1p E: DEVPATH=/devices/pci0000:00/0000:00:14.2/sound/card1/pcmC1D1p E: MAJOR=116 E: MINOR=9 E: SUBSYSTEM=sound E: TAGS=:uaccess: E: USEC_INITIALIZED=9946524 P: /devices/pci0000:00/0000:00:14.2/sound/card1/pcmC1D2c N: snd/pcmC1D2c E: DEVNAME=/dev/snd/pcmC1D2c E: DEVPATH=/devices/pci0000:00/0000:00:14.2/sound/card1/pcmC1D2c E: MAJOR=116 E: MINOR=10 E: SUBSYSTEM=sound E: TAGS=:uaccess: E: USEC_INITIALIZED=9947426 P: /devices/pci0000:00/0000:00:14.2/sound/card1/controlC1 N: snd/controlC1 S: snd/by-path/pci-0000:00:14.2 E: DEVLINKS=/dev/snd/by-path/pci-0000:00:14.2 E: DEVNAME=/dev/snd/controlC1 E: DEVPATH=/devices/pci0000:00/0000:00:14.2/sound/card1/controlC1 E: ID_PATH=pci-0000:00:14.2 E: ID_PATH_TAG=pci-0000_00_14_2 E: MAJOR=116 E: MINOR=6 E: SUBSYSTEM=sound E: TAGS=:uaccess: E: USEC_INITIALIZED=9945786 P: /devices/pci0000:00/0000:00:14.3 E: DEVPATH=/devices/pci0000:00/0000:00:14.3 E: ID_MODEL_FROM_DATABASE=FCH LPC Bridge E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_SUBCLASS_FROM_DATABASE=ISA bridge E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d0000780Esv00001849sd0000780Ebc06sc01i00 E: PCI_CLASS=60100 E: PCI_ID=1022:780E E: PCI_SLOT_NAME=0000:00:14.3 E: PCI_SUBSYS_ID=1849:780E E: SUBSYSTEM=pci E: USEC_INITIALIZED=9556371 P: /devices/pci0000:00/0000:00:14.3/PNP0800:00 E: DEVPATH=/devices/pci0000:00/0000:00:14.3/PNP0800:00 E: MODALIAS=acpi:PNP0800: E: SUBSYSTEM=platform P: /devices/pci0000:00/0000:00:14.3/PNP0C04:00 E: DEVPATH=/devices/pci0000:00/0000:00:14.3/PNP0C04:00 E: MODALIAS=acpi:PNP0C04: E: SUBSYSTEM=platform P: /devices/pci0000:00/0000:00:18.0 E: DEVPATH=/devices/pci0000:00/0000:00:18.0 E: ID_MODEL_FROM_DATABASE=Family 16h Processor Function 0 E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_SUBCLASS_FROM_DATABASE=Host bridge E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00001530sv00000000sd00000000bc06sc00i00 E: PCI_CLASS=60000 E: PCI_ID=1022:1530 E: PCI_SLOT_NAME=0000:00:18.0 E: PCI_SUBSYS_ID=0000:0000 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9553953 P: /devices/pci0000:00/0000:00:18.1 E: DEVPATH=/devices/pci0000:00/0000:00:18.1 E: ID_MODEL_FROM_DATABASE=Family 16h Processor Function 1 E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_SUBCLASS_FROM_DATABASE=Host bridge E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00001531sv00000000sd00000000bc06sc00i00 E: PCI_CLASS=60000 E: PCI_ID=1022:1531 E: PCI_SLOT_NAME=0000:00:18.1 E: PCI_SUBSYS_ID=0000:0000 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9560317 P: /devices/pci0000:00/0000:00:18.2 E: DEVPATH=/devices/pci0000:00/0000:00:18.2 E: ID_MODEL_FROM_DATABASE=Family 16h Processor Function 2 E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_SUBCLASS_FROM_DATABASE=Host bridge E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00001532sv00000000sd00000000bc06sc00i00 E: PCI_CLASS=60000 E: PCI_ID=1022:1532 E: PCI_SLOT_NAME=0000:00:18.2 E: PCI_SUBSYS_ID=0000:0000 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9560312 P: /devices/pci0000:00/0000:00:18.3 E: DEVPATH=/devices/pci0000:00/0000:00:18.3 E: DRIVER=k10temp E: ID_MODEL_FROM_DATABASE=Family 16h Processor Function 3 E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_SUBCLASS_FROM_DATABASE=Host bridge E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00001533sv00000000sd00000000bc06sc00i00 E: PCI_CLASS=60000 E: PCI_ID=1022:1533 E: PCI_SLOT_NAME=0000:00:18.3 E: PCI_SUBSYS_ID=0000:0000 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9561512 P: /devices/pci0000:00/0000:00:18.3/hwmon/hwmon0 E: DEVPATH=/devices/pci0000:00/0000:00:18.3/hwmon/hwmon0 E: SUBSYSTEM=hwmon P: /devices/pci0000:00/0000:00:18.4 E: DEVPATH=/devices/pci0000:00/0000:00:18.4 E: DRIVER=fam15h_power E: ID_MODEL_FROM_DATABASE=Family 16h Processor Function 4 E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_SUBCLASS_FROM_DATABASE=Host bridge E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00001534sv00000000sd00000000bc06sc00i00 E: PCI_CLASS=60000 E: PCI_ID=1022:1534 E: PCI_SLOT_NAME=0000:00:18.4 E: PCI_SUBSYS_ID=0000:0000 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9562560 P: /devices/pci0000:00/0000:00:18.4/hwmon/hwmon1 E: DEVPATH=/devices/pci0000:00/0000:00:18.4/hwmon/hwmon1 E: SUBSYSTEM=hwmon P: /devices/pci0000:00/0000:00:18.5 E: DEVPATH=/devices/pci0000:00/0000:00:18.5 E: ID_MODEL_FROM_DATABASE=Family 16h Processor Function 5 E: ID_PCI_CLASS_FROM_DATABASE=Bridge E: ID_PCI_SUBCLASS_FROM_DATABASE=Host bridge E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD] E: MODALIAS=pci:v00001022d00001535sv00000000sd00000000bc06sc00i00 E: PCI_CLASS=60000 E: PCI_ID=1022:1535 E: PCI_SLOT_NAME=0000:00:18.5 E: PCI_SUBSYS_ID=0000:0000 E: SUBSYSTEM=pci E: USEC_INITIALIZED=9562436 P: /devices/pci0000:00/pci_bus/0000:00 E: DEVPATH=/devices/pci0000:00/pci_bus/0000:00 E: SUBSYSTEM=pci_bus P: /devices/platform/PNP0103:00 E: DEVPATH=/devices/platform/PNP0103:00 E: MODALIAS=acpi:PNP0103: E: SUBSYSTEM=platform P: /devices/platform/PNP0C0C:00 E: DEVPATH=/devices/platform/PNP0C0C:00 E: MODALIAS=acpi:PNP0C0C: E: SUBSYSTEM=platform P: /devices/platform/SP5100 TCO timer E: DEVPATH=/devices/platform/SP5100 TCO timer E: MODALIAS=platform:SP5100 TCO timer E: SUBSYSTEM=platform P: /devices/platform/alarmtimer E: DEVPATH=/devices/platform/alarmtimer E: DRIVER=alarmtimer E: MODALIAS=platform:alarmtimer E: SUBSYSTEM=platform P: /devices/platform/i8042 E: DEVPATH=/devices/platform/i8042 E: DRIVER=i8042 E: MODALIAS=platform:i8042 E: SUBSYSTEM=platform P: /devices/platform/i8042/serio0 E: DEVPATH=/devices/platform/i8042/serio0 E: MODALIAS=serio:ty06pr00id00ex00 E: SERIO_EXTRA=00 E: SERIO_ID=00 E: SERIO_PROTO=00 E: SERIO_TYPE=06 E: SUBSYSTEM=serio P: /devices/platform/i8042/serio1 E: DEVPATH=/devices/platform/i8042/serio1 E: MODALIAS=serio:ty01pr00id00ex00 E: SERIO_EXTRA=00 E: SERIO_ID=00 E: SERIO_PROTO=00 E: SERIO_TYPE=01 E: SUBSYSTEM=serio P: /devices/platform/microcode E: DEVPATH=/devices/platform/microcode E: MODALIAS=platform:microcode E: SUBSYSTEM=platform P: /devices/platform/pcspkr E: DEVPATH=/devices/platform/pcspkr E: DRIVER=pcspkr E: MODALIAS=platform:pcspkr E: SUBSYSTEM=platform P: /devices/platform/pcspkr/input/input6 E: DEVPATH=/devices/platform/pcspkr/input/input6 E: EV=40001 E: ID_FOR_SEAT=input-platform-pcspkr E: ID_INPUT=1 E: ID_PATH=platform-pcspkr E: ID_PATH_TAG=platform-pcspkr E: ID_SERIAL=noserial E: MODALIAS=input:b0010v001Fp0001e0100-e0,12,kramls1,2,fw E: NAME="PC Speaker" E: PHYS="isa0061/input0" E: PRODUCT=10/1f/1/100 E: PROP=0 E: SND=6 E: SUBSYSTEM=input E: TAGS=:seat: E: USEC_INITIALIZED=9924951 P: /devices/platform/pcspkr/input/input6/event3 N: input/event3 S: input/by-path/platform-pcspkr-event-spkr E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr E: DEVNAME=/dev/input/event3 E: DEVPATH=/devices/platform/pcspkr/input/input6/event3 E: ID_INPUT=1 E: ID_PATH=platform-pcspkr E: ID_PATH_TAG=platform-pcspkr E: ID_SERIAL=noserial E: MAJOR=13 E: MINOR=67 E: SUBSYSTEM=input E: USEC_INITIALIZED=9982497 P: /devices/platform/platform-framebuffer.0 E: DEVPATH=/devices/platform/platform-framebuffer.0 E: MODALIAS=platform:platform-framebuffer E: SUBSYSTEM=platform P: /devices/platform/serial8250 E: DEVPATH=/devices/platform/serial8250 E: DRIVER=serial8250 E: MODALIAS=platform:serial8250 E: SUBSYSTEM=platform P: /devices/platform/serial8250/tty/ttyS1 N: ttyS1 E: DEVNAME=/dev/ttyS1 E: DEVPATH=/devices/platform/serial8250/tty/ttyS1 E: MAJOR=4 E: MINOR=65 E: SUBSYSTEM=tty E: TAGS=:systemd: E: USEC_INITIALIZED=9566604 P: /devices/platform/serial8250/tty/ttyS2 N: ttyS2 E: DEVNAME=/dev/ttyS2 E: DEVPATH=/devices/platform/serial8250/tty/ttyS2 E: MAJOR=4 E: MINOR=66 E: SUBSYSTEM=tty E: TAGS=:systemd: E: USEC_INITIALIZED=9566589 P: /devices/platform/serial8250/tty/ttyS3 N: ttyS3 E: DEVNAME=/dev/ttyS3 E: DEVPATH=/devices/platform/serial8250/tty/ttyS3 E: MAJOR=4 E: MINOR=67 E: SUBSYSTEM=tty E: TAGS=:systemd: E: USEC_INITIALIZED=9568074 P: /devices/pnp0/00:00 E: DEVPATH=/devices/pnp0/00:00 E: DRIVER=system E: SUBSYSTEM=pnp P: /devices/pnp0/00:01 E: DEVPATH=/devices/pnp0/00:01 E: DRIVER=system E: SUBSYSTEM=pnp P: /devices/pnp0/00:02 E: DEVPATH=/devices/pnp0/00:02 E: DRIVER=system E: SUBSYSTEM=pnp P: /devices/pnp0/00:03 E: DEVPATH=/devices/pnp0/00:03 E: DRIVER=system E: SUBSYSTEM=pnp P: /devices/pnp0/00:04 E: DEVPATH=/devices/pnp0/00:04 E: DRIVER=rtc_cmos E: SUBSYSTEM=pnp P: /devices/pnp0/00:04/rtc/rtc0 N: rtc0 L: -100 S: rtc E: DEVLINKS=/dev/rtc E: DEVNAME=/dev/rtc0 E: DEVPATH=/devices/pnp0/00:04/rtc/rtc0 E: MAJOR=252 E: MINOR=0 E: SUBSYSTEM=rtc E: USEC_INITIALIZED=1871985 P: /devices/pnp0/00:05 E: DEVPATH=/devices/pnp0/00:05 E: DRIVER=system E: SUBSYSTEM=pnp P: /devices/pnp0/00:06 E: DEVPATH=/devices/pnp0/00:06 E: DRIVER=serial E: SUBSYSTEM=pnp P: /devices/pnp0/00:06/tty/ttyS0 N: ttyS0 E: DEVNAME=/dev/ttyS0 E: DEVPATH=/devices/pnp0/00:06/tty/ttyS0 E: MAJOR=4 E: MINOR=64 E: SUBSYSTEM=tty E: TAGS=:systemd: E: USEC_INITIALIZED=9579370 P: /devices/pnp0/00:07 E: DEVPATH=/devices/pnp0/00:07 E: DRIVER=system E: SUBSYSTEM=pnp P: /devices/software E: DEVPATH=/devices/software E: SUBSYSTEM=event_source P: /devices/system/clockevents/broadcast E: DEVPATH=/devices/system/clockevents/broadcast E: SUBSYSTEM=clockevents P: /devices/system/clockevents/clockevent0 E: DEVPATH=/devices/system/clockevents/clockevent0 E: SUBSYSTEM=clockevents P: /devices/system/clockevents/clockevent1 E: DEVPATH=/devices/system/clockevents/clockevent1 E: SUBSYSTEM=clockevents P: /devices/system/clockevents/clockevent2 E: DEVPATH=/devices/system/clockevents/clockevent2 E: SUBSYSTEM=clockevents P: /devices/system/clockevents/clockevent3 E: DEVPATH=/devices/system/clockevents/clockevent3 E: SUBSYSTEM=clockevents P: /devices/system/clocksource/clocksource0 E: DEVPATH=/devices/system/clocksource/clocksource0 E: SUBSYSTEM=clocksource P: /devices/system/cpu/cpu0 E: DEVPATH=/devices/system/cpu/cpu0 E: DRIVER=processor E: MODALIAS=cpu:type:x86,ven0002fam0016mod0000:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,0070,0072,0075,0078,007A,007C,007D,0080,0081,0083,0089,008D,0093,0094,0096,0097,0099,009A,009B,009C,009D,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D6,00D8,00DA,00DC,00E8,00E9,00EC,00ED,00F3,010F,0123,0140,01C2,01E0,01E1,01E2,01E3,01E4,01E6,01E7,01EA,01EB,01EC,0220 E: SUBSYSTEM=cpu P: /devices/system/cpu/cpu1 E: DEVPATH=/devices/system/cpu/cpu1 E: DRIVER=processor E: MODALIAS=cpu:type:x86,ven0002fam0016mod0000:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,0070,0072,0075,0078,007A,007C,007D,0080,0081,0083,0089,008D,0093,0094,0096,0097,0099,009A,009B,009C,009D,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D6,00D8,00DA,00DC,00E8,00E9,00EC,00ED,00F3,010F,0123,0140,01C2,01E0,01E1,01E2,01E3,01E4,01E6,01E7,01EA,01EB,01EC,0220 E: SUBSYSTEM=cpu P: /devices/system/cpu/cpu2 E: DEVPATH=/devices/system/cpu/cpu2 E: DRIVER=processor E: MODALIAS=cpu:type:x86,ven0002fam0016mod0000:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,0070,0072,0075,0078,007A,007C,007D,0080,0081,0083,0089,008D,0093,0094,0096,0097,0099,009A,009B,009C,009D,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D6,00D8,00DA,00DC,00E8,00E9,00EC,00ED,00F3,010F,0123,0140,01C2,01E0,01E1,01E2,01E3,01E4,01E6,01E7,01EA,01EB,01EC,0220 E: SUBSYSTEM=cpu P: /devices/system/cpu/cpu3 E: DEVPATH=/devices/system/cpu/cpu3 E: DRIVER=processor E: MODALIAS=cpu:type:x86,ven0002fam0016mod0000:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,0034,0036,0037,0038,0039,003A,003B,003D,0064,0068,0070,0072,0075,0078,007A,007C,007D,0080,0081,0083,0089,008D,0093,0094,0096,0097,0099,009A,009B,009C,009D,00C0,00C1,00C2,00C3,00C4,00C5,00C6,00C7,00C8,00C9,00CA,00CC,00CD,00D6,00D8,00DA,00DC,00E8,00E9,00EC,00ED,00F3,010F,0123,0140,01C2,01E0,01E1,01E2,01E3,01E4,01E6,01E7,01EA,01EB,01EC,0220 E: SUBSYSTEM=cpu P: /devices/system/edac/mc E: DEVPATH=/devices/system/edac/mc E: SUBSYSTEM=edac P: /devices/system/machinecheck/machinecheck0 E: DEVPATH=/devices/system/machinecheck/machinecheck0 E: SUBSYSTEM=machinecheck P: /devices/system/machinecheck/machinecheck1 E: DEVPATH=/devices/system/machinecheck/machinecheck1 E: SUBSYSTEM=machinecheck P: /devices/system/machinecheck/machinecheck2 E: DEVPATH=/devices/system/machinecheck/machinecheck2 E: SUBSYSTEM=machinecheck P: /devices/system/machinecheck/machinecheck3 E: DEVPATH=/devices/system/machinecheck/machinecheck3 E: SUBSYSTEM=machinecheck P: /devices/tracepoint E: DEVPATH=/devices/tracepoint E: SUBSYSTEM=event_source P: /devices/virtual/bdi/8:0 E: DEVPATH=/devices/virtual/bdi/8:0 E: SUBSYSTEM=bdi P: /devices/virtual/dmi/id E: DEVPATH=/devices/virtual/dmi/id E: MODALIAS=dmi:bvnAmericanMegatrendsInc.:bvrP1.10:bd05/06/2015:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnQC5000M-ITX/PH:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.: E: SUBSYSTEM=dmi P: /devices/virtual/drm/ttm E: DEVPATH=/devices/virtual/drm/ttm E: DEVTYPE=ttm E: SUBSYSTEM=drm P: /devices/virtual/graphics/fbcon E: DEVPATH=/devices/virtual/graphics/fbcon E: SUBSYSTEM=graphics P: /devices/virtual/input/mice N: input/mice E: DEVNAME=/dev/input/mice E: DEVPATH=/devices/virtual/input/mice E: MAJOR=13 E: MINOR=63 E: SUBSYSTEM=input P: /devices/virtual/mem/full N: full E: DEVMODE=0666 E: DEVNAME=/dev/full E: DEVPATH=/devices/virtual/mem/full E: MAJOR=1 E: MINOR=7 E: SUBSYSTEM=mem P: /devices/virtual/mem/kmsg N: kmsg E: DEVMODE=0644 E: DEVNAME=/dev/kmsg E: DEVPATH=/devices/virtual/mem/kmsg E: MAJOR=1 E: MINOR=11 E: SUBSYSTEM=mem P: /devices/virtual/mem/mem N: mem E: DEVNAME=/dev/mem E: DEVPATH=/devices/virtual/mem/mem E: MAJOR=1 E: MINOR=1 E: SUBSYSTEM=mem P: /devices/virtual/mem/null N: null E: DEVMODE=0666 E: DEVNAME=/dev/null E: DEVPATH=/devices/virtual/mem/null E: MAJOR=1 E: MINOR=3 E: SUBSYSTEM=mem P: /devices/virtual/mem/port N: port E: DEVNAME=/dev/port E: DEVPATH=/devices/virtual/mem/port E: MAJOR=1 E: MINOR=4 E: SUBSYSTEM=mem P: /devices/virtual/mem/random N: random E: DEVMODE=0666 E: DEVNAME=/dev/random E: DEVPATH=/devices/virtual/mem/random E: MAJOR=1 E: MINOR=8 E: SUBSYSTEM=mem P: /devices/virtual/mem/urandom N: urandom E: DEVMODE=0666 E: DEVNAME=/dev/urandom E: DEVPATH=/devices/virtual/mem/urandom E: MAJOR=1 E: MINOR=9 E: SUBSYSTEM=mem P: /devices/virtual/mem/zero N: zero E: DEVMODE=0666 E: DEVNAME=/dev/zero E: DEVPATH=/devices/virtual/mem/zero E: MAJOR=1 E: MINOR=5 E: SUBSYSTEM=mem P: /devices/virtual/misc/autofs N: autofs E: DEVNAME=/dev/autofs E: DEVPATH=/devices/virtual/misc/autofs E: MAJOR=10 E: MINOR=235 E: SUBSYSTEM=misc P: /devices/virtual/misc/cpu_dma_latency N: cpu_dma_latency E: DEVNAME=/dev/cpu_dma_latency E: DEVPATH=/devices/virtual/misc/cpu_dma_latency E: MAJOR=10 E: MINOR=62 E: SUBSYSTEM=misc P: /devices/virtual/misc/hpet N: hpet E: DEVNAME=/dev/hpet E: DEVPATH=/devices/virtual/misc/hpet E: MAJOR=10 E: MINOR=228 E: SUBSYSTEM=misc P: /devices/virtual/misc/kvm N: kvm E: DEVNAME=/dev/kvm E: DEVPATH=/devices/virtual/misc/kvm E: MAJOR=10 E: MINOR=232 E: SUBSYSTEM=misc E: TAGS=:uaccess:seat: E: USEC_INITIALIZED=10007161 P: /devices/virtual/misc/mcelog N: mcelog E: DEVNAME=/dev/mcelog E: DEVPATH=/devices/virtual/misc/mcelog E: MAJOR=10 E: MINOR=227 E: SUBSYSTEM=misc P: /devices/virtual/misc/memory_bandwidth N: memory_bandwidth E: DEVNAME=/dev/memory_bandwidth E: DEVPATH=/devices/virtual/misc/memory_bandwidth E: MAJOR=10 E: MINOR=59 E: SUBSYSTEM=misc P: /devices/virtual/misc/microcode N: cpu/microcode E: DEVNAME=/dev/cpu/microcode E: DEVPATH=/devices/virtual/misc/microcode E: MAJOR=10 E: MINOR=184 E: SUBSYSTEM=misc P: /devices/virtual/misc/network_latency N: network_latency E: DEVNAME=/dev/network_latency E: DEVPATH=/devices/virtual/misc/network_latency E: MAJOR=10 E: MINOR=61 E: SUBSYSTEM=misc P: /devices/virtual/misc/network_throughput N: network_throughput E: DEVNAME=/dev/network_throughput E: DEVPATH=/devices/virtual/misc/network_throughput E: MAJOR=10 E: MINOR=60 E: SUBSYSTEM=misc P: /devices/virtual/misc/psaux N: psaux E: DEVNAME=/dev/psaux E: DEVPATH=/devices/virtual/misc/psaux E: MAJOR=10 E: MINOR=1 E: SUBSYSTEM=misc P: /devices/virtual/misc/rfkill N: rfkill E: DEVNAME=/dev/rfkill E: DEVPATH=/devices/virtual/misc/rfkill E: MAJOR=10 E: MINOR=58 E: SUBSYSTEM=misc E: SYSTEMD_WANTS=systemd-rfkill.socket E: TAGS=:systemd: E: USEC_INITIALIZED=2015308294137 P: /devices/virtual/misc/snapshot N: snapshot E: DEVNAME=/dev/snapshot E: DEVPATH=/devices/virtual/misc/snapshot E: MAJOR=10 E: MINOR=231 E: SUBSYSTEM=misc P: /devices/virtual/misc/vga_arbiter N: vga_arbiter E: DEVNAME=/dev/vga_arbiter E: DEVPATH=/devices/virtual/misc/vga_arbiter E: MAJOR=10 E: MINOR=63 E: SUBSYSTEM=misc P: /devices/virtual/net/lo E: DEVPATH=/devices/virtual/net/lo E: ID_NET_LINK_FILE=/etc/systemd/network/99-default.link E: IFINDEX=1 E: INTERFACE=lo E: SUBSYSTEM=net E: USEC_INITIALIZED=1880165 P: /devices/virtual/net/ppp0 E: DEVPATH=/devices/virtual/net/ppp0 E: DEVTYPE=ppp E: ID_NET_LINK_FILE=/etc/systemd/network/99-default.link E: IFINDEX=24 E: INTERFACE=ppp0 E: SUBSYSTEM=net E: SYSTEMD_ALIAS=/sys/subsystem/net/devices/ppp0 E: TAGS=:systemd: E: USEC_INITIALIZED=3559327879554 P: /devices/virtual/ppp/ppp N: ppp E: DEVNAME=/dev/ppp E: DEVPATH=/devices/virtual/ppp/ppp E: MAJOR=108 E: MINOR=0 E: SUBSYSTEM=ppp P: /devices/virtual/sound/timer N: snd/timer E: DEVNAME=/dev/snd/timer E: DEVPATH=/devices/virtual/sound/timer E: MAJOR=116 E: MINOR=33 E: SUBSYSTEM=sound E: TAGS=:uaccess: E: USEC_INITIALIZED=9817513 P: /devices/virtual/thermal/cooling_device0 E: DEVPATH=/devices/virtual/thermal/cooling_device0 E: SUBSYSTEM=thermal P: /devices/virtual/thermal/cooling_device1 E: DEVPATH=/devices/virtual/thermal/cooling_device1 E: SUBSYSTEM=thermal P: /devices/virtual/thermal/cooling_device2 E: DEVPATH=/devices/virtual/thermal/cooling_device2 E: SUBSYSTEM=thermal P: /devices/virtual/thermal/cooling_device3 E: DEVPATH=/devices/virtual/thermal/cooling_device3 E: SUBSYSTEM=thermal P: /devices/virtual/thermal/cooling_device4 E: DEVPATH=/devices/virtual/thermal/cooling_device4 E: SUBSYSTEM=thermal P: /devices/virtual/tty/console N: console E: DEVNAME=/dev/console E: DEVPATH=/devices/virtual/tty/console E: MAJOR=5 E: MINOR=1 E: SUBSYSTEM=tty P: /devices/virtual/tty/ptmx N: ptmx E: DEVMODE=0666 E: DEVNAME=/dev/ptmx E: DEVPATH=/devices/virtual/tty/ptmx E: MAJOR=5 E: MINOR=2 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty N: tty E: DEVMODE=0666 E: DEVNAME=/dev/tty E: DEVPATH=/devices/virtual/tty/tty E: MAJOR=5 E: MINOR=0 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty0 N: tty0 E: DEVNAME=/dev/tty0 E: DEVPATH=/devices/virtual/tty/tty0 E: MAJOR=4 E: MINOR=0 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty1 N: tty1 E: DEVNAME=/dev/tty1 E: DEVPATH=/devices/virtual/tty/tty1 E: MAJOR=4 E: MINOR=1 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty10 N: tty10 E: DEVNAME=/dev/tty10 E: DEVPATH=/devices/virtual/tty/tty10 E: MAJOR=4 E: MINOR=10 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty11 N: tty11 E: DEVNAME=/dev/tty11 E: DEVPATH=/devices/virtual/tty/tty11 E: MAJOR=4 E: MINOR=11 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty12 N: tty12 E: DEVNAME=/dev/tty12 E: DEVPATH=/devices/virtual/tty/tty12 E: MAJOR=4 E: MINOR=12 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty13 N: tty13 E: DEVNAME=/dev/tty13 E: DEVPATH=/devices/virtual/tty/tty13 E: MAJOR=4 E: MINOR=13 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty14 N: tty14 E: DEVNAME=/dev/tty14 E: DEVPATH=/devices/virtual/tty/tty14 E: MAJOR=4 E: MINOR=14 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty15 N: tty15 E: DEVNAME=/dev/tty15 E: DEVPATH=/devices/virtual/tty/tty15 E: MAJOR=4 E: MINOR=15 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty16 N: tty16 E: DEVNAME=/dev/tty16 E: DEVPATH=/devices/virtual/tty/tty16 E: MAJOR=4 E: MINOR=16 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty17 N: tty17 E: DEVNAME=/dev/tty17 E: DEVPATH=/devices/virtual/tty/tty17 E: MAJOR=4 E: MINOR=17 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty18 N: tty18 E: DEVNAME=/dev/tty18 E: DEVPATH=/devices/virtual/tty/tty18 E: MAJOR=4 E: MINOR=18 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty19 N: tty19 E: DEVNAME=/dev/tty19 E: DEVPATH=/devices/virtual/tty/tty19 E: MAJOR=4 E: MINOR=19 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty2 N: tty2 E: DEVNAME=/dev/tty2 E: DEVPATH=/devices/virtual/tty/tty2 E: MAJOR=4 E: MINOR=2 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty20 N: tty20 E: DEVNAME=/dev/tty20 E: DEVPATH=/devices/virtual/tty/tty20 E: MAJOR=4 E: MINOR=20 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty21 N: tty21 E: DEVNAME=/dev/tty21 E: DEVPATH=/devices/virtual/tty/tty21 E: MAJOR=4 E: MINOR=21 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty22 N: tty22 E: DEVNAME=/dev/tty22 E: DEVPATH=/devices/virtual/tty/tty22 E: MAJOR=4 E: MINOR=22 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty23 N: tty23 E: DEVNAME=/dev/tty23 E: DEVPATH=/devices/virtual/tty/tty23 E: MAJOR=4 E: MINOR=23 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty24 N: tty24 E: DEVNAME=/dev/tty24 E: DEVPATH=/devices/virtual/tty/tty24 E: MAJOR=4 E: MINOR=24 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty25 N: tty25 E: DEVNAME=/dev/tty25 E: DEVPATH=/devices/virtual/tty/tty25 E: MAJOR=4 E: MINOR=25 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty26 N: tty26 E: DEVNAME=/dev/tty26 E: DEVPATH=/devices/virtual/tty/tty26 E: MAJOR=4 E: MINOR=26 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty27 N: tty27 E: DEVNAME=/dev/tty27 E: DEVPATH=/devices/virtual/tty/tty27 E: MAJOR=4 E: MINOR=27 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty28 N: tty28 E: DEVNAME=/dev/tty28 E: DEVPATH=/devices/virtual/tty/tty28 E: MAJOR=4 E: MINOR=28 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty29 N: tty29 E: DEVNAME=/dev/tty29 E: DEVPATH=/devices/virtual/tty/tty29 E: MAJOR=4 E: MINOR=29 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty3 N: tty3 E: DEVNAME=/dev/tty3 E: DEVPATH=/devices/virtual/tty/tty3 E: MAJOR=4 E: MINOR=3 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty30 N: tty30 E: DEVNAME=/dev/tty30 E: DEVPATH=/devices/virtual/tty/tty30 E: MAJOR=4 E: MINOR=30 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty31 N: tty31 E: DEVNAME=/dev/tty31 E: DEVPATH=/devices/virtual/tty/tty31 E: MAJOR=4 E: MINOR=31 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty32 N: tty32 E: DEVNAME=/dev/tty32 E: DEVPATH=/devices/virtual/tty/tty32 E: MAJOR=4 E: MINOR=32 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty33 N: tty33 E: DEVNAME=/dev/tty33 E: DEVPATH=/devices/virtual/tty/tty33 E: MAJOR=4 E: MINOR=33 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty34 N: tty34 E: DEVNAME=/dev/tty34 E: DEVPATH=/devices/virtual/tty/tty34 E: MAJOR=4 E: MINOR=34 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty35 N: tty35 E: DEVNAME=/dev/tty35 E: DEVPATH=/devices/virtual/tty/tty35 E: MAJOR=4 E: MINOR=35 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty36 N: tty36 E: DEVNAME=/dev/tty36 E: DEVPATH=/devices/virtual/tty/tty36 E: MAJOR=4 E: MINOR=36 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty37 N: tty37 E: DEVNAME=/dev/tty37 E: DEVPATH=/devices/virtual/tty/tty37 E: MAJOR=4 E: MINOR=37 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty38 N: tty38 E: DEVNAME=/dev/tty38 E: DEVPATH=/devices/virtual/tty/tty38 E: MAJOR=4 E: MINOR=38 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty39 N: tty39 E: DEVNAME=/dev/tty39 E: DEVPATH=/devices/virtual/tty/tty39 E: MAJOR=4 E: MINOR=39 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty4 N: tty4 E: DEVNAME=/dev/tty4 E: DEVPATH=/devices/virtual/tty/tty4 E: MAJOR=4 E: MINOR=4 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty40 N: tty40 E: DEVNAME=/dev/tty40 E: DEVPATH=/devices/virtual/tty/tty40 E: MAJOR=4 E: MINOR=40 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty41 N: tty41 E: DEVNAME=/dev/tty41 E: DEVPATH=/devices/virtual/tty/tty41 E: MAJOR=4 E: MINOR=41 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty42 N: tty42 E: DEVNAME=/dev/tty42 E: DEVPATH=/devices/virtual/tty/tty42 E: MAJOR=4 E: MINOR=42 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty43 N: tty43 E: DEVNAME=/dev/tty43 E: DEVPATH=/devices/virtual/tty/tty43 E: MAJOR=4 E: MINOR=43 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty44 N: tty44 E: DEVNAME=/dev/tty44 E: DEVPATH=/devices/virtual/tty/tty44 E: MAJOR=4 E: MINOR=44 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty45 N: tty45 E: DEVNAME=/dev/tty45 E: DEVPATH=/devices/virtual/tty/tty45 E: MAJOR=4 E: MINOR=45 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty46 N: tty46 E: DEVNAME=/dev/tty46 E: DEVPATH=/devices/virtual/tty/tty46 E: MAJOR=4 E: MINOR=46 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty47 N: tty47 E: DEVNAME=/dev/tty47 E: DEVPATH=/devices/virtual/tty/tty47 E: MAJOR=4 E: MINOR=47 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty48 N: tty48 E: DEVNAME=/dev/tty48 E: DEVPATH=/devices/virtual/tty/tty48 E: MAJOR=4 E: MINOR=48 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty49 N: tty49 E: DEVNAME=/dev/tty49 E: DEVPATH=/devices/virtual/tty/tty49 E: MAJOR=4 E: MINOR=49 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty5 N: tty5 E: DEVNAME=/dev/tty5 E: DEVPATH=/devices/virtual/tty/tty5 E: MAJOR=4 E: MINOR=5 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty50 N: tty50 E: DEVNAME=/dev/tty50 E: DEVPATH=/devices/virtual/tty/tty50 E: MAJOR=4 E: MINOR=50 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty51 N: tty51 E: DEVNAME=/dev/tty51 E: DEVPATH=/devices/virtual/tty/tty51 E: MAJOR=4 E: MINOR=51 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty52 N: tty52 E: DEVNAME=/dev/tty52 E: DEVPATH=/devices/virtual/tty/tty52 E: MAJOR=4 E: MINOR=52 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty53 N: tty53 E: DEVNAME=/dev/tty53 E: DEVPATH=/devices/virtual/tty/tty53 E: MAJOR=4 E: MINOR=53 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty54 N: tty54 E: DEVNAME=/dev/tty54 E: DEVPATH=/devices/virtual/tty/tty54 E: MAJOR=4 E: MINOR=54 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty55 N: tty55 E: DEVNAME=/dev/tty55 E: DEVPATH=/devices/virtual/tty/tty55 E: MAJOR=4 E: MINOR=55 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty56 N: tty56 E: DEVNAME=/dev/tty56 E: DEVPATH=/devices/virtual/tty/tty56 E: MAJOR=4 E: MINOR=56 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty57 N: tty57 E: DEVNAME=/dev/tty57 E: DEVPATH=/devices/virtual/tty/tty57 E: MAJOR=4 E: MINOR=57 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty58 N: tty58 E: DEVNAME=/dev/tty58 E: DEVPATH=/devices/virtual/tty/tty58 E: MAJOR=4 E: MINOR=58 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty59 N: tty59 E: DEVNAME=/dev/tty59 E: DEVPATH=/devices/virtual/tty/tty59 E: MAJOR=4 E: MINOR=59 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty6 N: tty6 E: DEVNAME=/dev/tty6 E: DEVPATH=/devices/virtual/tty/tty6 E: MAJOR=4 E: MINOR=6 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty60 N: tty60 E: DEVNAME=/dev/tty60 E: DEVPATH=/devices/virtual/tty/tty60 E: MAJOR=4 E: MINOR=60 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty61 N: tty61 E: DEVNAME=/dev/tty61 E: DEVPATH=/devices/virtual/tty/tty61 E: MAJOR=4 E: MINOR=61 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty62 N: tty62 E: DEVNAME=/dev/tty62 E: DEVPATH=/devices/virtual/tty/tty62 E: MAJOR=4 E: MINOR=62 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty63 N: tty63 E: DEVNAME=/dev/tty63 E: DEVPATH=/devices/virtual/tty/tty63 E: MAJOR=4 E: MINOR=63 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty7 N: tty7 E: DEVNAME=/dev/tty7 E: DEVPATH=/devices/virtual/tty/tty7 E: MAJOR=4 E: MINOR=7 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty8 N: tty8 E: DEVNAME=/dev/tty8 E: DEVPATH=/devices/virtual/tty/tty8 E: MAJOR=4 E: MINOR=8 E: SUBSYSTEM=tty P: /devices/virtual/tty/tty9 N: tty9 E: DEVNAME=/dev/tty9 E: DEVPATH=/devices/virtual/tty/tty9 E: MAJOR=4 E: MINOR=9 E: SUBSYSTEM=tty P: /devices/virtual/vc/vcs N: vcs E: DEVNAME=/dev/vcs E: DEVPATH=/devices/virtual/vc/vcs E: MAJOR=7 E: MINOR=0 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcs1 N: vcs1 E: DEVNAME=/dev/vcs1 E: DEVPATH=/devices/virtual/vc/vcs1 E: MAJOR=7 E: MINOR=1 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcs2 N: vcs2 E: DEVNAME=/dev/vcs2 E: DEVPATH=/devices/virtual/vc/vcs2 E: MAJOR=7 E: MINOR=2 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcs3 N: vcs3 E: DEVNAME=/dev/vcs3 E: DEVPATH=/devices/virtual/vc/vcs3 E: MAJOR=7 E: MINOR=3 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcs4 N: vcs4 E: DEVNAME=/dev/vcs4 E: DEVPATH=/devices/virtual/vc/vcs4 E: MAJOR=7 E: MINOR=4 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcs5 N: vcs5 E: DEVNAME=/dev/vcs5 E: DEVPATH=/devices/virtual/vc/vcs5 E: MAJOR=7 E: MINOR=5 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcs6 N: vcs6 E: DEVNAME=/dev/vcs6 E: DEVPATH=/devices/virtual/vc/vcs6 E: MAJOR=7 E: MINOR=6 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcsa N: vcsa E: DEVNAME=/dev/vcsa E: DEVPATH=/devices/virtual/vc/vcsa E: MAJOR=7 E: MINOR=128 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcsa1 N: vcsa1 E: DEVNAME=/dev/vcsa1 E: DEVPATH=/devices/virtual/vc/vcsa1 E: MAJOR=7 E: MINOR=129 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcsa2 N: vcsa2 E: DEVNAME=/dev/vcsa2 E: DEVPATH=/devices/virtual/vc/vcsa2 E: MAJOR=7 E: MINOR=130 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcsa3 N: vcsa3 E: DEVNAME=/dev/vcsa3 E: DEVPATH=/devices/virtual/vc/vcsa3 E: MAJOR=7 E: MINOR=131 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcsa4 N: vcsa4 E: DEVNAME=/dev/vcsa4 E: DEVPATH=/devices/virtual/vc/vcsa4 E: MAJOR=7 E: MINOR=132 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcsa5 N: vcsa5 E: DEVNAME=/dev/vcsa5 E: DEVPATH=/devices/virtual/vc/vcsa5 E: MAJOR=7 E: MINOR=133 E: SUBSYSTEM=vc P: /devices/virtual/vc/vcsa6 N: vcsa6 E: DEVNAME=/dev/vcsa6 E: DEVPATH=/devices/virtual/vc/vcsa6 E: MAJOR=7 E: MINOR=134 E: SUBSYSTEM=vc P: /devices/virtual/vtconsole/vtcon0 E: DEVPATH=/devices/virtual/vtconsole/vtcon0 E: SUBSYSTEM=vtconsole P: /devices/virtual/vtconsole/vtcon1 E: DEVPATH=/devices/virtual/vtconsole/vtcon1 E: SUBSYSTEM=vtconsole P: /devices/virtual/workqueue/raid5wq E: DEVPATH=/devices/virtual/workqueue/raid5wq E: SUBSYSTEM=workqueue P: /devices/virtual/workqueue/writeback E: DEVPATH=/devices/virtual/workqueue/writeback E: SUBSYSTEM=workqueue From biebl at debian.org Fri Sep 28 13:46:29 2018 From: biebl at debian.org (Michael Biebl) Date: Fri, 28 Sep 2018 14:46:29 +0200 Subject: Bug#909791: udev: Disk labels are not detected correctly In-Reply-To: <153813822384.10940.774818934222910382.reportbug@tinyware.ru> References: <153813822384.10940.774818934222910382.reportbug@tinyware.ru> <153813822384.10940.774818934222910382.reportbug@tinyware.ru> Message-ID: <16e0457c-7f36-ea22-5470-7e6b4bf57179@debian.org> Control: tags -1 moreinfo Control: severity -1 normal Am 28.09.18 um 14:37 schrieb pvsamsonov76 at gmail.com: > Package: udev > Version: 232-25+deb9u3 > Severity: important > > Dear Maintainer, > > I have hybrid bootable iso image, created by grub-mkrescue. > I write this image on usb flash pen: > /dev/sdb: UUID="2018-09-28-11-12-33-00" LABEL="TinyInstall" TYPE="iso9660" PTUUID="ca9a1be3-677f-4429-8d44-5b6a55ae7ff7" PTTYPE="gpt" > /dev/sdb1: PARTLABEL="Gap0" PARTUUID="ca9a1be3-677f-4429-8d45-5b6a55ae7ff7" > /dev/sdb2: SEC_TYPE="msdos" UUID="58C1-D634" TYPE="vfat" PARTLABEL="EFI boot partition" PARTUUID="ca9a1be3-677f-4429-8d46-5b6a55ae7ff7" > /dev/sdb3: LABEL="TinyInstall" TYPE="hfsplus" PARTLABEL="HFSPLUS" PARTUUID="ca9a1be3-677f-4429-8d47-5b6a55ae7ff7" > /dev/sdb4: PARTLABEL="Gap1" PARTUUID="ca9a1be3-677f-4429-8d40-5b6a55ae7ff7" > When udev detect sdb sdb1 sdb2 sdb3 sdb4 then enviroment: > ID_FS_LABEL=TinyInstall > ID_FS_LABEL_ENC=TinyInstall > ID_FS_UUID=2018-09-26-04-54-11-00 > ID_FS_UUID_ENC=2018-09-26-04-54-11-00 > not clear. I don't understand what you are trying to say here. > Finally the symlink /dev/disk/by-label/TinyInstall point to random /dev/sdb* What do you mean by that? -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From owner at bugs.debian.org Fri Sep 28 13:51:05 2018 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 28 Sep 2018 12:51:05 +0000 Subject: Processed: Re: Bug#909791: udev: Disk labels are not detected correctly References: <16e0457c-7f36-ea22-5470-7e6b4bf57179@debian.org> <153813822384.10940.774818934222910382.reportbug@tinyware.ru> Message-ID: Processing control commands: > tags -1 moreinfo Bug #909791 [udev] udev: Disk labels are not detected correctly Added tag(s) moreinfo. > severity -1 normal Bug #909791 [udev] udev: Disk labels are not detected correctly Severity set to 'normal' from 'important' -- 909791: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909791 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From 08336004 at edumail.vic.gov.au Fri Sep 28 15:44:20 2018 From: 08336004 at edumail.vic.gov.au (John Rees) Date: Fri, 28 Sep 2018 07:44:20 -0700 Subject: INVESTMENT! Message-ID: <4e5d2f1a-d823-429b-b699-ec1f13a70a1a@PRWPEXED04.education.vic.gov.au> I'm interested in funding your business project aimed at reaching an agreement. From biebl at debian.org Fri Sep 28 18:39:25 2018 From: biebl at debian.org (Michael Biebl) Date: Fri, 28 Sep 2018 19:39:25 +0200 Subject: Bug#909791: udev: Disk labels are not detected correctly In-Reply-To: <16e0457c-7f36-ea22-5470-7e6b4bf57179@debian.org> References: <153813822384.10940.774818934222910382.reportbug@tinyware.ru> <153813822384.10940.774818934222910382.reportbug@tinyware.ru> <16e0457c-7f36-ea22-5470-7e6b4bf57179@debian.org> <153813822384.10940.774818934222910382.reportbug@tinyware.ru> Message-ID: <290df25a-220d-6957-5bde-99cc3cf6124e@debian.org> Am 28.09.2018 um 14:46 schrieb Michael Biebl: > Control: tags -1 moreinfo > Control: severity -1 normal > > Am 28.09.18 um 14:37 schrieb pvsamsonov76 at gmail.com: >> Package: udev >> Version: 232-25+deb9u3 >> Severity: important >> >> Dear Maintainer, >> >> I have hybrid bootable iso image, created by grub-mkrescue. Can you by any chance share that image and list the commands you used [please always CC the bug number] -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: From manuel.montezelo at gmail.com Sat Sep 29 00:32:51 2018 From: manuel.montezelo at gmail.com (Manuel A. Fernandez Montecelo) Date: Sat, 29 Sep 2018 01:32:51 +0200 Subject: Bug#906429: systemd: Please raise timeout for tests (for riscv64) In-Reply-To: <40c22187-673e-5951-8291-73db23f46c22@debian.org> References: <153451585536.12558.16713726476558097802.reportbug@reva.itsari.org> <20180817210736.GA6277@reva.itsari.org> <40c22187-673e-5951-8291-73db23f46c22@debian.org> <153451585536.12558.16713726476558097802.reportbug@reva.itsari.org> Message-ID: Hi, 2018-09-04 22:44 GMT+02:00 Michael Biebl : > On Fri, 17 Aug 2018 23:07:39 +0200 "Manuel A. Fernandez Montecelo" > wrote: > >> So perhaps debian/rules should be changed to use "meson test" instead, >> as Meson upstream recommended, and so we can pass on the "-t 10" for >> riscv64. > > I would prefer this approach > > Ideally this would be split into two commits: > 1/ switching the existing ninja test to meson test > 2/ adding the multiplier (for riscv64 alone or generally) > > Would be awesome if you can create a MR on salsa for that. Submitted merge request: https://salsa.debian.org/systemd-team/systemd/merge_requests/17 Not tested, but will do during the weekend and will report back. Cheers. -- Manuel A. Fernandez Montecelo From manuel.montezelo at gmail.com Sat Sep 29 15:24:32 2018 From: manuel.montezelo at gmail.com (Manuel A. Fernandez Montecelo) Date: Sat, 29 Sep 2018 16:24:32 +0200 Subject: Bug#906429: systemd: Please raise timeout for tests (for riscv64) In-Reply-To: References: <153451585536.12558.16713726476558097802.reportbug@reva.itsari.org> <20180817210736.GA6277@reva.itsari.org> <40c22187-673e-5951-8291-73db23f46c22@debian.org> <153451585536.12558.16713726476558097802.reportbug@reva.itsari.org> Message-ID: Em sáb, 29 de set de 2018 às 01:32, Manuel A. Fernandez Montecelo escreveu: > > Submitted merge request: > https://salsa.debian.org/systemd-team/systemd/merge_requests/17 > > Not tested, but will do during the weekend and will report back. I have modified it slightly from the 1st version that I submitted as Merge Request, and it works fine and passes all the tests when building the package in 3 porterboxes: amd64, ppc64el and s390x. So please tell me if you're happy with it in its current form, or prefer to have it in other way. If you want to change it slightly yourself I'm happy that you do it without consultation -- I'm more concerned with getting the issue fixed than authorship :) Cheers. -- Manuel A. Fernandez Montecelo From biebl at debian.org Sat Sep 29 17:41:45 2018 From: biebl at debian.org (Michael Biebl) Date: Sat, 29 Sep 2018 18:41:45 +0200 Subject: Bug#908796: udev (with sysvinit) fails to find devices at boot In-Reply-To: <20180915062810.2c2e878f@enterprise> References: <153689054637.8665.3142266347727864233.reportbug@w2ail> <153689054637.8665.3142266347727864233.reportbug@w2ail> <20180915062810.2c2e878f@enterprise> <153689054637.8665.3142266347727864233.reportbug@w2ail> Message-ID: <581f4cfe-7bdb-98ce-80c3-bf56d01492e1@debian.org> Hi Trek, thanks for the patch Am 15.09.18 um 06:28 schrieb Trek: > + > + # wait for udev to be ready (see #908796) > + timeout=15 > + until udevadm control -S || [ $timeout -le 0 ]; do > + timeout=$((timeout-1)) > + sleep 1 > + done > + udevadm control -S && log_success_msg || log_failure_msg This repeatedly tries to start the execution queue. Besides having this side-effect, why is this a proper test to check if udev is ready? -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From pvsamsonov76 at gmail.com Sun Sep 30 08:24:10 2018 From: pvsamsonov76 at gmail.com (=?UTF-8?Q?=D0=9F=D0=B0=D0=B2=D0=B5=D0=BB_?= =?UTF-8?Q?=D0=A1=D0=B0=D0=BC=D1=81=D0=BE=D0=BD=D0=BE=D0=B2?=) Date: Sun, 30 Sep 2018 10:24:10 +0300 Subject: Bug#909791: udev: Disk labels are not detected correctly In-Reply-To: <290df25a-220d-6957-5bde-99cc3cf6124e@debian.org> References: <153813822384.10940.774818934222910382.reportbug@tinyware.ru> <16e0457c-7f36-ea22-5470-7e6b4bf57179@debian.org> <290df25a-220d-6957-5bde-99cc3cf6124e@debian.org> <153813822384.10940.774818934222910382.reportbug@tinyware.ru> Message-ID: Please get image wget http://tinyware.ru/iso/Test.iso and write it to flash pen dd if=Test.iso of=/dev/sd(some) than eject flash and insert again blkid /dev/sdb blkid /dev/sdb1 blkid /dev/sdb2 blkid /dev/sdb3 blkid /dev/sdb4 udevadm monitor -p -e пт, 28 сент. 2018 г. в 20:39, Michael Biebl : > Am 28.09.2018 um 14:46 schrieb Michael Biebl: > > Control: tags -1 moreinfo > > Control: severity -1 normal > > > > Am 28.09.18 um 14:37 schrieb pvsamsonov76 at gmail.com: > >> Package: udev > >> Version: 232-25+deb9u3 > >> Severity: important > >> > >> Dear Maintainer, > >> > >> I have hybrid bootable iso image, created by grub-mkrescue. > > Can you by any chance share that image and list the commands you used > > [please always CC the bug number] > > > -- > Why is it that all of the instruments seeking intelligent life in the > universe are pointed away from Earth? > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From joostvanzwieten at gmail.com Sun Sep 30 09:46:34 2018 From: joostvanzwieten at gmail.com (Joost van Zwieten) Date: Sun, 30 Sep 2018 10:46:34 +0200 Subject: Bug#905503: networkd doesn't like fritzbox' IPv6 announcement, interface degraded References: <153347697797.1967.11719164476423998983.reportbug@cadencia.ka51.zugschlus.de> Message-ID: I'm not sure if I have the exact same problem. I also have a Fritzbox. At boot (or systemctl restart systemd-networkd) my machine running stretch is able to obtain an IPv6 global address and networkctl reports no problem. After several days the IPv6 global address disappears, leaving only a link-local address. This problem disappeared - tested for several months - after cherry-picking [6554550f]. See also [GH#3879]. Best, Joost [6554550f]: https://github.com/systemd/systemd/commit/6554550f35a7976f9110aff94743d3576d5f02dd [GH#3879]: https://github.com/systemd/systemd/issues/3879 From trek00 at inbox.ru Sun Sep 30 23:55:09 2018 From: trek00 at inbox.ru (Trek) Date: Mon, 1 Oct 2018 00:55:09 +0200 Subject: Bug#908796: udev (with sysvinit) fails to find devices at boot In-Reply-To: <581f4cfe-7bdb-98ce-80c3-bf56d01492e1@debian.org> References: <153689054637.8665.3142266347727864233.reportbug@w2ail> <153689054637.8665.3142266347727864233.reportbug@w2ail> <20180915062810.2c2e878f@enterprise> <581f4cfe-7bdb-98ce-80c3-bf56d01492e1@debian.org> <153689054637.8665.3142266347727864233.reportbug@w2ail> Message-ID: <20181001005509.112717d2@enterprise> On Sat, 29 Sep 2018 18:41:45 +0200 Michael Biebl wrote: > > + # wait for udev to be ready (see #908796) > > + timeout=15 > > + until udevadm control -S || [ $timeout -le 0 ]; do > > + timeout=$((timeout-1)) > > + sleep 1 > > + done > > + udevadm control -S && log_success_msg || log_failure_msg > > This repeatedly tries to start the execution queue. > Besides having this side-effect, why is this a proper test to check if > udev is ready? this probably shows my ignorance about udev (and lack of documentation), but it seems to me there isn't a proper way to test if udev is ready as the bug doesn't affect my system, I cannot know the state of udev when the udevadm trigger is launched: it could be the control file is missing or it's created but the daemon is not already accepting events reading the source, there is a ping message that is recognized by the control socket, sent internally by udevadm settle, but there isn't a command line for that message in particular it seems to me the least dangerous command is to start the execution queue: in fact when udev is just started, the stop_exec_queue variable is set to false, then the start of exec queue command will set again stop_exec_queue to false and it should results in a no-op we could simply rerun udevadm trigger until it's ok, but it seems not a good idea https://github.com/kubernetes/kubernetes/issues/55007 may be their fix (calling settle with timeout before trigger) will work for us? I don't know, as there are many possible side effects depending on the hardware it could be a good idea to ask the developers, but reading https://github.com/systemd/systemd/issues/2477 it seems they are not really interested about this type of issue and in forward compatibility (it was running fine until they stopped to remove the control socked on exit) I hope I have answered your question, anyway tell me if I can do something more ciao!