Guest User

Untitled

a guest
Jun 20th, 2025
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.16 KB | None | 0 0
  1. #
  2. # Running registration
  3. #
  4. Debug-Hello
  5. + apt-get -o Dpkg::Options::='--force-confdef' -o Dpkg::Options::='--force-confold' install -y subscription-manager
  6. Reading package lists... Done
  7. Building dependency tree... Done
  8. Reading state information... Done
  9. The following additional packages will be installed:
  10.   apt-transport-go-katello libfsverity0 liblua5.3-0 librpm9t64 librpmbuild9t64 librpmio9t64 librpmsign9t64 python-dmidecode-data python3-dateutil python3-decorator
  11.   python3-dmidecode python3-iniparse python3-libxml2 python3-rpm python3-subscription-manager rpm-common virt-what
  12. Suggested packages:
  13.   python3-subscription-manager-doc
  14. The following NEW packages will be installed:
  15.   apt-transport-go-katello libfsverity0 liblua5.3-0 librpm9t64 librpmbuild9t64 librpmio9t64 librpmsign9t64 python-dmidecode-data python3-dateutil python3-decorator
  16.   python3-dmidecode python3-iniparse python3-libxml2 python3-rpm python3-subscription-manager rpm-common subscription-manager virt-what
  17. 0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded.
  18. Need to get 0 B/3406 kB of archives.
  19. After this operation, 12.1 MB of additional disk space will be used.
  20. dpkg: error: need an action option
  21.  
  22. Type dpkg --help for help about installing and deinstalling packages [*];
  23. Use 'apt' or 'aptitude' for user-friendly package management;
  24. Type dpkg -Dhelp for a list of dpkg debug flag values;
  25. Type dpkg --force-help for a list of forcing options;
  26. Type dpkg-deb --help for help about manipulating *.deb files;
  27.  
  28. Options marked [*] produce a lot of output - pipe it through 'less' or 'more' !
  29. E: Sub-process /usr/bin/dpkg returned an error code (2)
  30. + command -v subscription-manager
  31. + [ -x  ]
  32. + [ -f /etc/debian_version ]
  33. + KATELLO_SERVER_CA_CERT=/etc/rhsm/ca/katello-server-ca.pem
  34. + mkdir -p /etc/rhsm/ca
  35. + touch /etc/rhsm/ca/katello-server-ca.pem
  36. + chmod 644 /etc/rhsm/ca/katello-server-ca.pem
  37. + KATELLO_SERVER_CA_CERT=/etc/rhsm/ca/katello-server-ca.pem
  38. + [ -f /etc/rhsm/ca/katello-server-ca.pem ]
  39. + cat
  40. + [ -f /etc/debian_version ]
  41. + CA_TRUST_ANCHORS=/usr/local/share/ca-certificates/
  42. + cp /etc/rhsm/ca/katello-server-ca.pem /usr/local/share/ca-certificates/
  43. + [ -f /etc/debian_version ]
  44. + update-ca-certificates
  45. Updating certificates in /etc/ssl/certs...
  46. 0 added, 0 removed; done.
  47. Running hooks in /etc/ca-certificates/update.d...
  48. done.
  49. + command -v subscription-manager
  50. + [ -x  ]
  51. + apt-get -o Dpkg::Options::='--force-confdef' -o Dpkg::Options::='--force-confold' install -y subscription-manager
  52. Reading package lists... Done
  53. Building dependency tree... Done
  54. Reading state information... Done
  55. The following additional packages will be installed:
  56.   apt-transport-go-katello libfsverity0 liblua5.3-0 librpm9t64 librpmbuild9t64 librpmio9t64 librpmsign9t64 python-dmidecode-data python3-dateutil python3-decorator
  57.   python3-dmidecode python3-iniparse python3-libxml2 python3-rpm python3-subscription-manager rpm-common virt-what
  58. Suggested packages:
  59.   python3-subscription-manager-doc
  60. The following NEW packages will be installed:
  61.   apt-transport-go-katello libfsverity0 liblua5.3-0 librpm9t64 librpmbuild9t64 librpmio9t64 librpmsign9t64 python-dmidecode-data python3-dateutil python3-decorator
  62.   python3-dmidecode python3-iniparse python3-libxml2 python3-rpm python3-subscription-manager rpm-common subscription-manager virt-what
  63. 0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded.
  64. Need to get 0 B/3406 kB of archives.
  65. After this operation, 12.1 MB of additional disk space will be used.
  66. dpkg: error: need an action option
  67.  
  68. Type dpkg --help for help about installing and deinstalling packages [*];
  69. Use 'apt' or 'aptitude' for user-friendly package management;
  70. Type dpkg -Dhelp for a list of dpkg debug flag values;
  71. Type dpkg --force-help for a list of forcing options;
  72. Type dpkg-deb --help for help about manipulating *.deb files;
  73.  
  74. Options marked [*] produce a lot of output - pipe it through 'less' or 'more' !
  75. E: Sub-process /usr/bin/dpkg returned an error code (2)
  76. + [ -f /etc/rhsm/rhsm.conf ]
  77. + echo '/etc/rhsm/rhsm.conf' not found, cannot configure subscription-manager
  78. '/etc/rhsm/rhsm.conf' not found, cannot configure subscription-manager
  79. + rm -f /tmp/tmp.jvpmRy00Vp
  80. + exit 1
  81.  
Advertisement
Add Comment
Please, Sign In to add comment