Advertisement
Pepes

Debian LXC kontejner

Oct 26th, 2017
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.29 KB | None | 0 0
  1. root@turris:/mnt/disk/lxc-containers/debian2# lxc-start -n debian2
  2. root@turris:/mnt/disk/lxc-containers/debian2# lxc-attach -n debian2
  3. root@debian2:/# wget http://bloodkings.eu/uloziste/debian/apt_1.5~beta1_powerpcspe.deb
  4. --2017-10-26 08:53:33-- http://bloodkings.eu/uloziste/debian/apt_1.5~beta1_powerpcspe.deb
  5. Resolving bloodkings.eu (bloodkings.eu)... 46.28.105.110, 2a02:2b88:1:4::60
  6. Connecting to bloodkings.eu (bloodkings.eu)|46.28.105.110|:80... connected.
  7. HTTP request sent, awaiting response... 200 OK
  8. Length: 1227794 (1.2M) [application/x-debian-package]
  9. Saving to: 'apt_1.5~beta1_powerpcspe.deb'
  10.  
  11. apt_1.5~beta1_power 100%[===================>] 1.17M 4.78MB/s in 0.2s
  12.  
  13. 2017-10-26 08:53:34 (4.78 MB/s) - 'apt_1.5~beta1_powerpcspe.deb' saved [1227794/1227794]
  14.  
  15. root@debian2:/# wget wget http://bloodkings.eu/uloziste/debian/apt-utils_1.5~beta1_powerpcspe.deb
  16. --2017-10-26 08:53:39-- http://wget/
  17. Resolving wget (wget)... failed: Name or service not known.
  18. wget: unable to resolve host address 'wget'
  19. --2017-10-26 08:53:39-- http://bloodkings.eu/uloziste/debian/apt-utils_1.5~beta1_powerpcspe.deb
  20. Resolving bloodkings.eu (bloodkings.eu)... 46.28.105.110, 2a02:2b88:1:4::60
  21. Connecting to bloodkings.eu (bloodkings.eu)|46.28.105.110|:80... connected.
  22. HTTP request sent, awaiting response... 200 OK
  23. Length: 411850 (402K) [application/x-debian-package]
  24. Saving to: 'apt-utils_1.5~beta1_powerpcspe.deb'
  25.  
  26. apt-utils_1.5~beta1 100%[===================>] 402.20K --.-KB/s in 0.1s
  27.  
  28. 2017-10-26 08:53:39 (3.01 MB/s) - 'apt-utils_1.5~beta1_powerpcspe.deb' saved [411850/411850]
  29.  
  30. FINISHED --2017-10-26 08:53:39--
  31. Total wall clock time: 0.2s
  32. Downloaded: 1 files, 402K in 0.1s (3.01 MB/s)
  33. root@debian2:/# wget http://bloodkings.eu/uloziste/debian/apt-transport-https_1.5~beta1_powerpcspe.deb
  34. --2017-10-26 08:53:54-- http://bloodkings.eu/uloziste/debian/apt-transport-https_1.5~beta1_powerpcspe.deb
  35. Resolving bloodkings.eu (bloodkings.eu)... 46.28.105.110, 2a02:2b88:1:4::60
  36. Connecting to bloodkings.eu (bloodkings.eu)|46.28.105.110|:80... connected.
  37. HTTP request sent, awaiting response... 200 OK
  38. Length: 172248 (168K) [application/x-debian-package]
  39. Saving to: 'apt-transport-https_1.5~beta1_powerpcspe.deb'
  40.  
  41. apt-transport-https 100%[===================>] 168.21K 799KB/s in 0.2s
  42.  
  43. 2017-10-26 08:53:54 (799 KB/s) - 'apt-transport-https_1.5~beta1_powerpcspe.deb' saved [172248/172248]
  44.  
  45. root@debian2:/# dpkg -i apt_1.5~beta1_powerpcspe.deb
  46. dpkg: warning: downgrading apt from 1.6~alpha2 to 1.5~beta1
  47. (Reading database ... 9272 files and directories currently installed.)
  48. Preparing to unpack apt_1.5~beta1_powerpcspe.deb ...
  49. Unpacking apt (1.5~beta1) over (1.6~alpha2) ...
  50. Setting up apt (1.5~beta1) ...
  51. Processing triggers for libc-bin (2.24-17) ...
  52. root@debian2:/# dpkg -i apt-utils_1.5~beta1_powerpcspe.deb
  53. dpkg: warning: downgrading apt-utils from 1.6~alpha2 to 1.5~beta1
  54. (Reading database ... 9269 files and directories currently installed.)
  55. Preparing to unpack apt-utils_1.5~beta1_powerpcspe.deb ...
  56. Unpacking apt-utils (1.5~beta1) over (1.6~alpha2) ...
  57. Setting up apt-utils (1.5~beta1) ...
  58. root@debian2:/# dpkg -i apt-transport-https_1.5~beta1_powerpcspe.deb
  59. Selecting previously unselected package apt-transport-https.
  60. (Reading database ... 9269 files and directories currently installed.)
  61. Preparing to unpack apt-transport-https_1.5~beta1_powerpcspe.deb ...
  62. Unpacking apt-transport-https (1.5~beta1) ...
  63. dpkg: dependency problems prevent configuration of apt-transport-https:
  64. apt-transport-https depends on libcurl3-gnutls (>= 7.16.2); however:
  65. Package libcurl3-gnutls is not installed.
  66.  
  67. dpkg: error processing package apt-transport-https (--install):
  68. dependency problems - leaving unconfigured
  69. Errors were encountered while processing:
  70. apt-transport-https
  71. root@debian2:/# apt-get install python3-pip
  72. Reading package lists... Done
  73. Building dependency tree... Done
  74. You might want to run 'apt --fix-broken install' to correct these.
  75. The following packages have unmet dependencies:
  76. apt-transport-https : Depends: libcurl3-gnutls (>= 7.16.2) but it is not going to be installed
  77. Recommends: ca-certificates but it is not going to be installed
  78. python3-pip : Depends: ca-certificates but it is not going to be installed
  79. Depends: python-pip-whl (= 9.0.1-2) but it is not going to be installed
  80. Depends: python3:any (>= 3.4~)
  81. Recommends: build-essential but it is not going to be installed
  82. Recommends: python3-dev (>= 3.2) but it is not going to be installed
  83. Recommends: python3-setuptools but it is not going to be installed
  84. Recommends: python3-wheel but it is not going to be installed
  85. W: Target Packages (main/binary-powerpcspe/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:2
  86. W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:2
  87. W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:2
  88. E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
  89. root@debian2:/# apt-get remove apt-transport-https
  90. Reading package lists... Done
  91. Building dependency tree... Done
  92. The following packages will be REMOVED:
  93. apt-transport-https
  94. 0 upgraded, 0 newly installed, 1 to remove and 2 not upgraded.
  95. 1 not fully installed or removed.
  96. After this operation, 285 kB disk space will be freed.
  97. Do you want to continue? [Y/n] y
  98. (Reading database ... 9277 files and directories currently installed.)
  99. Removing apt-transport-https (1.5~beta1) ...
  100. root@debian2:/# apt-get install python3-pip
  101. Reading package lists... Done
  102. Building dependency tree
  103. Reading state information... Done
  104. The following additional packages will be installed:
  105. binutils binutils-common binutils-powerpc-linux-gnuspe build-essential bzip2
  106. ca-certificates cpp cpp-7 dbus dh-python dpkg-dev fakeroot file g++ g++-7
  107. gcc gcc-7 gir1.2-glib-2.0 libalgorithm-diff-perl libalgorithm-diff-xs-perl
  108. libalgorithm-merge-perl libatomic1 libbinutils libc-dev-bin libc6-dev
  109. libcc1-0 libdbus-1-3 libdbus-glib-1-2 libdpkg-perl libexpat1 libexpat1-dev
  110. libfakeroot libfile-fcntllock-perl libgcc-7-dev libgirepository-1.0-1
  111. libglib2.0-0 libglib2.0-data libgomp1 libicu57 libisl15 libmagic-mgc
  112. libmagic1 libmpc3 libmpdec2 libmpfr4 libperl5.26 libpython3-dev
  113. libpython3-stdlib libpython3.6 libpython3.6-dev libpython3.6-minimal
  114. libpython3.6-stdlib libstdc++-7-dev libxml2 linux-libc-dev make manpages
  115. manpages-dev mime-support openssl patch perl perl-modules-5.26
  116. python-pip-whl python3 python3-asn1crypto python3-cffi-backend
  117. python3-crypto python3-cryptography python3-dbus python3-dev python3-gi
  118. python3-idna python3-keyring python3-keyrings.alt python3-minimal
  119. python3-pkg-resources python3-secretstorage python3-setuptools python3-six
  120. python3-wheel python3-xdg python3.6 python3.6-dev python3.6-minimal
  121. shared-mime-info xdg-user-dirs xz-utils
  122. Suggested packages:
  123. binutils-doc bzip2-doc cpp-doc gcc-7-locales default-dbus-session-bus
  124. | dbus-session-bus debian-keyring gcc-7-doc libstdc++6-7-dbg gcc-multilib
  125. autoconf automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg
  126. libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg
  127. libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg glibc-doc git bzr
  128. libstdc++-7-doc make-doc man-browser ed diffutils-doc perl-doc
  129. libterm-readline-gnu-perl | libterm-readline-perl-perl python3-doc
  130. python3-tk python3-venv python3-crypto-dbg python-crypto-doc
  131. python-cryptography-doc python3-cryptography-vectors python-dbus-doc
  132. python3-dbus-dbg gnome-keyring libkf5wallet-bin gir1.2-gnomekeyring-1.0
  133. python-secretstorage-doc python-setuptools-doc python3.6-venv python3.6-doc
  134. binfmt-support
  135. The following NEW packages will be installed:
  136. binutils binutils-common binutils-powerpc-linux-gnuspe build-essential bzip2
  137. ca-certificates cpp cpp-7 dbus dh-python dpkg-dev fakeroot file g++ g++-7
  138. gcc gcc-7 gir1.2-glib-2.0 libalgorithm-diff-perl libalgorithm-diff-xs-perl
  139. libalgorithm-merge-perl libatomic1 libbinutils libc-dev-bin libc6-dev
  140. libcc1-0 libdbus-1-3 libdbus-glib-1-2 libdpkg-perl libexpat1 libexpat1-dev
  141. libfakeroot libfile-fcntllock-perl libgcc-7-dev libgirepository-1.0-1
  142. libglib2.0-0 libglib2.0-data libgomp1 libicu57 libisl15 libmagic-mgc
  143. libmagic1 libmpc3 libmpdec2 libmpfr4 libperl5.26 libpython3-dev
  144. libpython3-stdlib libpython3.6 libpython3.6-dev libpython3.6-minimal
  145. libpython3.6-stdlib libstdc++-7-dev libxml2 linux-libc-dev make manpages
  146. manpages-dev mime-support openssl patch perl perl-modules-5.26
  147. python-pip-whl python3 python3-asn1crypto python3-cffi-backend
  148. python3-crypto python3-cryptography python3-dbus python3-dev python3-gi
  149. python3-idna python3-keyring python3-keyrings.alt python3-minimal
  150. python3-pip python3-pkg-resources python3-secretstorage python3-setuptools
  151. python3-six python3-wheel python3-xdg python3.6 python3.6-dev
  152. python3.6-minimal shared-mime-info xdg-user-dirs xz-utils
  153. 0 upgraded, 89 newly installed, 0 to remove and 2 not upgraded.
  154. Need to get 70.2 MB of archives.
  155. After this operation, 305 MB of additional disk space will be used.
  156. Do you want to continue? [Y/n] n
  157. Abort.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement