Advertisement
alexloehner

paste #4

May 4th, 2015
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.82 KB | None | 0 0
  1. [08:42:21] root@alex-laptop:~ $ systemctl status php5-fpm.service
  2. ● php5-fpm.service - The PHP FastCGI Process Manager
  3. Loaded: loaded (/lib/systemd/system/php5-fpm.service; disabled; vendor preset: enabled)
  4. Active: failed (Result: timeout) since Mo 2015-05-04 08:42:18 CEST; 15s ago
  5. Process: 2787 ExecStart=/usr/sbin/php5-fpm --nodaemonize --fpm-config /etc/php5/fpm/php-fpm.conf (code=exited, status=0/SUCCESS)
  6. Process: 2782 ExecStartPre=/usr/lib/php5/php5-fpm-checkconf (code=exited, status=0/SUCCESS)
  7. Main PID: 2787 (code=exited, status=0/SUCCESS)
  8.  
  9. Mai 04 08:40:47 alex-laptop systemd[1]: Starting The PHP FastCGI Process Manager...
  10. Mai 04 08:42:18 alex-laptop systemd[1]: php5-fpm.service start operation timed out. Terminating.
  11. Mai 04 08:42:18 alex-laptop systemd[1]: Failed to start The PHP FastCGI Process Manager.
  12. Mai 04 08:42:18 alex-laptop systemd[1]: Unit php5-fpm.service entered failed state.
  13. Mai 04 08:42:18 alex-laptop systemd[1]: php5-fpm.service failed.
  14. [08:42:33] root@alex-laptop:~ $
  15. [08:42:39] root@alex-laptop:~ $ systemctl list-jobs
  16. No jobs running.
  17. [08:42:44] root@alex-laptop:~ $
  18. [08:42:45] root@alex-laptop:~ $ systemctl show
  19. Version=219
  20. Features=+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN
  21. Architecture=x86-64
  22. Tainted=local-hwclock
  23. FirmwareTimestampMonotonic=4180159
  24. LoaderTimestampMonotonic=2639961
  25. KernelTimestamp=Mo 2015-05-04 10:36:40 CEST
  26. KernelTimestampMonotonic=0
  27. InitRDTimestampMonotonic=0
  28. UserspaceTimestamp=Mo 2015-05-04 10:36:42 CEST
  29. UserspaceTimestampMonotonic=1774900
  30. FinishTimestamp=Mo 2015-05-04 08:36:50 CEST
  31. FinishTimestampMonotonic=10016885
  32. SecurityStartTimestamp=Mo 2015-05-04 10:36:42 CEST
  33. SecurityStartTimestampMonotonic=1776519
  34. SecurityFinishTimestamp=Mo 2015-05-04 10:36:42 CEST
  35. SecurityFinishTimestampMonotonic=1777292
  36. GeneratorsStartTimestamp=Mo 2015-05-04 08:36:42 CEST
  37. GeneratorsStartTimestampMonotonic=1809144
  38. GeneratorsFinishTimestamp=Mo 2015-05-04 08:36:42 CEST
  39. GeneratorsFinishTimestampMonotonic=1840212
  40. UnitsLoadStartTimestamp=Mo 2015-05-04 08:36:42 CEST
  41. UnitsLoadStartTimestampMonotonic=1840760
  42. UnitsLoadFinishTimestamp=Mo 2015-05-04 08:36:42 CEST
  43. UnitsLoadFinishTimestampMonotonic=1871805
  44. LogLevel=info
  45. LogTarget=journal-or-kmsg
  46. NNames=374
  47. NFailedUnits=1
  48. NJobs=0
  49. NInstalledJobs=177
  50. NFailedJobs=1
  51. Progress=1
  52. Environment=LANG=de_DE.UTF-8 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  53. ConfirmSpawn=no
  54. ShowStatus=no
  55. 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
  56. DefaultStandardOutput=journal
  57. DefaultStandardError=journal
  58. RuntimeWatchdogUSec=0
  59. ShutdownWatchdogUSec=10min
  60. SystemState=degraded
  61. [08:42:47] root@alex-laptop:~ $
  62. [08:42:48] root@alex-laptop:~ $ lsb_release -a
  63. No LSB modules are available.
  64. Distributor ID: Ubuntu
  65. Description: Ubuntu 15.04
  66. Release: 15.04
  67. Codename: vivid
  68. [08:43:00] root@alex-laptop:~ $
  69. [08:43:03] root@alex-laptop:~ $ dpkg -l | grep ii | grep systemd
  70. ii libpam-systemd:amd64 219-7ubuntu4 amd64 system and service manager - PAM module
  71. ii libsystemd0:amd64 219-7ubuntu4 amd64 systemd utility library
  72. ii libsystemd0:i386 219-7ubuntu4 i386 systemd utility library
  73. ii systemd 219-7ubuntu4 amd64 system and service manager
  74. ii systemd-shim 9-1bzr2 amd64 shim for systemd
  75. ii systemd-sysv 219-7ubuntu4 amd64 system and service manager - SysV links
  76. [08:43:18] root@alex-laptop:~ $
  77. [08:43:26] root@alex-laptop:~ $
  78. [08:46:04] root@alex-laptop:~ $
  79. [08:46:05] root@alex-laptop:~ $ ps aux | grep -i systemd
  80. root 297 0.0 0.0 33256 4448 ? Ss 08:36 0:00 /lib/systemd/systemd-journald
  81. root 301 0.0 0.0 42572 4364 ? Ss 08:36 0:00 /lib/systemd/systemd-udevd
  82. systemd+ 557 0.0 0.0 100272 2692 ? Ssl 08:36 0:00 /lib/systemd/systemd-timesyncd
  83. root 773 0.0 0.0 28572 3108 ? Ss 08:36 0:00 /lib/systemd/systemd-logind
  84. message+ 795 0.0 0.0 43756 4700 ? Ss 08:36 0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
  85. alex 1898 0.0 0.0 42752 4680 ? Ss 08:36 0:00 /lib/systemd/systemd --user
  86. root 3402 0.0 0.0 11012 2192 pts/1 S+ 08:46 0:00 grep --color=auto -i systemd
  87. [08:46:17] root@alex-laptop:~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement