Saluti a tutti, esperti!
Grazie a voi tutti, sono sempre riuscito a risolvere i problemi relativi a Discourse. Sto pianificando di avviare un altro sito web, che fa parte dello sviluppo di un’idea.
Tuttavia, sto ricevendo il seguente errore:
root@swapspace:/var/discourse# ./discourse rebuild app
-bash: ./discourse: File o directory non esistente
root@swapspace:/var/discourse# ./launcher rebuild app
ATTENZIONE: Il supporto per aarch64 è ancora sperimentale. Si prega di segnalare eventuali problemi su https://meta.discourse.org/tag/arm
Premi un tasto per continuare
ATTENZIONE: Stiamo per iniziare il download dell'immagine base di Discourse
Questo processo potrebbe richiedere da pochi minuti a un'ora, a seconda della velocità della tua rete
Si prega di essere pazienti
aarch64: Pulling from discourse/base
Digest: sha256:fb622774bd51f5cbc06e293e3aaf9b49c9b38166010365ef733a3b50d0e545bc
Stato: Immagine aggiornata per discourse/base:aarch64
docker.io/discourse/base:aarch64
Verifica che il launcher sia aggiornato
Recupero origin
Il launcher è aggiornato
aarch64: Pulling from discourse/base
Digest: sha256:fb622774bd51f5cbc06e293e3aaf9b49c9b38166010365ef733a3b50d0e545bc
Stato: Immagine aggiornata per discourse/base:aarch64
docker.io/discourse/base:aarch64
/usr/local/lib/ruby/gems/3.1.0/gems/pups-1.1.1/lib/pups.rb
/usr/local/bin/pups --stdin
I, [2023-01-30T13:12:16.960651 #1] INFO -- : Lettura da stdin
I, [2023-01-30T13:12:16.965317 #1] INFO -- : > locale-gen $LANG && update-locale
I, [2023-01-30T13:12:16.989891 #1] INFO -- : Generazione delle localizzazioni (potrebbe richiedere del tempo)...
Generazione completata.
I, [2023-01-30T13:12:16.990061 #1] INFO -- : > mkdir -p /shared/postgres_run
I, [2023-01-30T13:12:16.993567 #1] INFO -- :
I, [2023-01-30T13:12:16.993720 #1] INFO -- : > chown postgres:postgres /shared/postgres_run
I, [2023-01-30T13:12:16.996555 #1] INFO -- :
I, [2023-01-30T13:12:16.996699 #1] INFO -- : > chmod 775 /shared/postgres_run
I, [2023-01-30T13:12:16.999425 #1] INFO -- :
I, [2023-01-30T13:12:16.999561 #1] INFO -- : > rm -fr /var/run/postgresql
I, [2023-01-30T13:12:17.002735 #1] INFO -- :
I, [2023-01-30T13:12:17.002877 #1] INFO -- : > ln -s /shared/postgres_run /var/run/postgresql
I, [2023-01-30T13:12:17.005453 #1] INFO -- :
I, [2023-01-30T13:12:17.005593 #1] INFO -- : > socat /dev/null UNIX-CONNECT:/shared/postgres_run/.s.PGSQL.5432 || exit 0 && echo postgres già in esecuzione, fermare il contenitore ; exit 1
2023/01/30 13:12:17 socat[19] E connect(6, AF=1 "/shared/postgres_run/.s.PGSQL.5432", 36): File o directory non esistente
I, [2023-01-30T13:12:17.011034 #1] INFO -- :
I, [2023-01-30T13:12:17.011165 #1] INFO -- : > rm -fr /shared/postgres_run/.s*
I, [2023-01-30T13:12:17.014169 #1] INFO -- :
I, [2023-01-30T13:12:17.014304 #1] INFO -- : > rm -fr /shared/postgres_run/*.pid
I, [2023-01-30T13:12:17.017208 #1] INFO -- :
I, [2023-01-30T13:12:17.017327 #1] INFO -- : > mkdir -p /shared/postgres_run/13-main.pg_stat_tmp
I, [2023-01-30T13:12:17.020248 #1] INFO -- :
I, [2023-01-30T13:12:17.020425 #1] INFO -- : > chown postgres:postgres /shared/postgres_run/13-main.pg_stat_tmp
I, [2023-01-30T13:12:17.023531 #1] INFO -- :
I, [2023-01-30T13:12:17.030362 #1] INFO -- : File > /etc/service/postgres/run chmod: +x chown:
I, [2023-01-30T13:12:17.036686 #1] INFO -- : File > /etc/service/postgres/log/run chmod: +x chown:
I, [2023-01-30T13:12:17.042787 #1] INFO -- : File > /etc/runit/3.d/99-postgres chmod: +x chown:
I, [2023-01-30T13:12:17.048171 #1] INFO -- : File > /root/upgrade_postgres chmod: +x chown:
I, [2023-01-30T13:12:17.048529 #1] INFO -- : > chown -R root /var/lib/postgresql/13/main
I, [2023-01-30T13:12:19.018805 #1] INFO -- :
I, [2023-01-30T13:12:19.018957 #1] INFO -- : > [ ! -e /shared/postgres_data ] && install -d -m 0755 -o postgres -g postgres /shared/postgres_data && sudo -E -u postgres /usr/lib/postgresql/13/bin/initdb -D /shared/postgres_data || exit 0
I, [2023-01-30T13:12:19.021611 #1] INFO -- :
I, [2023-01-30T13:12:19.021685 #1] INFO -- : > chown -R postgres:postgres /shared/postgres_data
I, [2023-01-30T13:12:19.028927 #1] INFO -- :
I, [2023-01-30T13:12:19.029030 #1] INFO -- : > chown -R postgres:postgres /var/run/postgresql
I, [2023-01-30T13:12:19.032323 #1] INFO -- :
I, [2023-01-30T13:12:19.032501 #1] INFO -- : > /root/upgrade_postgres
I, [2023-01-30T13:12:19.037473 #1] INFO -- :
I, [2023-01-30T13:12:19.037616 #1] INFO -- : > rm /root/upgrade_postgres
I, [2023-01-30T13:12:19.040384 #1] INFO -- :
I, [2023-01-30T13:12:19.040665 #1] INFO -- : Sostituzione di data_directory = '/var/lib/postgresql/13/main' con data_directory = '/shared/postgres_data' in /etc/postgresql/13/main/postgresql.conf
I, [2023-01-30T13:12:19.041163 #1] INFO -- : Sostituzione di (?-mix:#?listen_addresses *=.*) con listen_addresses = '*' in /etc/postgresql/13/main/postgresql.conf
I, [2023-01-30T13:12:19.042571 #1] INFO -- : Sostituzione di (?-mix:#?synchronous_commit *=.*) con synchronous_commit = $db_synchronous_commit in /etc/postgresql/13/main/postgresql.conf
I, [2023-01-30T13:12:19.043662 #1] INFO -- : Sostituzione di (?-mix:#?shared_buffers *=.*) con shared_buffers = $db_shared_buffers in /etc/postgresql/13/main/postgresql.conf
I, [2023-01-30T13:12:19.044781 #1] INFO -- : Sostituzione di (?-mix:#?work_mem *=.*) con work_mem = $db_work_mem in /etc/postgresql/13/main/postgresql.conf
I, [2023-01-30T13:12:19.045770 #1] INFO -- : Sostituzione di (?-mix:#?default_text_search_config *=.*) con default_text_search_config = '$db_default_text_search_config' in /etc/postgresql/13/main/postgresql.conf
I, [2023-01-30T13:12:19.046800 #1] INFO -- : > install -d -m 0755 -o postgres -g postgres /shared/postgres_backup
I, [2023-01-30T13:12:19.050143 #1] INFO -- :
I, [2023-01-30T13:12:19.050475 #1] INFO -- : Sostituzione di (?-mix:#?checkpoint_segments *=.*) con checkpoint_segments = $db_checkpoint_segments in /etc/postgresql/13/main/postgresql.conf
I, [2023-01-30T13:12:19.050758 #1] INFO -- : Sostituzione di (?-mix:#?logging_collector *=.*) con logging_collector = $db_logging_collector in /etc/postgresql/13/main/postgresql.conf
I, [2023-01-30T13:12:19.052086 #1] INFO -- : Sostituzione di (?-mix:#?log_min_duration_statement *=.*) con log_min_duration_statement = $db_log_min_duration_statement in /etc/postgresql/13/main/postgresql.conf
I, [2023-01-30T13:12:19.053245 #1] INFO -- : Sostituzione di (?-mix:^#local +replication +postgres +peer$) con local replication postgres peer in /etc/postgresql/13/main/pg_hba.conf
I, [2023-01-30T13:12:19.053508 #1] INFO -- : Sostituzione di (?-mix:^host.*all.*all.*127.*$) con host all all 0.0.0.0/0 md5 in /etc/postgresql/13/main/pg_hba.conf
I, [2023-01-30T13:12:19.054435 #1] INFO -- : Sostituzione di (?-mix:^host.*all.*all.*::1\/128.*$) con host all all ::/0 md5 in /etc/postgresql/13/main/pg_hba.conf
I, [2023-01-30T13:12:19.055129 #1] INFO -- : > HOME=/var/lib/postgresql USER=postgres exec chpst -u postgres:postgres:ssl-cert -U postgres:postgres:ssl-cert /usr/lib/postgresql/13/bin/postmaster -D /etc/postgresql/13/main
I, [2023-01-30T13:12:19.057460 #1] INFO -- : > sleep 5
2023-01-30 13:12:19.085 UTC [42] LOG: avvio di PostgreSQL 13.9 (Debian 13.9-1.pgdg110+1) su aarch64-unknown-linux-gnu, compilato con gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
2023-01-30 13:12:19.085 UTC [42] LOG: ascolto su indirizzo IPv4 "0.0.0.0", porta 5432
2023-01-30 13:12:19.085 UTC [42] LOG: ascolto su indirizzo IPv6 "::", porta 5432
2023-01-30 13:12:19.090 UTC [42] LOG: ascolto su socket Unix "/var/run/postgresql/.s.PGSQL.5432"
2023-01-30 13:12:19.096 UTC [45] LOG: il sistema di database è stato spento alle 13:01:17 UTC del 2023-01-30
2023-01-30 13:12:19.102 UTC [42] LOG: il sistema di database è pronto ad accettare connessioni
I, [2023-01-30T13:12:24.060600 #1] INFO -- :
I, [2023-01-30T13:12:24.060902 #1] INFO -- : > su postgres -c 'createdb discourse' || true
2023-01-30 13:12:24.106 UTC [55] postgres@postgres ERRORE: il database "discourse" esiste già
2023-01-30 13:12:24.106 UTC [55] postgres@postgres STATEMENT: CREATE DATABASE discourse;
createdb: errore: creazione del database fallita: ERRORE: il database "discourse" esiste già
I, [2023-01-30T13:12:24.108125 #1] INFO -- :
I, [2023-01-30T13:12:24.108475 #1] INFO -- : > su postgres -c 'psql discourse -c "create user discourse;"' || true
2023-01-30 13:12:24.153 UTC [59] postgres@discourse ERRORE: il ruolo "discourse" esiste già
2023-01-30 13:12:24.153 UTC [59] postgres@discourse STATEMENT: create user discourse;
ERRORE: il ruolo "discourse" esiste già
I, [2023-01-30T13:12:24.155493 #1] INFO -- :
I, [2023-01-30T13:12:24.155687 #1] INFO -- : > su postgres -c 'psql discourse -c "grant all privileges on database discourse to discourse;"' || true
I, [2023-01-30T13:12:24.199357 #1] INFO -- : GRANT
I, [2023-01-30T13:12:24.199559 #1] INFO -- : > su postgres -c 'psql discourse -c "alter schema public owner to discourse;"'
I, [2023-01-30T13:12:24.242399 #1] INFO -- : ALTER SCHEMA
I, [2023-01-30T13:12:24.242694 #1] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists hstore;"'
NOTA: l'estensione "hstore" esiste già, salto
I, [2023-01-30T13:12:24.289624 #1] INFO -- : CREATE EXTENSION
I, [2023-01-30T13:12:24.289961 #1] INFO -- : > su postgres -c 'psql template1 -c "create extension if not exists pg_trgm;"'
NOTA: l'estensione "pg_trgm" esiste già, salto
I, [2023-01-30T13:12:24.334433 #1] INFO -- : CREATE EXTENSION
I, [2023-01-30T13:12:24.334619 #1] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists hstore;"'
NOTA: l'estensione "hstore" esiste già, salto
I, [2023-01-30T13:12:24.377306 #1] INFO -- : CREATE EXTENSION
I, [2023-01-30T13:12:24.377683 #1] INFO -- : > su postgres -c 'psql discourse -c "create extension if not exists pg_trgm;"'
NOTA: l'estensione "pg_trgm" esiste già, salto
I, [2023-01-30T13:12:24.420738 #1] INFO -- : CREATE EXTENSION
I, [2023-01-30T13:12:24.421047 #1] INFO -- : > sudo -u postgres psql discourse
I, [2023-01-30T13:12:24.423610 #1] INFO -- : update pg_database set encoding = pg_char_to_encoding('UTF8') where datname = 'discourse' AND encoding = pg_char_to_encoding('SQL_ASCII');
I, [2023-01-30T13:12:24.474466 #1] INFO -- : File > /var/lib/postgresql/take-database-backup chmod: +x chown: postgres:postgres
I, [2023-01-30T13:12:24.478033 #1] INFO -- : File > /var/spool/cron/crontabs/postgres chmod: chown:
I, [2023-01-30T13:12:24.478139 #1] INFO -- : > echo postgres installato!
I, [2023-01-30T13:12:24.480672 #1] INFO -- : postgres installato!
I, [2023-01-30T13:12:24.486789 #1] INFO -- : File > /etc/service/redis/run chmod: +x chown:
I, [2023-01-30T13:12:24.493042 #1] INFO -- : File > /etc/service/redis/log/run chmod: +x chown:
I, [2023-01-30T13:12:24.499564 #1] INFO -- : File > /etc/runit/3.d/10-redis chmod: +x chown:
I, [2023-01-30T13:12:24.499790 #1] INFO -- : Sostituzione di daemonize yes con in /etc/redis/redis.conf
I, [2023-01-30T13:12:24.500400 #1] INFO -- : Sostituzione di (?-mix:^pidfile.*$) con in /etc/redis/redis.conf
I, [2023-01-30T13:12:24.502474 #1] INFO -- : > install -d -m 0755 -o redis -g redis /shared/redis_data
I, [2023-01-30T13:12:24.505510 #1] INFO -- :
I, [2023-01-30T13:12:24.505878 #1] INFO -- : Sostituzione di (?-mix:^logfile.*$) con logfile "" in /etc/redis/redis.conf
I, [2023-01-30T13:12:24.506470 #1] INFO -- : Sostituzione di (?-mix:^bind .*$) con in /etc/redis/redis.conf
I, [2023-01-30T13:12:24.508039 #1] INFO -- : Sostituzione di (?-mix:^dir .*$) con dir /shared/redis_data in /etc/redis/redis.conf
I, [2023-01-30T13:12:24.509741 #1] INFO -- : Sostituzione di (?-mix:^protected-mode yes) con protected-mode no in /etc/redis/redis.conf
I, [2023-01-30T13:12:24.511760 #1] INFO -- : Sostituzione di # io-threads 4 con io-threads $redis_io_threads in /etc/redis/redis.conf
I, [2023-01-30T13:12:24.513175 #1] INFO -- : > echo redis installato
I, [2023-01-30T13:12:24.516185 #1] INFO -- : redis installato
I, [2023-01-30T13:12:24.516343 #1] INFO -- : > cat /etc/redis/redis.conf | grep logfile
I, [2023-01-30T13:12:24.521028 #1] INFO -- : logfile ""
I, [2023-01-30T13:12:24.521181 #1] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
I, [2023-01-30T13:12:24.523403 #1] INFO -- : > sleep 10
103:C 30 Gen 2023 13:12:24.529 # oO0OoO0OoO0Oo Redis è in fase di avvio oO0OoO0OoO0Oo
103:C 30 Gen 2023 13:12:24.529 # Versione Redis=7.0.7, bits=64, commit=00000000, modificato=0, pid=103, appena avviato
103:C 30 Gen 2023 13:12:24.529 # Configurazione caricata
103:M 30 Gen 2023 13:12:24.529 * orologio monotonico: POSIX clock_gettime
103:M 30 Gen 2023 13:12:24.530 * Modalità in esecuzione=standalone, porta=6379.
103:M 30 Gen 2023 13:12:24.530 # Server inizializzato
103:M 30 Gen 2023 13:12:24.530 # ATTENZIONE: L'overcommit della memoria deve essere abilitato! Senza di esso, un salvataggio in background o la replicazione potrebbero fallire in condizioni di bassa memoria. Se disabilitato, può causare fallimenti anche senza condizioni di bassa memoria, vedi https://github.com/jemalloc/jemalloc/issues/1328. Per risolvere questo problema, aggiungi 'vm.overcommit_memory = 1' a /etc/sysctl.conf e poi riavvia o esegui il comando 'sysctl vm.overcommit_memory=1' affinché abbia effetto.
103:M 30 Gen 2023 13:12:24.532 * Caricamento di RDB prodotto dalla versione 7.0.7
103:M 30 Gen 2023 13:12:24.532 * Età RDB 667 secondi
103:M 30 Gen 2023 13:12:24.532 * Utilizzo della memoria RDB al momento della creazione 0.85 Mb
103:M 30 Gen 2023 13:12:24.532 * Completato il caricamento di RDB, chiavi caricate: 0, chiavi scadute: 0.
103:M 30 Gen 2023 13:12:24.532 * DB caricato dal disco: 0.000 secondi
103:M 30 Gen 2023 13:12:24.532 * Pronto ad accettare connessioni
I, [2023-01-30T13:12:34.526480 #1] INFO -- :
I, [2023-01-30T13:12:34.526718 #1] INFO -- : > thpoff echo "thpoff è installato!"
I, [2023-01-30T13:12:34.531166 #1] INFO -- : thpoff è installato!
I, [2023-01-30T13:12:34.531343 #1] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_SMTP_ADDRESS"] == "smtp.example.com"; puts "Interrompo! La posta non è configurata!"; exit 1; end'
I, [2023-01-30T13:12:34.595811 #1] INFO -- :
I, [2023-01-30T13:12:34.596054 #1] INFO -- : > /usr/local/bin/ruby -e 'if ENV["DISCOURSE_HOSTNAME"] == "discourse.example.com"; puts "Interrompo! Il dominio non è configurato!"; exit 1; end'
I, [2023-01-30T13:12:34.662522 #1] INFO -- :
I, [2023-01-30T13:12:34.662839 #1] INFO -- : > /usr/local/bin/ruby -e 'if (ENV["DISCOURSE_CDN_URL"] || "")[0..1] == "//"; puts "Interrompo! Il CDN deve avere un protocollo specificato. Una volta corretto, dovresti rifare il baking dei tuoi post ora per correggere tutti i post."; exit 1; end'
I, [2023-01-30T13:12:34.727810 #1] INFO -- :
I, [2023-01-30T13:12:34.728212 #1] INFO -- : > rm -f /etc/cron.d/anacron
I, [2023-01-30T13:12:34.731658 #1] INFO -- :
I, [2023-01-30T13:12:34.735393 #1] INFO -- : File > /etc/cron.d/anacron chmod: chown:
I, [2023-01-30T13:12:34.741917 #1] INFO -- : File > /etc/runit/1.d/copy-env chmod: +x chown:
I, [2023-01-30T13:12:34.748443 #1] INFO -- : File > /etc/service/unicorn/run chmod: +x chown:
I, [2023-01-30T13:12:34.754938 #1] INFO -- : File > /etc/service/nginx/run chmod: +x chown:
I, [2023-01-30T13:12:34.761618 #1] INFO -- : File > /etc/runit/3.d/01-nginx chmod: +x chown:
I, [2023-01-30T13:12:34.768619 #1] INFO -- : File > /etc/runit/3.d/02-unicorn chmod: +x chown:
I, [2023-01-30T13:12:34.768972 #1] INFO -- : Sostituzione di # postgres con sv start postgres || exit 1 in /etc/service/unicorn/run
I, [2023-01-30T13:12:34.769874 #1] INFO -- : > exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf
I, [2023-01-30T13:12:34.773312 #1] INFO -- : > cd /var/www/discourse && git reset --hard
fatal: rilevata proprietà dubbia nel repository in '/var/www/discourse'
Per aggiungere un'eccezione per questa directory, chiama:
git config --global --add safe.directory /var/www/discourse
I, [2023-01-30T13:12:34.778171 #1] INFO -- :
131:C 30 Gen 2023 13:12:34.778 # oO0OoO0OoO0Oo Redis è in fase di avvio oO0OoO0OoO0Oo
131:C 30 Gen 2023 13:12:34.778 # Versione Redis=7.0.7, bits=64, commit=00000000, modificato=0, pid=131, appena avviato
131:C 30 Gen 2023 13:12:34.778 # Configurazione caricata
131:signal-handler (1675084354) Ricevuto SIGTERM, programmazione di arresto...
103:signal-handler (1675084354) Ricevuto SIGTERM, programmazione di arresto...
I, [2023-01-30T13:12:34.778513 #1] INFO -- : Terminazione dei processi asincroni
I, [2023-01-30T13:12:34.778546 #1] INFO -- : Invio di INT a HOME=/var/lib/postgresql USER=postgres exec chpst -u postgres:postgres:ssl-cert -U postgres:postgres:ssl-cert /usr/lib/postgresql/13/bin/postmaster -D /etc/postgresql/13/main pid: 42
I, [2023-01-30T13:12:34.778589 #1] INFO -- : Invio di TERM a exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 103
I, [2023-01-30T13:12:34.778609 #1] INFO -- : Invio di TERM a exec chpst -u redis -U redis /usr/bin/redis-server /etc/redis/redis.conf pid: 131
2023-01-30 13:12:34.778 UTC [42] LOG: ricevuta richiesta di arresto rapido
131:M 30 Gen 2023 13:12:34.779 * orologio monotonico: POSIX clock_gettime
131:M 30 Gen 2023 13:12:34.779 # Attenzione: Impossibile creare il socket di ascolto TCP del server *:6379: bind: Indirizzo già in uso
131:M 30 Gen 2023 13:12:34.779 # Errore nell'ascolto sulla porta 6379 (TCP), annullamento.
2023-01-30 13:12:34.781 UTC [42] LOG: annullamento di tutte le transazioni attive
2023-01-30 13:12:34.784 UTC [42] LOG: worker di background "logical replication launcher" (PID 51) terminato con codice di uscita 1
2023-01-30 13:12:34.786 UTC [46] LOG: arresto in corso
2023-01-30 13:12:34.810 UTC [42] LOG: il sistema di database è spento
103:M 30 Gen 2023 13:12:34.852 # Arresto richiesto dall'utente...
103:M 30 Gen 2023 13:12:34.852 * Salvataggio dell'ultimo snapshot RDB prima dell'uscita.
103:M 30 Gen 2023 13:12:34.857 * DB salvato su disco
103:M 30 Gen 2023 13:12:34.857 # Redis è ora pronto per uscire, arrivederci...
FALLITO
--------------------
Pups::ExecError: cd /var/www/discourse && git reset --hard fallito con ritorno #<Process::Status: pid 133 exit 128>
Posizione del fallimento: /usr/local/lib/ruby/gems/3.1.0/gems/pups-1.1.1/lib/pups/exec_command.rb:117:in `spawn'
exec fallito con i parametri {"cd"=>"$home", "hook"=>"code", "cmd"=>["git reset --hard", "git clean -f", "git remote set-branches --add origin main", "git remote set-branches origin $version", "git fetch --depth 1 origin $version", "git checkout $version", "mkdir -p tmp", "chown discourse:www-data tmp", "mkdir -p tmp/pids", "mkdir -p tmp/sockets", "touch tmp/.gitkeep", "mkdir -p /shared/log/rails", "bash -c \"touch -a /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr,sidekiq}.log\"", "bash -c \"ln -s /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr,sidekiq}.log $home/log\"", "bash -c \"mkdir -p /shared/{uploads,backups}\"", "bash -c \"ln -s /shared/{uploads,backups} $home/public\"", "bash -c \"mkdir -p /shared/tmp/{backups,restores}\"", "bash -c \"ln -s /shared/tmp/{backups,restores} $home/tmp\"", "chown -R discourse:www-data /shared/log/rails /shared/uploads /shared/backups /shared/tmp", "[ ! -d public/plugins ] || find public/plugins/ -maxdepth 1 -xtype l -delete"]}
bootstrap fallito con codice di uscita 128
** FALLIMENTO DEL BOOTSTRAP ** si prega di scorrere verso l'alto e cercare messaggi di errore precedenti, potrebbero essercene più di uno.
./discourse-doctor potrebbe aiutare a diagnosticare il problema.
18ae8309291a1462106c7ac875cda6ff6f8d81189596e16b51e64715da39a324
Sono un principiante, non sono sicuro di dove sia l’errore. Per questo motivo sono qui. Spero che uno degli esperti si faccia avanti per aiutarmi.
A proposito, lo stato del firewall è disabilitato. Il mio server utilizza una CPU basata su ARM; tuttavia, la mia istanza principale è in esecuzione su un server diverso con la stessa CPU e funziona correttamente!
Grazie mille