-
rtprio
fuck no freebsd does not need a 'service manager' whatever that means
-
Ellenor
already has one, root around in /etc/rc.d if you want
-
Ellenor
it's not very good, no, but it's there
-
Ellenor
enjoy your service manager, rtprio
-
ivy
rtprio: adding IP addresses to bridge members has always been wrong: it causes subtle issues that are hard to diagnose. the sysctl is there so you can keep doing it if you have one of the (very) few use cases we don't have a better solution for yet, like needing devd to start dhcp on a bridge member
-
Matt|home
Hi - im having a bit of trouble with a user account i created a few days ago. I wound up having to delete it, and now after trying to create it again it doesn't seem to be generating an entry in /etc/passwd at all - im pretty sure the first account i created i set to 'locked', but im not sure if that would have an effect. someone available for
-
Matt|home
brief help while i do this again?
-
Matt|home
right now there's no entry in /etc/group , /etc/passwd , and rmuser states there is no user with this particular name
-
Matt|home
after i create the user with adduser, there is a home directory, but no entry in the password file. anyone?
-
Matt|home
ah , got it. i missed the error im blind
-
Matt|home
cannot create /zroot/home/username': dataset already exists
-
Matt|home
please advise
-
Matt|home
fixed it by myself -_- as usual
-
mason
Matt|home: That's not something you should see. zroot is your pool, and not an element of a path. It would be /home/username, not /zroot/home/username.
-
Matt|home
welp, the issue was fixed after deleting the zroot/home/username entry . rmuser failed to remove it so i had to do it manually. im on current latest stable release, base system, no installed packages other than gpg and it's dependencies
-
Matt|home
no commands run other than adduser and rmuser ls and cd, quite literally
-
rtprio
ivy: that makes sense, i'm just uncertain how to plumb the vm-bhyve switches now
-
rtprio
Matt|home: perhaps it was your pwd and thus was busy
-
ivy
rtprio: looking at the manual page, "vm switch address" might be what you want, although bizarrely it only seems to support a single IPv4 address
-
ivy
rtprio: in which case it might be easier to create the bridge yourself and tell vm-bhyve to use that
-
rtprio
so the bridge can have the ip, but not the member; but the tap(4)'s have addresses, do they not count
-
rtprio
hopefully i can just move the ip from lagg0.1 to the associated "switch"
-
rtprio
ivy: also, thanks by the way
-
ivy
no bridge members (including tap interfaces) can have addresses - but why would you put addresses on the tap interfaces to begin with?
-
ivy
the usual problem here is having an address on your public interface (em0 or whatever)
-
rtprio
my mistake. they just have fe80:: autoassigned ones
-
ivy
those should be removed automatically when the interfaces are added to the bridge
-
rtprio
ok, i will give it a try
-
Daniel72HertsUK
Well Freebsd hates me well ok Bind does. I can't for the life of me get forwarding to work. Resolves my local domain and no others. Yes I have acl blocks and allow recursion.
-
Daniel72HertsUK
Never mind I'll ask in #bind. The other question howto turn off mouse pointer in terminal as it's still there in my X windows greeter.
-
Daniel72HertsUK
Plus yesterday for some reason it decided to uninstall xfce4 which surprised me don't know why
-
nimaje
hm, the mouse pointer in a tty comes from moused, but I throught it is disabled by default, look if you have moused_enabled="YES" in /etc/rc.conf
-
ivy
i think devd can sometimes enable it, you might need moused_nondefault_enable=NO (or whatever the setting is)
-
Daniel72HertsUK
@nimaje thank you
-
Daniel72HertsUK
@nimjae ok moused isn't enabled
-
Daniel72HertsUK
Is there a pastebin for images here?
-
moviuro
Hi all, The following warning/error was logged by the smartd daemon: Device: /dev/ada3, 8 Offline uncorrectable sectors . How urgent is it that I change the drive? 4 drives raidz1 in place
-
moviuro
(scrub repaired 0B in 19:29:54 with 0 errors on Tue Jul 15 20:46:54 2025)
-
» dch waves to jbo
-
» jbo waves back
-
dch
doas poudriere jail -c -j 14_3_a64 -a arm64.aarch64 -v 14.3-RELEASE -K GENERIC
-
dch
[00:00:00] Cross-building ports for arm64.aarch64 on amd64 requires QEMU
-
dch
I was not expecting it to build from sources when clearly packages are available
-
jbo
well I mean... it also needs the base system, right?
-
jbo
I just remember from a few years ago that dealing with QEMU to build anything for aarch64 on an x86 host was a huge PITA
-
jbo
dch, my question was specifically about poudriere-image because that would presumably have to cross-compile src too
-
dch
once the jail's built, cross-building ports should be fine(tm)
-
jbo
jup, my question is about the base system tho
-
dch
jbo: this should be finished in an hour or so, and then I can do a couple ports and see if poudriere-image works
-
jbo
dch, thanks - I appreciate it.
-
dch
I dont get why that would require building from sources. Maybe I should have skipped `-K ..` but it doesn't need to build that either.
-
dch
np
-
ivy
i'm not sure if this was fixed, but at one point cross-building ports was largely broken as you couldn't cross-build rust
-
dch
augh
-
dch
so no py-cryptography for example
-
ivy
right. i haven't tried for over a year though, quite possibly it was fixed in the mean time
-
jbo
yeah I generally just remember pain :p
-
farhan
does anyone have any thoughts on compile time on AMD vs Intel?
-
CrtxReavr
I think it's generally accepted that AMD is the new king for non-GPU performance.
-
CrtxReavr
There may be a few corner case tasks where Intel has the lead, but I don't think you can go wrong with AMD.
-
farhan
Curious if there are any benchmarks on compilation time.
-
farhan
-
rtprio
moviuro: i would do a long test and see what itsays
-
rtprio
Daniel72HertsUK: allow-recursion { any; };
-
Daniel72HertsUK
rtprio thanks I had that recursion yes; seems to be the magic line allow-recursion I think is just setting the acl
-
Matt|home
Hi - Anyone able to help me with a /very/ complicated issue regarding a USB flash drive file format? I'm not sure what channel this belongs on since it involves multiple file systems and OS's, but the main issue seems to be windows-related
-
Matt|home
long story short, here's the behavior: i format the drive to FAT32, works fine on windows, mount it to some other *nix system (linux, free, openbsd), works fine, take it back to windows, windows doesn't recognize it's own format.
-
Matt|home
so either my drive has multiple/split personality disorder or it's doing something it shouldn't
-
seti_
yup that sounds like a bad case of windows
-
Matt|home
seti_ - can you help briefly? I need you to tell me the exact precise command to mount a FAT32 usb flash drive on freebsd current stable.
-
Matt|home
the two commands i ran gave me errors
-
Matt|home
mount -v -t msdosfs /dev/da0s1 /media/usb did not work, and mount -t vfat /dev/da0s1 /media/usb did not work
-
Matt|home
and for some reason i can't find it on the damn handbook
-
seti_
Matt|home: Sorry I was just joking around
-
seti_
Cant help you with that
-
rtprio
Matt|home: is it gpart or mdr? fdisk /dev/da0 or gpart list /dev/da0
-
CrtxReavr
Matt|home, file -s /dev/da0s1
-
CrtxReavr
-
dch
jbo: as expected, just works. ` doas poudriere image -j 14_3_a64 -n army -o /tmp/ -t tar` and `doas poudriere image -j 14_3_a64 -n army -o /tmp/ -b -w 4g -s 10g -t usb+mfs`
-
dch
modulo any port-building issues as mentioned already