-
Notifications
You must be signed in to change notification settings - Fork 331
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
Coredump if port 443 is occupied by another process ( Almalinux 9 ) #1363
Comments
Can't reproduce here... {
"listeners": {
"[::]:80": {
"pass": "routes"
},
"[::]:443": {
"pass": "routes",
"tls": {
"certificate": "bundle"
}
}
},
"routes": [
{
"action": {
"share": "/srv/unit$uri"
}
}
]
}
Could you provide your Unit config and a clean unit log from when you start unit? I'm curious what's generating these mesaages
|
The Makes me wonder if this is the stderr dump from a Docker container with both |
There was an application running acme-dns that listened to port 443. The bug is that unit should not crash but exit with an error in this case. |
Correct, Unit shouldn't crash, but I was unable to reproduce this. If you can get a backtrace from a core dump that may help... or at the very least a clean log from starting Unit and it crashing, with nothing else going on like those other messages that appeared. |
Coredump if port 443 is busy another process
unitd --version
unit version: 1.32.1
configured as ./configure --prefix=/usr --statedir=/var/lib/unit --control=unix:/var/run/unit/control.sock --runstatedir=/var/run --pid=/var/run/unit/unit.pid --logdir=/var/log --log=/var/log/unit/unit.log --tmpdir=/var/tmp --user=unit --group=unit --tests --openssl --njs --modulesdir=/usr/lib64/unit/modules --libdir=/usr/lib64 --cc-opt='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC' --ld-opt='-Wl,-z,relro -Wl,-z,now -pie'
2024/07/19 08:42:01 [alert] 16509#16511 *40 SSL_do_handshake(18) failed (258: unsupported protocol) (OpenSSL: error:0A000102:SSL routines::unsupported protoco
l)
2024/07/19 08:42:02 [alert] 16509#16511 *41 SSL_do_handshake(18) failed (396: version too low) (OpenSSL: error:0A00018C:SSL routines::version too low)
2024/07/19 09:32:51 [notice] 11531#11531 process 16509 exited with code 0
2024/07/19 09:32:51 [notice] 11531#11531 process 11533 exited with code 0
2024/07/19 09:34:39 [info] 796#796 discovery started
2024/07/19 09:34:39 [notice] 796#796 module: php 8.0.27 "/usr/lib64/unit/modules/php.unit.so"
2024/07/19 09:34:39 [info] 795#795 controller started
2024/07/19 09:34:39 [notice] 795#795 process 796 exited with code 0
2024/07/19 09:34:39 [info] 798#798 router started
2024/07/19 09:34:39 [info] 798#798 OpenSSL 3.0.7 1 Nov 2022, 30000070
2024/07/19 09:34:39 [alert] 795#795 bind("0.0.0.0:443") failed (98: Address already in use)
2024/07/19 09:34:39 [alert] 798#798 failed to apply new conf
2024/07/19 09:34:39 [alert] 797#797 failed to apply previous configuration
2024/07/19 09:34:39 [alert] 795#795 process 797 exited on signal 11 (core dumped)
2024/07/19 09:34:39 [info] 795#795 controller started
2024/07/19 09:34:39 [alert] 795#795 bind("0.0.0.0:443") failed (98: Address already in use)
2024/07/19 09:34:39 [alert] 798#798 failed to apply new conf
2024/07/19 09:34:39 [alert] 804#804 failed to apply previous configuration
2024/07/19 09:34:39 [alert] 795#795 process 804 exited on signal 11 (core dumped)
2024/07/19 09:34:39 [info] 795#795 controller started
2024/07/19 09:34:39 [alert] 795#795 bind("0.0.0.0:443") failed (98: Address already in use)
2024/07/19 09:34:39 [alert] 798#798 failed to apply new conf
2024/07/19 09:34:39 [alert] 810#810 failed to apply previous configuration
2024/07/19 09:34:39 [alert] 795#795 process 810 exited on signal 11 (core dumped)
2024/07/19 09:34:39 [info] 795#795 controller started
2024/07/19 09:34:39 [alert] 795#795 bind("0.0.0.0:443") failed (98: Address already in use)
2024/07/19 09:34:39 [alert] 798#798 failed to apply new conf
2024/07/19 09:34:39 [alert] 816#816 failed to apply previous configuration
The text was updated successfully, but these errors were encountered: