Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aegir page not working (throwing http error 500) #1675

Open
r-unny opened this issue Aug 19, 2022 · 3 comments
Open

Aegir page not working (throwing http error 500) #1675

r-unny opened this issue Aug 19, 2022 · 3 comments

Comments

@r-unny
Copy link

r-unny commented Aug 19, 2022

I expect my page to be reachable at https://o1.[SERVER-HOSTNAME]

In error logs only thing I see is:

2022/08/18 17:16:13 [warn] 31172#0: *37 using uninitialized "user_socket" variable, client: [IP], server: [HOSTNAME], request: "GET / HTTP/2.0", host: "[HOSTNAME]"
2022/08/19 04:09:37 [warn] 27721#0: *2199 using uninitialized "user_socket" variable, client: [IP], server: [HOSTNAME], request: "GET / HTTP/1.1", host: "[HOSTNAME]"

It was working properly before, I don't know when and what caused this error.

When I tried to update system I get:

BOA [14:38:11] ==> Skynet Agent v.BOA-4.1.4-dev welcomes you aboard!
BOA [14:38:14] ==> INFO: UPGRADE
BOA [14:38:19] ==> VIRT: This system is supported: Linux KVM guest
BOA [14:38:19] ==> Aegir on [[HOSTNAME]]([HOSTNAME]) Debian/stretch x86_64 PHP 7.3
BOA [14:38:28] ==> ERROR: This BARRACUDA version is outdated and will not work correctly
BOA [14:38:28] ==> Bye

Somehow I switched to dev branch of BOA, I don't know how to go back to release.

@r-unny
Copy link
Author

r-unny commented Aug 19, 2022

I did run the following:

    $ screen
    $ cd;wget -q -U iCab http://files.aegir.cc/BOA.sh.txt;bash BOA.sh.txt
    $ barracuda up-head log

@omega8cc
Copy link
Owner

The error referencing user_socket means you have configured PHP-FPM version which is not installed or broken.

Make sure you have the expected PHP-FPM running and then switch back and forth versions in ~/static/control/fpm.info and ~/static/control/multi-fpm.info to available versions (wait 5-6 minutes after each update).

If this doesn't help, force the update by deleting these files in ~/static/control/

rm -f ~/static/control/.ctrl*
rm -f ~/static/control/.multi*
rm -f ~/static/control/.single*

@omega8cc
Copy link
Owner

Note, the v.BOA-4.1.4-dev was actually new stable and later renamed to v.BOA-4.1.4-rel, as we no longer make releases, since it covers too many components which can be upgraded by Debian packages on every barracuda up-head, even without any BOA release, so BOA releases for just some components upgrades and nothing major otherwise were pointless.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants