[Bug 1804069] Re: haproxy fails on arm64 due to alignment error
Andreas Hasenack
andreas at canonical.com
Wed Feb 6 11:47:51 UTC 2019
Cosmic verification
Using arm64:
root at cosmic-haproxy-1804069:~# uname -a
Linux cosmic-haproxy-1804069 4.15.0-45-generic #48-Ubuntu SMP Tue Jan 29 16:32:18 UTC 2019 aarch64 aarch64 aarch64 GNU/Linux
First, confirming the bug:
root at cosmic-haproxy-1804069:~# apt-cache policy haproxy
haproxy:
Installed: 1.8.13-2ubuntu0.1
Candidate: 1.8.13-2ubuntu0.1
Version table:
*** 1.8.13-2ubuntu0.1 500
500 http://ports.ubuntu.com/ubuntu-ports cosmic-updates/main arm64 Packages
wget fails as expected:
root at cosmic-haproxy-1804069:~# wget -t1 http://localhost:8080
--2019-02-06 11:43:52-- http://localhost:8080/
Resolving localhost (localhost)... 127.0.0.1
Connecting to localhost (localhost)|127.0.0.1|:8080... connected.
HTTP request sent, awaiting response... No data received.
Giving up.
root at cosmic-haproxy-1804069:~# echo $?
4
Haproxy error logs show:
Feb 6 11:43:52 cosmic-haproxy-1804069 haproxy[4539]: [ALERT] 036/114339 (4539) : Current worker 4540 exited with code 135
Feb 6 11:43:52 cosmic-haproxy-1804069 haproxy[4539]: [ALERT] 036/114339 (4539) : exit-on-failure: killing every workers with SIGTERM
Feb 6 11:43:52 cosmic-haproxy-1804069 haproxy[4539]: [WARNING] 036/114339 (4539) : All workers exited. Exiting... (135)
Upgraded haproxy package:
root at cosmic-haproxy-1804069:~# apt-cache policy haproxy
haproxy:
Installed: 1.8.13-2ubuntu0.2
Candidate: 1.8.13-2ubuntu0.2
Version table:
*** 1.8.13-2ubuntu0.2 500
500 http://ports.ubuntu.com/ubuntu-ports cosmic-proposed/main arm64 Packages
wget now works:
root at cosmic-haproxy-1804069:~# wget -t1 http://localhost:8080
--2019-02-06 11:46:19-- http://localhost:8080/
Resolving localhost (localhost)... 127.0.0.1
Connecting to localhost (localhost)|127.0.0.1|:8080... connected.
HTTP request sent, awaiting response... 200 OK
Length: 10918 (11K) [text/html]
Saving to: ‘index.html’
index.html
100%[================================================================================================================================>]
10.66K --.-KB/s in 0s
2019-02-06 11:46:19 (154 MB/s) - ‘index.html’ saved [10918/10918]
root at cosmic-haproxy-1804069:~# echo $?
0
root at cosmic-haproxy-1804069:~#
And the haproxy logs stay quiet.
Cosmic verification succeeded.
** Tags removed: verification-needed-cosmic
** Tags added: verification-done-cosmic
--
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1804069
Title:
haproxy fails on arm64 due to alignment error
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1804069/+subscriptions
More information about the Ubuntu-server-bugs
mailing list