!yAXokUArOJxHEACeib:pussthecat.org

Invidious

653 Members
https://invidious.io/ | Instances: https://instances.invidious.io/ | Documentation: https://docs.invidious.io | SourceCode: https://git.invidious.io | Instances API: https://api.invidious.io/ | ToDo: https://todo.invidious.io/ | Bridged to #invidious on Libera.Chat134 Servers

Load older messages


SenderMessageTime
4 Jan 2022
@thefrenchghosty:pussthecat.orgTheFrenchGhosty
In reply to @wanion20:matrix.org
I am fairly comfortable. But I would have missed that step without your warning. Hence the facepalm of self-disappointment :P
Ah xD I took the facepalm as a "obviously don't think I'm dumb"
14:12:26
@smtp:matrix.orga9 joined the room.14:12:50
@thefrenchghosty:pussthecat.orgTheFrenchGhosty latest-arm64 should be the image you need 14:13:15
@wanion20:matrix.orgwanion20
In reply to @thefrenchghosty:pussthecat.org
latest-arm64 should be the image you need

Yes sir. I added that in the docker-compose image line here

    image: quay.io/invidious/invidious:latest-arm64
14:14:58
@thefrenchghosty:pussthecat.orgTheFrenchGhosty It should work 14:15:10
@wanion20:matrix.orgwanion20

docker-compose down

pi@senpi:~/Docker-Services/invidious $ docker-compose down
Removing invidious_invidious_1 ... done
Removing invidious_postgres_1  ... done
Removing invidious_autoheal_1  ... done
Removing network invidious_invidious
Removing network invidious_default

deleting volume

pi@senpi:~/Docker-Services/invidious $ docker remove vm postgresdata
docker: 'remove' is not a docker command.
See 'docker --help'
pi@senpi:~/Docker-Services/invidious $ docker volume rm postgresdata
Error: No such volume: postgresdata
pi@senpi:~/Docker-Services/invidious $ docker volume rm invidious_postgresdata
invidious_postgresdata

Docker Compose up

