Search found 163 matches

by nevets
Mon Nov 11, 2024 10:01 pm
Forum: General Questions
Topic: How might I run a linux binary on Ghost?
Replies: 3
Views: 2958

Re: How might I run a linux binary on Ghost?

Hmm.. running the application I get:
ELF interpreter /lib64/ld-linux-x86-64.so.2 not found, error 2
zsh: abort
Is there a suite of "userland"linux pkgs I need to install too?
by nevets
Sun Nov 10, 2024 11:56 pm
Forum: General Questions
Topic: How might I run a linux binary on Ghost?
Replies: 3
Views: 2958

How might I run a linux binary on Ghost?

For the first time I find myself in the situation of needing to run a linux app in freebsd. I have the binary. I have started the linux service. # service linux start What do I do next to execute the binary? Do I move it to /compat/linux? Do I run the app with # sudo linux appname? The manual [https...
by nevets
Mon Oct 28, 2024 4:45 pm
Forum: General support
Topic: Use Yubikey or other security keys for 2FA
Replies: 9
Views: 6600

Re: Use Yubikey or other security keys for 2FA

PLUS we need... the pkg snap to run verifications: # ykman info # sudo snap connect firefox:raw-usb # sudo snap connect firefox:password-manager-service # sudo systemctl status pcscd # snap connections firefox # ykman fido credentials list AND To set the pin number we need: # sudo ykman fido access ...
by nevets
Sun Oct 27, 2024 10:05 pm
Forum: Installation and Maintenance of software
Topic: kid3-qt pkg fails
Replies: 3
Views: 3351

Re: kid3-qt pkg fails

Thanks, unfortunately the update/grades don't fix the issue so the pkg, which just moved from qt5 to qt6, is faulty at the moment.
The non-ghost ports show the same pkg version so there's no fix yet..
Not sure if I should try the KDE version kid3-kf6.
Easytag editor doesn't fit the need I have.
by nevets
Sun Oct 27, 2024 12:22 am
Forum: Installation and Maintenance of software
Topic: kid3-qt pkg fails
Replies: 3
Views: 3351

kid3-qt pkg fails

This weeks update stopped the pkg kid3-qt from working.
It was recently updated to a new QT so perhaps it's a bug?
by nevets
Tue Oct 15, 2024 6:49 am
Forum: Sound Device
Topic: Pops and crackles on recording with audacity
Replies: 3
Views: 3819

Re: Pops and crackles on recording with audacity

Thanks Neville.... I used mixer pkg controls to restore 'defaults' on both pcm0 and pcm1, and that seemed to do the trick. Example: To set default mixer to front analogue: # mixer -d 1 To set values for this [pcm1]: # mixer vol.volume=0.84:0.84 pcm.volume=1.00:1.00 line.volume=0.01:0.01 mic.volume=0...
by nevets
Tue Oct 08, 2024 12:23 am
Forum: Sound Device
Topic: Pops and crackles on recording with audacity
Replies: 3
Views: 3819

Pops and crackles on recording with audacity

Recently Audacity audio live stream recording has lots of pops and crackles. I increased the Audacity buffer latency [default 100ms] to 300ms but it's still an issue. Is there a hardware setting I may adjust? cat /dev/sndstat Installed devices: pcm0: <Realtek ALC887 (Rear Analog)> (play/rec) default...
by nevets
Fri Sep 27, 2024 3:20 am
Forum: General support
Topic: Use Yubikey or other security keys for 2FA
Replies: 9
Views: 6600

Re: Use Yubikey or other security keys for 2FA

Brilliant - I'll get my key now, thanks.
by nevets
Fri Sep 20, 2024 8:40 pm
Forum: General support
Topic: Use Yubikey or other security keys for 2FA
Replies: 9
Views: 6600

Use Yubikey or other security keys for 2FA

Has anyone experience in using usb security keys / dongles? Am considering 2FA with them. These articles are quite involved and inconsistent https://hackacad.net/freebsd/2020/03/27/using-fido2-auth-keys-yubikey-solokey-with-macos-and-freebsd.html https://gist.github.com/spmzt/9436b30fb93ca6227e7f447...
by nevets
Tue Sep 17, 2024 10:46 pm
Forum: Installation and Maintenance of software
Topic: Documentation Correction
Replies: 3
Views: 4320

Documentation Correction

https://ghostbsd-documentation-portal.readthedocs.io/en/latest/user/upgrading-guide.html#ghostbsd-upgrade-with-pkg-cli Starting the upgrade: Run the command below if there is a kernel mismatch with update -f. sudo pkg update -f This should be sudo pkg upgrade -f Run the command below if there no ker...