-
polyex
do you use bs=2M or 1M for dd reformatting usb flash sticks?
-
rwp
polyex, I think both/either of 2M or 1M are both larger than the NAND flash stripe size and also a multiple. Meaning that either is okay.
-
rwp
I most often use 1M when I am writing NAND flash these days.
-
SamuelMarks
hi
-
SamuelMarks
Wait so FreeBSD 4.4 changed the functionality of `install` to `cp` not `mv`? =(
-
rtprio
hi. yes.
-
SamuelMarks
FreeBSD 13 removed CU-SeeMe, this thing right? -
en.wikipedia.org/wiki/CU-SeeMe
-
VimDiesel
Title: CU-SeeMe - Wikipedia
-
rtprio
haven't heard of that software in like 15 years
-
SamuelMarks
How else will I make my point-to-point 4-bit grayscale videocalls?
-
rtprio
not as much of a need these days
-
rtyler
I'm wondering if any of you folks have an example of a pf rule that would block traffic rom a jail to the rest of the LAN while allowing it to still reach the internet (e.g. any traffic from the bridge interface)
-
moviuro
Hi all, is there a "smarter" `pkg clean` that would remove all but the N last packages? (a bit à la
man.archlinux.org/man/paccache.8)
-
debdrup
SamuuelMa: mv is cp + rm
-
debdrup
err, wait - that's if it's crosses filesystem boundaries.
-
dvl
When a setup.cfg contains, coverage[toml]>=6.5.0, is this the right DEPENDS line? ${PYTHON_PKGNAMEPREFIX}coverage>6.5.0:devel/py-coverage@${PY_FLAVOR}
-
grif
hello bsd folks. I have a pf problem if anyone would care to indulge?
-
paulf
just ask
-
ek
Hrm. Anyone else have python39 installed via ports and getting hundreds (maybe thousands?) of checksum mismatches in their periodic daily reports?
-
ek
I'm seeing this on multiple FBSD 13.1 systems.
-
grif
paulf, it's double nat. my pf drops everything by default and no rules want to play nice with the port I'm trying to allow through
-
grif
the upstream router works just fine, just not my router :(
-
V_PauAmma_V
ek, I had something happen a week or two ago that sounds like what you describe, although for me it was using pkg. Solved with "pkg update -f" followed by "pkg upgrade", IIRC.
-
ek
V_PauAmma_V: Hrm. I tried rebuilding all the ports that are reporting the bad checksums. Everything rebuilt fine. However, immediately running another "pkg check" there are still a bunch of mismatched checksums. Not sure what's going on.
-
V_PauAmma_V
Long shot maybe, but do you also have another python 3.x installed?
-
vishwin
V_PauAmma_V: it's the bytecode stuff that got reverted because someone got overzealous
-
vishwin
ek: too
-
ek
V_PauAmma_V: Naw. Just the python39 installed at the moment.
-
vishwin
and this is why i'm not committing anything to the repositories for the foreseeable future
-
ek
vishwin: Related to the github fiasco?
-
vishwin
no
-
ek
vishwin: Ah. I wasn't aware of such an issue.
-
vishwin
the checksum mismatches with CPython bytecode files are from python packages still using direct setup.py invocations packaging bytecode, but then the (now reverted) trigger compiling them after install
-
vishwin
they are harmless
-
vishwin
i would direct you to the UPDATING entry but that got swept up as well
-
vishwin
combined with nobody, including docs people, actually reading their own shit, is why we can't have nice things...ever...
-
ek
vishwin: Oh! That makes perfect sense. Exactly what I'm seeing. Thanks!
-
vishwin
yeah CPython bytecode isn't meant to be packaged, they're always supposed to be compiled on the target if desired
-
ek
The periodic daily reports are so large that sendmail hadsa problem delivering them.
-
ek
s/hadsa/has a/
-
vishwin
i wanted to bundle the bytecode compilation for those cases into an overhaul of that "subsystem" to reduce PORTREVISION, but that obviously got derailed
-
vishwin
s/PORTREVISION/PORTREVISION bumps/
-
prahou
Am I right when I say there is no way to change vt resolution without a KMS driver?
-
debdrup
It's not really dependent on the KMS driver.
-
debdrup
If you have UEFI with GOP and set it via the loader, the mode shouldn't change once you've set it.
-
tsoome
debdrup there is no such rule.
-
tsoome
prahou that is true.
-
debdrup
Maybe I've just been lucky then.-
-
prahou
no UEFI here
-
prahou
thanks tsoome
-
debdrup
prahou: if you do n't have UEFI, vidcontrol(1) can change sc(4)
-
prahou
but I don't want sc
-
prahou
I need unicode fonts
-
tsoome
the problem is, some systems limit screen resolution, and you may want to get better ...
-
prahou
just making sure I didn't miss anything, thanks folks
-
debdrup
prahou: where've you found a system produced in the last decade that doesn't have UEFI? :P
-
tsoome
for example, my system (supermicro X10SAE) does only set 800x600, but the card can do up to 1600x1400. And BIOS mode goes happily with it. 800x600 is rather ugly on this 4k monitor:D
-
prahou
debdrup: who said anything about the last decade? ;)
-
tsoome
vt has mechanism to have KMS backed gfx driver doing the draw
-
tsoome
I have not checked what is needed to get the actual resolution change happening.
-
prahou
It works well here with the KMS driver (the resolution changes anyway), but it borks acpi suspend, which I couldn't resolve, and I tried.
-
debdrup
prahou: really? What breaks ACPI S3 here is the TPM-
-
prahou
debdrup: it's a trial and error endeavor. but I can safely say that radeonkms is at least to some extent a culprit
-
bhechinger
I don't even know where to ask about this, so I'll try here first.
-
bhechinger
I'm trying to setup two OPNsense VMs (FreeBSD 13) and on one machine (Ubuntu 22.04) it works fine but on another (Ubuntu Studio 22.04) network access is not working.
-
bhechinger
I have pretty much identical network setups on both hosts (netplan, both laid out the same)
-
bhechinger
On the machine that it's not working on I have 4 other VMs (one windows, various linux) and they all work just fine. What could possibly be going on with FreeBSD that it doesn't want to work on this system?
-
roy2098
Hi all, anyone have experience with FBSD 13.1 and Samba - Windows 11 22H2 clients - and also, is Samba 4.16 not suitable should I revert to 4.13?
-
skered
roy2098: Yes 22H2 here.
-
roy2098
Hi skered - which Samba version is working, can you provide any info on what you did to get network shares to work?
-
skered
roy2098: 4.16 and the samething I did with 4.13 and all versions before that.
-
skered
[name] path = ...
-
skered
Nothing comples
-
skered
complex even
-
roy2098
did you make any changes to local security policies?
-
skered
Just security = user
-
roy2098
skered: also, which version FBSD?
-
skered
and map to guest = Bad User
-
skered
13.1 amd64
-
roy2098
skered that's my environment - only twist is Samba is virtualized in one case under bhyve and another case under VirtualBox
-
» skered smells a firewall or NATing
-
roy2098
skered: and that brings another issue - I wonder if there's a bug in the igb interface in FBSD 13.1
-
roy2098
skered: i've already got too many variables
-
roy2098
skered: what set this off is need to upgrade a working Samba 4.4 I think it was under FBSD 10.2 - both guest and hypervisor
-
skered
maybe. But my issue with VMs network interfaces are mainly speed.
-
skered
But then I always go paravirt for all of them
-
roy2098
skered: I upgraded first the hypervisor(s) no problem
-
roy2098
skered: then the fbsd guests
-
roy2098
skered on one of the hypervisors, a previously older VirtualBox fbsd guest would not network
-
skered
Are your issues with direct connections or you expecthing them to show up automagicly in Network?
-
roy2098
skered: net use, File Explorer with ip address, nothing works now
-
roy2098
skered: ironically, it does work fine under a FBSD 13.0 release (both hypervisor and guest)
-
roy2098
skered - paravirt didn't help at all
-
roy2098
skered - apologies I made an error - should be "on one of the hypervisors, a previously older VirtualBox Windows 10 guest would not network
-
roy2098
skered - and you may be right about firewall/NAT . These are ubiquiti EdgeRouters and switches and maybe the addresses are stale or something
-
roy2098
skered but you are telling me that you have working FBSD v 13.1, Samba 4.16 working with Win11 boxes with latest 22H2 update
-
roy2098
skered so that means i have more digging to do
-
skered
Yeah win11 (all versions), win10, macOS (with fruit/timemachine), and Linux.
-
roy2098
skered: did you compile Samba or get from pkg? And any special switches/configs you set?
-
skered
FreeBSD repos.
-
roy2098
skered: not sure what you mean by that exactly...
-
skered
pkg.
-
roy2098
ok. so nothing set other than defaults
-
skered
Yeah
-
roy2098
btw are you using any Samba as domain controller?
-
skered
Nope
-
skered
I can only assume this is some type of information leakage attack? Should I unplug my Internet connection?
-
roy2098
skered - are you kidding?
-
roy2098
skered - why would i attack you?
-
skered
Aren't we all?
-
roy2098
hahaha
-
roy2098
look, i appreciate your help; i have to head out now but if it's ok i'll look for you again. Thanks again!
-
seafork
Hi, are there any tools I could use to inspect wired memory?
-
phryk
is there any word when drm-511-kmod will drop? the PRs for 5.11 and 5.12 were merged months ago.