pi@senpi:~/Docker-Services/invidious $ docker-compose up
Creating network "invidious_invidious" with the default driver
Creating network "invidious_default" with the default driver
Creating volume "invidious_postgresdata" with default driver
Creating invidious_postgres_1 ... done
Creating invidious_autoheal_1 ... done
Creating invidious_invidious_1 ... done
Attaching to invidious_autoheal_1, invidious_postgres_1, invidious_invidious_1
postgres_1   | The files belonging to this database system will be owned by user "postgres".
postgres_1   | This user must also own the server process.
postgres_1   |
postgres_1   | The database cluster will be initialized with locale "en_US.utf8".
postgres_1   | The default database encoding has accordingly been set to "UTF8".
postgres_1   | The default text search configuration will be set to "english".
postgres_1   |
postgres_1   | Data page checksums are disabled.
postgres_1   |
postgres_1   | fixing permissions on existing directory /var/lib/postgresql/data ... ok
postgres_1   | creating subdirectories ... ok
postgres_1   | selecting default max_connections ... 100
postgres_1   | selecting default shared_buffers ... 128MB
postgres_1   | selecting default timezone ... Etc/UTC
postgres_1   | selecting dynamic shared memory implementation ... posix
postgres_1   | creating configuration files ... ok
postgres_1   | running bootstrap script ... ok
postgres_1   | performing post-bootstrap initialization ... ok
autoheal_1   | 04-01-2022 14:13:21 Container /invidious_invidious_1 (f25d4cacf0f8) found to be restarting - don't restart
postgres_1   | syncing data to disk ... ok
postgres_1   |
postgres_1   | WARNING: enabling "trust" authentication for local connections
postgres_1   | You can change this by editing pg_hba.conf or using the option -A, or
postgres_1   | --auth-local and --auth-host, the next time you run initdb.
postgres_1   |
postgres_1   | Success. You can now start the database server using:
postgres_1   |
postgres_1   |     pg_ctl -D /var/lib/postgresql/data -l logfile start
postgres_1   |
postgres_1   | waiting for server to start....2022-01-04 14:13:22.923 UTC [49] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
postgres_1   | 2022-01-04 14:13:23.148 UTC [50] LOG:  database system was shut down at 2022-01-04 14:13:20 UTC
postgres_1   | 2022-01-04 14:13:23.211 UTC [49] LOG:  database system is ready to accept connections
postgres_1   |  done
postgres_1   | server started
invidious_invidious_1 exited with code 159
postgres_1   | CREATE DATABASE
postgres_1   |
postgres_1   |
postgres_1   | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/init-invidious-db.sh
postgres_1   | CREATE TABLE
postgres_1   | GRANT
postgres_1   | CREATE INDEX
postgres_1   | CREATE TABLE
postgres_1   | GRANT
postgres_1   | CREATE INDEX
postgres_1   | CREATE TABLE
postgres_1   | GRANT
postgres_1   | CREATE INDEX
postgres_1   | CREATE TABLE
postgres_1   | GRANT
postgres_1   | CREATE INDEX
postgres_1   | CREATE TABLE
postgres_1   | GRANT
postgres_1   | CREATE INDEX
postgres_1   | CREATE TABLE
postgres_1   | GRANT
postgres_1   | CREATE INDEX
postgres_1   | CREATE TABLE
postgres_1   | GRANT
postgres_1   | CREATE TYPE
postgres_1   | CREATE TABLE
postgres_1   | GRANT
postgres_1   | CREATE TABLE
postgres_1   | GRANT
postgres_1   |
postgres_1   | waiting for server to shut down...2022-01-04 14:13:29.438 UTC [49] LOG:  received fast shutdown request
postgres_1   | .2022-01-04 14:13:29.478 UTC [49] LOG:  aborting any active transactions
postgres_1   | 2022-01-04 14:13:29.485 UTC [49] LOG:  worker process: logical replication launcher (PID 56) exited with exit code 1
postgres_1   | 2022-01-04 14:13:29.487 UTC [51] LOG:  shutting down
postgres_1   | 2022-01-04 14:13:29.945 UTC [49] LOG:  database system is shut down
postgres_1   |  done
postgres_1   | server stopped
postgres_1   |
postgres_1   | PostgreSQL init process complete; ready for start up.
postgres_1   |
postgres_1   | 2022-01-04 14:13:30.106 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
postgres_1   | 2022-01-04 14:13:30.106 UTC [1] LOG:  listening on IPv6 address "::", port 5432
postgres_1   | 2022-01-04 14:13:30.182 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
postgres_1   | 2022-01-04 14:13:30.341 UTC [159] LOG:  database system was shut down at 2022-01-04 14:13:29 UTC
postgres_1   | 2022-01-04 14:13:30.407 UTC [1] LOG:  database system is ready to accept connections
invidious_invidious_1 exited with code 159
autoheal_1   | 04-01-2022 14:13:32 Container /invidious_invidious_1 (f25d4cacf0f8) found to be restarting - don't restart
invidious_invidious_1 exited with code 159
invidious_invidious_1 exited with code 159
invidious_invidious_1 exited with code 159
autoheal_1   | 04-01-2022 14:13:37 Container /invidious_invidious_1 (f25d4cacf0f8) found to be restarting - don't restart
invidious_invidious_1 exited with code 159
autoheal_1   | 04-01-2022 14:13:42 Container /invidious_invidious_1 (f25d4cacf0f8) found to be restarting - don't restart
autoheal_1   | 04-01-2022 14:13:47 Container /invidious_invidious_1 (f25d4cacf0f8) found to be restarting - don't restart
invidious_invidious_1 exited with code 159
autoheal_1   | 04-01-2022 14:13:53 Container /invidious_invidious_1 (f25d4cacf0f8) found to be restarting - don't restart
autoheal_1   | 04-01-2022 14:13:58 Container /invidious_invidious_1 (f25d4cacf0f8) found to be restarting - don't restart
autoheal_1   | 04-01-2022 14:14:03 Container /invidious_invidious_1 (f25d4cacf0f8) found to be restarting - don't restart
invidious_invidious_1 exited with code 159
autoheal_1   | 04-01-2022 14:14:08 Container /invidious_invidious_1 (f25d4cacf0f8) found to be restarting - don't restart
autoheal_1   | 04-01-2022 14:14:13 Container /invidious_invidious_1 (f25d4cacf0f8) found to be restarting - don't restart
autoheal_1   | 04-01-2022 14:14:18 Container /invidious_invidious_1 (f25d4cacf0f8) found to be restarting - don't restart
autoheal_1   | 04-01-2022 14:14:23 Container /invidious_invidious_1 (f25d4cacf0f8) found to be restarting - don't restart
autoheal_1   | 04-01-2022 14:14:28 Container /invidious_invidious_1 (f25d4cacf0f8) found to be restarting - don't restart
invidious_invidious_1 exited with code 159
autoheal_1   | 04-01-2022 14:14:34 Container /invidious_invidious_1 (f25d4cacf0f8) found to be restarting - don't restart
autoheal_1   | 04-01-2022 14:14:39 Container /invidious_invidious_1 (f25d4cacf0f8) found to be restarting - don't restart
autoheal_1   | 04-01-2022 14:14:44 Container /invidious_invidious_1 (f25d4cacf0f8) found to be restarting - don't restart
autoheal_1   | 04-01-2022 14:14:49 Container /invidious_invidious_1 (f25d4cacf0f8) found to be restarting - don't restart
autoheal_1   | 04-01-2022 14:14:54 Container /invidious_invidious_1 (f25d4cacf0f8) found to be restarting - don't restart
autoheal_1   | 04-01-2022 14:14:59 Container /invidious_invidious_1 (f25d4cacf0f8) found to be restarting - don't restart
autoheal_1   | 04-01-2022 14:15:04 Container /invidious_invidious_1 (f25d4cacf0f8) found to be restarting - don't restart
autoheal_1   | 04-01-2022 14:15:09 Container /invidious_invidious_1 (f25d4cacf0f8) found to be restarting - don't restart
autoheal_1   | 04-01-2022 14:15:15 Container /invidious_invidious_1 (f25d4cacf0f8) found to be restarting - don't restart
autoheal_1   | 04-01-2022 14:15:20 Container /invidious_invidious_1 (f25d4cacf0f8) found to be restarting - don't restart
invidious_invidious_1 exited with code 159
autoheal_1   | 04-01-2022 14:15:30 Container /invidious_invidious_1 (f25d4cacf0f8) found to be restarting - don't restart
^CGracefully stopping... (press Ctrl+C again to force)
Stopping invidious_invidious_1 ... done
Stopping invidious_postgres_1  ... done
Stopping invidious_autoheal_1  ... done
14:17:32
@thefrenchghosty:pussthecat.orgTheFrenchGhostymmh14:18:07
@thefrenchghosty:pussthecat.orgTheFrenchGhostyI think I remember someone having this issue a while ago14:18:16
@thefrenchghosty:pussthecat.orgTheFrenchGhosty unixfox: Any idea? 14:18:27
@wanion20:matrix.orgwanion20Yes there was an issue on github for same thing, I will link it here . Brb14:18:37
@unixfox:matrix.orgunixfox
In reply to @wanion20:matrix.org

Hi
I am trying to setup invidious using Docker on my Raspberry pi 4 (8GB)
I cloned this repository https://github.com/iv-org/invidious
removed the docker-compose.yml file
created a new docker-compose.yml file using the Docker-compose file given here https://docs.invidious.io/Installation.md

Did
docker-compose up

please return the output of this command: uname -a
14:18:40
@wanion20:matrix.orgwanion20https://github.com/iv-org/invidious/issues/2525 14:19:39
@wanion20:matrix.orgwanion20
pi@senpi:~/Docker-Services/invidious $ uname -a
Linux senpi 5.10.63-v8+ #1496 SMP PREEMPT Wed Dec 1 15:59:46 GMT 2021 aarch64 GNU/Linux
14:20:02
@thefrenchghosty:pussthecat.orgTheFrenchGhosty"senpi"?14:20:17
@thefrenchghosty:pussthecat.orgTheFrenchGhostyWhat distro is that?14:20:20
@wanion20:matrix.orgwanion20Senpi is the host name14:20:55
@wanion20:matrix.orgwanion20This is Raspberry pi is based on Debian Buster14:21:22
@wanion20:matrix.orgwanion20Raspian OS is a fork of Debian Buster14:21:38
@thefrenchghosty:pussthecat.orgTheFrenchGhosty
In reply to @wanion20:matrix.org
This is Raspberry pi is based on Debian Buster
Raspbian? Or Debian itselfN
14:21:41
@thefrenchghosty:pussthecat.orgTheFrenchGhosty
In reply to @wanion20:matrix.org
This is Raspberry pi is based on Debian Buster
* Raspbian? Or Debian itself?
14:21:42
@wanion20:matrix.orgwanion20Raspbian14:21:49
@thefrenchghosty:pussthecat.orgTheFrenchGhosty👍️14:21:54
@wanion20:matrix.orgwanion20Apologies for confusion14:22:33
@thefrenchghosty:pussthecat.orgTheFrenchGhosty exit(159/153): It indicates that a program was aborted (received SIGXFSZ), perhaps as a result of File size limit exceeded. 14:23:14
@unixfox:matrix.orgunixfox
In reply to @wanion20:matrix.org

Yes sir. I added that in the docker-compose image line here

    image: quay.io/invidious/invidious:latest-arm64
Did you remove the `build:` part tho?
14:23:24
@wanion20:matrix.orgwanion20
In reply to @unixfox:matrix.org
Did you remove the `build:` part tho?
I completely removed the docker-compose.yml file after cloning and created a new one based on installation.md
14:24:03
@thefrenchghosty:pussthecat.orgTheFrenchGhosty
In reply to @thefrenchghosty:pussthecat.org
exit(159/153): It indicates that a program was aborted (received SIGXFSZ), perhaps as a result of File size limit exceeded.
If I'm correct, your disk is full
14:24:26
@wanion20:matrix.orgwanion20
In reply to @thefrenchghosty:pussthecat.org
If I'm correct, your disk is full
pi@senpi:~/Docker-Services/invidious $ df -h | grep /dev
/dev/root       917G  714G  167G  82% /
devtmpfs        3.7G     0  3.7G   0% /dev
tmpfs           3.9G  1.2M  3.9G   1% /dev/shm
/dev/sdc1       458G  182G  253G  42% /home/pi/MediaServer3
/dev/sdd1       458G  338G   97G  78% /home/pi/MediaServer2
/dev/sdb1       916G  735G  135G  85% /home/pi/MediaServer1
/dev/sda1       253M   49M  204M  20% /boot
14:25:35
@wanion20:matrix.orgwanion20Do we have some specific docker level storage constraints?14:25:59
@thefrenchghosty:pussthecat.orgTheFrenchGhostyNope14:26:07

Show newer messages


Back to Room ListRoom Version: 7