Pepes

Turris 1.1 opkg remove updater

Jan 15th, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.74 KB | None | 0 0
  1. root@turris:~# opkg remove updater
  2. No packages removed.
  3. Collected errors:
  4. * print_dependents_warning: Package updater is depended upon by packages:
  5. * print_dependents_warning: updater-deps
  6. * print_dependents_warning: updater-consolidator
  7. * print_dependents_warning: These might cease to work if package updater is rem oved.
  8.  
  9. * print_dependents_warning: Force removal of this package with --force-depends.
  10. * print_dependents_warning: Force removal of this package and its dependents
  11. * print_dependents_warning: with --force-removal-of-dependent-packages.
  12. root@turris:~#
  13. root@turris:~#
  14. root@turris:~# opkg remove updater --force-removal-of-dependent-packages
  15. Removing package updater-deps from root...
  16. Removing package updater-consolidator from root...
  17. Removing package updater from root...
  18. Not deleting modified conffile /etc/config/updater.
  19. root@turris:~# updater-migrate.sh
  20. + grep -q -e -- Auto-migration performed /etc/updater/auto.lua
  21. + + logger -t daemon.info
  22. echo Updater migration already performed
  23. + echo Updater migration already performed
  24. Updater migration already performed
  25. + exit 0
  26. root@turris:~# sudo apt-get update
  27. -ash: sudo: not found
  28. root@turris:~# opkg opdate
  29. /bin/opkg-cl: unknown sub-command opdate
  30. usage: opkg [options...] sub-command [arguments...]
  31. where sub-command is one of:
  32.  
  33. Package Manipulation:
  34. update Update list of available packages
  35. upgrade Upgrade installed packages
  36. install <pkgs> Install package(s)
  37. configure <pkgs> Configure unpacked package(s)
  38. remove <pkgs|regexp> Remove package(s)
  39. flag <flag> <pkgs> Flag package(s)
  40. <flag>=hold|noprune|user|ok|installed|unpacked (one per invocation)
  41.  
  42. Informational Commands:
  43. list List available packages
  44. list-installed List installed packages
  45. list-upgradable List installed and upgradable packages
  46. list-changed-conffiles List user modified configuration files
  47. files <pkg> List files belonging to <pkg>
  48. search <file|regexp> List package providing <file>
  49. find <regexp> List packages whose name or description matches <regexp>
  50. info [pkg|regexp] Display all info for <pkg>
  51. status [pkg|regexp] Display all status for <pkg>
  52. download <pkg> Download <pkg> to current directory
  53. compare-versions <v1> <op> <v2>
  54. compare versions using <= < > >= = << >>
  55. print-architecture List installable package architectures
  56. depends [-A] [pkgname|pat]+
  57. whatdepends [-A] [pkgname|pat]+
  58. whatdependsrec [-A] [pkgname|pat]+
  59. whatrecommends[-A] [pkgname|pat]+
  60. whatsuggests[-A] [pkgname|pat]+
  61. whatprovides [-A] [pkgname|pat]+
  62. whatconflicts [-A] [pkgname|pat]+
  63. whatreplaces [-A] [pkgname|pat]+
  64.  
  65. Options:
  66. -A Query all packages not just those installed
  67. -V[<level>] Set verbosity level to <level>.
  68. --verbosity[=<level>] Verbosity levels:
  69. 0 errors only
  70. 1 normal messages (default)
  71. 2 informative messages
  72. 3 debug
  73. 4 debug level 2
  74. -f <conf_file> Use <conf_file> as the opkg configuration file
  75. --conf <conf_file>
  76. --cache <directory> Use a package cache
  77. -d <dest_name> Use <dest_name> as the the root directory for
  78. --dest <dest_name> package installation, removal, upgrading.
  79. <dest_name> should be a defined dest name from
  80. the configuration file, (but can also be a
  81. directory name in a pinch).
  82. -o <dir> Use <dir> as the root directory for
  83. --offline-root <dir> offline installation of packages.
  84. --add-arch <arch>:<prio> Register architecture with given priorit y
  85. --add-dest <name>:<path> Register destination with given path
  86.  
  87. Force Options:
  88. --force-depends Install/remove despite failed dependencies
  89. --force-maintainer Overwrite preexisting config files
  90. --force-reinstall Reinstall package(s)
  91. --force-overwrite Overwrite files from other package(s)
  92. --force-downgrade Allow opkg to downgrade packages
  93. --force-space Disable free space checks
  94. --force-postinstall Run postinstall scripts even in offline mode
  95. --force-remove Remove package even if prerm script fails
  96. --force-checksum Don't fail on checksum mismatches
  97. --noaction No action -- test only
  98. --download-only No action -- download only
  99. --nodeps Do not follow dependencies
  100. --nocase Perform case insensitive pattern matching
  101. --size Print package size when listing available packag es
  102. --force-removal-of-dependent-packages
  103. Remove package and all dependencies
  104. --autoremove Remove packages that were installed
  105. automatically to satisfy dependencies
  106. -t Specify tmp-dir.
  107. --tmp-dir Specify tmp-dir.
  108. -l Specify lists-dir.
  109. --lists-dir Specify lists-dir.
  110.  
  111. regexp could be something like 'pkgname*' '*file*' or similar
  112. e.g. opkg info 'libstd*' or opkg search '*libop*' or opkg remove 'libncur*'
  113. root@turris:~# opkg update
  114. Downloading https://api.turris.cz/openwrt-repo/turris/packages//base/Packages.gz .
  115. % Total % Received % Xferd Average Speed Time Time Time Current
  116. Dload Upload Total Spent Left Speed
  117. 100 137k 100 137k 0 0 297k 0 --:--:-- --:--:-- --:--:-- 636k
  118. Updated list of available packages in /var/opkg-lists/turris_base.
  119. Downloading https://api.turris.cz/openwrt-repo/turris/packages//base/Packages.si g.
  120. % Total % Received % Xferd Average Speed Time Time Time Current
  121. Dload Upload Total Spent Left Speed
  122. 100 151 100 151 0 0 1121 0 --:--:-- --:--:-- --:--:-- 1135
  123. Signature check passed.
  124. Downloading https://api.turris.cz/openwrt-repo/turris/packages//lucics/Packages. gz.
  125. % Total % Received % Xferd Average Speed Time Time Time Current
  126. Dload Upload Total Spent Left Speed
  127. 100 80424 100 80424 0 0 416k 0 --:--:-- --:--:-- --:--:-- 422k
  128. Updated list of available packages in /var/opkg-lists/turris_lucics.
  129. Downloading https://api.turris.cz/openwrt-repo/turris/packages//lucics/Packages. sig.
  130. % Total % Received % Xferd Average Speed Time Time Time Current
  131. Dload Upload Total Spent Left Speed
  132. 100 151 100 151 0 0 1064 0 --:--:-- --:--:-- --:--:-- 1078
  133. Signature check passed.
  134. Downloading https://api.turris.cz/openwrt-repo/turris/packages//management/Packa ges.gz.
  135. % Total % Received % Xferd Average Speed Time Time Time Current
  136. Dload Upload Total Spent Left Speed
  137. 100 1983 100 1983 0 0 13143 0 --:--:-- --:--:-- --:--:-- 13489
  138. Updated list of available packages in /var/opkg-lists/turris_management.
  139. Downloading https://api.turris.cz/openwrt-repo/turris/packages//management/Packa ges.sig.
  140. % Total % Received % Xferd Average Speed Time Time Time Current
  141. Dload Upload Total Spent Left Speed
  142. 100 151 100 151 0 0 1058 0 --:--:-- --:--:-- --:--:-- 1070
  143. Signature check passed.
  144. Downloading https://api.turris.cz/openwrt-repo/turris/packages//packages/Package s.gz.
  145. % Total % Received % Xferd Average Speed Time Time Time Current
  146. Dload Upload Total Spent Left Speed
  147. 100 192k 100 192k 0 0 806k 0 --:--:-- --:--:-- --:--:-- 814k
  148. Updated list of available packages in /var/opkg-lists/turris_packages.
  149. Downloading https://api.turris.cz/openwrt-repo/turris/packages//packages/Package s.sig.
  150. % Total % Received % Xferd Average Speed Time Time Time Current
  151. Dload Upload Total Spent Left Speed
  152. 100 151 100 151 0 0 1087 0 --:--:-- --:--:-- --:--:-- 1102
  153. Signature check passed.
  154. Downloading https://api.turris.cz/openwrt-repo/turris/packages//printing/Package s.gz.
  155. % Total % Received % Xferd Average Speed Time Time Time Current
  156. Dload Upload Total Spent Left Speed
  157. 100 4259 100 4259 0 0 28579 0 --:--:-- --:--:-- --:--:-- 28777
  158. Updated list of available packages in /var/opkg-lists/turris_printing.
  159. Downloading https://api.turris.cz/openwrt-repo/turris/packages//printing/Package s.sig.
  160. % Total % Received % Xferd Average Speed Time Time Time Current
  161. Dload Upload Total Spent Left Speed
  162. 100 151 100 151 0 0 1020 0 --:--:-- --:--:-- --:--:-- 1041
  163. Signature check passed.
  164. Downloading https://api.turris.cz/openwrt-repo/turris/packages//routing/Packages .gz.
  165. % Total % Received % Xferd Average Speed Time Time Time Current
  166. Dload Upload Total Spent Left Speed
  167. 100 12127 100 12127 0 0 88159 0 --:--:-- --:--:-- --:--:-- 89169
  168. Updated list of available packages in /var/opkg-lists/turris_routing.
  169. Downloading https://api.turris.cz/openwrt-repo/turris/packages//routing/Packages .sig.
  170. % Total % Received % Xferd Average Speed Time Time Time Current
  171. Dload Upload Total Spent Left Speed
  172. 100 151 100 151 0 0 1122 0 --:--:-- --:--:-- --:--:-- 1135
  173. Signature check passed.
  174. Downloading https://api.turris.cz/openwrt-repo/turris/packages//telephony/Packag es.gz.
  175. % Total % Received % Xferd Average Speed Time Time Time Current
  176. Dload Upload Total Spent Left Speed
  177. 100 7230 100 7230 0 0 51512 0 --:--:-- --:--:-- --:--:-- 52014
  178. Updated list of available packages in /var/opkg-lists/turris_telephony.
  179. Downloading https://api.turris.cz/openwrt-repo/turris/packages//telephony/Packag es.sig.
  180. % Total % Received % Xferd Average Speed Time Time Time Current
  181. Dload Upload Total Spent Left Speed
  182. 100 151 100 151 0 0 996 0 --:--:-- --:--:-- --:--:-- 1000
  183. Signature check passed.
  184. Downloading https://api.turris.cz/openwrt-repo/turris/packages//turrispackages/P ackages.gz.
  185. % Total % Received % Xferd Average Speed Time Time Time Current
  186. Dload Upload Total Spent Left Speed
  187. 100 108k 100 108k 0 0 535k 0 --:--:-- --:--:-- --:--:-- 539k
  188. Updated list of available packages in /var/opkg-lists/turris_turrispackages.
  189. Downloading https://api.turris.cz/openwrt-repo/turris/packages//turrispackages/P ackages.sig.
  190. % Total % Received % Xferd Average Speed Time Time Time Current
  191. Dload Upload Total Spent Left Speed
  192. 100 151 100 151 0 0 1078 0 --:--:-- --:--:-- --:--:-- 1094
  193. Signature check passed.
  194. root@turris:~# updater.sh
  195. -ash: updater.sh: not found
  196. root@turris:~# updater-migrate.sh
  197. + grep -q -e -- Auto-migration performed /etc/updater/auto.lua
  198. + echo Updater migration already performed
  199. + logger -t daemon.info
  200. + echo Updater migration already performed
  201. Updater migration already performed
  202. + exit 0
  203. root@turris:~# opkg install updater-ng
  204. Installing updater-ng (49) to root...
  205. Downloading https://api.turris.cz/openwrt-repo/turris/packages//turrispackages/u pdater-ng_49_mpc85xx.ipk.
  206. % Total % Received % Xferd Average Speed Time Time Time Current
  207. Dload Upload Total Spent Left Speed
  208. 100 10427 100 10427 0 0 50261 0 --:--:-- --:--:-- --:--:-- 71417
  209. Configuring updater-ng.
  210. Collected errors:
  211. * resolve_conffiles: Existing conffile /etc/config/updater is different from th e conffile in the new package. The new conffile will be placed at /etc/config/up dater-opkg.
Add Comment
Please, Sign In to add comment