Advertisement
Senfgurke1969

Untitled

Feb 11th, 2025
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.76 KB | None | 0 0
  1. sudo dnf install httpd -y
  2. ...                                                                                                                      
  3. [11/16] Installing httpd-core-0:2.4.63-1.fc41.x86_64                                                                                                                                            100% |  26.3 MiB/s |   4.9 MiB |  00m00s
  4. >>> [RPM] unpacking of archive failed on file /usr/sbin/suexec;67ab4c09: cpio: cap_set_file failed - Directory not empty
  5. >>> Unpack error: httpd-core-0:2.4.63-1.fc41.x86_64
  6. [ 1/16] Installing httpd-0:2.4.63-1.fc41.x86_64                                                                                                                                                 100% | 778.1 KiB/s |  68.5 KiB |  00m00s
  7. >>> [RPM] httpd-core-2.4.63-1.fc41.x86_64: install failed
  8. [ 2/16] Installing mod_lua-0:2.4.63-1.fc41.x86_64                                                                                                                                               100% |   9.0 MiB/s | 138.8 KiB |  00m00s
  9. [ 3/16] Installing mod_http2-0:2.0.29-2.fc41.x86_64                                                                                                                                             100% |  18.4 MiB/s | 434.3 KiB |  00m00s
  10. [ 4/16] Installing julietaula-montserrat-fonts-1:7.222-9.fc41.noarch                                                                                                                            100% |  39.6 MiB/s |   4.2 MiB |  00m00s
  11. [ 5/16] Installing apr-util-openssl-0:1.6.3-21.fc41.x86_64                                                                                                                                      100% |  19.1 KiB/s |  24.4 KiB |  00m01s
  12. Transaction failed: Rpm transaction failed.
  13.  
  14. sudo systemctl status httpd
  15. × httpd.service - The Apache HTTP Server
  16.      Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; preset: disabled)
  17.     Drop-In: /usr/lib/systemd/system/service.d
  18.              └─10-timeout-abort.conf, 50-keep-warm.conf
  19.      Active: failed (Result: exit-code) since Tue 2025-02-11 13:10:45 UTC; 1min 20s ago
  20.  Invocation: aed03a20f4b14aa9be469b4967d5a7c6
  21.        Docs: man:httpd.service(8)
  22.    Main PID: 423 (code=exited, status=203/EXEC)
  23.    Mem peak: 1.2M
  24.         CPU: 139ms
  25.  
  26. Feb 11 13:10:44 FileServer systemd[1]: Starting httpd.service - The Apache HTTP Server...
  27. Feb 11 13:10:45 FileServer (httpd)[423]: httpd.service: Unable to locate executable '/usr/sbin/httpd': No such file or directory
  28. Feb 11 13:10:45 FileServer (httpd)[423]: httpd.service: Failed at step EXEC spawning /usr/sbin/httpd: No such file or directory
  29. Feb 11 13:10:45 FileServer systemd[1]: httpd.service: Main process exited, code=exited, status=203/EXEC
  30. Feb 11 13:10:45 FileServer systemd[1]: httpd.service: Failed with result 'exit-code'.
  31. Feb 11 13:10:45 FileServer systemd[1]: Failed to start httpd.service - The Apache HTTP Server.
  32.  
  33. sudo journalctl -xeu httpd.service
  34. Feb 11 13:10:44 FileServer systemd[1]: Starting httpd.service - The Apache HTTP Server...
  35. ░░ Subject: A start job for unit httpd.service has begun execution
  36. ░░ Defined-By: systemd
  37. ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
  38. ░░
  39. ░░ A start job for unit httpd.service has begun execution.
  40. ░░
  41. ░░ The job identifier is 524.
  42. Feb 11 13:10:45 FileServer (httpd)[423]: httpd.service: Unable to locate executable '/usr/sbin/httpd': No such file or directory
  43. ░░ Subject: Process /usr/sbin/httpd could not be executed
  44. ░░ Defined-By: systemd
  45. ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
  46. ░░
  47. ░░ The process /usr/sbin/httpd could not be executed and failed.
  48. ░░
  49. ░░ The error number returned by this process is 2.
  50. Feb 11 13:10:45 FileServer (httpd)[423]: httpd.service: Failed at step EXEC spawning /usr/sbin/httpd: No such file or directory
  51. ░░ Subject: Process /usr/sbin/httpd could not be executed
  52. ░░ Defined-By: systemd
  53. ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
  54. ░░
  55. ░░ The process /usr/sbin/httpd could not be executed and failed.
  56. ░░
  57. ░░ The error number returned by this process is 2.
  58. Feb 11 13:10:45 FileServer systemd[1]: httpd.service: Main process exited, code=exited, status=203/EXEC
  59. ░░ Subject: Unit process exited
  60. ░░ Defined-By: systemd
  61. ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
  62. ░░
  63. ░░ An ExecStart= process belonging to unit httpd.service has exited.
  64. ░░
  65. ░░ The process' exit code is 'exited' and its exit status is 203.
  66. Feb 11 13:10:45 FileServer systemd[1]: httpd.service: Failed with result 'exit-code'.
  67. ░░ Subject: Unit failed
  68. ░░ Defined-By: systemd
  69. ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
  70. ░░
  71. ░░ The unit httpd.service has entered the 'failed' state with result 'exit-code'.
  72. Feb 11 13:10:45 FileServer systemd[1]: Failed to start httpd.service - The Apache HTTP Server.
  73. ░░ Subject: A start job for unit httpd.service has failed
  74. ░░ Defined-By: systemd
  75. ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
  76. ░░
  77. ░░ A start job for unit httpd.service has finished with a failure.
  78. ░░
  79. ░░ The job identifier is 524 and the job result is failed.
  80.  
  81.  
  82. sudo dnf install httpd-core-0:2.4.63-1.fc41.x86_64
  83. Updating and loading repositories:
  84. Repositories loaded.
  85. Package                                                                         Arch              Version                                                                         Repository                                        Size
  86. Installing:
  87. httpd-core                                                                     x86_64            2.4.63-1.fc41                                                                   updates                                        4.8 MiB
  88.  
  89. Transaction Summary:
  90. Installing:         1 package
  91.  
  92. Total size of inbound packages is 1 MiB. Need to download 0 B.
  93. After this operation, 5 MiB extra will be used (install 5 MiB, remove 0 B).
  94. Is this ok [y/N]: y
  95. [1/1] httpd-core-0:2.4.63-1.fc41.x86_64                                                                                                                                                         100% |   0.0   B/s |   0.0   B |  00m00s
  96. >>> Already downloaded
  97. ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  98. [1/1] Total                                                                                                                                                                                     100% |   0.0   B/s |   0.0   B |  00m00s
  99. Running transaction
  100. [1/3] Verify package files                                                                                                                                                                      100% |  32.0   B/s |   1.0   B |  00m00s
  101. [2/3] Prepare transaction                                                                                                                                                                       100% |   5.0   B/s |   1.0   B |  00m00s
  102. [3/3] Installing httpd-core-0:2.4.63-1.fc41.x86_64                                                                                                                                              100% |  24.7 MiB/s |   4.9 MiB |  00m00s
  103. >>> [RPM] unpacking of archive failed on file /usr/sbin/suexec;67ab4d56: cpio: cap_set_file failed - Directory not empty
  104. >>> Unpack error: httpd-core-0:2.4.63-1.fc41.x86_64
  105. Transaction failed: Rpm transaction failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement