Advertisement
Guest User

Untitled

a guest
Sep 21st, 2019
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. hostname in var/home/username took 3s
  2. ❯ cat .config/containers/storage.conf
  3. [storage]
  4. driver = "overlay"
  5. runroot = "/tmp/1000"
  6. graphroot = "/var/home/username/.local/share/containers/storage"
  7. [storage.options]
  8. size = ""
  9. remap-uids = ""
  10. remap-gids = ""
  11. remap-user = ""
  12. remap-group = ""
  13. ostree_repo = ""
  14. skip_mount_home = ""
  15. mount_program = "/usr/bin/fuse-overlayfs"
  16. mountopt = ""
  17. [storage.options.thinpool]
  18. autoextend_percent = ""
  19. autoextend_threshold = ""
  20. basesize = ""
  21. blocksize = ""
  22. directlvm_device = ""
  23. directlvm_device_force = ""
  24. fs = ""
  25. log_level = ""
  26. min_free_space = ""
  27. mkfsarg = ""
  28. mountopt = ""
  29. use_deferred_deletion = ""
  30. use_deferred_removal = ""
  31. xfs_nospace_max_retries = ""
  32.  
  33. hostname in var/home/username
  34. ❯ vim .config/containers/storage.conf
  35.  
  36. hostname in var/home/username
  37. ❯ build-devbox.sh
  38. + NAME=fedora-toolbox-31
  39. + '[' -n '' ']'
  40. + RELEASE=
  41. + toolbox rm --force fedora-toolbox-31
  42. /etc/os-release: line 22: 31.1: command not found
  43. /etc/os-release: line 22: 31.1: command not found
  44. toolbox: failed to inspect fedora-toolbox-31
  45. + true
  46. + toolbox create -c fedora-toolbox-31
  47. /etc/os-release: line 22: 31.1: command not found
  48. /etc/os-release: line 22: 31.1: command not found
  49. Image required to create toolbox container.
  50. Download registry.fedoraproject.org/f31/fedora-toolbox:31 (500MB)? [y/N]: y
  51. Created container: fedora-toolbox-31
  52. Enter with: toolbox enter
  53. /home/username/.local/bin//build-devbox.sh: line 16: USERNAME: unbound variable
  54.  
  55. hostname in var/home/username took 17s
  56. ❯ toolbox -v enter
  57. /etc/os-release: line 22: 31.1: command not found
  58. /etc/os-release: line 22: 31.1: command not found
  59. toolbox: resolved absolute path for /usr/bin/toolbox to /usr/bin/toolbox
  60. toolbox: checking if /etc/subgid and /etc/subuid have entries for user username
  61. toolbox: TOOLBOX_PATH is /usr/bin/toolbox
  62. toolbox: checking if 'podman system migrate' exists
  63. toolbox: migration not needed: 1.5.1 is unchanged
  64. toolbox: Fedora generational core is f31
  65. toolbox: base image is fedora-toolbox:31
  66. toolbox: container is fedora-toolbox-31
  67. toolbox: checking if container fedora-toolbox-31 exists
  68. toolbox: calling org.freedesktop.Flatpak.SessionHelper.RequestSession
  69. toolbox: starting container fedora-toolbox-31
  70. toolbox: /etc/profile.d/toolbox.sh already mounted in container fedora-toolbox-31
  71. Error: unable to start container "fedora-toolbox-31": time="2019-09-22T00:11:14+02:00" level=warning msg="signal: killed"
  72. time="2019-09-22T00:11:14+02:00" level=warning msg="no such directory for freezer.state"
  73. time="2019-09-22T00:11:14+02:00" level=warning msg="no such directory for freezer.state"
  74. time="2019-09-22T00:11:14+02:00" level=error msg="container_linux.go:346: starting container process caused \"process_linux.go:297: applying cgroup configuration for process caused \\\"mountpoint for cgroup not found\\\"\"\n"
  75. container_linux.go:346: starting container process caused "process_linux.go:297: applying cgroup configuration for process caused \"mountpoint for cgroup not found\"": OCI runtime error
  76. toolbox: failed to start container fedora-toolbox-31
  77.  
  78. hostname in var/home/username
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement