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

BOA Upgrade / Network interface Error #1792

Open
velpan opened this issue Jun 20, 2024 · 6 comments
Open

BOA Upgrade / Network interface Error #1792

velpan opened this issue Jun 20, 2024 · 6 comments

Comments

@velpan
Copy link

velpan commented Jun 20, 2024

Is it ok to go from BOA 4.1.1.dev to the last version BOA 5.2.0 on a Jesie Debian system?

Update: I tried the command barracuda up-lite and I get the message

ERROR: BOA requires the classic network interface naming convention.
ERROR: Typically it should be eth0 and not ens3 systemd convention.

When I run the command ip addr show I get

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether 96:00:00:10:66:4b brd ff:ff:ff:ff:ff:ff
inet 159.69.93.15/32 brd 159.69.93.15 scope global eth0
valid_lft forever preferred_lft forever
inet6 2a01:4f8:1c1c:304e::2/64 scope global
valid_lft forever preferred_lft forever
inet6 fe80::9400:ff:fe10:664b/64 scope link
valid_lft forever preferred_lft forever

Thank you for your support.

@velpan velpan changed the title BOA Upgrade BOA Upgrade / Network interface Error Jun 21, 2024
@aDarkling
Copy link

Please read docs/UPGRADE.txt , specifically the part about the OS upgrades.
BOA doesn't want to see systemd anymore.

@omega8cc
Copy link
Owner

We always removed systemd on Debian, it’s not relevant here.

The problem is that Jessie is just way too old for smooth upgrade with BOA tools.

Currently Stretch is the oldest Debian version BOA supports for upgraded to Devuan.

Still, it’s perfectly possible to upgrade Jessie too, but on some hosts it may crash hard.

If you are not experienced enough to manage major OS upgrade manually to debug and fix issues, consider installing new BOA server and migrating all sites.

Alternatively you can request paid support to upgrade your legacy BOA server at omega8.cc/contact

Sent with GitHawk

@omega8cc
Copy link
Owner

@velpan Please pay attention to warnings displayed. Your network interface is fine, you just need to add something to kernel configuration as explained on screen.

Sent with GitHawk

@omega8cc
Copy link
Owner

To reiterate: you can run barracuda upgrade on Jessie, but it will fail to rebuild PHP, so you should use the option for major system upgrade to Stretch first — don’t use the auto-upgrade scripts. It will allow you notice and fix issues which are inevitable for Jessie. Once on Stretch you can auto-upgrade to Chimaera easily. Unfortunately we no longer have any Jessie server for testing, only Stretch is still tested.

Sent with GitHawk

@velpan
Copy link
Author

velpan commented Jun 21, 2024

Thank you for the info.

You mean to use this option _JESSIE_TO_STRETCH=YES first, right?

@omega8cc
Copy link
Owner

@velpan Yes.

Sent with GitHawk

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

No branches or pull requests

3 participants