Default installation on debian 11 results in Login Failed popup for default account guest:guest #470
Answered
by
carlhoerberg
matthias-blomme
asked this question in
Q&A
-
Hi all, I'm failing to install LavinMQ on a clean Debian 11. curl -L https://packagecloud.io/cloudamqp/lavinmq/gpgkey | sudo apt-key add -
. /etc/os-release
echo "deb https://packagecloud.io/cloudamqp/lavinmq/$ID $VERSION_CODENAME main" | sudo tee /etc/apt/sources.list.d/lavinmq.list
sudo apt-get update
sudo apt-get install lavinmq I enabled logging but I don't see anything special: launcher logger settings
launcher LavinMQ 1.0.0-beta.7
launcher Crystal 1.6.2 (2022-11-03)
launcher LLVM: 13.0.1
launcher Default target: x86_64-pc-linux-gnu
launcher Build flags: --release --no-debug
launcher Pid: 1881
launcher Config file: /etc/lavinmq/lavinmq.ini
launcher Data directory: /var/lib/lavinmq
launcher FD limit: 1048576
userstore Loading users from file
userstore 4 users loaded
vhoststore Loading vhosts from file
vhost[name=/] 0 items loaded from operator_policies.json
vhost[name=/] 0 items loaded from policies.json
vhost[name=/] 0 items loaded from parameters.json
userstore Updated permissions to vhost=/ for user=__direct
userstore Saving users to file
vhoststore 1 vhosts loaded
amqpserver 0 items loaded from parameters.json
launcher Certificate for AMQPS not @configured
http Bound to 0.0.0.0:15672
http Bound to /tmp/lavinmq-http.sock
http Bound to /dev/shm/lavinmq-http.sock
amqpserver Listening on 0.0.0.0:5672
amqpserver Listening on /tmp/lavinmq.sock
http 10.212.136.1 - GET /login HTTP/1.1 - 200 (502.48µs)
http 10.212.136.1 - GET /main.css HTTP/1.1 - 200 (476.77µs)
http 10.212.136.1 - GET /js/http.js HTTP/1.1 - 200 (165.20µs)
http 10.212.136.1 - GET /js/auth.js HTTP/1.1 - 200 (217.13µs)
http 10.212.136.1 - GET /js/dom.js HTTP/1.1 - 200 (149.39µs)
http 10.212.136.1 - GET /img/favicon.png HTTP/1.1 - 200 (241.32µs)
http 10.212.136.1 - GET /api/whoami HTTP/1.1 - 401 (43.03µs)
vhost[name=/] GC segments, collecting sps used 0B memory
vhost[name=/] GC segments
vhost[name=/] GC segments, garbage collecting used 0B memory
vhost[name=/] GC segments, compact internal queues used 0B memory
vhost[name=/] GC segments, GC collect used 0B memory Config file: [main]
data_dir = /var/lib/lavinmq
log_level = debug
log_file = /var/log/lavinmq.log
file_buffer_size = 16384
socket_buffer_size = 16384
;tls_cert = /etc/lavinmq/cert.pem
;tls_key = /etc/lavinmq/key.pem
;tls_min_version = 1.2
;tcp_keepalive = 60:10:3
;tcp_nodelay = false
guest_only_loopback = true
[mgmt]
bind = 0.0.0.0
port = 15672
tls_port = 15671
unix_path = /tmp/lavinmq-http.sock
[amqp]
bind = 0.0.0.0
port = 5672
tcp_proxy_protocol = false
tls_port = 5671
unix_path = /tmp/lavinmq.sock
unix_proxy_protocol = true Any advice or suggestions? Regards, |
Beta Was this translation helpful? Give feedback.
Answered by
carlhoerberg
Mar 4, 2023
Replies: 1 comment 1 reply
-
Try |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
carlhoerberg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try
guest_only_loopback = false