BlendIT BSD Cafe - NetBSD

65 readers
1 users here now

Welcome to the "NetBSD" community at the BSD Cafe BlendIT server!

Step into our cozy virtual cafe, where we sip on the finest digital espressos and chat about all things NetBSD. We're thrilled to have you here, and we hope you'll find this room to be a vibrant hub for all things related to NetBSD. Whether you're a seasoned NetBSD aficionado, a curious newcomer, or simply intrigued by the world of BSD operating systems, this space is your haven for discussions, questions, and knowledge sharing. Feel free to introduce yourself, inquire about anything, share your experiences, or engage in conversations about NetBSD's portability, versatility, and its rich history. We encourage a friendly and respectful atmosphere where everyone can learn and contribute. So, pull up a virtual seat at our cozy cafe, order your favorite virtual beverage, and let's delve into the fascinating realm of NetBSD together! Your thoughts and inquiries are warmly welcomed, and we look forward to enlightening discussions in this community.

founded 1 year ago
MODERATORS
1
 
 

Words or text file to audio with pico2wave and pico-tts

Generate a nice audio notification from a few words :

https://github.com/chimay/scripts/blob/master/shell/multimedia/pico-words-to-ogg.sh

It's the end of the day, your eyes are tired but you want to read that last post on @stefano 's blog. With pico-tts, you can listen to it instead!

First save the page, convert it to text (eg with w3m), then use this script to obtain the corresponding ogg file :

https://github.com/chimay/scripts/blob/master/shell/multimedia/pico-textfile-to-ogg.sh

Usage :
pico-textfile-to-ogg.sh --help
pico-words-to-ogg.sh --help

Requisites : you'll need pico2wave, pico-tts (aur packages avail for arch), sox and ffmpeg.

@netbsd

2
3
 
 

This is my method to dual-boot NetBSD and Archilnux in my laptop.

Please, feel free to comment everything I'm doing wrong. I'm not exactly an expert on the topic.

4
5
 
 

I have no idea how to do full-disk-encryption with NetBSD in UEFI systems.

Closest thing I can do is plain-text rootfs and encrypted /home, /var, /usr and swap. So, it's secure enough if my laptop get lost or stolen.

I wrote a post about how I do that.

If anyone can guide me to a rootfs on CGD or LVM, I'd appreciate that.

6
7
8
9
1
NetBSD 10.0 RC 3 is out (mastodon.bsd.cafe)
submitted 9 months ago* (last edited 9 months ago) by chimay@mastodon.bsd.cafe to c/netbsd@blendit.bsd.cafe
10
11
 
 
12
1
pkgsrc (blendit.bsd.cafe)
submitted 11 months ago* (last edited 11 months ago) by chimay@blendit.bsd.cafe to c/netbsd@blendit.bsd.cafe
 
 

Almost every NetBSD user knows about pkgsrc, the equivalent of FreeBSD port system. You can use it on NetBSD of course, but also on other Unix-like OS like *BSD or Linux.

Besides that, there is also pkgsrc/wip, where new maintainers can practise their skills. It may be worth taking a look there, whether you want to contribute or to find a package not present in the main pkgsrc tree.

You also have pkgin, equivalent to FreeBSD's pkg.

Finally, Joyent proposes prebuilt packages for a variety of platforms.

13
 
 

A vulnerability in the NetBSD FTP server allows unauthenticated users to execute MLST and MLSD commands without authentication. This can lead to information leakage - unauthorized party may be able to download the listing of the current ftpd(8) directory. This vulnerability has been assigned CVE-2023-45198.

Additionally, potential buffer overflow in count_users() and reading outside of allocated memory issues due to wrong struct type used in the pam_set_item() call have been identified.

14
1
NetBSD sysupgrade (mastodon.bsd.cafe)
submitted 1 year ago* (last edited 1 year ago) by chimay@mastodon.bsd.cafe to c/netbsd@blendit.bsd.cafe
 
 

NetBSD sysupgrade

#openBSD upgrade tool is praised, and with reason. From what Ijust read, #NetBSD #sysupgrade one is also a great tool :

https://www.netbsd.org/docs/guide/en/chap-upgrading.html

let's try the crosspost

@netbsd

15