tickets #139301
closedcode.o.o prints "Internal Server Error"
0%
Updated by crameleon about 1 year ago
I repaired various issues, for some reason it tries to chat with both the proxy and with login2.o.o for /login to work, now it's somewhat usable, just the "Log out" button ends in a redirection issue.
I also don't find how to disable the annoying debug output.
Updated by crameleon about 1 year ago
Apparently issue commenting is also affected by "the page isn't redirecting properly".
Updated by crameleon about 1 year ago ยท Edited
After the machine came back up today, Pagure again does not load. Nginx log shows it trying to connect to an upstream on localhost:8080, but nothing is listening on port 8080.
Tried restarting services matching "pagure*" with no change in behavior. Journal output does not reveal anything interesting.
Updated by Pharaoh_Atem about 1 year ago
I have not been able to ssh into the VM. The ssh command through the proxy hangs.
Updated by crameleon about 1 year ago
Does not sound related to the application problem, but paste the output of the following while connected to the VPN:
ssh -F /dev/null -v -J <IPA user>@thor1.infra.opensuse.org <IPA user>@pagure01.infra.opensuse.org
Updated by Pharaoh_Atem about 1 year ago
ngompa@fedora ~> ssh -F /dev/null -v -A -J pharaoh_atem@thor1.infra.opensuse.org root@pagure01.infra.opensuse.org
OpenSSH_9.3p1, OpenSSL 3.1.1 30 May 2023
debug1: Reading configuration data /dev/null
debug1: Setting implicit ProxyCommand from ProxyJump: ssh -l pharaoh_atem -F /dev/null -v -W '[%h]:%p' thor1.infra.opensuse.org
debug1: Executing proxy command: exec ssh -l pharaoh_atem -F /dev/null -v -W '[pagure01.infra.opensuse.org]:22' thor1.infra.opensuse.org
debug1: identity file /home/ngompa/.ssh/id_rsa type 0
debug1: identity file /home/ngompa/.ssh/id_rsa-cert type -1
debug1: identity file /home/ngompa/.ssh/id_ecdsa type -1
debug1: identity file /home/ngompa/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/ngompa/.ssh/id_ecdsa_sk type -1
debug1: identity file /home/ngompa/.ssh/id_ecdsa_sk-cert type -1
debug1: identity file /home/ngompa/.ssh/id_ed25519 type -1
debug1: identity file /home/ngompa/.ssh/id_ed25519-cert type -1
debug1: identity file /home/ngompa/.ssh/id_ed25519_sk type -1
debug1: identity file /home/ngompa/.ssh/id_ed25519_sk-cert type -1
debug1: identity file /home/ngompa/.ssh/id_xmss type -1
debug1: identity file /home/ngompa/.ssh/id_xmss-cert type -1
debug1: identity file /home/ngompa/.ssh/id_dsa type -1
debug1: identity file /home/ngompa/.ssh/id_dsa-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_9.3
OpenSSH_9.3p1, OpenSSL 3.1.1 30 May 2023
debug1: Reading configuration data /dev/null
ssh: Could not resolve hostname thor1.infra.opensuse.org: Temporary failure in name resolution
kex_exchange_identification: Connection closed by remote host
Connection closed by UNKNOWN port 65535
Updated by crameleon about 1 year ago
So you have a DNS issue - which nameservers do you use?
Updated by Pharaoh_Atem 12 months ago
- Status changed from New to Resolved
No, I think we're good now.