Advertisement
Guest User

Untitled

a guest
Dec 8th, 2022
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.65 KB | None | 0 0
  1. # bash <(curl -fsSL https://download.directadmin.com/setup.sh) 'license-key'
  2. Checking for latest build in 'current' release channel...
  3. Downloading DirectAdmin distribution package directadmin_01c717f48b7c2928d29f4befe7c2eda35bada987_linux_amd64.tar.gz...
  4. ######################################################################### 100.0%
  5. Extracting DirectAdmin package directadmin_01c717f48b7c2928d29f4befe7c2eda35bada987_linux_amd64.tar.gz to /usr/local/directadmin ...
  6.  
  7. [setup.sh] Welcome to DirectAdmin installer!
  8.  
  9. [setup.sh] Using these parameters for the installation:
  10. License Key: license-key
  11. DA_CHANNEL: current
  12. DA_EMAIL:
  13. DA_ADMIN_USER :
  14. DA_ADMIN_PASSWORD :
  15. DA_HOSTNAME:
  16. DA_ETH_DEV:
  17. DA_NS1:
  18. DA_NS2:
  19. DA_SKIP_FASTEST: no
  20. DA_SKIP_CSF: no
  21. DA_SKIP_MYSQL_INSTALL: no
  22. DA_SKIP_SECURE_PHP: no
  23. DA_SKIP_CUSTOMBUILD: no
  24. DA_INTERACTIVE_CUSTOMBUILD: no
  25. DA_FOREGROUND_CUSTOMBUILD: no
  26.  
  27. [setup.sh] Starting installation...
  28. * Installing pre-install packages ....
  29. Hit:1 http://deb.debian.org/debian bullseye InRelease
  30. Hit:2 http://security.debian.org/debian-security bullseye-security InRelease
  31. Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
  32. Reading package lists...
  33. Reading package lists... Done
  34. Building dependency tree... Done
  35. Reading state information... Done
  36. ca-certificates is already the newest version (20210119).
  37. cron is already the newest version (3.0pl1-137).
  38. curl is already the newest version (7.74.0-1.3+deb11u3).
  39. diffutils is already the newest version (1:3.7-5).
  40. logrotate is already the newest version (3.18.0-2+deb11u1).
  41. openssl is already the newest version (1.1.1n-0+deb11u3).
  42. patch is already the newest version (2.7.6-7).
  43. perl is already the newest version (5.32.1-4+deb11u2).
  44. pkg-config is already the newest version (0.29.2-1).
  45. python3 is already the newest version (3.9.2-3).
  46. python3 set to manually installed.
  47. quota is already the newest version (4.06-1).
  48. rsyslog is already the newest version (8.2102.0-2+deb11u1).
  49. tar is already the newest version (1.34+dfsg-1).
  50. unzip is already the newest version (6.0-26+deb11u1).
  51. unzip set to manually installed.
  52. zip is already the newest version (3.0-12).
  53. dnsutils is already the newest version (1:9.16.33-1~deb11u1).
  54. The following additional packages will be installed:
  55. git-man liberror-perl
  56. Suggested packages:
  57. git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk
  58. gitweb git-cvs git-mediawiki git-svn
  59. The following NEW packages will be installed:
  60. git git-man liberror-perl zstd
  61. 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
  62. Need to get 8,016 kB of archives.
  63. After this operation, 39.8 MB of additional disk space will be used.
  64. Get:1 http://deb.debian.org/debian bullseye/main amd64 liberror-perl all 0.17029-1 [31.0 kB]
  65. Get:2 http://deb.debian.org/debian bullseye/main amd64 git-man all 1:2.30.2-1 [1,827 kB]
  66. Get:3 http://deb.debian.org/debian bullseye/main amd64 git amd64 1:2.30.2-1 [5,527 kB]
  67. Get:4 http://deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
  68. Fetched 8,016 kB in 1s (7,149 kB/s)
  69. Selecting previously unselected package liberror-perl.
  70. (Reading database ... 45571 files and directories currently installed.)
  71. Preparing to unpack .../liberror-perl_0.17029-1_all.deb ...
  72. Unpacking liberror-perl (0.17029-1) ...
  73. Selecting previously unselected package git-man.
  74. Preparing to unpack .../git-man_1%3a2.30.2-1_all.deb ...
  75. Unpacking git-man (1:2.30.2-1) ...
  76. Selecting previously unselected package git.
  77. Preparing to unpack .../git_1%3a2.30.2-1_amd64.deb ...
  78. Unpacking git (1:2.30.2-1) ...
  79. Selecting previously unselected package zstd.
  80. Preparing to unpack .../zstd_1.4.8+dfsg-2.1_amd64.deb ...
  81. Unpacking zstd (1.4.8+dfsg-2.1) ...
  82. Setting up liberror-perl (0.17029-1) ...
  83. Setting up git-man (1:2.30.2-1) ...
  84. Setting up zstd (1.4.8+dfsg-2.1) ...
  85. Setting up git (1:2.30.2-1) ...
  86. Processing triggers for man-db (2.9.4-2) ...
  87. *
  88. *****************************************************
  89.  
  90. Created symlink /etc/systemd/system/multi-user.target.wants/directadmin.service → /etc/systemd/system/directadmin.service.
  91. Created symlink /etc/systemd/system/multi-user.target.wants/startips.service → /etc/systemd/system/startips.service.
  92. Checking quotas...
  93. Running quotacheck
  94. done
  95. Done quotacheck
  96. grep: /usr/local/directadmin/scripts/setup.txt: No such file or directory
  97. Welcome to DirectAdmin version 1.645!
  98.  
  99. creating base main directory layout: creating diradmin system user: exec: "useradd": executable file not found in $PATH:
  100.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement