oliverv

ncp.log failing curl installer NC14.0.4

Jan 10th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 16.92 KB | None | 0 0
  1. I ran
  2. curl -sSL https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/install.sh | bash
  3. on VM Debian 9 clean install + tools
  4. tried : nc-init
  5. rerun installer
  6. rerun nc-init
  7. I get NC create admin account and db config page instead of activation page
  8. NCP-config does not get installed properly, no discriptions or version no !
  9. ---------------------------------------------------------------------------ncp.log contains:
  10. There are no commands defined in the "config:system" namespace.  
  11.                                                                    
  12.  
  13.   'memcache.local' => '\OC\Memcache\Redis',
  14.   'memcache.locking' => '\OC\Memcache\Redis',
  15.   'redis' =>
  16.   array (
  17.     'host' => '/var/run/redis/redis.sock',
  18.     'port' => 0,
  19.     'timeout' => 0.0,
  20.     'password' => 'default',
  21.   ),
  22. );
  23. Nextcloud is not installed - only a limited number of commands are available
  24.  
  25.                                                                    
  26.   There are no commands defined in the "config:system" namespace.  
  27.                                                                    
  28.  
  29.   'memcache.local' => '\OC\Memcache\Redis',
  30.   'memcache.locking' => '\OC\Memcache\Redis',
  31.   'redis' =>
  32.   array (
  33.     'host' => '/var/run/redis/redis.sock',
  34.     'port' => 0,
  35.     'timeout' => 0.0,
  36.     'password' => 'default',
  37.   ),
  38. );
  39. Nextcloud is not installed - only a limited number of commands are available
  40.  
  41.                                                                    
  42.   There are no commands defined in the "config:system" namespace.  
  43.                                                                    
  44.  
  45.   'memcache.local' => '\OC\Memcache\Redis',
  46.   'memcache.locking' => '\OC\Memcache\Redis',
  47.   'redis' =>
  48.   array (
  49.     'host' => '/var/run/redis/redis.sock',
  50.     'port' => 0,
  51.     'timeout' => 0.0,
  52.     'password' => 'default',
  53.   ),
  54. );
  55. Nextcloud is not installed - only a limited number of commands are available
  56.  
  57.                                                                    
  58.   There are no commands defined in the "config:system" namespace.  
  59.                                                                    
  60.  
  61.   'memcache.local' => '\OC\Memcache\Redis',
  62.   'memcache.locking' => '\OC\Memcache\Redis',
  63.   'redis' =>
  64.   array (
  65.     'host' => '/var/run/redis/redis.sock',
  66.     'port' => 0,
  67.     'timeout' => 0.0,
  68.     'password' => 'default',
  69.   ),
  70. );
  71. Nextcloud is not installed - only a limited number of commands are available
  72.  
  73.                                                                    
  74.   There are no commands defined in the "config:system" namespace.  
  75.                                                                    
  76.  
  77.   'memcache.local' => '\OC\Memcache\Redis',
  78.   'memcache.locking' => '\OC\Memcache\Redis',
  79.   'redis' =>
  80.   array (
  81.     'host' => '/var/run/redis/redis.sock',
  82.     'port' => 0,
  83.     'timeout' => 0.0,
  84.     'password' => 'default',
  85.   ),
  86. );
  87. Nextcloud is not installed - only a limited number of commands are available
  88.  
  89.                                                                    
  90.   There are no commands defined in the "config:system" namespace.  
  91.                                                                    
  92.  
  93.   'memcache.local' => '\OC\Memcache\Redis',
  94.   'memcache.locking' => '\OC\Memcache\Redis',
  95.   'redis' =>
  96.   array (
  97.     'host' => '/var/run/redis/redis.sock',
  98.     'port' => 0,
  99.     'timeout' => 0.0,
  100.     'password' => 'default',
  101.   ),
  102. );
  103. Nextcloud is not installed - only a limited number of commands are available
  104.  
  105.                                                                    
  106.   There are no commands defined in the "config:system" namespace.  
  107.                                                                    
  108.  
  109. failed to get ID
  110.  
  111. [ nc-nextcloud ]
  112. Downloading Nextcloud 14.0.5...
  113. Installing  Nextcloud 14.0.5...
  114. Creating possible missing Directories
  115. chmod Files and Directories
  116. chown Directories
  117. chmod/chown .htaccess
  118. Setting up database...
  119. Setting up Apache...
  120. Enabling site nextcloud.
  121. To activate the new configuration, you need to run:
  122.   systemctl reload apache2
  123. Setting up system...
  124. Don't forget to run nc-init
  125.  
  126. [ nc-init ]
  127. Setting up a clean Nextcloud instance... wait until message 'NC init done'
  128. Setting up database...
  129. Setting up Nextcloud...
  130. Set an admin username.
  131. Set an admin password.
  132. Nextcloud is not installed - only a limited number of commands are available
  133.  
  134.                                                                
  135.  There are no commands defined in the "background" namespace.  
  136.                                                                
  137.  
  138.  'memcache.local' => '\OC\Memcache\Redis',
  139.  'memcache.locking' => '\OC\Memcache\Redis',
  140.  'redis' =>
  141.  array (
  142.    'host' => '/var/run/redis/redis.sock',
  143.    'port' => 0,
  144.    'timeout' => 0.0,
  145.    'password' => 'default',
  146.  ),
  147. );
  148. Nextcloud is not installed - only a limited number of commands are available
  149.  
  150.                                                                  
  151.  There are no commands defined in the "config:system" namespace.  
  152.                                                                  
  153.  
  154.  'memcache.local' => '\OC\Memcache\Redis',
  155.  'memcache.locking' => '\OC\Memcache\Redis',
  156.  'redis' =>
  157.  array (
  158.    'host' => '/var/run/redis/redis.sock',
  159.    'port' => 0,
  160.    'timeout' => 0.0,
  161.    'password' => 'default',
  162.  ),
  163. );
  164. Nextcloud is not installed - only a limited number of commands are available
  165.  
  166.                                                                  
  167.  There are no commands defined in the "config:system" namespace.  
  168.                                                                  
  169.  
  170.  'memcache.local' => '\OC\Memcache\Redis',
  171.  'memcache.locking' => '\OC\Memcache\Redis',
  172.  'redis' =>
  173.  array (
  174.    'host' => '/var/run/redis/redis.sock',
  175.    'port' => 0,
  176.    'timeout' => 0.0,
  177.    'password' => 'default',
  178.  ),
  179. );
  180. Nextcloud is not installed - only a limited number of commands are available
  181.  
  182.                                                                  
  183.  There are no commands defined in the "config:system" namespace.  
  184.                                                                  
  185.  
  186.  'memcache.local' => '\OC\Memcache\Redis',
  187.  'memcache.locking' => '\OC\Memcache\Redis',
  188.  'redis' =>
  189.  array (
  190.    'host' => '/var/run/redis/redis.sock',
  191.    'port' => 0,
  192.    'timeout' => 0.0,
  193.    'password' => 'default',
  194.  ),
  195. );
  196. Nextcloud is not installed - only a limited number of commands are available
  197.  
  198.                                                                  
  199.  There are no commands defined in the "config:system" namespace.  
  200.                                                                  
  201.  
  202.  'memcache.local' => '\OC\Memcache\Redis',
  203.  'memcache.locking' => '\OC\Memcache\Redis',
  204.  'redis' =>
  205.  array (
  206.    'host' => '/var/run/redis/redis.sock',
  207.    'port' => 0,
  208.    'timeout' => 0.0,
  209.    'password' => 'default',
  210.  ),
  211. );
  212. Nextcloud is not installed - only a limited number of commands are available
  213.  
  214.                                                                  
  215.  There are no commands defined in the "config:system" namespace.  
  216.                                                                  
  217.  
  218.  'memcache.local' => '\OC\Memcache\Redis',
  219.  'memcache.locking' => '\OC\Memcache\Redis',
  220.  'redis' =>
  221.  array (
  222.    'host' => '/var/run/redis/redis.sock',
  223.    'port' => 0,
  224.    'timeout' => 0.0,
  225.    'password' => 'default',
  226.  ),
  227. );
  228. Nextcloud is not installed - only a limited number of commands are available
  229.  
  230.                                                                  
  231.  There are no commands defined in the "config:system" namespace.  
  232.                                                                  
  233.  
  234.  'memcache.local' => '\OC\Memcache\Redis',
  235.  'memcache.locking' => '\OC\Memcache\Redis',
  236.  'redis' =>
  237.  array (
  238.    'host' => '/var/run/redis/redis.sock',
  239.    'port' => 0,
  240.    'timeout' => 0.0,
  241.    'password' => 'default',
  242.  ),
  243. );
  244. Nextcloud is not installed - only a limited number of commands are available
  245.  
  246.                                                                  
  247.  There are no commands defined in the "config:system" namespace.  
  248.                                                                  
  249.  
  250.  'memcache.local' => '\OC\Memcache\Redis',
  251.  'memcache.locking' => '\OC\Memcache\Redis',
  252.  'redis' =>
  253.  array (
  254.    'host' => '/var/run/redis/redis.sock',
  255.    'port' => 0,
  256.    'timeout' => 0.0,
  257.    'password' => 'default',
  258.  ),
  259. );
  260. Nextcloud is not installed - only a limited number of commands are available
  261.  
  262.                                                                  
  263.  There are no commands defined in the "config:system" namespace.  
  264.                                                                  
  265.  
  266.  'memcache.local' => '\OC\Memcache\Redis',
  267.  'memcache.locking' => '\OC\Memcache\Redis',
  268.  'redis' =>
  269.  array (
  270.    'host' => '/var/run/redis/redis.sock',
  271.    'port' => 0,
  272.    'timeout' => 0.0,
  273.    'password' => 'default',
  274.  ),
  275. );
  276. Nextcloud is not installed - only a limited number of commands are available
  277.  
  278.                                                                  
  279.  There are no commands defined in the "config:system" namespace.  
  280.                                                                  
  281.  
  282.  'memcache.local' => '\OC\Memcache\Redis',
  283.  'memcache.locking' => '\OC\Memcache\Redis',
  284.  'redis' =>
  285.  array (
  286.    'host' => '/var/run/redis/redis.sock',
  287.    'port' => 0,
  288.    'timeout' => 0.0,
  289.    'password' => 'default',
  290.  ),
  291. );
  292. Nextcloud is not installed - only a limited number of commands are available
  293.  
  294.                                                                  
  295.  There are no commands defined in the "config:system" namespace.  
  296.                                                                  
  297.  
  298. failed to get ID
  299.  
  300. [ nc-update ]
  301. Downloading updates
  302. Performing updates
  303. Installing dnsmasq
  304. Hit:1 http://security.debian.org/debian-security stretch/updates InRelease
  305. Ign:2 http://ftp.nl.debian.org/debian stretch InRelease
  306. Hit:3 http://ftp.nl.debian.org/debian stretch-updates InRelease
  307. Hit:4 http://ftp.nl.debian.org/debian stretch Release
  308. Hit:5 https://packages.sury.org/php stretch InRelease
  309. Reading package lists...
  310. Reading package lists...
  311. Building dependency tree...
  312. Reading state information...
  313. dnsmasq is already the newest version (2.76-5+deb9u2).
  314. 0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
  315.  
  316. [ nc-update ]
  317. Downloading updates
  318. Performing updates
  319. Installing dnsmasq
  320. Hit:1 http://security.debian.org/debian-security stretch/updates InRelease
  321. Ign:2 http://ftp.nl.debian.org/debian stretch InRelease
  322. Hit:3 http://ftp.nl.debian.org/debian stretch-updates InRelease
  323. Hit:4 http://ftp.nl.debian.org/debian stretch Release
  324. Hit:5 https://packages.sury.org/php stretch InRelease
  325. Reading package lists...
  326. Reading package lists...
  327. Building dependency tree...
  328. Reading state information...
  329. dnsmasq is already the newest version (2.76-5+deb9u2).
  330. 0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
  331.  
  332. [ nc-nextcloud ]
  333. Downloading Nextcloud 14.0.4...
  334. Installing  Nextcloud 14.0.4...
  335. Creating possible missing Directories
  336. chmod Files and Directories
  337. chown Directories
  338. chmod/chown .htaccess
  339. Setting up database...
  340. Setting up Apache...
  341. Site nextcloud already enabled
  342. Setting up system...
  343. Don't forget to run nc-init
  344.  
  345. [ nc-init ]
  346. Setting up a clean Nextcloud instance... wait until message 'NC init done'
  347. Setting up database...
  348. Setting up Nextcloud...
  349. Set an admin username.
  350. Set an admin password.
  351. Nextcloud is not installed - only a limited number of commands are available
  352.  
  353.                                                                
  354.   There are no commands defined in the "background" namespace.  
  355.                                                                
  356.  
  357.   'memcache.local' => '\OC\Memcache\Redis',
  358.   'memcache.locking' => '\OC\Memcache\Redis',
  359.   'redis' =>
  360.   array (
  361.     'host' => '/var/run/redis/redis.sock',
  362.     'port' => 0,
  363.     'timeout' => 0.0,
  364.     'password' => 'default',
  365.   ),
  366. );
  367. Nextcloud is not installed - only a limited number of commands are available
  368.  
  369.                                                                    
  370.   There are no commands defined in the "config:system" namespace.  
  371.                                                                    
  372.  
  373.   'memcache.local' => '\OC\Memcache\Redis',
  374.   'memcache.locking' => '\OC\Memcache\Redis',
  375.   'redis' =>
  376.   array (
  377.     'host' => '/var/run/redis/redis.sock',
  378.     'port' => 0,
  379.     'timeout' => 0.0,
  380.     'password' => 'default',
  381.   ),
  382. );
  383. Nextcloud is not installed - only a limited number of commands are available
  384.  
  385.                                                                    
  386.   There are no commands defined in the "config:system" namespace.  
  387.                                                                    
  388.  
  389.   'memcache.local' => '\OC\Memcache\Redis',
  390.   'memcache.locking' => '\OC\Memcache\Redis',
  391.   'redis' =>
  392.   array (
  393.     'host' => '/var/run/redis/redis.sock',
  394.     'port' => 0,
  395.     'timeout' => 0.0,
  396.     'password' => 'default',
  397.   ),
  398. );
  399. Nextcloud is not installed - only a limited number of commands are available
  400.  
  401.                                                                    
  402.   There are no commands defined in the "config:system" namespace.  
  403.                                                                    
  404.  
  405.   'memcache.local' => '\OC\Memcache\Redis',
  406.   'memcache.locking' => '\OC\Memcache\Redis',
  407.   'redis' =>
  408.   array (
  409.     'host' => '/var/run/redis/redis.sock',
  410.     'port' => 0,
  411.     'timeout' => 0.0,
  412.     'password' => 'default',
  413.   ),
  414. );
  415. Nextcloud is not installed - only a limited number of commands are available
  416.  
  417.                                                                    
  418.   There are no commands defined in the "config:system" namespace.  
  419.                                                                    
  420.  
  421.   'memcache.local' => '\OC\Memcache\Redis',
  422.   'memcache.locking' => '\OC\Memcache\Redis',
  423.   'redis' =>
  424.   array (
  425.     'host' => '/var/run/redis/redis.sock',
  426.     'port' => 0,
  427.     'timeout' => 0.0,
  428.     'password' => 'default',
  429.   ),
  430. );
  431. Nextcloud is not installed - only a limited number of commands are available
  432.  
  433.                                                                    
  434.   There are no commands defined in the "config:system" namespace.  
  435.                                                                    
  436.  
  437.   'memcache.local' => '\OC\Memcache\Redis',
  438.   'memcache.locking' => '\OC\Memcache\Redis',
  439.   'redis' =>
  440.   array (
  441.     'host' => '/var/run/redis/redis.sock',
  442.     'port' => 0,
  443.     'timeout' => 0.0,
  444.     'password' => 'default',
  445.   ),
  446. );
  447. Nextcloud is not installed - only a limited number of commands are available
  448.  
  449.                                                                    
  450.   There are no commands defined in the "config:system" namespace.  
  451.                                                                    
  452.  
  453.   'memcache.local' => '\OC\Memcache\Redis',
  454.   'memcache.locking' => '\OC\Memcache\Redis',
  455.   'redis' =>
  456.   array (
  457.     'host' => '/var/run/redis/redis.sock',
  458.     'port' => 0,
  459.     'timeout' => 0.0,
  460.     'password' => 'default',
  461.   ),
  462. );
  463. Nextcloud is not installed - only a limited number of commands are available
  464.  
  465.                                                                    
  466.   There are no commands defined in the "config:system" namespace.  
  467.                                                                    
  468.  
  469.   'memcache.local' => '\OC\Memcache\Redis',
  470.   'memcache.locking' => '\OC\Memcache\Redis',
  471.   'redis' =>
  472.   array (
  473.     'host' => '/var/run/redis/redis.sock',
  474.     'port' => 0,
  475.     'timeout' => 0.0,
  476.     'password' => 'default',
  477.   ),
  478. );
  479. Nextcloud is not installed - only a limited number of commands are available
  480.  
  481.                                                                    
  482.   There are no commands defined in the "config:system" namespace.  
  483.                                                                    
  484.  
  485.   'memcache.local' => '\OC\Memcache\Redis',
  486.   'memcache.locking' => '\OC\Memcache\Redis',
  487.   'redis' =>
  488.   array (
  489.     'host' => '/var/run/redis/redis.sock',
  490.     'port' => 0,
  491.     'timeout' => 0.0,
  492.     'password' => 'default',
  493.   ),
  494. );
  495. Nextcloud is not installed - only a limited number of commands are available
  496.  
  497.                                                                    
  498.   There are no commands defined in the "config:system" namespace.  
  499.                                                                    
  500.  
  501.   'memcache.local' => '\OC\Memcache\Redis',
  502.   'memcache.locking' => '\OC\Memcache\Redis',
  503.   'redis' =>
  504.   array (
  505.     'host' => '/var/run/redis/redis.sock',
  506.     'port' => 0,
  507.     'timeout' => 0.0,
  508.     'password' => 'default',
  509.   ),
  510. );
  511. Nextcloud is not installed - only a limited number of commands are available
  512.  
  513.                                                                    
  514.   There are no commands defined in the "config:system" namespace.  
  515.                                                                    
  516.  
  517. failed to get ID
Add Comment
Please, Sign In to add comment