Advertisement
bitmen

Untitled

Sep 28th, 2022
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.92 KB | Cryptocurrency | 0 0
  1. Hi, regarding my attempt to install Umbrel.
  2. - The Umbrel website is poor and the instructions to setup an Umbrel MUST be improved.
  3. - I wanted to install on an old PC using UBUNTU
  4. - There were no instructions how to setup Ubuntu on Umbrel...why seriously??!!
  5. - I watched a YouTube video and hoped for the best and installed UBUNTU
  6. - I then searched for ages and found and followed this:
  7. https://thecryptogarage.com/umbrel-linux-ubuntu-node-build/
  8. - Why would Umbrel make this so difficult!!??
  9. I then reached out to the Umbrel community and @Marcaday was a breath of fresh air. But despite the best efforts I have given up.
  10. - I need another way of installing Umbrel...there must be another way for NON-TECHIE people.
  11.  
  12. Anyway this is my Journey with Ubuntu you asked for:
  13.  
  14.  
  15. Welcome to Ubuntu 22.04.1 LTS (GNU/Linux 4.4.0-19041-Microsoft x86_64)
  16.  
  17. * Documentation: https://help.ubuntu.com
  18. * Management: https://landscape.canonical.com
  19. * Support: https://ubuntu.com/advantage
  20. /etc/update-motd.d/50-landscape-sysinfo: 17: cannot create /var/lib/landscape/landscape-sysinfo.cache: Permission denied
  21. 37 updates can be applied immediately.
  22. 16 of these updates are standard security updates.
  23. To see these additional updates run: apt list --upgradable
  24.  
  25.  
  26.  
  27. This message is shown once a day. To disable it please create the
  28. /home/bitmen/.hushlogin file.
  29. bitmen@DESKTOP-2QHOPRA:~$
  30. bitmen@DESKTOP-2QHOPRA:~$ sudo apt-get update
  31. [sudo] password for bitmen:
  32. Hit:1 https://download.docker.com/linux/ubuntu jammy InRelease
  33. Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
  34. Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
  35. Get:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [114 kB]
  36. Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [99.8 kB]
  37. Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [600 kB]
  38. Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [141 kB]
  39. Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [337 kB]
  40. Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [52.2 kB]
  41. Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [422 kB]
  42. Fetched 1876 kB in 24s (78.3 kB/s)
  43. Reading package lists... Done
  44. bitmen@DESKTOP-2QHOPRA:~$ sudo apt-get update
  45. Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
  46. Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
  47. Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
  48. Hit:4 https://download.docker.com/linux/ubuntu jammy InRelease
  49. Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease
  50. Reading package lists... Done
  51. bitmen@DESKTOP-2QHOPRA:~$ sudo apt-get install apt-transport-https ca-certificates curl gnupg software-properties-commonReading package lists... Done
  52. Building dependency tree... Done
  53. Reading state information... Done
  54. ca-certificates is already the newest version (20211016).
  55. curl is already the newest version (7.81.0-1ubuntu1.4).
  56. gnupg is already the newest version (2.2.27-3ubuntu2.1).
  57. apt-transport-https is already the newest version (2.4.7).
  58. The following additional packages will be installed:
  59. python3-software-properties
  60. The following packages will be upgraded:
  61. python3-software-properties software-properties-common
  62. 2 upgraded, 0 newly installed, 0 to remove and 43 not upgraded.
  63. Need to get 42.9 kB of archives.
  64. After this operation, 0 B of additional disk space will be used.
  65. Do you want to continue? [Y/n] Y
  66. Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 software-properties-common all 0.99.22.3 [14.1 kB]
  67. Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-software-properties all 0.99.22.3 [28.8 kB]
  68. Fetched 42.9 kB in 1s (33.8 kB/s)
  69. (Reading database ... 55493 files and directories currently installed.)
  70. Preparing to unpack .../software-properties-common_0.99.22.3_all.deb ...
  71. Unpacking software-properties-common (0.99.22.3) over (0.99.22.2) ...
  72. Preparing to unpack .../python3-software-properties_0.99.22.3_all.deb ...
  73. Unpacking python3-software-properties (0.99.22.3) over (0.99.22.2) ...
  74. Setting up python3-software-properties (0.99.22.3) ...
  75. Setting up software-properties-common (0.99.22.3) ...
  76. Processing triggers for man-db (2.10.2-1) ...
  77. Processing triggers for dbus (1.12.20-2ubuntu4) ...
  78. Scanning processes...
  79. Scanning candidates...
  80. Scanning processor microcode...
  81. Scanning linux images...
  82.  
  83. Failed to retrieve available kernel versions.
  84.  
  85. Failed to check for processor microcode upgrades.
  86.  
  87. No services need to be restarted.
  88.  
  89. No containers need to be restarted.
  90.  
  91. User sessions running outdated binaries:
  92. bitmen @ /dev/tty1: bash[9]
  93. root @ /dev/pts/0: sh[774]
  94. root @ /dev/tty1: init[8]
  95.  
  96. No VM guests are running outdated hypervisor (qemu) binaries on this host.
  97. bitmen@DESKTOP-2QHOPRA:~$ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
  98. bitmen@DESKTOP-2QHOPRA:~$ ^M
  99. : command not found
  100. bitmen@DESKTOP-2QHOPRA:~$
  101. bitmen@DESKTOP-2QHOPRA:~$
  102. bitmen@DESKTOP-2QHOPRA:~$
  103. bitmen@DESKTOP-2QHOPRA:~$
  104. bitmen@DESKTOP-2QHOPRA:~$ ^M
  105. : command not found
  106. bitmen@DESKTOP-2QHOPRA:~$ echo \
  107. > "deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu \
  108. > $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
  109. bitmen@DESKTOP-2QHOPRA:~$ sudo apt-get update
  110. Hit:1 http://archive.ubuntu.com/ubuntu jammy InReleased.io
  111. Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
  112. Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
  113. Hit:4 https://download.docker.com/linux/ubuntu jammy InRelease
  114. Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease
  115. Reading package lists... Done
  116. bitmen@DESKTOP-2QHOPRA:~$ docker --version
  117. Docker version 20.10.18, build b40c2f6
  118. bitmen@DESKTOP-2QHOPRA:~$ sudo docker run hello-world
  119. docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
  120. See 'docker run --help'.
  121. bitmen@DESKTOP-2QHOPRA:~$ sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
  122. % Total % Received % Xferd Average Speed Time Time Time Current
  123. Dload Upload Total Spent Left Speed
  124. 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0
  125. 100 12.1M 100 12.1M 0 0 1304k 0 0:00:09 0:00:09 --:--:-- 4340k
  126. bitmen@DESKTOP-2QHOPRA:~$ sudo chmod +x /usr/local/bin/docker-compose
  127. bitmen@DESKTOP-2QHOPRA:~$ docker-compose --version
  128. docker-compose version 1.29.2, build 5becea4c
  129. bitmen@DESKTOP-2QHOPRA:~$ sudo apt-get install fswatch jq rsync curl
  130. Reading package lists... Done
  131. Building dependency tree... Done
  132. Reading state information... Done
  133. jq is already the newest version (1.6-2.1ubuntu3).
  134. rsync is already the newest version (3.2.3-8ubuntu3).
  135. fswatch is already the newest version (1.14.0+repack-13.1).
  136. curl is already the newest version (7.81.0-1ubuntu1.4).
  137. 0 upgraded, 0 newly installed, 0 to remove and 43 not upgraded.
  138. bitmen@DESKTOP-2QHOPRA:~$ mkdir umbrel
  139. mkdir: cannot create directory ‘umbrel’: File exists
  140. bitmen@DESKTOP-2QHOPRA:~$ cd umbrel
  141. bitmen@DESKTOP-2QHOPRA:~/umbrel$ curl -L https://github.com/getumbrel/umbrel/archive/v0.4.0.tar.gz | tar -xz --strip-components=1
  142. % Total/usr/bin/gzip: 1: ELF: not found
  143. % Received % Xferd Average Spe/usr/bin/gzip: 3: e: not foundd
  144. /usr/bin/gzip: 4: Syntax error: "(" unexpected
  145. Time Time Time Current
  146. Dload Upload Total Spent Left Speed
  147. 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0
  148. tar: Child died with signal 13
  149. tar: Error is not recoverable: exiting now
  150. 100 17745 0 17745 0 0 2553 0 --:--:-- 0:00:06 --:--:-- 2553
  151. curl: (23) Failure writing output to destination
  152. bitmen@DESKTOP-2QHOPRA:~/umbrel$ sudo ./scripts/start
  153. sudo: ./scripts/start: command not found
  154. bitmen@DESKTOP-2QHOPRA:~/umbrel$ cd Umbrel
  155. -bash: cd: Umbrel: No such file or directory
  156. bitmen@DESKTOP-2QHOPRA:~/umbrel$
  157. bitmen@DESKTOP-2QHOPRA:~/umbrel$ curl -L https://umbrel.sh | bash
  158. % Total % Received % Xferd Average Speed Time Time Time Current
  159. Dload Upload Total Spent Left Speed
  160. 100 41 100 41 0 0 26 0 0:00:01 0:00:01 --:--:-- 26
  161. 100 7060 100 7060 0 0 3290 0 0:00:02 0:00:02 --:--:-- 0
  162. About to install Umbrel in "/home/bitmen/umbrel".
  163. If you would like to install somewhere else you can specify a custom location with:
  164.  
  165. curl -L https://umbrel.sh | bash -s -- --install-path /some/path
  166.  
  167. Waiting for 10 seconds...
  168.  
  169. You may press Ctrl+C now to abort the install.
  170.  
  171. It looks like you already have Docker installed. Umbrel requires a modern version of Docker so this script will update them with the official Docker install script.
  172.  
  173. If you would like to disable this behaviour you can abort this install and run again with --no-install-docker or --no-install-compose.
  174.  
  175. You can pass flags to the installer like this:
  176.  
  177. curl -L https://umbrel.sh | bash -s -- --no-install-docker --no-install-compose
  178.  
  179. Waiting for 30 seconds...
  180.  
  181. You may press Ctrl+C now to abort the install.
  182.  
  183. Error: Umbrel install path "/home/bitmen/umbrel" already contains files
  184. You can install Umbrel in a custom location with:
  185.  
  186. curl -L https://umbrel.sh | bash -s -- --install-path /some/path
  187. bitmen@DESKTOP-2QHOPRA:~/umbrel$ curl -L https://umbrel.sh | bash -s -- --install-path /some/path
  188. % Total % Received % Xferd Average Speed Time Time Time Current
  189. Dload Upload Total Spent Left Speed
  190. 100 41 100 41 0 0 49 0 --:--:-- --:--:-- --:--:-- 49
  191. 100 7060 100 7060 0 0 6750 0 0:00:01 0:00:01 --:--:-- 6750
  192. About to install Umbrel in "/some/path".
  193. If you would like to install somewhere else you can specify a custom location with:
  194.  
  195. curl -L https://umbrel.sh | bash -s -- --install-path /some/path
  196.  
  197. Waiting for 10 seconds...
  198.  
  199. You may press Ctrl+C now to abort the install.
  200.  
  201. It looks like you already have Docker installed. Umbrel requires a modern version of Docker so this script will update them with the official Docker install script.
  202.  
  203. If you would like to disable this behaviour you can abort this install and run again with --no-install-docker or --no-install-compose.
  204.  
  205. You can pass flags to the installer like this:
  206.  
  207. curl -L https://umbrel.sh | bash -s -- --no-install-docker --no-install-compose
  208.  
  209. Waiting for 30 seconds...
  210.  
  211. You may press Ctrl+C now to abort the install.
  212.  
  213. mkdir: cannot create directory ‘/some’: Permission denied
  214. bitmen@DESKTOP-2QHOPRA:~/umbrel$
  215. bitmen@DESKTOP-2QHOPRA:~/umbrel$ sudo curl -L https://umbrel.sh | bash -s -- --install-path ~/umbrel
  216. [sudo] password for bitmen:
  217. % Total % Received % Xferd Average Speed Time Time Time Current
  218. Dload Upload Total Spent Left Speed
  219. 100 41 100 41 0 0 16 0 0:00:02 0:00:02 --:--:-- 16
  220. 100 7060 100 7060 0 0 2334 0 0:00:03 0:00:03 --:--:-- 20345
  221. About to install Umbrel in "/home/bitmen/umbrel".
  222. If you would like to install somewhere else you can specify a custom location with:
  223.  
  224. curl -L https://umbrel.sh | bash -s -- --install-path /some/path
  225.  
  226. Waiting for 10 seconds...
  227.  
  228. You may press Ctrl+C now to abort the install.
  229.  
  230. It looks like you already have Docker installed. Umbrel requires a modern version of Docker so this script will update them with the official Docker install script.
  231.  
  232. If you would like to disable this behaviour you can abort this install and run again with --no-install-docker or --no-install-compose.
  233.  
  234. You can pass flags to the installer like this:
  235.  
  236. curl -L https://umbrel.sh | bash -s -- --no-install-docker --no-install-compose
  237.  
  238. Waiting for 30 seconds...
  239.  
  240. You may press Ctrl+C now to abort the install.
  241.  
  242. Error: Umbrel install path "/home/bitmen/umbrel" already contains files
  243. You can install Umbrel in a custom location with:
  244.  
  245. curl -L https://umbrel.sh | bash -s -- --install-path /some/path
  246. bitmen@DESKTOP-2QHOPRA:~/umbrel$ curl -L https://umbrel.sh | bash -s -- --install-path /some/path
  247. % Total % Received % Xferd Average Speed Time Time Time Current
  248. Dload Upload Total Spent Left Speed
  249. 100 41 100 41 0 0 47 0 --:--:-- --:--:-- --:--:-- 47
  250. 100 7060 100 7060 0 0 6404 0 0:00:01 0:00:01 --:--:-- 6404
  251. About to install Umbrel in "/some/path".
  252. If you would like to install somewhere else you can specify a custom location with:
  253.  
  254. curl -L https://umbrel.sh | bash -s -- --install-path /some/path
  255.  
  256. Waiting for 10 seconds...
  257.  
  258. You may press Ctrl+C now to abort the install.
  259.  
  260. It looks like you already have Docker installed. Umbrel requires a modern version of Docker so this script will update them with the official Docker install script.
  261.  
  262. If you would like to disable this behaviour you can abort this install and run again with --no-install-docker or --no-install-compose.
  263.  
  264. You can pass flags to the installer like this:
  265.  
  266. curl -L https://umbrel.sh | bash -s -- --no-install-docker --no-install-compose
  267.  
  268. Waiting for 30 seconds...
  269.  
  270. You may press Ctrl+C now to abort the install.
  271.  
  272. mkdir: cannot create directory ‘/some’: Permission denied
  273. bitmen@DESKTOP-2QHOPRA:~/umbrel$ cd Desktop/
  274. -bash: cd: Desktop/: No such file or directory
  275. bitmen@DESKTOP-2QHOPRA:~/umbrel$ cd Umbrel
  276. -bash: cd: Umbrel: No such file or directory
  277. bitmen@DESKTOP-2QHOPRA:~/umbrel$ curl -L https://umbrel.sh | bash -s
  278. % Total % Received % Xferd Average Speed Time Time Time Current
  279. Dload Upload Total Spent Left Speed
  280. 100 41 100 41 0 0 29 0 0:00:01 0:00:01 --:--:-- 29
  281. 100 7060 100 7060 0 0 3369 0 0:00:02 0:00:02 --:--:-- 3369
  282. About to install Umbrel in "/home/bitmen/umbrel".
  283. If you would like to install somewhere else you can specify a custom location with:
  284.  
  285. curl -L https://umbrel.sh | bash -s -- --install-path /some/path
  286.  
  287. Waiting for 10 seconds...
  288.  
  289. You may press Ctrl+C now to abort the install.
  290.  
  291. It looks like you already have Docker installed. Umbrel requires a modern version of Docker so this script will update them with the official Docker install script.
  292.  
  293. If you would like to disable this behaviour you can abort this install and run again with --no-install-docker or --no-install-compose.
  294.  
  295. You can pass flags to the installer like this:
  296.  
  297. curl -L https://umbrel.sh | bash -s -- --no-install-docker --no-install-compose
  298.  
  299. Waiting for 30 seconds...
  300.  
  301. You may press Ctrl+C now to abort the install.
  302.  
  303. Error: Umbrel install path "/home/bitmen/umbrel" already contains files
  304. You can install Umbrel in a custom location with:
  305.  
  306. curl -L https://umbrel.sh | bash -s -- --install-path /some/path
  307. bitmen@DESKTOP-2QHOPRA:~/umbrel$ curl -L https://umbrel.sh | bash -s -- --install-path /some/path
  308. % Total % Received % Xferd Average Speed Time Time Time Current
  309. Dload Upload Total Spent Left Speed
  310. 100 41 100 41 0 0 21 0 0:00:01 0:00:01 --:--:-- 21
  311. 100 7060 100 7060 0 0 3380 0 0:00:02 0:00:02 --:--:-- 3380
  312. About to install Umbrel in "/some/path".
  313. If you would like to install somewhere else you can specify a custom location with:
  314.  
  315. curl -L https://umbrel.sh | bash -s -- --install-path /some/path
  316.  
  317. Waiting for 10 seconds...
  318.  
  319. You may press Ctrl+C now to abort the install.
  320.  
  321. It looks like you already have Docker installed. Umbrel requires a modern version of Docker so this script will update them with the official Docker install script.
  322.  
  323. If you would like to disable this behaviour you can abort this install and run again with --no-install-docker or --no-install-compose.
  324.  
  325. You can pass flags to the installer like this:
  326.  
  327. curl -L https://umbrel.sh | bash -s -- --no-install-docker --no-install-compose
  328.  
  329. Waiting for 30 seconds...
  330.  
  331. You may press Ctrl+C now to abort the install.
  332.  
  333. mkdir: cannot create directory ‘/some’: Permission denied
  334. bitmen@DESKTOP-2QHOPRA:~/umbrel$ ls
  335. ''$'\001\020''3@pu'$'\001''@8'$'\r''@'$'\036\035\006\004''@@@�'$'\002''�'$'\002\b\003\004\030\003\030\003\030\003\034\034\001\001\004''�'$'\037''�'$'\037\020\001\005'
  336. bitmen@DESKTOP-2QHOPRA:~/umbrel$ cd
  337. bitmen@DESKTOP-2QHOPRA:~$ pwd
  338. /home/bitmen
  339. bitmen@DESKTOP-2QHOPRA:~$ curl -L https://umbrel.sh | bash -s
  340. % Total % Received % Xferd Average Speed Time Time Time Current
  341. Dload Upload Total Spent Left Speed
  342. 100 41 100 41 0 0 52 0 --:--:-- --:--:-- --:--:-- 52
  343. 100 7060 100 7060 0 0 5142 0 0:00:01 0:00:01 --:--:-- 12720
  344. About to install Umbrel in "/home/bitmen/umbrel".
  345. If you would like to install somewhere else you can specify a custom location with:
  346.  
  347. curl -L https://umbrel.sh | bash -s -- --install-path /some/path
  348.  
  349. Waiting for 10 seconds...
  350.  
  351. You may press Ctrl+C now to abort the install.
  352.  
  353. It looks like you already have Docker installed. Umbrel requires a modern version of Docker so this script will update them with the official Docker install script.
  354.  
  355. If you would like to disable this behaviour you can abort this install and run again with --no-install-docker or --no-install-compose.
  356.  
  357. You can pass flags to the installer like this:
  358.  
  359. curl -L https://umbrel.sh | bash -s -- --no-install-docker --no-install-compose
  360.  
  361. Waiting for 30 seconds...
  362.  
  363. You may press Ctrl+C now to abort the install.
  364.  
  365. Error: Umbrel install path "/home/bitmen/umbrel" already contains files
  366. You can install Umbrel in a custom location with:
  367.  
  368. curl -L https://umbrel.sh | bash -s -- --install-path /some/path
  369. bitmen@DESKTOP-2QHOPRA:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement