-
Notifications
You must be signed in to change notification settings - Fork 19
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
24.04 and 24.10 Ubuntu Issues #35
Comments
@choman, thank you. It had been on the agenda for a while. @malvidin helped a ton while I was slacking. I typically only run and test on LTS versions, but I am currently on 22.04. I will try to get a test environment of 24.04 running soon to look into this more, but I will post my initial thoughts. Issue 1When I first started working on this project, I always ran into odd issues with Chrome until I started using this PPA:
However, I'm not sure if it's still necessary since I am on Issue 2This certainly could be an issue with the deb package that Canonical is using. Like Chrome, I also use a PPA, which may or may not be helpful:
Canonical runs this PPA, so I can't guarantee that it will be helpful in any way. I used these PPAs to isolate issues in the initial development of this project. Most folks I work with do not use these, and everything works fine. WARNING: I don't mean to insult your intelligence if you already know, but please be careful about the PPAs you use, if you choose to, since malicious individuals can host them. pkcs11-register IssueAlso, I appreciate the insight here:
I know the register command will write the files if they aren't present, so the nuclear strategy of removing the |
There are technically two (2) issues that my team and I are seeing, and would absolutely love to help have these solved. First off, love the updated script and moving to the use of opensc.
Issue 1
On both 24.04 and 24.10, chrome randomly crashes. Currently, using chrome 131.0.6778.264, which as of 2025-01-13 is the latest stable for linux and ubuntu.
Issue 2
On both 24.04 and 24.10, when using the script to de-snapify firefox and move to the deb package of firefox, 134.0 as of 2025-01-13. the cac software does not read the card info. So when visiting things like DoD safe, everyone on the team is a guest.
Update 2025-01-14
Issue appears that the card reader is not seen. The loading the pkcs modules into the following it worked and the reader was seen. Personal note, it's like the deb packaging is missing a library that the tar'balls contain.
- 128.6esr
- 129.0 standard
- 134.0 standard
- 134.0.1 standard
Additional plug for known pkcs11-register issue
During another test with chrome and using the newer cac_setup.sh script, I noticed that there was lines in the pkcs11.txt that
had commented out opensc libraries and already specified cackey lines. In reference to your known issue that pkcs11-regsister does not always run correctly. I have to remove the cackey and the commented opensc lines for it to work correctly. My speculation is that it (pkcs11-register "greps" for opensc and not if it's commented out.
The text was updated successfully, but these errors were encountered: