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

error: InvalidVersion and exit when running on Fedora 41 #362

Open
joshbaptiste opened this issue Jan 17, 2025 · 1 comment
Open

error: InvalidVersion and exit when running on Fedora 41 #362

joshbaptiste opened this issue Jan 17, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@joshbaptiste
Copy link

Hello,

Trying out the latest binary release today and does not run at all on Fedora 41

josh@fedora ~/Downloads [1]> sha1sum lightpanda-x86_64-linux 
38980cef5905236c1e14f4d2eaac2bcbb68e6f10  lightpanda-x86_64-linux

josh@fedora ~/lDownloads> ./lightpanda-x86_64-linux 
error: InvalidVersion
josh@fedora ~/Downloads [1]> ./lightpanda-x86_64-linux --dump https://lightpanda.io
error: InvalidVersion

josh@fedora ~/Downloads> lsb_release -a
LSB Version:    n/a
Distributor ID: Fedora
Description:    Fedora Linux 41 (KDE Plasma)
Release:        41
Codename:       n/a

Strace ending snippet

rt_sigaction(SIGPIPE, {sa_handler=0x152b900, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f555e245090}, NULL, 8) = 0
unlinkat(AT_FDCWD, "/tmp/lightpanda", 0) = 0
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
setsockopt(3, SOL_SOCKET, SO_REUSEPORT, [1], 4) = 0
bind(3, {sa_family=AF_UNIX, sun_path="/tmp/lightpanda"}, 110) = 0
listen(3, 1)                            = 0
getsockname(3, {sa_family=AF_UNIX, sun_path="/tmp/lightpanda"}, [110 => 18]) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f555e51c000
uname({sysname="Linux", nodename="fedora", ...}) = 0
close(3)                                = 0
write(2, "error: InvalidVersion\n", 22error: InvalidVersion
) = 22
exit_group(1)                           = ?
+++ exited with 1 +++
josh@fedora ~/Downloads [1]> strace -f ./lightpanda-x86_64-linux
@marcohuxam
Copy link

I have the same issue, I took the install link directly from the read me in my x86_64 docker container but I cannot run it because any command gives me "Invalid version".

@krichprollsch krichprollsch self-assigned this Jan 17, 2025
@krichprollsch krichprollsch added the bug Something isn't working label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants