Advertisement
DanPacu

commands pi4

Jan 5th, 2020
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.36 KB | None | 0 0
  1. Buenos días.
  2. @egrueda
  3. Perdon por la tardanza, ayer fue imposible seguir con el proyecto.
  4. Te pongo aqui las salidas de los comandos que me sugeriste ayer. Más el resultado del comando cd /var/www/owncloud (así comprobé si lo tenía o no creado - corrigeme si hice mal, por fa!).
  5. "pi@raspberrypi:~ $ systemctl status apache2
  6. ● apache2.service - The Apache HTTP Server
  7. Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
  8. Active: active (running) since Sat 2020-01-04 10:22:59 CET; 24h ago
  9. Docs: https://httpd.apache.org/docs/2.4/
  10. Process: 416 ExecStart=/usr/sbin/apachectl start (code=exited, status=0/SUCCESS)
  11. Process: 1098 ExecReload=/usr/sbin/apachectl graceful (code=exited, status=0/SUCCESS)
  12. Main PID: 562 (apache2)
  13. Tasks: 6 (limit: 1599)
  14. Memory: 31.2M
  15. CGroup: /system.slice/apache2.service
  16. ├─ 562 /usr/sbin/apache2 -k start
  17. ├─1140 /usr/sbin/apache2 -k start
  18. ├─1142 /usr/sbin/apache2 -k start
  19. ├─1143 /usr/sbin/apache2 -k start
  20. ├─1144 /usr/sbin/apache2 -k start
  21. └─1145 /usr/sbin/apache2 -k start
  22.  
  23. ene 04 10:22:58 raspberrypi systemd[1]: Starting The Apache HTTP Server...
  24. ene 04 10:22:59 raspberrypi apachectl[416]: AH00112: Warning: DocumentRoot [/var/www/owncloud.
  25. ene 04 10:22:59 raspberrypi apachectl[416]: AH00558: apache2: Could not reliably determine the
  26. ene 04 10:22:59 raspberrypi systemd[1]: Started The Apache HTTP Server.
  27. ene 05 10:23:45 raspberrypi systemd[1]: Reloading The Apache HTTP Server.
  28. ene 05 10:23:45 raspberrypi apachectl[1098]: AH00112: Warning: DocumentRoot [/var/www/owncloud
  29. ene 05 10:23:45 raspberrypi apachectl[1098]: AH00558: apache2: Could not reliably determine th
  30. ene 05 10:23:45 raspberrypi systemd[1]: Reloaded The Apache HTTP Server.
  31. lines 1-25/25 (END)
  32.  
  33.  
  34. mariadb.service - MariaDB 10.3.17 database server
  35. Loaded: loaded (/lib/systemd/system/mariadb.service; enabled; vendor preset: enabl
  36. Active: active (running) since Sat 2020-01-04 10:23:01 CET; 24h ago
  37. Docs: man:mysqld(8)
  38. https://mariadb.com/kb/en/library/systemd/
  39. Process: 427 ExecStartPre=/usr/bin/install -m 755 -o mysql -g root -d /var/run/mysq
  40. Process: 449 ExecStartPre=/bin/sh -c systemctl unset-environment _WSREP_START_POSIT
  41. Process: 459 ExecStartPre=/bin/sh -c [ ! -e /usr/bin/galera_recovery ] && VAR= ||
  42. Process: 594 ExecStartPost=/etc/mysql/debian-start (code=exited, status=0/SUCCESS)
  43. Process: 597 ExecStartPost=/bin/sh -c systemctl unset-environment _WSREP_START_POSI
  44. Main PID: 549 (mysqld)
  45. Status: "Taking your SQL requests now..."
  46. Tasks: 31 (limit: 1599)
  47. Memory: 63.0M
  48. CGroup: /system.slice/mariadb.service
  49. └─549 /usr/sbin/mysqld
  50.  
  51. ene 04 10:22:58 raspberrypi systemd[1]: Starting MariaDB 10.3.17 database server...
  52. ene 04 10:23:00 raspberrypi mysqld[549]: 2020-01-04 10:23:00 0 [Note] /usr/sbin/mysql
  53. ene 04 10:23:01 raspberrypi /etc/mysql/debian-start[596]: Upgrading MySQL tables if n
  54. ene 04 10:23:01 raspberrypi systemd[1]: Started MariaDB 10.3.17 database server.
  55. ene 04 10:23:01 raspberrypi /etc/mysql/debian-start[618]: Triggering myisam-recover f
  56. ~
  57. sudo netstat -ntpl
  58. Active Internet connections (only servers)
  59. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  60. tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 549/mysqld
  61. tcp6 0 0 :::80 :::* LISTEN 562/apache2
  62.  
  63. pi@raspberrypi:~ $ cd /var/www/owncloud
  64. pi@raspberrypi:/var/www/owncloud $ ls
  65. apps console.php etc ocs robots.txt
  66. apps-external COPYING index.html ocs-provider settings
  67. assets core index.php public.php status.php
  68. AUTHORS cron.php lib README.md updater
  69. CHANGELOG.md data occ remote.php version.php
  70. config db_structure.xml ocm-provider resources
  71. pi@raspberrypi:/var/www/owncloud $
  72.  
  73. SIn embargo, en el chromium cuando pongo la ip de mi raspi con o sin /owncloud me da el erro 404 Not Found.
  74. Pido disculpas por la "sabana" que te acabo de poner, pero más información no tengo. Intento seguir tu consejo, y poner toda la info que esta en mis manos.
  75. Un saludo, y gracias de antemano.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement