How many developers attended the Google Summit and didn’t have the chance to show their skills?

|
n0madcoder 2022-07-27 22:28:19
I don’t have a rpi so I have no clue at all, sry
bittin1 2022-07-28 11:28:38
https://www.bsdnow.tv/465

BSD Now 465: Deep Space DebuggingBSD Now
Debugging Lisp in Deep Space, 0 Dependency Websites with OpenBSD & AsciiDoc, Deleting old snapshots on FreeBSD, Full multiprocess support in lldb-server, Basic fix between pf tables and macros, and more
JackieMe 2022-07-28 17:36:19
what’s the proper way to eject a flash drive in FreeBSD? I usually camcontrol stop and then camcontrol eject, but I notice it’s still in /dev/
JackieMe 2022-07-28 17:37:13
in Linux I do udisksctl unmount and udisksctl power-off and it’s gone, no entry in /dev/
rob2g2 2022-07-28 17:38:26
no idea about linux but just unmount it and remove it?
n0madcoder 2022-07-28 17:42:35
Yeah, umount /media/drive or whatever location is mounted at should work
JackieMe 2022-07-28 17:53:47
great. thanks.
jschmidt3786 2022-07-28 18:03:27
Ronard 2022-07-27 10:15:19
hello. any way to get iwlwifi working?

iwlwifi definitely works great on CURRENT, and I think on 13.1-RELEASE.

Learner_DR 2022-07-28 18:15:09
JackieMe 2022-07-28 17:36:19
what’s the proper way to eject a flash drive in FreeBSD? I usually camcontrol stop and then camcontrol eject, but I notice it’s still in /dev/

I do this:
# umount -v mountpoint
# camcontrol eject da1
# usbconfig list
# usbconfig -d 4.3 power_off

Read usbconfig(8).

JackieMe 2022-07-28 18:16:05
Learner_DR 2022-07-28 18:15:09
I do this:
# umount -v mountpoint
# camcontrol eject da1
# usbconfig list
# usbconfig -d 4.3 power_off

Read usbconfig(8).

thanks, will try next time

JackieMe 2022-07-28 18:17:44
I am asking because when I eject a removable hard disk in Linux, I can see the led indicator turn off, I can also feel it stop spinning if I put my hand on its case. but this doesn’t seem to be the case in FreeBSD
Learner_DR 2022-07-28 18:19:15
JackieMe 2022-07-28 18:17:44
I am asking because when I eject a removable hard disk in Linux, I can see the led indicator turn off, I can also feel it stop spinning if I put my hand on its case. but this doesn’t seem to be the case in FreeBSD

that usbconfig(8) will disconnect it. You will not see the usb in /dev.

JackieMe 2022-07-28 18:25:11
Learner_DR 2022-07-28 18:19:15
that usbconfig(8) will disconnect it. You will not see the usb in /dev.

oh yes. confirmed with a USB flash drive. neither udisksctl nor camcontrol turn it off, but usbconfig did it

Learner_DR 2022-07-28 18:27:20
JackieMe 2022-07-28 18:25:11
oh yes. confirmed with a USB flash drive. neither udisksctl nor camcontrol turn it off, but usbconfig did it

Yeah. But do not forget umount.

JackieMe 2022-07-28 18:28:11
Learner_DR 2022-07-28 18:27:20
Yeah. But do not forget umount.

yes of course. I usually unmount/eject in file manager first.

Ronard 2022-07-28 18:43:21
jschmidt3786 2022-07-28 18:03:27
iwlwifi definitely works great on CURRENT, and I think on 13.1-RELEASE.

Do i have to recompile entire kernel? Because only iwm get loaded instead of iwlwifi

jschmidt3786 2022-07-28 18:46:54
if you’re running a release, then yes, kernel and userland both. see https://docs.freebsd.org/en/books/handbook/cutting-edge/#current

Chapter 24. Updating and Upgrading FreeBSDFreeBSD Documentation Portal
Information about how to keep a FreeBSD system up-to-date with freebsd-update or Git, how to rebuild and reinstall the entire base system, etc
acatoutofthebag 2022-07-30 14:52:37
How do I upgrade to patch level zero (13.1-RELEASE-p0)? It’s complaining about tier level. However, I am on amd64 hardware with 13.1-RELEASE which should be tier one, right?
X_BSD 2022-07-30 14:55:35
acatoutofthebag 2022-07-30 14:52:37
How do I upgrade to patch level zero (13.1-RELEASE-p0)? It’s complaining about tier level. However, I am on amd64 hardware with 13.1-RELEASE which should be tier one, right?

1. freebsd-update fetch and 2. freebsd-update install

acatoutofthebag 2022-07-30 14:56:34
X_BSD 2022-07-30 14:55:35
1. freebsd-update fetch and 2. freebsd-update install

I was doing freebsd-update -r 13.1-RELEASE-p0 upgrade, that was wrong, then?

X_BSD 2022-07-30 14:59:04
acatoutofthebag 2022-07-30 14:56:34
I was doing freebsd-update -r 13.1-RELEASE-p0 upgrade, that was wrong, then?

No, if you are on 13.0 and you want to upgrade to 13.1. I remember that I used that command when I upgraded from 13.0 to 13.1.

X_BSD 2022-07-30 15:03:06
acatoutofthebag 2022-07-30 14:56:34
I was doing freebsd-update -r 13.1-RELEASE-p0 upgrade, that was wrong, then?

https://www.freebsd.org/releases/13.1R/installation/

JackieMe 2022-07-30 15:16:45
acatoutofthebag 2022-07-30 14:52:37
How do I upgrade to patch level zero (13.1-RELEASE-p0)? It’s complaining about tier level. However, I am on amd64 hardware with 13.1-RELEASE which should be tier one, right?

Aren’t 13.1-RELEASE and 13.1-RELEASE-p0 the same thing?

acatoutofthebag 2022-07-30 15:22:20
JackieMe 2022-07-30 15:16:45
Aren’t 13.1-RELEASE and 13.1-RELEASE-p0 the same thing?

I guess not. 🥺

𝙻𝚞𝚌𝚊𝚜 𝙹𝚘𝚜𝚎 𝚆. 2022-07-30 15:29:26
Number of bots increased
n0madcoder 2022-07-30 15:50:15
𝙻𝚞𝚌𝚊𝚜 𝙹𝚘𝚜𝚎 𝚆. 2022-07-30 15:29:26
Number of bots increased

Seems so

𝙻𝚞𝚌𝚊𝚜 𝙹𝚘𝚜𝚎 𝚆. 2022-07-30 16:50:11
new commits at src seems like a rookie, it seems they like to show off more than they really do, collaborate on what matters, the FreeBSD 13 version is nasty. I keep 12.3, on my laptop.
Manu 2022-07-30 21:07:42
Wow. I was going to install FreeBSD 13 on two servers… Could you please elaborate why it is nasty? Just to be aware of the pitfalls…
𝙻𝚞𝚌𝚊𝚜 𝙹𝚘𝚜𝚎 𝚆. 2022-07-30 21:36:46
Manu 2022-07-30 21:07:42
Wow. I was going to install FreeBSD 13 on two servers… Could you please elaborate why it is nasty? Just to be aware of the pitfalls…

you’ll have to find out, as you work, with it daily writing code for a certain kernel functionality. I have my own view of course but I must not agree with FreeBSD developers.

𝙻𝚞𝚌𝚊𝚜 𝙹𝚘𝚜𝚎 𝚆. 2022-07-30 21:40:28
I used the FreeBSD 11 version and I thought it was great, but today I don’t know if I have the same desire to use FreeBSD.
𝙻𝚞𝚌𝚊𝚜 𝙹𝚘𝚜𝚎 𝚆. 2022-07-30 23:40:47
https://www.freebsd.org/news/newsflash/#2022-06-29:1 💩

FreeBSD News FlashThe FreeBSD Project
FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms.
Manu 2022-07-31 00:22:58
𝙻𝚞𝚌𝚊𝚜 𝙹𝚘𝚜𝚎 𝚆. 2022-07-30 23:40:47
https://www.freebsd.org/news/newsflash/#2022-06-29:1 💩

I don’t understand… What’s the problem? The new committer?

𝙻𝚞𝚌𝚊𝚜 𝙹𝚘𝚜𝚎 𝚆. 2022-07-31 00:30:22
How many developers attended the Google Summit and didn’t have the chance to show their skills? Of course, there’s still time, but I don’t trust the way they’re handling it. I’m free of opinion, but I’ve also been dissatisfied for a long time. It’s not pleasant to write code like it used to be, we had people all over the place making smart, kernel-level suggestions.
𝙻𝚞𝚌𝚊𝚜 𝙹𝚘𝚜𝚎 𝚆. 2022-07-31 01:34:34
𝙻𝚞𝚌𝚊𝚜 𝙹𝚘𝚜𝚎 𝚆. 2022-07-30 23:40:47
https://www.freebsd.org/news/newsflash/#2022-06-29:1 💩

Has more qualified developers compared to src commiter 💩

asciidocker 2022-07-31 05:13:13
Where’s the FreeBSD compatibility list for LAN? I’m trying to choose between Realtek and Intel LAN.
|