You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running on Ubuntu os-release below. I'm following the steps detailed here
I can install and init successfully however when I attempt to start neon it fails to start with the following output. Could anyone point in the direction of what I may be missing. Thank you.
output:
neonuser@206a21a86987:~/neon$ cargo neon start
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
Running `target/debug/neon_local start`
Starting neon broker at 127.0.0.1:50051Starting pageserver node 1 at '127.0.0.1:64000' in "/home/neonuser/neon/.neon/pageserver_1", retrying for 10sStarting safekeeper at '127.0.0.1:5454' in '/home/neonuser/neon/.neon/safekeepers/sk1', retrying for 10spg_ctl: directory "/home/neonuser/neon/.neon/storage_controller_db" does not exist
The files belonging to this database system will be owned by user "neonuser".
This user must also own the server process.
The database cluster will be initialized with locale "C".
The default database encoding has accordingly been set to "SQL_ASCII".
The default text search configuration will be set to "english".
Data page checksums are disabled.
creating directory /home/neonuser/neon/.neon/storage_controller_db ... ok
creating subdirectories ... ok
selecting dynamic shared memory implementation ... posix
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting default time zone ... UTC
creating configuration files ... ok
running bootstrap script ... ok
performing post-bootstrap initialization ... ok
Sync to disk skipped.
The data directory might become corrupt if the operating system crashes.
initdb: warning: enabling "trust" authentication for local connections
initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb.
Starting storage controller database...
waiting for server to start.... done
server started
localhost:1235 - accepting connections
startup failed because one or more services could not be started
Failed to spawn storage_broker subprocess
Failed to spawn storage_broker subprocess
Caused by:
0: Could not spawn storage_broker, see console output and log files for details.
1: No such file or directory (os error 2)
start pageserver 1
start pageserver 1
Caused by:
0: Could not spawn pageserver, see console output and log files for details.
1: No such file or directory (os error 2)
start safekeeper 1
start safekeeper 1
Caused by:
0: Could not spawn safekeeper-1, see console output and log files for details.
1: No such file or directory (os error 2)
start storage_controller
start storage_controller
Caused by:
0: Could not spawn storage_controller, see console output and log files for details.
1: No such file or directory (os error 2)
pageserver is already stopped: no pid file present at "/home/neonuser/neon/.neon/pageserver_1/pageserver.pid"
safekeeper 1 is already stopped: no pid file present at "/home/neonuser/neon/.neon/safekeepers/sk1/safekeeper.pid"
No process is holding the pidfile. The process must have already exited. Leave in place to avoid race conditions: "/home/neonuser/neon/.neon/storage_broker.pid"
No process is holding the pidfile. The process must have already exited. Leave in place to avoid race conditions: "/home/neonuser/neon/.neon/storage_controller_1/storage_controller.pid"
Stopping storage controller database...
waiting for server to shut down.... done
server stopped
neonuser@206a21a86987:~/neon$
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello. I'm looking for some help please.
I'm running on Ubuntu os-release below. I'm following the steps detailed here
I can install and init successfully however when I attempt to start neon it fails to start with the following output. Could anyone point in the direction of what I may be missing. Thank you.
output:
Beta Was this translation helpful? Give feedback.
All reactions