-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
Pulsar not working in RockyLinux9 #747
Comments
Probably a duplicate of #733. Can you run it from the terminal and check the error is the same about GLIBC? |
While I'm not sure if this is the same issue as #146 Thanks a ton for reporting the issue, hope this helps |
Are you running pulsar with the |
With the
|
I have taken a look and the file Alternativelly i thought i could copy the "right version" of Please let me know what i can do to run Pulsar on this distribution, thank you. |
I think we should build on the oldest Linux version that CI will let us build on. Older Linux in CI will include older glibc. Newer glibc occasionally has breaking changes that aren't backward-compatible. So, official Atom always stayed building on the oldest Linux the CI environment would let them use, for broadest compatibility with long-lived distros that are very much not "bleeding edge" in their updates, especially (at the time) CentOS, so this being an issue for the Red Hat extended family today is a bit of a callback to that previous discussion I remember from official Atom. EDIT to add: If we need to build in a Docker container using an older Linux distro, that could be an option. |
@DeeDeeG, thank you for your answer, yet I don't understanding exacly what I need to do to get Pulsar running in my RockyLinux9 distribution. :) I'm not sure how to "build on the oldest Linux version that CI will let us build on", but if you explain a bit what needs to be done, i can try it out. :) Or maybe someone else could help out with the "building" of these binaries. Let me know how to move forward, as I'd love to get Pulsar running on my Rocky instalation. :) |
Can you try the appimage instead? It might be better than tinkering with your glibc installation (btw: ldd --version should spit out the version you have). |
@Daeraxa it would be a good idea to downgrade the build process to an older version and also to use the bitnami/minideb images. I'd be happy to give it a try. |
Regarding
Regarding trying the AppImage, i want to try this. But before i install it, can someone please tell me how to uninstall the current Pulsar installation? so i get a clean new appimage install Thank you for your help ! |
@stefaniecg Appimages don't actually install (unless you are using AppimageLauncher which will prompt anyway), they are essentially self contained applications. You can have it alongside an installed version and it would work the same (as they use the same config folder). You should be able to uninstall with @aalbacetef I'll have to defer to the experts there I'm afraid, @DeeDeeG for example has a much better handle on this. Either way we should close one of these issues (i.e. this or #733), we already have a conversation split between them and it does appear to be the same problem. |
@stefaniecg You can uninstall using the command that @Daeraxa wrote. As per the AppImage, think of it as a portable binary, you don't install it, you run it (don't forget to Here's what I suggest:
Now you should be able to launch pulsar directly from the terminal. If you'd like to have it run as an app, you'll want to create a .desktop file. Here's an example of a
and drop it in the appropriate directory, usually |
So i uninstalled pulsar with:
|
Unfortunately I think the only answer at the moment is to go for an earlier release until we sort out what we are going to do. Essentially we are building Pulsar on a machine that means older versions of Linux aren't supported. |
@Daeraxa, ok, i'll do that. Thank you for the help :) |
I compiled some binaries that were made on Debian 8, you can try these and tell me if they work: https://ftp.iotib.net/Projects/Pulsar%20Older%20Glibc/v1.109.0/ If not, then you could use the flatpak? |
@Charadon, |
Just a couple of questions, to get an idea: Q1. what was the problem? is it that Rocky9 OS has too OLD or too NEW versions of the Let me know. |
I wrote up an explanation on why this happens here: #733 (comment) |
Hi again, sorry for the delayed response.
The problem is Rocky 9 having too old a version of glibc, or in other words the problem is Pulsar being compiled for too new a version of glibc to be compatible.
We have some binaries generated by Pulsar team now, if you prefer those. (See: #733 (comment).) As for a timeline for when these binaries might be made routinely during our usual release process: We are still running into some problems when trying to automatically test these binaries for quality assurance purposes, to confirm they continue to work with each change to Pulsar during deveopment, but folks have who have tried them manually so far have commented that it's working for them. If we can't find a way to automatically test these like we test our other binaries, we may provide them "as-is" as separate "legacy" binaries. We're still figuring out what we want to do about this, to be honest. More details in my comment in the other issue: #733 (comment) I'm not sure how much work it will take to make progress on automated testing, so no firm plans at the moment regarding when we'd want to make these widely available as part of our usual releases. |
@confused-Techie , hi, so i can now install Pulsar in RockyLInux9 using the Pulsar Regular Release for linux installer from the website? |
If the PR has worked as intended then on the next Pulsar Regular Release yes you could. So keep an eye out for our Pulsar Release in mid February, or otherwise if you install the Rolling Release, that should already have this fix. |
ok @confused-Techie , thank you so much for your help ! |
Thanks in advance for your bug report!
What happened?
I installed Pulsar in Rocky Linux 9, but no GUI ever comes up.
sudo dnf install -y ./pulsar-1.109.2023092802.x86_64.rpm
Infos about pulsar and OS below.
Please help, thanx
Pulsar version
1.109.2023092802
Which OS does this happen on?
🐧 Red Hat based (Fedora, Alma, RockyLinux, CentOS Stream, etc.)
OS details
Rocky Linux 9.2
Which CPU architecture are you running this on?
64-bit(x86_64)
What steps are needed to reproduce this?
In Rocky Linux 9.2 install pulsar:
sudo dnf install -y ./pulsar-1.109.2023092802.x86_64.rpm
Then try:
pulsar
no GUI comes up.
Additional Information:
Thank you for the help you ca provide.
The text was updated successfully, but these errors were encountered: