Advertisement
grahamperrin

FreeBSD: pkg upgrade continued long after ^C

Apr 30th, 2022
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. root@mowa219-gjp4-8570p-freebsd:~ # bectl create n255078-e140d551b78-b
  2. root@mowa219-gjp4-8570p-freebsd:~ # bectl mount n255078-e140d551b78-b /tmp/up
  3. Successfully mounted n255078-e140d551b78-b at /tmp/up
  4. root@mowa219-gjp4-8570p-freebsd:~ # du -hs /var/cache/pkg
  5. 1.5M /var/cache/pkg
  6. root@mowa219-gjp4-8570p-freebsd:~ # time pkg -c /tmp/up upgrade --fetch-only --repository FreeBSD --quiet --yes
  7. Conflicts with the existing packages have been found.
  8. One more solver iteration is needed to resolve them.
  9. 11.886u 9.175s 1:55.58 18.2% 2455+515k 1838+45862io 2966pf+0w
  10. root@mowa219-gjp4-8570p-freebsd:~ # time pkg -c /tmp/up upgrade --repository FreeBSD --quiet --yes
  11. ===> Creating groups.
  12. Using existing group '_tor'.
  13. ===> Creating users
  14. Using existing user '_tor'.
  15. ===> Creating homedir(s)
  16. ===> Creating groups.
  17. Using existing group 'saned'.
  18. ===> Creating users
  19. Using existing user 'saned'.
  20. ^C0.018u 0.000s 4:31.06 0.0% 1980+308k 0+0io 0pf+0w
  21. root@mowa219-gjp4-8570p-freebsd:~ # bectl umount n255078-e140d551b78-b
  22. cannot unmount '/tmp/up': pool or dataset is busy
  23. specified path is busy
  24. Failed to unmount bootenv n255078-e140d551b78-b
  25. root@mowa219-gjp4-8570p-freebsd:~ # bectl umount n255078-e140d551b78-b
  26. cannot unmount '/tmp/up': pool or dataset is busy
  27. specified path is busy
  28. Failed to unmount bootenv n255078-e140d551b78-b
  29. root@mowa219-gjp4-8570p-freebsd:~ # time pkg -c /tmp/up upgrade --fetch-only --repository FreeBSD --quiet --yes
  30. root@mowa219-gjp4-8570p-freebsd:~ # cd
  31. root@mowa219-gjp4-8570p-freebsd:~ # bectl umount n255078-e140d551b78-b
  32. cannot unmount '/tmp/up': pool or dataset is busy
  33. specified path is busy
  34. Failed to unmount bootenv n255078-e140d551b78-b
  35. root@mowa219-gjp4-8570p-freebsd:~ # Building the Shared MIME-Info database cache
  36.  
  37. root@mowa219-gjp4-8570p-freebsd:~ #
  38. root@mowa219-gjp4-8570p-freebsd:~ #
  39. root@mowa219-gjp4-8570p-freebsd:~ # bectl umount n255078-e140d551b78-b
  40. cannot unmount '/tmp/up': pool or dataset is busy
  41. specified path is busy
  42. Failed to unmount bootenv n255078-e140d551b78-b
  43. root@mowa219-gjp4-8570p-freebsd:~ # Building cache database of MIME types
  44. Generating GTK icon cache for /usr/local/share/icons/Enlightenment-X
  45. Generating GTK icon cache for /usr/local/share/icons/hicolor
  46. Compiling glib schemas
  47. You may need to manually remove /usr/local/etc/pkg.conf if it is no longer needed.
  48. =====
  49. Message from qpdfview-0.4.18_28:
  50.  
  51. --
  52. ===> NOTICE:
  53.  
  54. The qpdfview port currently does not have a maintainer. As a result, it is
  55. more likely to have unresolved issues, not be up-to-date, or even be removed in
  56. the future. To volunteer to maintain this port, please create an issue at:
  57.  
  58. https://bugs.freebsd.org/bugzilla
  59.  
  60. More information about port maintainership is available at:
  61.  
  62. https://docs.freebsd.org/en/articles/contributing/#ports-contributing
  63.  
  64. root@mowa219-gjp4-8570p-freebsd:~ # bectl umount n255078-e140d551b78-b
  65. root@mowa219-gjp4-8570p-freebsd:~ # bectl destroy n255078-e140d551b78-b
  66. root@mowa219-gjp4-8570p-freebsd:~ # rm -r /tmp/up
  67. root@mowa219-gjp4-8570p-freebsd:~ #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement