Advertisement
Guest User

Untitled

a guest
Jan 20th, 2018
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.97 KB | None | 0 0
  1. root@yunohost:~# yunohost app install https://github.com/zehiro/kresus_ynh --verbose
  2. Downloading...
  3. Extracting...
  4. Done
  5. Checking required packages for kresus...
  6. Available domains:
  7. - yunohost.XXXXX.ovh
  8. Choose a domain name for Kresus (default: yunohost.XXXXX.ovh):
  9. Choose a path for Kresus (default: /kresus):
  10. Choose a user: olange
  11. Would you like to allow email notifications ? [0 | 1] (default: 0):
  12. Executing script '/var/cache/yunohost/from_file/kresus_ynh-master/scripts/install'...
  13. + set -eu
  14. + app=kresus
  15. + domain=yunohost.XXXXX.ovh
  16. + path=/kresus
  17. + install_path=/home/ynhkresus
  18. + source /usr/share/yunohost/helpers
  19. +++ run-parts --list /usr/share/yunohost/helpers.d
  20. ++ for helper in '$(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)'
  21. ++ '[' -r /usr/share/yunohost/helpers.d/backend ']'
  22. ++ . /usr/share/yunohost/helpers.d/backend
  23. ++ for helper in '$(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)'
  24. ++ '[' -r /usr/share/yunohost/helpers.d/filesystem ']'
  25. ++ . /usr/share/yunohost/helpers.d/filesystem
  26. +++ CAN_BIND=1
  27. ++ for helper in '$(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)'
  28. ++ '[' -r /usr/share/yunohost/helpers.d/ip ']'
  29. ++ . /usr/share/yunohost/helpers.d/ip
  30. ++ for helper in '$(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)'
  31. ++ '[' -r /usr/share/yunohost/helpers.d/mysql ']'
  32. ++ . /usr/share/yunohost/helpers.d/mysql
  33. +++ MYSQL_ROOT_PWD_FILE=/etc/yunohost/mysql
  34. ++ for helper in '$(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)'
  35. ++ '[' -r /usr/share/yunohost/helpers.d/network ']'
  36. ++ . /usr/share/yunohost/helpers.d/network
  37. ++ for helper in '$(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)'
  38. ++ '[' -r /usr/share/yunohost/helpers.d/package ']'
  39. ++ . /usr/share/yunohost/helpers.d/package
  40. ++ for helper in '$(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)'
  41. ++ '[' -r /usr/share/yunohost/helpers.d/print ']'
  42. ++ . /usr/share/yunohost/helpers.d/print
  43. ++ for helper in '$(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)'
  44. ++ '[' -r /usr/share/yunohost/helpers.d/setting ']'
  45. ++ . /usr/share/yunohost/helpers.d/setting
  46. ++ for helper in '$(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)'
  47. ++ '[' -r /usr/share/yunohost/helpers.d/string ']'
  48. ++ . /usr/share/yunohost/helpers.d/string
  49. ++ for helper in '$(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)'
  50. ++ '[' -r /usr/share/yunohost/helpers.d/system ']'
  51. ++ . /usr/share/yunohost/helpers.d/system
  52. ++ for helper in '$(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)'
  53. ++ '[' -r /usr/share/yunohost/helpers.d/user ']'
  54. ++ . /usr/share/yunohost/helpers.d/user
  55. ++ for helper in '$(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)'
  56. ++ '[' -r /usr/share/yunohost/helpers.d/utils ']'
  57. ++ . /usr/share/yunohost/helpers.d/utils
  58. + yunohost app checkurl yunohost.XXXXX.ovh/kresus -a kresus
  59. Warning: 'yunohost app checkurl' is deprecated and will be removed in the future
  60. + ynh_system_user_exists kresus
  61. + getent passwd kresus
  62. + smtp_password=
  63. + '[' 0 -eq 1 ']'
  64. + ynh_system_user_create kresus /home/ynhkresus
  65. + ynh_system_user_exists kresus
  66. + getent passwd kresus
  67. + '[' 2 -ge 2 ']'
  68. + local 'user_home_dir=-d /home/ynhkresus'
  69. + sudo useradd -d /home/ynhkresus --system --user-group kresus --shell /usr/sbin/nologin
  70. ++ ynh_find_port 9876
  71. ++ local port=9876
  72. ++ test -n 9876
  73. ++ netcat -z 127.0.0.1 9876
  74. ++ echo 9876
  75. + port=9876
  76. + sudo -u kresus mkdir -p /home/ynhkresus/data
  77. + apt-get -y install curl apt-transport-https ca-certificates
  78. Reading package lists...
  79. Building dependency tree...
  80. Reading state information...
  81. apt-transport-https is already the newest version.
  82. ca-certificates is already the newest version.
  83. curl is already the newest version.
  84. The following packages were automatically installed and are no longer required:
  85. gyp libc-ares-dev libc-ares2 libjs-node-uuid libssl-dev libssl-doc
  86. libv8-3.14-dev libv8-3.14.5 node-abbrev node-ansi node-ansi-color-table
  87. node-archy node-async node-block-stream node-combined-stream node-cookie-jar
  88. node-delayed-stream node-forever-agent node-form-data node-fstream
  89. node-fstream-ignore node-github-url-from-git node-glob node-graceful-fs
  90. node-gyp node-inherits node-ini node-json-stringify-safe node-lockfile
  91. node-lru-cache node-mime node-minimatch node-mkdirp node-mute-stream
  92. node-node-uuid node-nopt node-normalize-package-data node-npmlog node-once
  93. node-osenv node-qs node-read node-read-package-json node-request node-retry
  94. node-rimraf node-semver node-sha node-sigmund node-slide node-tar
  95. node-tunnel-agent node-underscore node-which zlib1g-dev
  96. Use 'apt-get autoremove' to remove them.
  97. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  98. + echo 'deb https://deb.nodesource.com/node_6.x jessie main'
  99. + apt-key add -
  100. + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key
  101. OK
  102. + apt-get -y install debian-archive-keyring
  103. Reading package lists...
  104. Building dependency tree...
  105. Reading state information...
  106. debian-archive-keyring is already the newest version.
  107. The following packages were automatically installed and are no longer required:
  108. gyp libc-ares-dev libc-ares2 libjs-node-uuid libssl-dev libssl-doc
  109. libv8-3.14-dev libv8-3.14.5 node-abbrev node-ansi node-ansi-color-table
  110. node-archy node-async node-block-stream node-combined-stream node-cookie-jar
  111. node-delayed-stream node-forever-agent node-form-data node-fstream
  112. node-fstream-ignore node-github-url-from-git node-glob node-graceful-fs
  113. node-gyp node-inherits node-ini node-json-stringify-safe node-lockfile
  114. node-lru-cache node-mime node-minimatch node-mkdirp node-mute-stream
  115. node-node-uuid node-nopt node-normalize-package-data node-npmlog node-once
  116. node-osenv node-qs node-read node-read-package-json node-request node-retry
  117. node-rimraf node-semver node-sha node-sigmund node-slide node-tar
  118. node-tunnel-agent node-underscore node-which zlib1g-dev
  119. Use 'apt-get autoremove' to remove them.
  120. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  121. + echo 'deb http://deb.debian.org/debian jessie-backports main'
  122. + apt-get update
  123. Hit http://repo.yunohost.org jessie InRelease
  124. Hit http://repo.yunohost.org jessie/stable amd64 Packages
  125. Hit https://deb.nodesource.com jessie InRelease
  126. Hit http://deb.debian.org jessie-backports InRelease
  127. Hit https://deb.nodesource.com jessie/main amd64 Packages
  128. Get:1 https://deb.nodesource.com jessie/main Translation-en [162 B]
  129. Get:2 https://deb.nodesource.com jessie/main Translation-en [162 B]
  130. Get:3 https://deb.nodesource.com jessie/main Translation-en [162 B]
  131. Get:4 https://deb.nodesource.com jessie/main Translation-en [162 B]
  132. Get:5 https://deb.nodesource.com jessie/main Translation-en [162 B]
  133. Ign https://deb.nodesource.com jessie/main Translation-en
  134. Ign http://repo.yunohost.org jessie/stable Translation-en
  135. Get:6 http://deb.debian.org jessie-backports/main amd64 Packages/DiffIndex [27.8 kB]
  136. Get:7 http://deb.debian.org jessie-backports/main Translation-en/DiffIndex [27.8 kB]
  137. Ign http://ftp.debian.org jessie InRelease
  138. Hit http://ftp.debian.org jessie-updates InRelease
  139. Hit http://ftp.debian.org jessie Release.gpg
  140. Hit http://ftp.debian.org jessie Release
  141. Get:8 http://ftp.debian.org jessie-updates/main amd64 Packages/DiffIndex [9868 B]
  142. Hit http://ftp.debian.org jessie-updates/contrib amd64 Packages
  143. Hit http://ftp.debian.org jessie-updates/contrib Translation-en
  144. Get:9 http://ftp.debian.org jessie-updates/main Translation-en/DiffIndex [3688 B]
  145. Hit http://ftp.debian.org jessie/main amd64 Packages
  146. Hit http://ftp.debian.org jessie/contrib amd64 Packages
  147. Hit http://ftp.debian.org jessie/contrib Translation-en
  148. Hit http://ftp.debian.org jessie/main Translation-en
  149. Hit http://security.debian.org jessie/updates InRelease
  150. Hit http://security.debian.org jessie/updates/main amd64 Packages
  151. Hit http://security.debian.org jessie/updates/contrib amd64 Packages
  152. Hit http://security.debian.org jessie/updates/contrib Translation-en
  153. Hit http://security.debian.org jessie/updates/main Translation-en
  154. Fetched 69.1 kB in 2s (30.5 kB/s)
  155. Reading package lists...
  156. + apt-get install -y nodejs python-pip python-dev python-lxml python-imaging
  157. Reading package lists...
  158. Building dependency tree...
  159. Reading state information...
  160. python-lxml is already the newest version.
  161. python-imaging is already the newest version.
  162. python-dev is already the newest version.
  163. python-pip is already the newest version.
  164. nodejs is already the newest version.
  165. The following packages were automatically installed and are no longer required:
  166. gyp libc-ares-dev libc-ares2 libjs-node-uuid libssl-dev libssl-doc
  167. libv8-3.14-dev libv8-3.14.5 node-abbrev node-ansi node-ansi-color-table
  168. node-archy node-async node-block-stream node-combined-stream node-cookie-jar
  169. node-delayed-stream node-forever-agent node-form-data node-fstream
  170. node-fstream-ignore node-github-url-from-git node-glob node-graceful-fs
  171. node-gyp node-inherits node-ini node-json-stringify-safe node-lockfile
  172. node-lru-cache node-mime node-minimatch node-mkdirp node-mute-stream
  173. node-node-uuid node-nopt node-normalize-package-data node-npmlog node-once
  174. node-osenv node-qs node-read node-read-package-json node-request node-retry
  175. node-rimraf node-semver node-sha node-sigmund node-slide node-tar
  176. node-tunnel-agent node-underscore node-which zlib1g-dev
  177. Use 'apt-get autoremove' to remove them.
  178. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  179. + apt-get install -yq -t jessie-backports python-future python-six
  180. Reading package lists...
  181. Building dependency tree...
  182. Reading state information...
  183. python-future is already the newest version.
  184. python-six is already the newest version.
  185. The following packages were automatically installed and are no longer required:
  186. gyp libc-ares-dev libc-ares2 libjs-node-uuid libssl-dev libssl-doc
  187. libv8-3.14-dev libv8-3.14.5 node-abbrev node-ansi node-ansi-color-table
  188. node-archy node-async node-block-stream node-combined-stream node-cookie-jar
  189. node-delayed-stream node-forever-agent node-form-data node-fstream
  190. node-fstream-ignore node-github-url-from-git node-glob node-graceful-fs
  191. node-gyp node-inherits node-ini node-json-stringify-safe node-lockfile
  192. node-lru-cache node-mime node-minimatch node-mkdirp node-mute-stream
  193. node-node-uuid node-nopt node-normalize-package-data node-npmlog node-once
  194. node-osenv node-qs node-read node-read-package-json node-request node-retry
  195. node-rimraf node-semver node-sha node-sigmund node-slide node-tar
  196. node-tunnel-agent node-underscore node-which zlib1g-dev
  197. Use 'apt-get autoremove' to remove them.
  198. 0 upgraded, 0 newly installed, 0 to remove and 89 not upgraded.
  199. + pip install -U setuptools
  200. Requirement already up-to-date: setuptools in /usr/local/lib/python2.7/dist-packages
  201. Cleaning up...
  202. + pip install html2text simplejson BeautifulSoup PyExecJS unidecode
  203. Requirement already satisfied (use --upgrade to upgrade): html2text in /usr/local/lib/python2.7/dist-packages
  204. Requirement already satisfied (use --upgrade to upgrade): simplejson in /usr/local/lib/python2.7/dist-packages
  205. Requirement already satisfied (use --upgrade to upgrade): BeautifulSoup in /usr/local/lib/python2.7/dist-packages
  206. Requirement already satisfied (use --upgrade to upgrade): PyExecJS in /usr/local/lib/python2.7/dist-packages
  207. Requirement already satisfied (use --upgrade to upgrade): unidecode in /usr/local/lib/python2.7/dist-packages
  208. Requirement already satisfied (use --upgrade to upgrade): six>=1.10.0 in /usr/lib/python2.7/dist-packages (from PyExecJS)
  209. Cleaning up...
  210. + pip install weboob
  211. Requirement already satisfied (use --upgrade to upgrade): weboob in /usr/local/lib/python2.7/dist-packages
  212. Requirement already satisfied (use --upgrade to upgrade): lxml in /usr/lib/python2.7/dist-packages (from weboob)
  213. Requirement already satisfied (use --upgrade to upgrade): cssselect in /usr/local/lib/python2.7/dist-packages (from weboob)
  214. Requirement already satisfied (use --upgrade to upgrade): requests>=2.0.0 in /usr/lib/python2.7/dist-packages (from weboob)
  215. Requirement already satisfied (use --upgrade to upgrade): python-dateutil in /usr/local/lib/python2.7/dist-packages (from weboob)
  216. Requirement already satisfied (use --upgrade to upgrade): PyYAML in /usr/lib/python2.7/dist-packages (from weboob)
  217. Requirement already satisfied (use --upgrade to upgrade): html2text>=3.200 in /usr/local/lib/python2.7/dist-packages (from weboob)
  218. Requirement already satisfied (use --upgrade to upgrade): six in /usr/lib/python2.7/dist-packages (from weboob)
  219. Requirement already satisfied (use --upgrade to upgrade): Pillow in /usr/lib/python2.7/dist-packages (from weboob)
  220. Requirement already satisfied (use --upgrade to upgrade): mechanize in /usr/local/lib/python2.7/dist-packages (from weboob)
  221. Requirement already satisfied (use --upgrade to upgrade): futures in /usr/local/lib/python2.7/dist-packages (from weboob)
  222. Cleaning up...
  223. + sudo -u kresus sh -c 'cd $final_path && prefix=$final_path npm install kresus'
  224. /home/ynhkresus
  225. `-- kresus@0.12.2
  226.  
  227. Warning: npm WARN enoent ENOENT: no such file or directory, open '/home/ynhkresus/package.json'
  228. Warning: npm WARN ynhkresus No description
  229. Warning: npm WARN ynhkresus No repository field.
  230. Warning: npm WARN ynhkresus No README data
  231. Warning: npm WARN ynhkresus No license field.
  232. + nginx_conf=../conf/nginx.conf
  233. + sed -i s@YNH_WWW_PATH@/kresus@g ../conf/nginx.conf
  234. + sudo cp ../conf/nginx.conf /etc/nginx/conf.d/yunohost.XXXXX.ovh.d/kresus.conf
  235. + kresus_conf=../conf/config.ini
  236. + sed -i s@YNH_DATA_DIR@/home/ynhkresus@ ../conf/config.ini
  237. + sed -i s@KRESUS_PATH@/kresus@ ../conf/config.ini
  238. + sed -i s@YNH_APP_ARG_DOMAIN@yunohost.XXXXX.ovh@ ../conf/config.ini
  239. + sed -i s@YNH_USER@kresus@ ../conf/config.ini
  240. + sed -i s@YNH_PORT@9876@ ../conf/config.ini
  241. + sed -i s@KRESUS_SMTP_PASSWORD@@ ../conf/config.ini
  242. + ynh_app_setting_set kresus domain yunohost.XXXXX.ovh
  243. + sudo yunohost app setting kresus domain --value=yunohost.XXXXX.ovh --quiet
  244. + ynh_app_setting_set kresus ynh_data_dir /home/ynhkresus
  245. + sudo yunohost app setting kresus ynh_data_dir --value=/home/ynhkresus --quiet
  246. + ynh_app_setting_set kresus path /kresus
  247. + sudo yunohost app setting kresus path --value=/kresus --quiet
  248. + ynh_app_setting_set kresus user kresus
  249. + sudo yunohost app setting kresus user --value=kresus --quiet
  250. + ynh_app_setting_set kresus port 9876
  251. + sudo yunohost app setting kresus port --value=9876 --quiet
  252. + '[' 0 -eq 1 ']'
  253. + config_path=/home/ynhkresus/config.ini
  254. + sudo -u kresus cp ../conf/config.ini /home/ynhkresus/config.ini
  255. + sudo chmod 600 /home/ynhkresus/config.ini
  256. + systemd_service=../conf/kresus.service
  257. + sed -i s@YNH_HOME@/home/ynhkresus@g ../conf/kresus.service
  258. + sed -i s@YNH_CONFIG_PATH@/home/ynhkresus/config.ini@ ../conf/kresus.service
  259. + sed -i s@YNH_USER@kresus@ ../conf/kresus.service
  260. + sed -i s@YNH_GROUP@kresus@ ../conf/kresus.service
  261. + sudo cp ../conf/kresus.service /etc/systemd/system/kresus.service
  262. + systemctl enable kresus
  263. Warning: Created symlink from /etc/systemd/system/multi-user.target.wants/kresus.service to /etc/systemd/system/kresus.service.
  264. + systemctl start kresus
  265. Warning: Failed to get D-Bus connection: Unknown error -1
  266. Executing script '/var/cache/yunohost/from_file/kresus_ynh-master/scripts/remove'...
  267. + set -u
  268. + app=kresus
  269. + source /usr/share/yunohost/helpers
  270. +++ run-parts --list /usr/share/yunohost/helpers.d
  271. ++ for helper in '$(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)'
  272. ++ '[' -r /usr/share/yunohost/helpers.d/backend ']'
  273. ++ . /usr/share/yunohost/helpers.d/backend
  274. ++ for helper in '$(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)'
  275. ++ '[' -r /usr/share/yunohost/helpers.d/filesystem ']'
  276. ++ . /usr/share/yunohost/helpers.d/filesystem
  277. +++ CAN_BIND=1
  278. ++ for helper in '$(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)'
  279. ++ '[' -r /usr/share/yunohost/helpers.d/ip ']'
  280. ++ . /usr/share/yunohost/helpers.d/ip
  281. ++ for helper in '$(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)'
  282. ++ '[' -r /usr/share/yunohost/helpers.d/mysql ']'
  283. ++ . /usr/share/yunohost/helpers.d/mysql
  284. +++ MYSQL_ROOT_PWD_FILE=/etc/yunohost/mysql
  285. ++ for helper in '$(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)'
  286. ++ '[' -r /usr/share/yunohost/helpers.d/network ']'
  287. ++ . /usr/share/yunohost/helpers.d/network
  288. ++ for helper in '$(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)'
  289. ++ '[' -r /usr/share/yunohost/helpers.d/package ']'
  290. ++ . /usr/share/yunohost/helpers.d/package
  291. ++ for helper in '$(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)'
  292. ++ '[' -r /usr/share/yunohost/helpers.d/print ']'
  293. ++ . /usr/share/yunohost/helpers.d/print
  294. ++ for helper in '$(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)'
  295. ++ '[' -r /usr/share/yunohost/helpers.d/setting ']'
  296. ++ . /usr/share/yunohost/helpers.d/setting
  297. ++ for helper in '$(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)'
  298. ++ '[' -r /usr/share/yunohost/helpers.d/string ']'
  299. ++ . /usr/share/yunohost/helpers.d/string
  300. ++ for helper in '$(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)'
  301. ++ '[' -r /usr/share/yunohost/helpers.d/system ']'
  302. ++ . /usr/share/yunohost/helpers.d/system
  303. ++ for helper in '$(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)'
  304. ++ '[' -r /usr/share/yunohost/helpers.d/user ']'
  305. ++ . /usr/share/yunohost/helpers.d/user
  306. ++ for helper in '$(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null)'
  307. ++ '[' -r /usr/share/yunohost/helpers.d/utils ']'
  308. ++ . /usr/share/yunohost/helpers.d/utils
  309. ++ ynh_app_setting_get kresus domain
  310. ++ sudo yunohost app setting kresus domain --output-as plain --quiet
  311. + domain=yunohost.XXXXX.ovh
  312. + systemctl stop kresus
  313. + systemctl disable kresus
  314. Warning: Failed to get D-Bus connection: Unknown error -1
  315. Warning: Removed symlink /etc/systemd/system/multi-user.target.wants/kresus.service.
  316. + ynh_secure_remove /etc/nginx/conf.d/yunohost.XXXXX.ovh.d/kresus.conf
  317. + local path_to_remove=/etc/nginx/conf.d/yunohost.XXXXX.ovh.d/kresus.conf
  318. + local 'forbidden_path= /var/www /home/yunohost.app'
  319. + [[ /var/www /home/yunohost.app =~ /etc/nginx/conf\.d/yunohost\.XXXXX\.ovh\.d/kresus\.conf ]]
  320. + [[ /etc/nginx/conf.d/yunohost.XXXXX.ovh.d/kresus.conf =~ ^/[[:alnum:]]+$ ]]
  321. + [[ f = \/ ]]
  322. + '[' -e /etc/nginx/conf.d/yunohost.XXXXX.ovh.d/kresus.conf ']'
  323. + sudo rm -R /etc/nginx/conf.d/yunohost.XXXXX.ovh.d/kresus.conf
  324. + ynh_secure_remove /etc/systemd/system/kresus.service
  325. + local path_to_remove=/etc/systemd/system/kresus.service
  326. + local 'forbidden_path= /var/www /home/yunohost.app'
  327. + [[ /var/www /home/yunohost.app =~ /etc/systemd/system/kresus\.service ]]
  328. + [[ /etc/systemd/system/kresus.service =~ ^/[[:alnum:]]+$ ]]
  329. + [[ e = \/ ]]
  330. + '[' -e /etc/systemd/system/kresus.service ']'
  331. + sudo rm -R /etc/systemd/system/kresus.service
  332. + sudo service nginx reload
  333. Reloading nginx configuration: nginx.
  334. + ynh_system_user_delete kresus
  335. + ynh_system_user_exists kresus
  336. + getent passwd kresus
  337. + echo 'Remove the user kresus'
  338. Warning: Remove the user kresus
  339. + sudo userdel kresus
  340. Success! The SSOwat configuration has been generated
  341. Error: Installation failed
  342. root@yunohost:~# ^C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement