-
ring0_starr
hmmm
-
ring0_starr
tuhs.org/cgi-bin/utree.pl?file=2.11BSD/sys/sys/init_main.c why does the copyright notice say 1997? 2.11BSD was around 1980 i thought
-
ring0_starr
UC berkeley CSRG was dissolved in 1995, so it's not like they continued making updates past then, no?
-
CrtxReavr
Last I heard, UC Berkeley was a. . . GASP. . . Solaris shop.
-
CrtxReavr
UC Berkeley's CS dept. . . . which is such a betrayal.
-
ring0_starr
SunOS was based on BSD before the SVR4 merge
-
rwp
I might take a wild guess that things were still being changed as part of the intellectual property cleaning of things that needed to be purged. I don't know though so don't quote me.
-
ivy
ring0_starr: 2.11BSD is/was still being maintained as a vintage OS for running on PDP-11
-
ivy
i don't think it's a "real" BSD release though since CSRG hasn't existed for a long time
-
ivy
hm, this is odd: i'm trying to unset the ACCELERATE option in www/py-autobahn, so i run 'poudriere options -cp lf www/py-autobahn', /usr/local/etc/poudriere.d/lf-options/www_py-autobahn/py311-options is created correctly, but the option is still set in config and when building
-
futune
is there a way to move a child of a zfs dataset where the parent has the jailed=on property, such that the child is no longer jailed?
-
futune
it gives the error that the child is in a "non global zone"
-
Ltning
Hm, isn't hot-plugging of nvme devices in a server supported?
-
ivy
Ltning: might depend on the server and how it's connected, PCIe hotplug is far from universal
-
Ltning
pci20: <ACPI PCI bus> numa-domain 0 on pcib20 ; pci20: detached ; pcib20: Timed out waiting for Data Link Layer Active
-
Ltning
(newline -> semicolon)
-
Ltning
It's a Supermicro H13SSW
-
nwe
I have an old macbook air 2012, And I want to get function-key to work.. so I can use fn+brightness/volumes etc.. today my xorg.conf.d/00-keyboard.conf looks like this..
pastebin.com/BFaW1uK6
-
Ltning
nwe: did you get wifi to work on that thing? :)
-
[tj]
I had wifi on a 2012 macbook air
-
[tj]
there is a gnu only driver you need to build
-
[tj]
and then it "works"
-
nwe
Ltning: yes
-
nwe
Ltning: I rebuild the kernel with this settings
-
nwe
# FIX BWN Wireless Interface
-
nwe
options BWN_DEBUG
-
nwe
options BWN_GPL_PHY
-
nwe
and installed the firmware /usr/ports/net/bwn-firmware-kmod/
-
Martiini
BSD is excellent , But why choose BSD over other software
-
Martiini
, because it's 100% open source ?
-
ivy
Martiini: that's not a good reason, most Linux distributions are also 100% open source
-
ivy
i guess the main reasons are a) FreeBSD source is mostly not copyleft, which makes it easier to re-use, b) FreeBSD is a single integrated system, not a bunch of separate components, c) you just prefer it
-
ivy
for example, Sony used FreeBSD for the PlayStation OS because they could take it, modify it as needed and not have to release the source code, which they couldn't have done with Linux
-
Martiini
I've used Arch distros , because it compiles from source Surfshark VPN , so I can use TV from other countries
-
Martiini
ah, playstation .. I've used PlayStation
-
Martiini
ah, it's licence
-
Martiini
I tell everyone, I had Nokia telephone with Symbian OS - it was best OS ever
-
Martiini
BlackBerry was popular in usa
-
Martiini
Linux is so bad
-
Martiini
, but I use Firefox browser
-
ivy
linux is fine, it's much better than freebsd for some applications like modern networking
-
ivy
any OS is a trade-off, there is no "best OS"
-
dh
FreeBSD is so nice and simple compared to modern systemd-linux
-
Martiini
, maybe it is a server that compiles the whole OS for specific device in 5 minutes
-
Martiini
NVIDIA cpu is fastest now, I watched video on youtube
-
Martiini
you can install Asahi linux on MacBook M1
-
Martiini
, I watched on youtube
-
nimaje
hm, for that "Surfshark VPN" I can't find the source, I found two AUR PKGBUILDs which repackage some debian package and some third-party projects that allow you to use that surfshark vpn service
-
Martiini
yes, false information .. it converts some DEB package
-
Martiini
, but Debian apt package manager has gone bad so many times, I don't need it
-
Martiini
ChatGPT said to me, that it cannot create operating systems , it's some kindergarden Artificial Intelligence
-
Martiini
I'd think - you feed it some data and cpu specifications and it builds some mega operating system
-
Martiini
windows is still fastest on intel laptop
-
Martiini
MacOS has some good software in Apple shop
-
Afterglow
Windows is fasted in sharing your information with others
-
Martiini
Engineering software - NX vs. Soldiworks vs. AutoCAD ,, CATIA, NX, Creo, SolidWorks, or AutoCAD? - Quora
-
Martiini
2 answers
-
Martiini
Oct 16, 2018 - Google
-
Martiini
still Windows
-
Martiini
automobile mechanics must use diagnostics software .. Also, engine ECU runs some software , BOSCH maybe
-
quickrr
objcopy seems failed --gap-fill
pastebin.mozilla.org/V9LRVEN8 anything need a reason?
-
Martiini
china & india
-
nimaje
hm, so your binary is three bytes big? "Fill the gaps between sections with the byte value specified by the argument val.", I would expect that to mean elf sections, those three bytes don't seem to be enought to be an elf header
-
quickrr
gnu objcopy works, its just a basic test
-
nimaje
ok, looked up what that ihex is, but not sure if I would say a record is a section
-
quickrr
nimaje: it started with mplab c18 compiler, it uses ihex, i needed bin, and regardless fails with --gap-fill=0xff , just created the test now
-
nimaje
yeah, but why would an ihex record be a section? what if you encode an elf file as ihex? should the sections of the elf win or the records of your ihex encoding?
-
ke5c2fin
port security/snort3 doesn't install any service file like for instance security/snort does. Is that normal/expected for ports? Is the recommendation that I write a service file?
-
CrtxReavr
ke5c2fin, which is the newer version?
-
ke5c2fin
snort3 is the new version of snort, security/snort is snort2 which is the older version
-
CrtxReavr
I see.
-
CrtxReavr
Yeah, I would prolly start with the script from snort2 and tweak as nesessary.
-
CrtxReavr
Then you can submit a PR.
-
ke5c2fin
Thank you, I'll look into doing that.
-
Bushmaster
same problem ... very very odd. I installed postgresql 17.4 and happy with it, now I wanna install pgAdmin and it says oh no, you cant have it with postgreSQL 17.4, you can only have it with postgresql 16, what a screw up OS
-
Bushmaster
-
Bushmaster
its the same thing with RStudio, oh no you cant have it, with MariaDB 11.4.5, you can have it with MariadB older version...
-
Bushmaster
very weird and odd this FreeBSD
-
Bushmaster
why it put out such weird conditions?
-
mzar
Bushmaster: it's possible, but requires some insight
-
cybercrypto
Hey, stupid question. In a default root zfs install, I have a mirror zroot with 2 disks. the pool is using disk partitions by detault
-
cybercrypto
mirror-2 DEGRADED 0 0 0
-
cybercrypto
ada1p4 UNAVAIL 0 0 0 cannot open
-
cybercrypto
I shutdown remove failed disk and installed new disk.
-
cybercrypto
do I need to mimic the "partitions" to be able to zpool replace the new ada1?
-
cybercrypto
ada0p4 is online and running ok.
-
cybercrypto
ada0p4 ONLINE 0 0 0
-
llua
that is a easy way to do it
-
cybercrypto
should I follow these instructions? It is similar use case.
srobb.net/zfsroot.html
-
cybercrypto
llua: so I detach failed disk. then mimic partitions by knowing the partiotions in working disk INTO new disk. and then, atach new disk to the pool?
-
cybercrypto
by mimc, I mean: gpart to make it identical
-
llua
yeah, that is basically what you do
-
llua
you can also: gpart backup healthy_geom | gpart restore new_geom to copy the partition table
-
polarian
is there any way to do route priority, so I have wg-quick which sets 0.0.0.0/1 to go via wg0, but I need to configure a switch and I do not want to drop my wg tunnel for it, so is there any way to make a route via em0 for 192.168.1.3 (its address) to be priority over wg0?
-
polarian
I looked through the handbook, there is nothing there of use
-
Bushmaster
fact is FreeBSD or any BSD will not gonna able to catch up with enterprise level commercial development in epic proportion like Red Hat ... beat it
-
cybercrypto
llua: how do I take a gpart scheme from owrking drive and apply to new drive?
-
cybercrypto
llua: I see some examples here.. let me try in test vm.
-
scoobybejesus
cybercrypto: as shown above, it's like gpart backup ada0 | gpart restore -F /dev/nda0, for example, is how i last did it
-
cybercrypto
llua: wow! your suggestion worked like a charm. new disk is now resilvering
-
cybercrypto
scoobybejesus: thats great, many thanks. I did exactly that backup and restore thing
-
cybercrypto
8-) it will take a while...
-
cybercrypto
ada1p4 ONLINE 0 0 0 (resilvering)
-
cybercrypto
Appreciate all the help llua and scoobybejesus 8-)
-
gustik
anyone an idea where console output may be hardcoded, because I am setting kern.console=ttyv0 and it still boots up with kern.console=ttyu0 first
-
gustik
which is a problem because this causes me not to be able to use single user mode
-
gustik
so in case something goes wrong on that vserver (ARM64) I have no other way but a live system to upload a FreeBSD ISO in order to repair it
-
gustik
and i tracked down the problem as he is always sending out the console output to ttyu0, when I set it to ttyv0 I get console messages on screen, however, it does not survive a reboot
-
gustik
conscontrol also does good job of selecting a console, but also does not survive a reboot
-
gustik
OK
-
gustik
I solved the issue
-
gustik
the solution is to add hw.fdt.console=NO to /boot/loader.conf
-
gustik
raspberry pi ppl have the same problem, because they may use the serial port for something else and needed to disable the serial port as well
-
gustik
well, to me the issue was that this virtualized host HAS NO SERIAL console, but was advertised by Qemu or whatever
-
gustik
so I did not see the boot msg until now, so I ll try single user now, it should work
-
dvl
Rubber ducky debugging: I have two hosts & a gateway (<- newly deployed), each running FreeBSD 14.x - IP4 running as expected. Just got my HE.net IPv6 tunnel running. THe two hosts can ping6 each other. Neither host can ping6 the gateway, nor can the gateway ping6 the two hosts. Given IP4 is fine, I'm sure this is firewall relate. So far, tcpdump is not showing me what's blocked.
-
gustik
well, it does ... unsurprisingly, now everything works as expected
-
dvl
Running tcpdump on the gateway, I can see the incoming "ICMP6, echo request", nothing going back.
-
dvl
It's routing. The "ICMP6, echo reply" are going out on my HE.net tunnel. OK, good, that I can deal with. :)
-
dvl
Good night. Thank you for coming to my TED talk.
-
gman999
is there an equivalent of openbsd's base acme client in freebsd's port tree?
-
gman999
security/acme.sh i assume.
-
jschmidt
+1 for acme.sh - very powerful for being "just a shell script".
-
gman999
oh, i missed the backlog.
-
gman999
assume it's the same as openbsd base acme jschmidt
-
jschmidt
I'm not familiar enough w/ OpenBSD, but I /think/ it's more of a standalone project.