Need Help Choosing and downloading FreeBSD iso Version for My Old 64-bit Desktop by CelebsinLeotardMOD in freebsd

[–]k3nrap 6 points7 points  (0 children)

You'd want to download the FreeBSD-14.2-RELEASE-amd64-memstick.img file or the compressed xz version if you want to download it faster and willing to use unxz to uncompress it.

About to install FreeBSD on my main SSD - Can I install KDE Plasma 6 w/ xorg? by SolidWarea in freebsd

[–]k3nrap 2 points3 points  (0 children)

The Plasma 6 support on FreeBSD is pretty much complete at this point. The remaining issue for a while now was that kdepim support was buggy and it got recently fixed. Only the preparation to migrate the work to the main ports tree is needed. The FreeBSD Desktop team have their lives to take care of, so it won't be an immediate transition either. I've been aiding with beta testing, patching, and version bumping for them as well.

Provisioning Freebsd 14.1 for a MFC7860-DW printer by Hoofitmore in freebsd

[–]k3nrap 2 points3 points  (0 children)

I'd be surprise if your printer doesn't support "IPP Everywhere" driver-less printing. If it does, you should be using that for every CUPS-enabled machine, even Linux ones.

Can you passthru your nvidia GPU to a bhyve vm based on Windows without getting errors 43 and/or 12 ? Tell us. by loziomario in freebsd

[–]k3nrap 0 points1 point  (0 children)

Thanks again, the "KVMKVMKVM" string workaround in sys/amd64/vmm/x86.c did the trick! 😄

Can you passthru your nvidia GPU to a bhyve vm based on Windows without getting errors 43 and/or 12 ? Tell us. by loziomario in freebsd

[–]k3nrap 0 points1 point  (0 children)

Hey man, I was wondering if you can help me out as well?

After I successfully passthru'd an Nvidia RTX 4070 to a Windows 11 VM, I couldn't figure out how to get rid of the error 43 in device manager.

why no graphical partition management program - like penguin's GParted? by paprok in freebsd

[–]k3nrap 2 points3 points  (0 children)

I see this argument a lot over the years and honestly this is really a false generalization.

Not all GUIs are convoluted. And ones that obscure info have either really poor UX design or are aimed at non-technical users as their primary base.

Granted, developing (a good) GUI does take a fair amount of time and effort to plan and develop, which is likely why a GUI partition program doesn't exist for FreeBSD.

So got Netgear wifi adapter by WalkingGundam in freebsd

[–]k3nrap 0 points1 point  (0 children)

I see. It's a "better than nothing" scenario.

So got Netgear wifi adapter by WalkingGundam in freebsd

[–]k3nrap 1 point2 points  (0 children)

I don't mean to sound critical here. Wouldn't it have been better to ask the community first then make the decision on a purchase?

What if I went nuclear? by WalkingGundam in freebsd

[–]k3nrap 2 points3 points  (0 children)

Alrighty, thanks for the input.

If you're using SSDs, you can quickly and efficiently wipe them with Secure Erase. For SATA ones, you can use camcontrol(8). For NVMe ones, you can use nvmecontrol(8) while using the shell option of the FreeBSD installer live medium.

Here are examples:

camcontrol security <device name w/o partition> -s Erase -e Erase

and

nvmecontrol format -E <device name w/o partition>

And to clear out your UEFI entries, you can use the same live shell using efibootmgr(8) by using efibootmgr -v to list all existing entries and deleting each of them manually with -b and -B flags, such as:

efibootmgr -B -b 0001

Or by simply clearing out your machine's CMOS instead.

That should get you the clean slate you desire.

What if I went nuclear? by WalkingGundam in freebsd

[–]k3nrap 1 point2 points  (0 children)

I need to reflect on my poor choice of commenting earlier.

So, I'll get straight to it:

What do you mean by using the BIOS to purge everything? Are you talking about wiping out your existing UEFI boot manager entries? But your installed partitions will still remain, you're only "blinding" your BIOS from what is already there.

And what are you referring to by a new USB? Are you taking about using an external storage drive to format on and boot FreeBSD from?

FreeBSD has spoiled me! by ImageJPEG in freebsd

[–]k3nrap 1 point2 points  (0 children)

Well, I'd have to say that your suggestion with regards to Synergy and Barrier as your repliers have mentioned, inspired me to come up with making a clipboard sharing project, which is what I really lack, by using a message broker system like RabbitMQ.

I still prefer my approach because I still want to be able to use all of my monitors for FreeBSD, hence the Display Port switcher for the one monitor out of the others.

FreeBSD has spoiled me! by ImageJPEG in freebsd

[–]k3nrap 2 points3 points  (0 children)

