Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [08:42:21] root@alex-laptop:~ $ systemctl status php5-fpm.service
- ● php5-fpm.service - The PHP FastCGI Process Manager
- Loaded: loaded (/lib/systemd/system/php5-fpm.service; disabled; vendor preset: enabled)
- Active: failed (Result: timeout) since Mo 2015-05-04 08:42:18 CEST; 15s ago
- Process: 2787 ExecStart=/usr/sbin/php5-fpm --nodaemonize --fpm-config /etc/php5/fpm/php-fpm.conf (code=exited, status=0/SUCCESS)
- Process: 2782 ExecStartPre=/usr/lib/php5/php5-fpm-checkconf (code=exited, status=0/SUCCESS)
- Main PID: 2787 (code=exited, status=0/SUCCESS)
- Mai 04 08:40:47 alex-laptop systemd[1]: Starting The PHP FastCGI Process Manager...
- Mai 04 08:42:18 alex-laptop systemd[1]: php5-fpm.service start operation timed out. Terminating.
- Mai 04 08:42:18 alex-laptop systemd[1]: Failed to start The PHP FastCGI Process Manager.
- Mai 04 08:42:18 alex-laptop systemd[1]: Unit php5-fpm.service entered failed state.
- Mai 04 08:42:18 alex-laptop systemd[1]: php5-fpm.service failed.
- [08:42:33] root@alex-laptop:~ $
- [08:42:39] root@alex-laptop:~ $ systemctl list-jobs
- No jobs running.
- [08:42:44] root@alex-laptop:~ $
- [08:42:45] root@alex-laptop:~ $ systemctl show
- Version=219
- Features=+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN
- Architecture=x86-64
- Tainted=local-hwclock
- FirmwareTimestampMonotonic=4180159
- LoaderTimestampMonotonic=2639961
- KernelTimestamp=Mo 2015-05-04 10:36:40 CEST
- KernelTimestampMonotonic=0
- InitRDTimestampMonotonic=0
- UserspaceTimestamp=Mo 2015-05-04 10:36:42 CEST
- UserspaceTimestampMonotonic=1774900
- FinishTimestamp=Mo 2015-05-04 08:36:50 CEST
- FinishTimestampMonotonic=10016885
- SecurityStartTimestamp=Mo 2015-05-04 10:36:42 CEST
- SecurityStartTimestampMonotonic=1776519
- SecurityFinishTimestamp=Mo 2015-05-04 10:36:42 CEST
- SecurityFinishTimestampMonotonic=1777292
- GeneratorsStartTimestamp=Mo 2015-05-04 08:36:42 CEST
- GeneratorsStartTimestampMonotonic=1809144
- GeneratorsFinishTimestamp=Mo 2015-05-04 08:36:42 CEST
- GeneratorsFinishTimestampMonotonic=1840212
- UnitsLoadStartTimestamp=Mo 2015-05-04 08:36:42 CEST
- UnitsLoadStartTimestampMonotonic=1840760
- UnitsLoadFinishTimestamp=Mo 2015-05-04 08:36:42 CEST
- UnitsLoadFinishTimestampMonotonic=1871805
- LogLevel=info
- LogTarget=journal-or-kmsg
- NNames=374
- NFailedUnits=1
- NJobs=0
- NInstalledJobs=177
- NFailedJobs=1
- Progress=1
- Environment=LANG=de_DE.UTF-8 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
- ConfirmSpawn=no
- ShowStatus=no
- UnitPath=/etc/systemd/system /run/systemd/system /run/systemd/generator /usr/local/lib/systemd/system /lib/systemd/system /usr/lib/systemd/system /run/systemd/generator.late
- DefaultStandardOutput=journal
- DefaultStandardError=journal
- RuntimeWatchdogUSec=0
- ShutdownWatchdogUSec=10min
- SystemState=degraded
- [08:42:47] root@alex-laptop:~ $
- [08:42:48] root@alex-laptop:~ $ lsb_release -a
- No LSB modules are available.
- Distributor ID: Ubuntu
- Description: Ubuntu 15.04
- Release: 15.04
- Codename: vivid
- [08:43:00] root@alex-laptop:~ $
- [08:43:03] root@alex-laptop:~ $ dpkg -l | grep ii | grep systemd
- ii libpam-systemd:amd64 219-7ubuntu4 amd64 system and service manager - PAM module
- ii libsystemd0:amd64 219-7ubuntu4 amd64 systemd utility library
- ii libsystemd0:i386 219-7ubuntu4 i386 systemd utility library
- ii systemd 219-7ubuntu4 amd64 system and service manager
- ii systemd-shim 9-1bzr2 amd64 shim for systemd
- ii systemd-sysv 219-7ubuntu4 amd64 system and service manager - SysV links
- [08:43:18] root@alex-laptop:~ $
- [08:43:26] root@alex-laptop:~ $
- [08:46:04] root@alex-laptop:~ $
- [08:46:05] root@alex-laptop:~ $ ps aux | grep -i systemd
- root 297 0.0 0.0 33256 4448 ? Ss 08:36 0:00 /lib/systemd/systemd-journald
- root 301 0.0 0.0 42572 4364 ? Ss 08:36 0:00 /lib/systemd/systemd-udevd
- systemd+ 557 0.0 0.0 100272 2692 ? Ssl 08:36 0:00 /lib/systemd/systemd-timesyncd
- root 773 0.0 0.0 28572 3108 ? Ss 08:36 0:00 /lib/systemd/systemd-logind
- message+ 795 0.0 0.0 43756 4700 ? Ss 08:36 0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
- alex 1898 0.0 0.0 42752 4680 ? Ss 08:36 0:00 /lib/systemd/systemd --user
- root 3402 0.0 0.0 11012 2192 pts/1 S+ 08:46 0:00 grep --color=auto -i systemd
- [08:46:17] root@alex-laptop:~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement