-
RhodiumToad
and the status: entry?
-
tyler82
ifconfig alc0 not showing status entry
-
ek
tyler82: Are the lights on the router/switch and ethernet NIC lit up? Are they even active at all?
-
tyler82
yep
-
tyler82
i can try plug it in on my other laptop. i am sure will work
-
tyler82
yep.. it does work on that.
-
wxsabi
quick question, can I "follow" a package? as to say, is there a way I can see the development progress, releases, patch notes etc., for a specific package?
-
RhodiumToad
for the upstream, or the port?
-
tyler82
i dont get it why cant fetch IP?
-
RhodiumToad
shrug
-
RhodiumToad
you're the one looking at the machine
-
wxsabi
RhodiumToad: ports I guess, I'm trying to see if I can stay informed on the support status for my gpu
-
rtprio
tyler82: what do you mean " uncomment wpasupplicant " ? to choose networks?
-
RhodiumToad
wxsabi: ah. for that, you might look at the drm-kmod project on github
-
tyler82
is there any command for ifconfig alc0 IP and giving DHCP values??
-
RhodiumToad
-
VimDiesel
Title: GitHub - freebsd/drm-kmod: drm driver for FreeBSD
-
tyler82
rtprio: yes. but irrelevant now
-
RhodiumToad
tyler82: what does that even mean?
-
rtprio
next time use wpa_cli select network
-
wxsabi
RhodiumToad: nice, thanks!
-
RhodiumToad
tyler82: the command to do dhcp on an interface is, as I said before, dhclient IFNAME
-
rtprio
why would that be irrelevant
-
tyler82
rtprio: but i mean at bootup. scan_ssid=1 as one network ssid is hidden. but even if i set priority value always getting the wrong DHCP....
-
tyler82
rtprio: because i am on liveCD now and dont have access to wlan0 interface....
-
rtprio
what do you mean wrong dhcp? if th address is wrong, that's on your dhcp server, not bsd client
-
rtprio
and you can create wlan0 on the live cd, i would imagine
-
tyler82
rtprio: wrong means o have one wifi with dhcp 192.168.0.1 and the other one is 192.168.8.1 and resolv.conf was incorrect. did not change it on bootup. when i was changing priority on wpasupplicant
-
rtprio
well i just told you that was the wrong way to do it
-
tyler82
create on liveCD? i did not know that...
-
rtprio
ifconfig wlan create wlandev iwi0 # replace with your wifi card
-
rtprio
you'll also need to start wpa_supplicant
-
tyler82
rtprio: ok. but i did not know rhis wpacli select thing...
-
tyler82
rtprio: ok. let me try then....
-
tyler82
ifconfig create wlandev wlan0 ?
-
tyler82
ifconfig wlan create wlandev wlan0
-
rtprio
read the man page for your wireless card
-
rtprio
man iwi, man ath, man iwm, whatver
-
tyler82
ok
-
rtprio
why are you using the live cd ? did you not install to hard disk yet?
-
RhodiumToad
trying to investigate a disk partitioning issue. I suggested getting networking going in order to paste command output.
-
tyler82
rtprio: i have messed up. boot partition...
-
tyler82
i have wlan0 interface now. but ifconfig wlan0 scan does not find anything...
-
tyler82
status: no carrier
-
cpet
tyler82: driver loaded fwares properly loaded as well
-
last1
in vi, does s ( substitute ) work with regexes ?
-
last1
for example even if I do / ( search ) \s , it finds 's' , not a whitespace
-
last1
aka /\s finds the letter s
-
RhodiumToad
using \s for space is a perl-ism
-
RhodiumToad
[[:space:]] is the standard way
-
last1
is this a particular to FreeBSD's vi ?
-
last1
[[:space:]] also matches newlines it seems
-
xtile
last1: read "man re_format" for details on FreeBSD's regex system
-
RhodiumToad
well, other regexp libraries may have adopted some subset of perl's extensions
-
xtile
-
VimDiesel
Title: Regular Expressions
-
last1
is it that different ? for example, I'm trying to match 2 or more whitespaces using this: [[:space:]]{2,} in vi
-
xtile
You may want to use [[:blank:]] instead depending on what you want, last1
-
RhodiumToad
has to be \{2,\} in BREs
-
RhodiumToad
there's an "extended" option in vi somewhere to switch to using ERE format
-
xtile
this works for me: [[:blank:]]\{2,\}
-
last1
thank you, I ended up doing it in notepad++ :)
-
kevans
libregex supports \s, but I think I've slowly been convinced that libregex was a bad idea
-
RhodiumToad
what uses that?
-
kevans
just grep at the moment
-
kevans
I was going to do sed, but the exp-run was a disaster
-
kevans
macOS instead implemented this kind of stuff in Libc behind a REG_ENHANCED flag (
unix.com/man-page/osx/7/re_format), which I kind of think was a better model than forcing it off into a separate lib
-
kevans
but it gets worse, because I realized only a little bit ago that we actually have some extensions that had slipped into libc already before I started touching it
-
kevans
in the future, I might end up pushing current libregex functionality back into libc (probably still behind a REG_ENHANCED flag) and instead turn libregex into... onigmo or oniguruma
-
grahamperrin
> current will most likely always be ahead of packages that are built for that system.
-
grahamperrin
I wouldn't say _always_. The frequency of version changes is not too great.
-
acu
Hello - is anyone privy about FreeBSD 14 ? I can't see any info about progress...
-
RhodiumToad
there are reports on the mailing lists every so often
-
RhodiumToad
-current is probably the place to look
-
RhodiumToad
the sticking point is updating to openssl 3.x
-
grahamperrin
-
VimDiesel
Title: devsummit/14.0/planning.md at main · bsdjhb/devsummit · GitHub
-
grahamperrin
-
VimDiesel
Title: 271607 – 14.0-RELEASE metabug
-
dcunit3d
what are the odds i'll have problems if i install zerotier on pfsense and it says zziplib requires kernel 1204000 and i have 1203500?
-
dcunit3d
pfsense guys don't really do bsd by the way
-
dcunit3d
should i just upgrade to the pfsense devel?
-
dcunit3d
also ... does BSD have anything like Nix or Guix?
-
dcunit3d_
does freebsd do gpg forwarding?
-
Demosthenex
dcunit3d_: nix or guix in what way? an alternate package manager?
-
» Reinhilde makes 686 noises
-
crb_
I'm currently using bhyve and I'm doing so with the EFI firmware which I think means that EFI video drawing gets sent to a VNC session, is there any benefit in running a VNC server inside bhyve and using that instead? is it any faster, does cut and paste work?
-
thedaemon
so I'm on 14 and I've installed drm-515-kmod and put kld_list="amdgpu" in my /etc/rc.conf but I still can't get the driver to work for my 6750 XT. Any ideas on what I'm doing wrong?
-
thedaemon
-
VimDiesel
Title: HW probe of ASRock X570 Phantom Gaming ... Desktop Computer #705c750691
-
thedaemon
-
VimDiesel
Title: Solved - Is the AMD GPU RX 6800 XT Supported on FreeBSD 13.1? Yes! | The FreeBSD Forums
-
thedaemon
either that or the blender build in pkg is borked
-
thedaemon
brb, restarting
-
sedzcat
I need help to configure wifibox to get the IP from dhcp server. I get the IP 10.0.0.2 from 10.0.0.1 and that's wrong. I am using Intel AX210 wireless card. Help will be nice
-
poribores
hello, I am new and trying to move to FreeBSD 13.2-STABLE but the drm-kmod i915kms.ko is not loading due to "symbol __lkpi_fpu_CTX_level undefined", and " unsupported file type". I have a GENERIC kernel and same thing happens with 14-CURRENT. also tried compiling from ports to no avail. I have an Ivy Bridge iGPU that is supported, any help is
-
poribores
appreciated. Thanks.
-
tyler82
cpet: on liveCD i cant rw config files
-
poribores
did my message go through
-
tyler82
what should i do to add values on wpa supplicant on read-only liveCD system? sysrc also wont work.
-
tyler82
RhodiumToad: Ok. i have got working ethernet connection now on LiveCD. It tooks a while... :( If u are ready to help me on the next step let me know.
-
meena
tyler82: what (have you) changed to make it work?
-
debdrup
poribores: I assume you've updated your ports tree and are building from it, rather than using the binary packages?
-
poribores
debdrup I used binary packages and they're giving that error
-
tyler82
meena: iwas rebooting again. and before ifconfig ath0 up i was running bsdconfig netinstall and giving manually gateway.
-
tyler82
then interface up then service netif start
-
debdrup
poribores: that's why; binary packages are built for the oldest supported version of freebsd, which is 13.1.
-
tyler82
now thr next step is to find oit what need to mount for chroot. i have succesfully mounted now /dev/ada0p11 to /tmp/myefifixing. Which was failed to mounting yesterday...
-
tyler82
i need probably the system itself. thats obvious. but do i need anything else? like tmp var proc? or using the liveCD mounts are okay??
-
poribores
debdrup I am a bit new to this, I did try the ports package and it did not work either. I am going to recompile the ports one again
-
poribores
also do I use quarterly ports?
-
debdrup
not in this case
-
tyler82
if i type mount -t zfs /dev/ada0p12 /tmp/freebsd giving me invalid fstype. -t freebsd-zfs also...
-
poribores
debdrup thanks for your assistance, I compiled drm-kmod from ports and it is still giving the same error on kldload
-
debdrup
poribores: is this on a fresh ports tree?
-
debdrup
freshly updated, I eman
-
debdrup
mean*
-
poribores
yes I just git cloned it according to handbook
-
debdrup
which port are you installing?
-
poribores
drm-kmod
-
debdrup
what ports are installed according to `pkg info -x drm-` ?
-
poribores
drm-510-kmod-5.10.163_7, drm-kmod-20220907_1, libdrm-2.4.115,1
-
debdrup
oh, when you say -STABLE, I assumed you mean you have a fresh checkout of the stable branch for 13 - but are you using a snapshot?
-
poribores
yes I am
-
debdrup
it's probably not new enough then
-
poribores
I don't really know how to update properly
-
debdrup
if you're new to freebsd, you should stick to -RELEASE
-
debdrup
stable and current are for people who're actively working on developing on FreeBSD
-
poribores
oh I had initially installed current before I realized that
-
poribores
I'll download release and try again
-
poribores
thanks a lot for the help
-
debdrup
the same thing about oldest-supported-version-for-packages still applies
-
debdrup
so you'll still need to build the drm-kmod port
-
debdrup
the project is still working on some sort of permanent solution to that problem, but it's not a trivial fix
-
poribores
this only applies to kernel modules, right?
-
poribores
I can install other packages fine?
-
debdrup
all packages that use kernel headers from /usr/src (which will be listed on sites like
freshports.org) might (or might not) have problems like this
-
VimDiesel
Title: FreshPorts -- The Place For Ports - Most recent commits
-
debdrup
but almost everything else should be fine
-
debdrup
for the most part, the packages that use kernel headers are stuff like out-of-tree drivers
-
poribores
got it, thank you so much
-
debdrup
no worries
-
poribores
oh and do I download latest release snapshot?
-
poribores
never mind I got it wrong
-
tyler82
i have mounted the system partition on /tmp/testfreebsd How to chroot it? chroot /tmp/testrootfreebsd /bin/env -i TERM=$TERM /bin/csh ?
-
tyler82
thats wrong. i mean chroot /tmp/testfreebsd /bin/env -i TERM=$TERM /bin/csh
-
rtprio
tyler82: did you rad man chroot?
-
tyler82
rtprio: yes. does not really helped me
-
rtprio
did the command you pasted work?
-
tyler82
the env variable not clear for me. i can chroot now but many commands not working. as does not find the command...
-
rtprio
what are you doing with this chroot?
-
tyler82
rtprio: no. not on that format
-
tyler82
rtprio: i just need to reinstall boot partition. the loader.efi and whatever are there. Actually my goal is to make bootable my sytem again. Really thats all.
-
rtprio
i don't believe you need a chroot for that
-
rtprio
loader.efi is on a different partition
-
rtprio
where does your system not boot? did you already paste this?
-
rtprio
you also don't mount zfs partitions with `mount`, you use `zfs mount`
-
tyler82
rtprio: Ok. as i dont have experince with freebsd i use my linux experience. rhis is how i did fix grub reinstall on linux. But if u have better idea let me know.
-
rtprio
what happens when it boots? what's the error
-
tyler82
rtprio: Yes. i have sort out mounting zfs. i need to import pool rather. But such a small issue generating many new issues as i never worked with zfs and bsd before.
-
tyler82
rtprio: The error is run fsck_msdosfs manually
-
rtprio
so run fsck_msdosfs manually
-
tyler82
i have screenshoot but cant send it here...
-
tyler82
rtprio: i did
-
rtprio
ok, then what
-
tyler82
does not work
-
rtprio
what did you do after running fsck_msdos, presumably on the right filesystem
-
tyler82
invalid arguments for fsck command. thats why decided to chroot and wipe that partition and do a fresh install of efi
-
rtprio
ok that was probably not a great idea. how did you do that "fresh install of efi"
-
tyler82
rtprio: nothing as the system not able to boot. this error pops uo at boot. thats why i decided chroot
-
tyler82
rtprio: i did not do any modification yet. nothing "fresh install" yet. as first i have to mount it on livecd. which is done
-
rtprio
if it's a fresh install, just reinstall and learn from the experience
-
tyler82
rtprio: this is what i learn now. i can reinstall again. this is not problem. but i want fix it.
-
rtprio
so you have an empty msdos efi partition and you need to populate it?
-
tyler82
this is what i want to learn how can i fix broken boot partition. but do i need chroot for it? it is not clear for me. yet.
-
rtprio
you don't need a chroot
-
tyler82
rtprio: ok. so what do i need run this bootcode stuff? i havent read the man page of it...
-
tyler82
-
VimDiesel
Title: gptboot
-
rtprio
wuldn't hurt to be aware of it
-
rtprio
i think you use gptboot, but i haven't botched an efi partition yet
-
tyler82
the funny thing is i did an other install of my newer laptop. but partitiontable looks different. gpt/boot0 twice. one for boot and one for efi if i remember correctly...but on this laptop i did manual (expert) install as i have 5 OSes already
-
tyler82
so i havevinly one partition. efi.
-
rtprio
-
VimDiesel
Title: Solved - How to restore boot loader? | The FreeBSD Forums
-
tyler82
on the new laptop i did a full device format into zfs. Auto zfs guide. but on this laptop only freebsd has got zfs partition.
-
rtprio
i don't know man, i have no idea how you installed it
-
tyler82
rtprio: i was reading this. but i dont have the device path. like /dev/afa0p11 if i do gpart show only the deviceID i have.
-
rtprio
gpart list will show what you have
-
tyler82
rtprio: i did manually 1024MB for efi. and 50 GB zfs for root. Thats is it.
-
rtprio
gpart list will show what you have
-
tyler82
yes. it does show the device and the partitions if i do gpart show
-
rtprio
so lt's see them so you can gptboot the correct one
-
tyler82
but if i do gpart show ada0p11 it will say no geom
-
rtprio
just `gpart show`
-
rtprio
not sure where you're getting this ada0p11 from
-
tyler82
i have 13 partitions on that device
-
rtprio
why on earth would you do that
-
rtprio
-
VimDiesel
Title: Update of the bootcodes for a GPT scheme | The FreeBSD Forums
-
tyler82
becsuse i have multiboot and data partitions also separate
-
rtprio
well that sounds downright awful.
-
debdrup
that was my thought too.
-
debdrup
hier(7) on FreeBSD is different from other Unix-likes in that you generally don't need data partitions in the same way, at least from my experience.
-
debdrup
especially with zfs
-
rtprio
debdrup: i suspect the other partitions are linux and whatever
-
tyler82
windows use ntfs for data. not ext4. because i have separate boot partition dedicated for windows also. but i did create for freebsd on partition 11
-
debdrup
I think a single ZFS pool with both FreeBSD and Linux is possible?
-
rtprio
debdrup: it should be, but i wouldn't want linux mucking about on my freebsd boot pool
-
rtprio
still waiting on that gpart show command, boss
-
debdrup
Boot pool is only a thing if you don't have UEFI+ESP or a BIOS that doesn't support GPT.
-
tyler82
Also i have android systems...also on separate partition. like BlissOS. so 13 partition is really not a big deal. At least for me. Just this zfs thing is new for me....it feels for me i have to "twice" mounting zfs stuffs...this dataset thing is makes me confuse
-
tyler82
because df -h and zfs list does not show the same
-
rtprio
ok, again, best to learn this stuff when ther's not other OSes confusing things
-
rtprio
also sounds like you've got some reading to do about zfs
-
rtprio
tyler82: what do you mean "twice mounting zfs stuffs" ?
-
tyler82
rtprio: i will explain later. now its lunchtime :)
-
rtprio
debdrup: 20 years ago i'd just swap the hard drives and play with a different os;
-
rtprio
these days vms usually fit the bill
-
debdrup
i've never really had that desire to play around with os'; if anything, i want the opposite: something that works reliably, consistently, and ideally despite my occational attempts to break it
-
rtprio
playing around led me to discover freebsd, which stuck
-
rtprio
i can't remember what linux i tried but i could not figure anything out
-
debdrup
i've mentioned my story before, but i got tired of windows xp pre-sp2 being such as bad as it was. someone told me about debian, but i got frustrated with the lack of documentation, and kept complaining about it until someone printed the freebsd handbook on paper and gave me a couple cds with freebsd 4.0 (which had _just_ come out, the day before or something like that)
-
rtprio
i did at least one install of 3.3 with floppies
-
rtprio
oof
-
debdrup
3.5 was after 4.0 was out.
-
AllanJude
I used 2.x on a shell server I paid for an account on
-
debdrup
/usr/share/misc/bsd-family-tree has the complete record
-
AllanJude
when it went out of business, and then the next company I paid also went out of business
-
AllanJude
I started my own using FreeBSD 4.1
-
rtprio
AllanJude: not enough money in freebsd hosting in those days?
-
AllanJude
and that is how I learned to be a sysadmin
-
debdrup
I was on a SunOS shell server between 1995 and when I installed FreeBSD.
-
AllanJude
rtprio: mostly problems with ddos attacks
-
debdrup
And yes, I do mean SunOS - not Solaris.
-
AllanJude
ISPs and colocation providers would kick you out if you got too many ddos attacks
-
AllanJude
I managed to get a colo from the company that owned a set of porn sites, and was better setup to handle it
-
AlexC
nowdays they just nullroute you lol
-
AlexC
:D
-
AllanJude
AlexC: yes, but, that was less of a thing back then
-
AlexC
yeah
-
AllanJude
or rather, everyones routers were a lot smaller
-
AllanJude
and didn't have the ram to let the end servers send /32 routes up
-
AlexC
unlucky
-
rtprio
i "coloed" at a friends isp, but it was halted after their switch was out of ports so they unplugged us
-
rtprio
it was fun while it lasted
-
AllanJude
now, my company just sponsored work to add 'flowspec' support to openbgpd
-
AllanJude
so you can send firewall rules up to your BGP peers
-
AlexC
ahh thats nice
-
AllanJude
"don't send me any traffic to port 80 that is udp" etc
-
AlexC
yeah, 20 years ago things were different
-
AlexC
:P
-
debdrup
a bit, yeah
-
AllanJude
yeah
-
AllanJude
i had 1 server with 512mb of ram, and rented accounts out to 100 people
-
AlexC
hah, yeah
-
AllanJude
now, for $5/month, each person can get a whole virtual server with 512mb of ram
-
AlexC
mine had i beleive 96 megs of ram?
-
debdrup
100 people sharing 512mb was _possible_ then
-
AllanJude
yeah
-
AllanJude
one of the pioneering features we had
-
AlexC
and a Pentium 2?
-
AlexC
can't even remember properly
-
AllanJude
was certain irc hosting servers, limited to 15 "slots"
-
AlexC
10 Mbit uplink in budapest
-
AllanJude
my server server was an AMD Athlon XP
-
AllanJude
1700+ (so like 1.2ghz)
-
AlexC
that was speedy tho
-
AlexC
mine was 333 Mhz I think
-
debdrup
i think I had an 700MHz AMD something-or-other at the time
-
debdrup
then made a BIG jump to a 2.4GHz Northwood C with the original SMT implementation (yes, the one that sucked)
-
AlexC
whehehe
-
debdrup
same OS, though
-
debdrup
it's technically the same installation i'm using now
-
AlexC
last OS what I used on that ancient crap was freebsd 5.4 i think
-
AlexC
before that used debian, but that sucked so hard
-
debdrup
though there aren't many system files that have their original creation date because of a few mistakes along the way
-
debdrup
i have user files going back all the way to 1994 though, those are my log files from when i started using ircII because it supported logging (the previous client didn't)
-
AllanJude
I don't think I had a computer yet in 1994
-
AlexC
me neither, I was 4 years old :P
-
AllanJude
think that was around 95 or 96, don't recall
-
debdrup
first time on irc for me was 1992
-
AllanJude
I was 10 in 94
-
debdrup
on a 300 baud dial-up
-
AllanJude
IRC was first day on the internet, Sept 14, 1998
-
AlexC
i've got my first PC in 99
-
AllanJude
or rather, first day I had the internet at home
-
AlexC
started IRC around 2000-2001 somewhere
-
AlexC
still more than 20 years.. jesus
-
AllanJude
before that, I had used some local BBSes, and eventually ran my own (single line, but, my area wasn't that busy)
-
AlexC
BBS'es weren't so popular in the EU back in the day
-
AlexC
in the UK mostly but not in Europe so much
-
AllanJude
i was very limited, there were only like 4 that were not long-distance
-
AllanJude
Devil's Den, Rebel's Reef, Wolf-something, and one more i forget the name of (the one in waterford)
-
AlexC
i never used bbs, the good ol' http were rocking when I got my first internet in my home
-
AllanJude
and then mine "Sudden Death BBS" 519-587-3983
-
AllanJude
ignore the fact that it is run by a 13 year old
-
AllanJude
:p
-
AlexC
that's fine, that time I was having my rented servers as well
-
AlexC
:D
-
AlexC
that's how I learnt the stuff.
-
AllanJude
same
-
AlexC
and now I getting payed for it.
-
AlexC
:D
-
AlexC
you still working on ZFS Allan right?
-
AlexC
sadly I have less and less time follow the open source communities.. :D
-
debdrup
it's too hot to think :c
-
AlexC
that's another fact
-
AlexC
here in the UK the houses are boiling hot upstairs
-
AlexC
26C average temp
-
debdrup
-
VimDiesel
Title: Yr - Pandrup - Detailed weather forecast as a graph
-
AlexC
not here just 23 outside, but inside still 25-26 in my office
-
AlexC
s/not/
-
debdrup
and that's the expected temperature in the shadow; one of my windows is towards the west where the sun is shining on a wall and it's measuring 31.7
-
markmcb
17C here at Lake Chelan in Washington state :)
-
wildeboskat
Wow Americans speaking Celcius!
-
wildeboskat
Here's 29 C (Barcelona so I'm kinda used to it)
-
wildeboskat
I don't have AC which is a problem once it gets over 30 indoors
-
AlexC
i am really thinking about a mobile AC..
-
wildeboskat
They're mostly a waste of energy
-
wildeboskat
A good split unit is way more efficient
-
AlexC
yeah, but this is not my house, so I wouldn't go that route.
-
wildeboskat
Ah yeah same problem here
-
AllanJude
AlexC: yes, lead a team of ZFS devs @ my company, Klara
-
AlexC
if it's mine, i've already installed myself
-
wildeboskat
I don't even have a way to get rid of the exhaust (only opening are the balcony doors which are more than 3 metres high)
-
AllanJude
doing work for a bunch of customers using ZFS
-
AlexC
awesome awesome
-
AlexC
appreciate all your guys works. :)
-
AlexC
as my corpo heavily relies on zfs as well
-
AlexC
:P
-
AllanJude
weather.gc.ca/city/pages/on-77_metric_e.html 24c feels like 26 (only 50% humidity, that is low)
-
VimDiesel
Title: Hamilton, ON - 7 Day Forecast - Environment Canada
-
wildeboskat
I love ZFS
-
AllanJude
AlexC: well, we sell ZFS support subscriptions
-
wildeboskat
It's so sad that Sun is gone
-
AllanJude
you should get one
-
wildeboskat
Imagine all the innovation they would have sparked
-
AlexC
ask NCR reps if they want it :P
-
AllanJude
wildeboskat: well, we're picking that up
-
wildeboskat
But I mean new things :)
-
wildeboskat
Like suddenly coming up with a totally revolutionary filesystem
-
wildeboskat
or dtrace
-
AllanJude
AlexC: NCR/Zynstra?
-
AlexC
yessir
-
AlexC
i work at Zynstra :)
-
AllanJude
we have talked to them before
-
wildeboskat
It's great the torch on ZFS has been carried over though
-
AllanJude
but Andy stopped replying
-
AlexC
Andy Steady?
-
AlexC
:>
-
AllanJude
yes
-
AlexC
yap, he's my lil boss
-
AlexC
:>
-
debdrup
wildeboskat: I'm Danish
-
wildeboskat
I feel like Sun was a great company with innovative minds, who just weren't very good at selling things :'(
-
AllanJude
well, remind him to reply to me :p
-
AlexC
i will mention :P
-
wildeboskat
Whereas Oracle is zero innovation and very good at extorting money from their "customers"
-
AllanJude
iirc, you were having an issue with 0 byte writes
-
AllanJude
we actually had another customer hit that like 2 weeks ago
-
AlexC
ah year remember that
-
AlexC
it was really annoying
-
AlexC
dunno what's up with that since
-
AlexC
as we still on an ancient version of zfs in prod
-
AllanJude
we're helping that other customer go from 0.8.2 to 2.1.9
-
AllanJude
or 2.1.5, or forget the exact version
-
AlexC
we're on 0.8.1 I think
-
AllanJude
so are a lot of people
-
wildeboskat
I'm Dutch debdrup
-
AlexC
yeah
-
» AllanJude is Canadian
-
» AlexC is Hungarian, but lives in the UK :P
-
wildeboskat
I like Canadians
-
» wildeboskat but lives in Barcelona <3
-
wildeboskat
AlexC: Do they also have this really weird water thing in the UK? Where they have this massive tank in the attic like a personal water tower?
-
wildeboskat
They had this in Ireland, only 1 tap was connected to the mains and the rest through this dirty tank full of dead bugs
-
AlexC
yap, that's just for the hot water/heating
-
wildeboskat
Really weird way of doing it and it made all the other taps undrinkable
-
AlexC
buffer tank
-
wildeboskat
I hate that
-
AlexC
but that's just for old constructions tho, new installations has turbo boilers
-
wildeboskat
Here every tap is just on the mains (and in Holland too)
-
AlexC
no buffer tank, nothing
-
AllanJude
my house was renovated about 12 years ago, the plumbing was changed from the normal copper plumbing used over here, to plastic tubing. The big difference is it all "point to point" now, instead of trunk/branch, so flushing the toilet doesn't lower the water pressure in the shower
-
grahamperrin
/join #watertanksoftheworld
-
wildeboskat
Cool yeah much better. Because if that tank starts leaking you suddenly have a massive flood in the house
-
AllanJude
so each line is fed from a kind of manifold off the mains
-
wildeboskat
Not to mention the health concerns of having water sitting still at 30 degrees in the attic
-
AllanJude
so the pressure is much better distributed
-
wildeboskat
Sorry grahamperrin
-
AllanJude
yeah, here the hot water tank is in the basement (about 2/3rd below grade) and there is a drain "just incase"
-
AllanJude
and for the forced air furnace to drain into
-
AlexC
yeah, UK houses doesn't have basement
-
AllanJude
grahamperrin: what have you been up to? Not had a chance to hang out on IRC in a while
-
AllanJude
AlexC: yeah, here is it very common because the ground freezes, so if you build on top of the ground you house would keep moving, haha
-
wildeboskat
Wut?
-
AlexC
yeah Hungary is the same, most of the houses has basements
-
AllanJude
wildeboskat: the water in the ground expands when it turns to ice, so it "heaves" the ground
-
AllanJude
breaks the roads, side walks, and will make a random part of your house higher than the others
-
AllanJude
which really breaks things
-
AllanJude
so you generally dig down rather deep, to ground that isn't going to do that
-
grahamperrin
AllanJude: I suppose I should do more documentation, with my doc commit bit, but I find things to distract myself because it's sometimes punishing :-)
-
wildeboskat
Cool AllanJude, never heard of that
-
AllanJude
you mean like how I am talking on IRC instead of writing this doc I am supposed to be writing?
-
wildeboskat
In Holland it goes the other way, the ground sags so they ram really long poles into the ground and anchor the house to that.
-
grahamperrin
Just write, it I'll rewrite it. I'm probably infamous for that type of thing.
-
AllanJude
wildeboskat: same idea, except, might as well have a room down there. that is where I keep my servers :p
-
AllanJude
grahamperrin: not open source docs
-
AllanJude
internal training docs
-
wildeboskat
Ah but the reason it sags is that the ground water is so high
-
AllanJude
more 'history and context of this customer'
-
wildeboskat
So having a basement is usually not very useful unless you like an indoor pool
-
AllanJude
wildeboskat: yeah, quite different for you
-
AllanJude
wildeboskat: well, mine does not, but more modern ones have a sump pump, to dewater, and to capture and remove the runoff from rain etc
-
AllanJude
this house was built in the 1950s
-
AllanJude
things from the 70s and later, would have a pump
-
debdrup
wildeboskat: sure, but you were making the assumption that everyone here is American..
-
wildeboskat
Nono, I was replying to an American person who was speaking of washington state and quoted a temperature in Celcius
-
wildeboskat
That was just remarkable because usually I have to open a converter lol
-
AllanJude
degrees science vs degrees freedom?
-
grahamperrin
-
VimDiesel
Title: Celebrating 30 years of FreeBSD – FreeBSD Timeline | FreeBSD Foundation
-
AlexC
i use to make fun of the UK colleagues, they use miles/hamburger
-
grahamperrin
(The 20223 typo has been reported.)
-
grahamperrin
-
mason
"In the year 2525, there are OSes with the will to survive!"
-
AllanJude
it was cool that they got that printed on a cake for BSDCan
-
AllanJude
i forget which even i got
-
AllanJude
but we cut around things to give Pawel the ZFS piece of cake
-
mason
AllanJude: The whole 30-year timeline made it onto a cake?
-
mason
-
AllanJude
yes
-
AllanJude
-
mason
Interesting, FreeBSD had softdeps a year before NetBSD. I always thought NetBSD originated it, but it's Kirk's code, according to CVS.
-
mason
Frank van der Linde imported it.
-
mason
(It was a rocky enough process that it garnered the nickname "softdeath" for a while.)
-
AllanJude
someone had the idea to try to make it into a board game
-
AllanJude
but we have so far not managed to make a decent set of rules
-
mason
I like it.
-
mason
Wow, I never remember that 4.2BSD is as old as it is.
-
mason
AllanJude: grahamperrin: Do either of you know if that is free to be printed up, say, in poster form?
-
mason
Seems appropriate to put up near my Thompson/Ritchie poster.
-
AllanJude
I got a fold-out version if it in the special print copy of the FreeBSD Journal
-
AllanJude
i don't know about the pdf
-
grahamperrin
-
VimDiesel
Title: Celebrating 30 Years of FreeBSD – FreeBSD Journal Special Edition | FreeBSD Foundation
-
AllanJude
mason: for personal use, I expect it is fine. If you are going to try to start a merch store: not so much
-
mason
Hah. Nah, just for my office wall. I wonder if the special edition will be available outside of events.
-
tyler82
gpart bootcode -p /boot/boot1.efi -i11 ada0 why operation not permitted?
-
grahamperrin
tyler82: pause for a moment, which version of FreeBSD?
-
tyler82
grahamperrin: 13.2 REL
-
grahamperrin
OK, don't attempt to use gpart in that way …
-
grahamperrin
-
VimDiesel
Title: FreeBSD 13.0-RELEASE Release Notes | The FreeBSD Project
-
debdrup
tyler82: .efi files go onto an ESP (a fat12/16/32 partition, a few hundred MB in size) into BOOT\EFI\BOOTX64.EFI
-
grahamperrin
> … To update old ESP partitions, users should stop using the gpart(8) utility. …
-
tyler82
grahamperrin: ok. as i was raping google search already but everywhere are the old methods....
-
grahamperrin
tyler82: from the .efi I assume that it's an ESP, am I correct?
-
debdrup
Sorry, EFI/BOOT/BOOTX64.EFI
-
tyler82
debdrup: correct
-
debdrup
Wrong person, I think.
-
grahamperrin
It's a tad naughty to not have the same precaution in release notes for 13.1 and 13.2 …
-
tyler82
but man page days boot1=bootx64.efi
-
tyler82
says
-
tyler82
grahamperrin: efi
-
tyler82
not esp
-
debdrup
boot1.efi isn't the loader, loader.efi is.
-
debdrup
boot1.efi is also, at some point, going to be deprecated.
-
tyler82
debdrup: sorry. my bad
-
debdrup
It's roughly equivalent to this stage of the BIOS loader:
docs.freebsd.org/en/books/arch-handbook/boot/#boot-boot1
-
VimDiesel
Title: Chapter 1. Bootstrapping and Kernel Initialization | FreeBSD Documentation Portal
-
grahamperrin
tyler82: if not an ESP, sorry. A knee-jerk from seeing so many spoils.
-
grahamperrin
(EFI system partition)
-
tyler82
so what could be rhe right command in my case? gpart bootcode -p /boot/BOOTx64.efi -i11 ada0 ?
-
grahamperrin
fstyp /dev/ada0p11
-
grahamperrin
– what's the file system type at 11?
-
debdrup
You're multi-booting, right? What's the thing you boot into as standard?
-
tyler82
grahamperrin: msdosfs
-
tyler82
fat
-
debdrup
Grub? rEFInd? Something else?
-
tyler82
debdrup: nothing. i use plain BIOS entry
-
debdrup
So you shouldn't be using an ESP at all.
-
tyler82
debdrup: Ok
-
debdrup
Are you sure it's actually a BIOS and not something that looks like a BIOS but is actually UEFI?
-
tyler82
debdrup: No. its UEFI. Even the BIOS entry starts with "UEFI: FreeBSD 13.2"
-
debdrup
"Plain BIOS entry" is a INT 0x19 which reads the first 512 bytes of what the BIOS determines to be the first disk that's accessible (either A: or C: in BIOS nomenclature).
-
debdrup
Alright, so next step - is it configured to use UEFI-CSM (sometimes also known as UEFI Compatibility Boot, or something along those lines)?
-
tyler82
i was disabling legacy on my BIOS long time. it does use UEFI only now.
-
tyler82
debdrup: Yep
-
debdrup
That doesn't jibe with "UEFI: FreeBSD 13.2"..
-
debdrup
That can only exist if it's not using UEFI-CSM, because UEFI-CSM emulates the INT 0x19 thing mentioned above.
-
debdrup
Can you please put `gpart show` in a pastebin?
-
debdrup
And similarly, the output of `efibootmgr` (which must be run as root).
-
tyler82
debdrup: Sure. i just did poweroff now LiveCD. Will try boot now. Bare with me...
-
debdrup
No worries :)
-
debdrup
I'm just sitting here next to my fan, so I'm quite comfortable even if it's too warm.
-
tyler82
debdrup: haha. same here :)
-
tyler82
-
VimDiesel
Title: Pasteboard - Uploaded Image
-
tyler82
U can see three efi partitions. the bottom one p11 is for freebsd
-
debdrup
1GB for an ESP is probably on the big side, but just for shigs and tiggles, can you try mounting partition 3 and 4, and checking their layout, then try to replicate that with /boot/loader.efi as the EIF file?
-
debdrup
Replicate that on partition 11, I mean
-
debdrup
Then you'll likely also need to add an entry to the EFI boot manager via efibootmgr(8)
-
tyler82
aham....
-
debdrup
Also, can you please do file -s /dev/ada0p3 and /dev/ada0p4 and /dev/ada0p11 and put those in a pastebin too?
-
tyler82
-
VimDiesel
Title: Pasteboard - Uploaded Image
-
debdrup
file(1) with -s is a lot more verbose than fstyp(8)
-
debdrup
Yes? What's the problem with that?
-
debdrup
Other than the fact that you've filled your filesystem, I mean. :P
-
tyler82
the problem was operation not permitted for gpart bootcode command
-
debdrup
Because you shouldn't be using gpart bootcode to create ESPs, that's what newfs_msdos is for.
-
debdrup
gpart bootcode is used to write MBR bootcode, not ESPs.
-
tyler82
debdrup: Yes Sir
-
debdrup
No need for such formality.
-
tyler82
debdrup: newfs_msdos? that new for me. is that a command?
-
debdrup
newfs_msdos(8) is the manual page for it
-
debdrup
It really doesn't do much other than exist for creating ESPs. :)
-
debdrup
But since partition 11 already exists, I'm not sure why you're trying to use it.
-
futune
format usb sticks? :)
-
tyler82
-
VimDiesel
Title: Pasteboard - Uploaded Image
-
debdrup
tyler82: what about partition 11?
-
tyler82
one sec
-
tyler82
-
VimDiesel
Title: Pasteboard - Uploaded Image
-
debdrup
Alright, so it is an ESP - now you just need to mount one of the others and try to replicate the layout on that by using /boot/loader.edi
-
tyler82
-
VimDiesel
Title: Pasteboard - Uploaded Image
-
debdrup
s/di$/fi/
-
debdrup
What's the purpose of the comparison with df/gpart show and zfs list?
-
debdrup
df and gpart don't know the ZFS dnodes, so it can't tell how files are being used, and it can't account for ZFS' inline compression (which is enabled by default).
-
tyler82
debdrup: Replicate everything regarding the layout? so the BOOT64x.efi and the loader.efi will remain obviously. if i am correct ....
-
debdrup
tyler82: no, what I'm saying is if partition 3 has directory called boot inside a directory called efi, then partition 11 should also have that
-
tyler82
debdrup: yes. this is what i meant. :)
-
debdrup
then you can copy /boot/loader.efi to EFI\BOOT\BOOTX64.EFI
-
tyler82
-
VimDiesel
Title: Pasteboard - Uploaded Image
-
debdrup
Isn't it already mounted? Check with `mount`
-
debdrup
Also, is that from Linux? Because lsblk isn't available in FreeBSD.
-
debdrup
Wait, is it?
-
tyler82
-
VimDiesel
Title: Pasteboard - Uploaded Image
-
debdrup
Yeah, you should be able to replicate that layout on partition 11 using /boot/loader.efi as EFI\BOOT\BOOTX64.EFI
-
tyler82
i do partition11 now. part3 for winshit i dont care that. linux(partition4) is fine.
-
tyler82
debdrup: yep
-
debdrup
EFI\BOOT\BOOTX64.EFI is from the UEFI boot specification for, I think, removable disks.
-
johnjaye
i used that on windows one time. apparently win likes to overwrite the EFI variables or something so it always boots first. but you can modify that file to prevent it
-
tyler82
debdrup: partition11
pasteboard.co/gJcjdWvucsia.jpg Similar but efi is not EFI...i was reading somewhere about it does sense the difference...but cant remember
-
VimDiesel
Title: Pasteboard - Uploaded Image
-
debdrup
That should work, but you can just create the EFI directory and put a copy of BOOTX64.EFI in there if you want.
-
debdrup
So the next step is to fix up the UEFI Boot Menu, which is done via efibootmgr(8)
-
sozuba
I tried diabling powerd and loading acpi_ibm_load, i do not feel any temperature difference during idle time. stays at 59,59,55,55. Does this mean neither of it has any effect?
-
sozuba
disabling*
-
rtprio
why so many efi partitions
-
rtprio
actually, nevermind, i don't want to know
-
debdrup
Well, because nobody follows the standard for non-removable media, which is to do the EFI\<OS>\BOOTX64.EFI thing that FreeBSD does.
-
debdrup
There's supposed to be a namespace for every OS with one ESP on the entire disk that can be replicated to all disks in the system, but instead we end up with several of them.
-
debdrup
Insert xkcd comment about standards here.
-
Midjak
Hi. I am trying to install a pkg build from poudriere (lang/purescript) . I faollowed guide and man page. Build seems ok but when I try to install the package. pkg-install inform me that 117 package are going to be removed. They are package installed from port directly. Is it possible to mix port from /usr/local/port and pkg from poudriere ?
-
RhodiumToad
why does it want to remove them?
-
Midjak
well I don't know
-
RhodiumToad
what pkg install command did you use and what was the actual output?
-
Midjak
gonna paste them
-
Midjak
-
VimDiesel
Title: View paste QRZRS
-
RhodiumToad
um. what OS version are you on?
-
Midjak
on current
-
Midjak
14
-
parv
Well, see "ABI changed: 'freebsd:13:x86:64' "
-
Midjak
yes I don't understand jail is on 14 port is on 14
-
Midjak
pkg too
-
RhodiumToad
looks like your installed packages are from 13, though
-
Midjak
weird...
-
Midjak
/usr/port follow main branch it is current right ?
-
RhodiumToad
that's nothing to do with the OS version
-
RhodiumToad
ports has main branch plus quarterly branches
-
RhodiumToad
(main == "latest")
-
Midjak
ok
-
RhodiumToad
ABI of built packages comes from the version of the jail you build them in
-
Midjak
yes I am on main
-
Midjak
so If I build kernel from main what is branch I should follow for ports ?
-
RhodiumToad
whichever you want
-
Kalten
The system and the ports collection are independend from one another.
-
Midjak
ok so I am on main in /usr/port
-
Midjak
so latest as RhodiumToad said
-
Midjak
How can I resync jail with my current port tree ?
-
rtprio
like this? `rsync -rpzva /usr/ports /jails/blah/usr/ports`
-
RhodiumToad
do you mean a poudriere jail?
-
Midjak
yes
-
RhodiumToad
poudriere ports -u ...
-
Midjak
I don't understand why I have this package in 13 ABI
-
Midjak
ok
-
RhodiumToad
personally I nullmount the ports tree so that there's no need to update
-
Midjak
what is nullmount ?
-
Midjak
And why I have this package from 13 installed. I have built all software from port until now
-
rtprio
man mount_nullfs
-
RhodiumToad
poudriere will do the nullmount for you if you specify the 'null' method to poudriere ports -c
-
Midjak
humm ok so I can use /usr/local/port from poudriere. is it correct ?
-
RhodiumToad
you can use any dir
-
Midjak
I am looking the null method. But do you have a possible explanation about this ABI ?
-
RhodiumToad
did you have packages installed before updating from 13 to 14?
-
Midjak
no I have switched on 14 at the very begining
-
Midjak
and portmaster didn't warn about this
-
Midjak
until now my workflow to update was cd /usr/local/port ; git pull ; portmaster -a
-
RhodiumToad
well you got the 13 packages from somewhere
-
RhodiumToad
did you ever manually specify an ABI in a repo .conf file?
-
Midjak
maybe at he very begining
-
RhodiumToad
well then
-
Midjak
non I didn't/. Where is ABI should be specified in pkg.conf or make.conf ?
-
RhodiumToad
it's normally not specified, pkg is supposed to deduce it
-
RhodiumToad
but note that it takes it from the userland and not the kernel
-
Midjak
when I enter pkg -vv I can see ABI it is FreeBSD:14:amd64
-
Midjak
it is ABI deduced by pkg
-
RhodiumToad
right, but when you installed those packages with :13 ABI, that clearly wasn't the case
-
Midjak
I just tried pkg info on one of these packages imlib2
-
Midjak
this port was intalled as feh dependencies
-
Midjak
so I tried to reinstall feh
-
Midjak
from port
-
Midjak
imlib2 was not updated
-
RhodiumToad
not sure why you think it would
-
Midjak
I thought may be it resintall with the propoer ABI
-
RhodiumToad
ports doesn't really understand ABIs. only pkg does
-
RhodiumToad
ports just assumes everything was built for the current system.
-
Midjak
is it possible to check ABI for a given package ? I would like to do that on feh
-
Midjak
I think I need to rebuild this ports. But I would like to be sure
-
RhodiumToad
pkg query '%q' pkgname
-
Midjak
thanks
-
Midjak
Indeed I ahve many mixed package with 13 and 14 ABI
-
Midjak
ok so if I rebuild the package I get the proper ABI
-
Midjak
just tried with imlib2
-
RhodiumToad
right, but ports doesn't know to check the ABI of an installed port when checking dependencies, as far as I know
-
Midjak
yes it is the reason why it doesn't try to reinstall imlib2 reinstalling feh
-
Midjak
right ?
-
Midjak
but if I try to list problematic package and try to rebuild them I can maybe save time. (Instead rebuild all software I need from scratch)
-
markmcb
is there anything like the virt-manager gui app on linux for bhyve? or is it all cli only?
-
parv
Midjak, Perhaps. You may still find that something may need to re-link, causing another round of reinstallation (due to ABI or dependency changes) at some later point
-
Midjak
parv, yes I think package on 14 was migrateafter an upgrade
-
Midjak
if something went wrong I will restart from begiiinng
-
debdrup
markmcb: I believe virt-manager works for bhyve too.
-
markmcb
debdrup: thanks, i had no idea (
libvirt.org/drvbhyve.html)
-
Midjak
Didn't know that too. That's interesting. (That said using it from cli is ok for me)
-
nkeck72
A quick question about the status of 14-CURRENT, is there any status update on how complete the openssl merge is? Last I heard there were some ports that needed updating and was curious if that was the only thing blocking it so far
-
debdrup
Have you been reading current@?
-
debdrup
-
VimDiesel
Title: OpenSSL 3.0 in the base system update
-
nkeck72
debdrup: I didn't know that mailing list existed, somehow, thank you
-
nkeck72
or, well, I suppose I did, I just didn't know I was reading the mailing list archives
-
debdrup
how can you run current without knowing about current@? :P
-
nkeck72
I knew how to build kernels, and wondered what would happen if I built the tip of origin/main on my working copy :P
-
nkeck72
in all seriousness, I had been reading the news from my browser for some time, and just didn't make the connection to the mailing list in my head.
-
nkeck72
I've been tracking 14-CURRENT mostly because of the bump in drm-kmod and have been anticipating its release so I can put 515 on a bare metal machine that otherwise has to use an EFI fb
-
Midjak
for the record after rebuilding wrong ports pkg install hs-purescript without problem . Thanks for your help.
-
meena
nkeck72: it's *actually* illegal to run CURRENT without being subscribed to freebsd-current@
-
nkeck72
I want a lawyer D:
-
meena
I'm not sure we have enough lawyers on retainer to just willy nilly provide one
-
SamuelMarks
hi
-
debdrup
I guess I was more talking about how it's hard to find documentation on how to run -STABLE or -CURRENT, which doesn't mention the mailing lists and the recommendation to be subscribed to them.
-
SamuelMarks
To use this function, do I need to define `_BSD_SOURCE`? -
man.freebsd.org/cgi/man.cgi?query=strnstr&sektion=3
-
VimDiesel
Title: strnstr(3)
-
» debdrup shrugs, and wanders off to bed.