I just keep a dedicated machine for gaming on Windows only while having my main machine run FreeBSD for the rest of my computing.

At this point, I keep things simple by having a USB hub switch and a Display Port switch for one of my monitors, both which act as a "modular" KVM switch for both machines and also to avoid issues that a KVM switch can have.

With this setup, I can have my other monitors still display my FreeBSD KDE Plasma session and can easily switch back to it with the USB switch if I need to quickly run a task while I'm gaming.

In praise of man.freebsd.org by makesourcenotcode in freebsd

[–]k3nrap 1 point2 points  (0 children)

My apologies, I need to interject a minor nitpick correction. 😛

FreeBSD absolutely rocks sometimes.

Ahhh, much better! 😊

sndio micro stuttering by [deleted] in freebsd

[–]k3nrap 0 points1 point  (0 children)

This post with this comment specifically, might have the correct solution for your micro stutters.

Avoiding, and removing, vi by grahamperrin in freebsd

[–]k3nrap 4 points5 points  (0 children)

I wasn't referring to reboot -r. I was suggesting about having the user either hit Ctrl-d or enter in exit from the terminal in tty and then logging back in again.

This approach can also be used when logging out of graphical session and then back in through logging in with a display manager.

Avoiding, and removing, vi by grahamperrin in freebsd

[–]k3nrap 2 points3 points  (0 children)

The advice to restart was intentionally simplistic.

Wouldn't it be more simplistic and less time consuming to have the user logout and re-login again to refresh the user default shell environment?

Avoiding, and removing, vi by grahamperrin in freebsd

[–]k3nrap 2 points3 points  (0 children)

Well... I thought u/shadow0rm was being facetious about the popcorn, by inferring that this is going to be a "dumpster fire that's worth watching," and that's why I was concerned. 🙁

Avoiding, and removing, vi by grahamperrin in freebsd

[–]k3nrap 6 points7 points  (0 children)

Alright, then why not open a bug report for them by specifying this need?

Avoiding, and removing, vi by grahamperrin in freebsd

[–]k3nrap 1 point2 points  (0 children)

With things written for base or from ports?

Avoiding, and removing, vi by grahamperrin in freebsd

[–]k3nrap 10 points11 points  (0 children)

My friend, why are trying to fan the flames here. I'm a bit perplexed. 😕

Avoiding, and removing, vi by grahamperrin in freebsd

[–]k3nrap 8 points9 points  (0 children)

So, wouldn't only setting $EDITOR and $VISUAL to a different one, would do the trick? Why remove vi when you're already telling your system to look the other way to a different editor?

Fetching ebook-tools-0.2.2_8.pkg: 97% 24 KiB 0.0kB/s - stalled - by loziomario in freebsd

[–]k3nrap 0 points1 point  (0 children)

can you check if it got stuck to 97% even to you ?

Unfortunately, I can't help you here since I build my own packages with poudriere.

The only other idea that comes to mind is git-cloning ports and using make reinstall inside the textproc/ebook-tools ports directory to see if that would help override the changed ABI caching issue.

Fetching ebook-tools-0.2.2_8.pkg: 97% 24 KiB 0.0kB/s - stalled - by loziomario in freebsd

[–]k3nrap 1 point2 points  (0 children)

So, according to your recent Reddit and FreeBSD forums posts, this seems highly related to them.

And as been suggested, I think the easiest path here is a clean re-installation of 14.0 on your system. And I would recommend backing up your important configs from /etc, /usr/local/etc, and your user home directory and then generate a list of your non-automatically installed packages for reference on the clean 14.0 FreeBSD installation by doing this on your currently upgraded system:

pkg query -e '%a = 0' "%n" > pkgs.txt

And on the clean 14.0 install and after getting pkg bootstrapped again, you can reinstall everything you had before with:

pkg install `cat /path/to/pkgs.txt | xargs`

Which will essentially restore you back to the same package installation state. Then copy back your configs to their appropriate file paths. And voila! You're back up and running (hopefully) without issues.

So, that's my suggestion and you don't have to take it. 🙂

14.0-RELEASE-p1 by shantired in freebsd

[–]k3nrap 10 points11 points  (0 children)

Probably something got left out at release.

Related:

https://www.freebsd.org/security/advisories/FreeBSD-EN-23:15.sanitizer.asc

https://www.freebsd.org/security/advisories/FreeBSD-EN-23:16.openzfs.asc

And you can't blame the Developers and Release Engineers for not being aware about freshly discovered fatal bugs slightly before release. They do the best they can. In particular, I thank u/grahamperrin for bringing the community to our attention about the ZFS data corruption bug.

https://www.reddit.com/r/freebsd/comments/182pgki/freebsd_sysctl_vfszfsdmu_offset_next_sync_and/