-
darwin
can't load acpi_call: no such file or directory
-
darwin
that was from FreeBSD 14 kldload
-
darwin
oh, I had to install it
-
darwin
is loader.conf in /etc/ or /boot?
-
kenrap
/boot
-
kenrap
...I think you can easily remember that as a nmenomic to "boot loader" with /boot/loader.conf :)
-
darwin
ok
-
darwin
thanks
-
kenrap
hmm, was that supposed to be sarcasm?
-
kevans
ascreen: somethingm ust have clobbered the session
-
kevans
I'd be curious what the rest of t_session looks like
-
kevans
my first suspicion would've been something assigning it &null->blah, but the only non-NULL assignment to s_ttyvp dereferences it beforehand even
-
kevans
(which made more sense after I actually looked at the name)
-
tmp_
Have a system that was running fine on 13.2 booting on a GPT partition'd disk with EFI and ZFS. Ran into a sudden power-off that left the EFI partition needing fsck_msdosfs. Wouldn't boot. Restored the EFI partition from backup. Now, when trying to boot, the system claims the disk doesn't have a partition table. Hook the disk to any other than the boot controller, and it shows up just fine with the partition table.
-
tmp_
What's going on? How do I track this down?
-
meena
kevans: i would take a thanks as a thanks.
-
thumbs
meena: It depends on the user.
-
nimo
Hi! My serial console got stuck at ifconfig tun2 destroy -- neither Ctrl+C or Ctrl+Z helps -- any hints how I can recover from this without hard resetting the server?
-
pr-asadi
Greetings people. I tried to dual-boot Windows 10 with FreeBSD 14.0-RELEASE, I did it. But when I was on Windows 10, after a short time Windows 10 freezed and was not responsive. I thought maybe the sectors are corrupt. But FreeBSD did not freeze, I tried fsck on FreeBSD's UFS partitons, no errors found. Also checked Windows 10's partition with Windows 10's utilites(chkdsh, sfc), even no errors on
-
pr-asadi
Windows 10's partitions.
-
pr-asadi
I tried to install FreeBSD first, and then Windows, so the locations of the partitions would change.
-
pr-asadi
But still Windows 10 was freezing.
-
pr-asadi
The repair man says my HDD is corrupted and needs to be changed.
-
pr-asadi
Is it possible that my HDD is corrupted?
-
tankf33der
Is it old hdd?
-
pr-asadi
tankf33der: I have been using it for 3 years. And I did not use my laptop much.
-
pr-asadi
It was a 1TB HDD.
-
tankf33der
Install windows10 only and wait for freezing
-
pr-asadi
tankf33der: I have done it several times. What is the point of it?
-
tankf33der
To check if hdd is ok
-
pr-asadi
Hmm. Good idea. What if it freezes?
-
pr-asadi
It means HDD is corrupted?
-
tankf33der
Maybe broken from age
-
pr-asadi
It's age is not high.
-
pr-asadi
I bought the laptop 3 years ago.
-
tankf33der
Sata?
-
pr-asadi
But if it is corrupted, how does FreeBSD work?
-
tankf33der
Uses unbroken space
-
pr-asadi
I do not remember, but on FreeBSD the device node was ada0p[1-10].
-
pr-asadi
tankf33der: I reversed the partitions' locations.
-
pr-asadi
I installed FreeBSD at the top and Windows 10 at the bottom.
-
tankf33der
try to write to disk much
-
tankf33der
maybe check disk by programs from windows10
-
pr-asadi
I have already done t.
-
pr-asadi
done it*
-
tankf33der
ask master how he detect corruption
-
pr-asadi
With chkdsk and sfc.
-
pr-asadi
tankf33der: I will ask.
-
tankf33der
i am sure this is just hardware issue :)
-
pr-asadi
If it was, then why FreeBSD worked normally?
-
pr-asadi
I have to install FreeBSD alone.
-
pr-asadi
And see.
-
pr-asadi
Thank you for your time.
-
tankf33der
See you.
-
tankf33der
Welcome
-
kevin-oculus
its cold outside 12,4F outside inside i have 66F its getting cold in building
-
Nixkernal
try recompile your port tree?
-
kevin-oculus
me?
-
pr-asadi
Yes.
-
pr-asadi
A joke/meme.
-
kevin-oculus
huh
-
kevin-oculus
k
-
pr-asadi
Recompiling might heat yoru PC
-
pr-asadi
your*
-
kevin-oculus
\o/
-
kevin-oculus
-rvvv
-
kevin-oculus
any other ways to heat my building
-
kevin-oculus
any other joke to heat my building
-
Nixkernal
Burn some Ethylene and recompile cromium at the same time?
-
Nixkernal
Or....dont be naked?
-
Nixkernal
Or if you have a magma-chamber near you, you can try to drill a hole in it :
newscientist.com/article/mg26134722…mber-could-unleash-unlimited-energy
-
VimDiesel
Title: World's first tunnel to a magma chamber could unleash unlimited energy | New Scientist
-
Nixkernal
But the best thing is probably open the windows a let the cold air out.
-
kevin-oculus
lol
-
ascreen
meena: will do, but i don't have great steps to reproduce it
-
ascreen
kevans: the s_* all seem weird?
0x0.st/H67n.txt and t_sessioncnt is 0
-
pkubaj
is it possible to have multiple access points in one box set up on freebsd?
-
pkubaj
i have a router with two ath cards, hostapd works fine
-
pkubaj
but there seems to be no way to set up multiple cards in hostapd
-
pkubaj
i want to have both 2.4ghz and 5ghz, thus multiple cards
-
ferz
Hi. Installing kernel using make installkernel I got following error:
-
ferz
kldxref: /boot/kernel/kernel: too many segments
-
ferz
What can I do to avoid troubles?
-
dautor
FreeBSD is generating IP packets with invalid checksum. How do I debug that? I tcpdumped traffic and noticed checksums are wrong but I have no idea what I can do to fix it.
-
unixwitch
dautor: did you check on the receiving end? i have a feeling that might happen when the NIC is doing hardware checksums
-
dautor
Yeah, that's on the receiving side. I haven't tcpdumped sending side, though.
-
dautor
How do I disable hardware checksum offloading? I think it be that the kernel expects the hardware to do it, but in my case, the packets are not routed to the hardware actually.
-
dautor
because they are sent to a ng_bridge and destined to another netgraph node
-
unixwitch
ifconfig <intf> -rxcsum -txcsum should work (although i've never tried that)
-
unixwitch
oh, you also need -rxcsum6 -txcsum6 as those are separate flags, and -vlanhwcsum as well. and maybe -vlanhwtso and -tso ... jeez modern nics do everything in hardware
-
unixwitch
i have no idea how this interacts with hw/bridges
-
unixwitch
er, ng/bridges
-
dautor
unixwitch: It worked! Thanks a lot! <3
-
unixwitch
dautor: i think you should file a bug about that, it should never be required to disable hw csums
-
dautor
I will file it now. I'm not sure what should even happen... I would actually expect the kernel to automatically disable offloading when lower hook is not connected to upper.
-
unixwitch
i know if_bridge(4) (not the ng version) has some weird interactions with tso/lso and forcibly disables those on the underlying interfaces. perhaps ng needs something similar for csums
-
ferz
Can I jump from 12.4 to 13.2 using freebsd-update?
-
unixwitch
ferz: yes
-
ferz
unixwitch: thank you
-
dautor
unixwitch: I see ng_checksum exists... It seems like that could be the solution. I'm going to try and make it work with that first.
-
Nixkernal
ferz: dont forgett to update your bootloader after upgrade BUT before "zpool upgrade" and "zfs upgrade"
-
ferz
Nixkernal: thank you
-
ferz
Is there any guide for dummies to update /etc/default/ files using freebsd-update?
-
ferz
For example: is local_startup var dropped from rc.conf? I don't see it anymore in new 13.2 rc.conf file while I'm using editor to fix it.
-
unixwitch
ferz: you should never edit files in /etc/default. for /etc/default/rc.conf, you put your local settings in /etc/rc.conf
-
ferz
unixwitch: yes, I've never touched them in /etc/default/rc.conf but the freebsd-update is finding differences between old /etc/default/rc.conf and 13.2 version.
-
ferz
I would like to keep only the latest version but it's not so easy to understand what to drop and what to keep:
paste.scsys.co.uk/19441
-
VimDiesel
Title: magnet_web paste from Someone at 217.168.150.38...
-
rwp
ferz, freebsd-update is walking you through a merge cycle so that you can update the /etc copy from the reference copy. If there are differences then just update them. That's the expected path.
-
ferz
The old mergemaster was more clear to understand: you can keep old, use new or merge file.
-
rwp
If things have gotten screwed up then I would manually update /etc/default/ files from a pristine reference copy such as one found at /usr/freebsd-dist/base.txz assuming that exists for you as it does for me when using freebsd-update.
-
rwp
Or you can always do a bsdinstall to a directory and create an unpacked directory tree of pristine files and use it as a reference.
-
ferz
I've never changed anything in /etc/default/
-
rwp
Right. You have not changed anything there. But changes have been made in the released system bits. And so now for an upgrade you will need to upgrade your /etc bits to match.
-
unixwitch
ferz: uh, that's weird. i would keep whatever freebsd-update says is the new content, then grab the actual 13.2 /etc/default/rc.conf from git and copy it over (or at least diff it)
-
rwp
I'll dream a little and say that since we don't make changes to these files that I think the freebsd-update utility should be better about just performing the update without our help for those things. And I remember that in 12 it was better but for example now it is always prompting me that sshd_config is changed which is just noise to me.
-
unixwitch
ferz: freebsd-update is not supposed to work like this, it should just replaced unmodified files, so either it's a bug or you edited it by accident at some point
-
kevin-oculus
NixKernal No I´am not naked :)) If I open the windows I will only have more cold air inside :((
-
Nixkernal
kevin-oculus: Just leave the windows open to let the cold air out, it's the best and most economic method
-
rwp
kevin-oculus, Similar temperatures here. I am warm next to my running equipment but the fans are a little noisy here. :-)
-
ferz
unixwitch: if I answer 'no' when freebsd-update ask if it's resonable, how can I continue without to make it from the beginning?
-
ferz
most of the times it's not visible the filename using it from a console and ssh connection.
-
kevin-oculus
NixKernal Thats for summertime not wintertime with cold air outside
-
kevin-oculus
freezing fog
-
zear
is FreeBSD cgit web frontend down for everybody, or just me?
-
unixwitch
zear: not loading here
-
zear
thx
-
unixwitch
zear: if you need src, there's a copy on github
github.com/freebsd/freebsd-src
-
VimDiesel
Title: GitHub - freebsd/freebsd-src: The FreeBSD src tree publish-only repository. Experimenting with 'simple' pull requests....
-
elirco
according to the forums, the relevant people are aware of the issue.
-
Nixkernal
kevin-oculus: Sorry i got that the other way around ;)
-
kevans
ascreen: t_session->s_count is plausible if something underflowed, but the rest is garbage so it seems more likely that something else overflowed their own allocation and took out this particular session
-
kevans
hard to say based on what's been written what that something else might be
-
rwp
I always use cgit.freebsd.org when I am discussing code and pointing other people to a specific line but for myself I always use my local checked out sandbox copy.
-
antranigv
Do we have a way to "start service X after service Y" ? I know I can add the service next to the REQUIRED keyword in the rc.d script, but I wanted a way without modifications
-
unixwitch
i think i'm getting bored of audio/sublime-music before the port has even been committed... it has weird issues/bugs and development seems a bit dead
-
rwp
I don't think I understand it enough to say it but this is documented in rc(8) and rcorder(8)
-
rwp
And I know that for example this will print the order: rcorder /etc/rc.d/* /usr/local/etc/rc.d/*
-
kenrap
antranigv: if you do a `man 8 rc` and do a forward-slash search for "REQUIRE", that might be what you're looking for.
-
antranigv
rwp true
-
antranigv
kenrap yes, but I want to do that WITHOUT modifying the rc.d script
-
antranigv
say I want to run nginx after named
-
antranigv
so in nginx's REQUIRE I add named
-
antranigv
all good, except when nginx's rc script changes
-
antranigv
depending on how things are, either my changes will be gone, or I need to look at diff, or the file might not me touched at all
-
antranigv
I think I need to add <name>_<flag>_<action>
-
antranigv
for rc.conf that is
-
rwp
I am reading the docs and I don't see a way to add a local override off to the side of the file and modifying the file seems to be the expected process. (mergemaster would then merge it on the next upgrade.)
-
antranigv
so someone could do `nginx_require_add="named"`. well that's bad design but you get my point :D
-
antranigv
I'll dig into the code and see how to create a dependency tree for rc
-
mane
anyone runs freebsd on a thinkpad x250|? i cannot wake it up after sleep
-
rwp
Seems like for example nginx the entire script from /etc/rc.d/nginx could be copied to /usr/local/etc/rc.d/nginx and then that copy modified as needed.
-
rwp
mane, I have a similar problem and have not resolved it for myself yet but the laptop wakes up but the display driver is dark. I can ssh into the system but I haven't figured out the driver issue.
-
mane
you need to reset vidseo
-
rwp
I think it likely that your x250 is awake but just without a working graphics display.
-
mane
hw.acpi.reset_video=1 is what you need
-
mane
rwp it has nothing to do with a graphics driver, the system does not wake up at all, it just remains asleep
-
mane
i cannot resume it entirely
-
kenrap
...I was thinking that, e.g. copying the "nginx" rc file as "nginx-custom" and *THEN* modify the latter's contents without interferring with the original pkg provided file could be a way to go about, but that wouldn't solve needing "diff" every now and then...
-
kenrap
whatever
-
unixwitch
this was fixed in a recent commit on main right? /usr/include/netinet/tcp.h:82:8: error: unknown type name 'inline'
-
unixwitch
maybe i didn't installworld recently
-
rwp
mane, I am pretty sure I tried that hw.acpi.reset_video=1 and it did not work on my Thinkpad x201 that I was using for testing. But I don't know. I'll try it again.
-
unixwitch
hmm ok apparentlty it was not fixed
-
unixwitch
wait no. it was. i just forgot to update the jail
-
fikran
This is kinda a Linux-question, but not fully. Anyone know how to install libfetch on Linux?
-
fikran
I can't seem to figure that out...
-
voy4g3r2
unixwitch: i finally starting looking at sanoid, holy moly is it easier than zfs-periodic or other zfs send | zfs recv things..
-
unixwitch
fikran: that depends on your linux distribution, i suggest asking in #debian or #fedora or whatever whether it's been packaged
-
kenrap
^
-
unixwitch
voy4g3r2: right? like i said when jbo was talking about this the other day, life's too short to write this stuff by yourself
-
voy4g3r2
exactly!
-
jbo
you just made me shit my pants
-
voy4g3r2
once i can figure out this flock /var locking, i think i am good
-
jbo
just pushed a commit and got an IRC highlight a few moments later... thought I fucked up.
-
unixwitch
apparently audio/cmus is also broken on freebsd, the file browser doesn't work properly... what do people use to play music (mp3/flac)?
-
voy4g3r2
unixwitch: do you use that command line utility to "push" the snapshots to a remote server.. or you do it in the cron job?
-
unixwitch
voy4g3r2: i have syncoid in cron
-
voy4g3r2
unixwitch: pine player on my mac, typically flac.. i loothe mp3
-
voy4g3r2
unixwitch: yeah, me too.. i am trying to figure out the remote part but i could just be reading things wrong.
-
voy4g3r2
jbo: nah, unixwitch was just complementing your skills and sanoid
-
kenrap
jbo: I hope that was a figurative :)
-
jbo
kenrap, this time it was :D
-
kenrap
phew
-
jbo
my blood pressure is certainly higher since I became a ports committer.
-
jbo
unlike src you push a commit and stuff breaks immediately :p
-
unixwitch
-
kenrap
jbo: I'm already getting high amounts of anxiety just from hearing about your anxiety :/
-
voy4g3r2
ohh
-
jbo
unixwitch, I need to talk to you about sanoid at some point btw. I was playing around with it at home before putting it to use on servers and I had some weird behavior where syncoid wasn't able to successfully push "updates" after the first initial sync :/
-
unixwitch
jbo: i am temporarily not using it because of a different issue where my zpool is reporting random corruption, triggered by snapshots...
-
voy4g3r2
well that is helpful, thank you unixwitch .. i am trying it under a backups user
-
voy4g3r2
those two things, you both bring up, does not give me much faith
-
voy4g3r2
but whatever.. can't fix something if you do not break it first
-
unixwitch
my issue at least is not caused by sanoid/syndoid itself, and i haven't seen anyone else report it
-
unixwitch
i might de-encrypt the pool and see if it's caused by that, or maybe try with GENERIC kernel
-
voy4g3r2
well my issue right now is.. trying to save a /var/run/sanoid/snapshot.lock file when backups can not write to that directory
-
kenrap
Welp, it would be time for me to experiment with the new drm-61-kmod package and see if and how I can get my Arc A770 GPU to work
-
parv
kenrap, Thank you for your work re GPU (I do not have it; for future)
-
kenrap
parv: No problem! I'm thinking of making a reddit post guide if I'm successful
-
kenrap
(assuming it's a bit of a process)
-
kenrap
Going to jump back into 15-CURRENT first and learn to take advantage of BEs before getting started
-
kenrap
huh, bectl isn't all that complicated...
-
kenrap
Probably because of "newcomer" anxiety from half a year ago.
-
voy4g3r2
i do have to say sanoid code is quite nice to read
-
rtyler
This may be heresy, but I find the per-application volume/mic controls in pulseaudio really helpful. I am curious whether that is actually what folks use these days for more advanced sound configuration, or is JACK still a thing?
-
unixwitch
rtyler: i used to do this but i found trying to mix every application in a way that works consistently was just too difficult. it's easier to just adjust my hardware volume control as needed
-
unixwitch
i do use pulseaudio though, connected to jack -> oss in bitperfect mode, that's mostly so i can use jack with ardour (which i still haven't gotten around to trying out)
-
voy4g3r2
success, we got sanoid backing up stuff and wow that was fast
-
kenrap
I think sndio does something similar to pulseaudio but it's a simpler design. Although I suppose it really comes down to app support, so stick with pulseaudio
-
unixwitch
that's pretty much why i went with pulseaudio. i don't have any particular preference, if everything supported sndio i'd probably use that
-
rtyler
fair enough, Iwasn't clear based on the handbook how/if pulseaudio was in good shape atopi FreeBSD
-
unixwitch
i haven't had any issues but i'm not doing anything complicated with it
-
kenrap
rtyler: it's pretty good, pactl(1) is your friend also :)
-
kenrap
and pacmd(1). This one is more useful because of it being a repl shell for pulseaudio
-
kenrap
I forgot to uncomment the `KERNCONF=GENERIC-NODEBUG` and `WITH_MALLOC_PRODUCTION=yes` lines in my /etc/src.conf...
-
dautor
Is there a way to get JID from a ng_ether node?
-
dautor
(I am using VNET jails)