-
trench
-
VimDiesel
Title: Please consider helping our Release Manager. | The FreeBSD Forums
-
_xor
RhodiumToad: Looking at the man page now, and it's -b not -B. Though I just noticed this blurb...
-
_xor
"poudriere will only use packages that: come from a repository having the same or older version of pkg"
-
_xor
oh wait
-
_xor
It literally means pkg.
-
_xor
(I think)
-
_xor
What's going to be the best way to get the blocksize of a USB drive?
-
angry_vincent
diskinfo maybe?
-
_xor
Yeah, I just used that.
-
tivolo
hi all. if i call "ifconfig <interface> create": does it make a difference on the created interface in term of how the <interface> is called (e.g. wlan, bridge, wg, ...)?
-
bapt
yuripv: great you managed to do the update I tried for CLDR 42 and it failed somewhere with a stacktrace, it was on my TODO to have a deeper look ;)
-
tercaL
Hi, after freebsd-update fetch install, and a reboot, I now cannot connect to my server, my ssh client gives: End of keyboard-interactive prompts from server - Server refused to allocate pty
-
tercaL
Tried to clean my .ssh_known file on my Windows computer, didn't change anything.
-
tercaL
Any clue?
-
tehpeh
tercaL: was it the server you updated?
-
tercaL
Yes, 13.2.
-
tehpeh
Did you get a chance to run etcupdate?
-
tehpeh
Or that's probably not required for freebsd-update
-
tercaL
tehpeh: I did only freebsd-update fetch install, and then reboot. As usual, as always.
-
tehpeh
Hmmm can you get console access to inspect?
-
tehpeh
No ideas sorry
-
sukamu
Hello, I am having video performance issues in FreeBSD 13.2 with the i915kms driver, the computer is a thinkpad x260, I installed xf86-intel-driver and xorg was installed with "pkg install xorg"
-
sukamu
It's like the video is slow, but the cpu usage is not high, nor is the RAM usage or anything else
-
terminaldweller
rt
-
sukamu
does anyone else have bad performance with intel graphics?
-
tyler82
I did fresh install manually freebsd. 480M efi partition for boot and 99G zfs. but this ssd has got 11 different partitions more. Ext4 and NTFS. But freebsd does not see any. Even if i installed fuse-ntfs and fuse-ext2 packages and modify loader.conf and rc.conf adding fuse to kernel at bootup. 🙄
-
tyler82
No such geom.
-
megaTherion
tyler82: more info required
-
megaTherion
gpart show or some suhc
-
tyler82
megaTherion: gpart show is listing up all the partitions
-
easye
Mornin' I have a long running system based on ZFS that has been upgraded to 13.2 that is still. In trying to tune things a bit I noticed that a fair number of the sysctl values documented in <
docs.freebsd.org/en/books/handbook/zfs/#zfs-advanced-tuning> don't seem to exist, such as vfs.zfs.vdev.max_pending. My zpool has been upgraded to the latest.
-
VimDiesel
Title: Chapter 22. The Z File System (ZFS) | FreeBSD Documentation Portal
-
easye
Does the documentation there not reflect the current status? zfs version shows zfs-2.1.9-FreeBSD_g92e0d9d18
-
megaTherion
tyler82: so give us a url with the paste
-
tyler82
megaTherion: Ok. one sec
-
megaTherion
also not sure where yo uget "no such geom" ... if gpart list's them then its fine ;)
-
megaTherion
so you get "No such geom" upon mounting something?
-
tyler82
megaTherion: probably because i did gdisk partition sorting on linux on the whole drive and geom has been destroyed....🙄 or no clue....
-
megaTherion
I doubt it... GPT is a standard
-
megaTherion
gdisk does what gpart does on FreeBSD
-
tyler82
-
megaTherion
looks fine
-
megaTherion
so which do you want to mount?
-
tyler82
megaTherion: p9 the 362G
-
tyler82
ntfs
-
megaTherion
not sure why it's not showing the disk path on gpart
-
megaTherion
you know which device it is?
-
tyler82
megaTherion: ada0. same on where freebsd is running
-
megaTherion
ok so /dev/ada0p9
-
megaTherion
you could verify with, file -s /dev/ada0p9
-
tyler82
freebsd is ada0p12
-
megaTherion
if you get an NTFS signature then you know it's the correct device
-
megaTherion
or I think ntfs-3g has things like ntfsinfo, though Im not using NTFS
-
tyler82
megaTherion: can not open device dev/ada0p9 no such file or directory
-
megaTherion
tyler82: then you don't have /dev/ada0*
-
megaTherion
if your sys is right now on that disk, I wonder why df doesn't show any kind of output
-
megaTherion
df should show / ... all the zfs datasets etc.
-
megaTherion
what's telling mount?
-
tyler82
-
VimDiesel
Title: Pasteboard - Uploaded Image
-
megaTherion
tyler82: maybe check mount too, it can be da0 or nvd0... depends on what kind of disk it is
-
megaTherion
or just check out what /dev offers... with so many partitions it should be easy to find
-
tyler82
-
VimDiesel
Title: Pasteboard - Uploaded Image
-
megaTherion
I noticed you have two ESPs?
-
megaTherion
p3, p4, p11 you are supposed to only have one
-
tyler82
megaTherion: three
-
megaTherion
I think this is not guaranteed to work by the standard as there can only be one ESP per device
-
tyler82
ESP i have. one for linix one for windows and one for bsd
-
megaTherion
this isn't how this works
-
megaTherion
you put all the boot files on one ESP
-
megaTherion
it's not per installed OS
-
tyler82
i know. but this is my testing hard drive so easier to remove freebsd if it is on separate esp. p4 is the "real" partition for it anyway.
-
tyler82
p4 booting up four OSes. but p11 only for bsd
-
megaTherion
very confusing ;)
-
tyler82
and p3 only for windows
-
megaTherion
but as said, not how this works
-
tyler82
megaTherion: do not worry about those
-
megaTherion
I don't, it's not my sys );
-
megaTherion
so all you need to do is figuring out what your real devpath is... ls /dev/*p9 or some such
-
megaTherion
can't be too hard
-
megaTherion
if it isn't ada then it's some other ... also dmesg can tell you
-
tyler82
ls does not find. no such file or directory see on the last pasteimage. bottom.
-
tyler82
*p9 no match
-
megaTherion
you didnt paste that one yet?
-
megaTherion
-
VimDiesel
Title: Pasteboard - Uploaded Image
-
tyler82
megaTherion: thats the one. p9 no such file or directory
-
megaTherion
I dont see ls there, sorry
-
tyler82
-
VimDiesel
Title: Pasteboard - Uploaded Image
-
megaTherion
so no device
-
megaTherion
very strange setup
-
megaTherion
I guess a whole dmesg output is in order
-
megaTherion
tyler82: was this working at some point?
-
sukamu
I'm having a video performance issue with Intel graphics card, it's like the windows and stuff are lagged. here's my xorg log:
ss.suragu.net/f/aquqs/xorglog.txt
-
megaTherion
camcontrol devlist could also be interesting
-
megaTherion
tyler82: I guess this is a laptop kind of device? Is the disk an nvme?
-
tyler82
megaTherion: no. 2.5 inch SSD
-
megaTherion
tyler82: well I'd recommend a full dmesg output and maybe camcontrol devlist can reveal something
-
megaTherion
the setup is definetly weird, maybe causing device not being registered.. I dont know
-
megaTherion
3 ESPs are not allowed... whether this is now 'cause of this or something else...
-
megaTherion
tyler82: on boot up you can also enable debug mode which gives you extensive logging
-
tyler82
Ok. i have got previous installation with those esp-s and it was no issue with mounting ntfs
-
tyler82
but yesterday i did clean install.
-
megaTherion
this is not a clean install
-
tyler82
However i did manuall install on bsdconfig and i did not gave the name i wanted for the pool....so i did on linux zpool import -f root ALPHAint
-
tyler82
then zpool export.
-
tyler82
then i have got fsck manually check error on bootup even if i gave the new mountpoint. the only way to bootup was to umcommemt boot paetition on fstab
-
tyler82
megaTherion: then reinstall. sorry.
-
megaTherion
I advice against several OS' on a single disk, it's basically asking for problems but ... *shrugs*
-
megaTherion
VMs are a much better solution
-
tyler82
megaTherion: Ok. i am testing freebsd on mutiboot environment. thats why i got this setup now.
-
megaTherion
tyler82: use a VM then.
-
tyler82
megaTherion: also using VM
-
megaTherion
problem solved :)
-
tyler82
megaTherion: not really. 😞
-
megaTherion
tyler82: only standards are supported... you can break your sys in many ways
-
debdrup
If you're using a hypervisor, which is designed to limited the executing environment of whatever's running in it, how can you expect it to see the other partitions?
-
tyler82
debdrup: this is baremetal. the vm setup is on my other laptop. ,😁
-
megaTherion
tyler82: if you wanna continue, maybe you can fetch 'camcontrol devlist'... I'd just be curious
-
megaTherion
I consider that sys borked but... its interesting
-
tyler82
megaTherion: yeah. definiatelly i will. anyway this is just testing install so i dont store any important data on it. So nothing to lose. 😁But i am just curious also whats causing the issue...
-
megaTherion
tyler82: if you need a 4th OS, just throw Oi on it too :D
-
megaTherion
lets make the confusion complete
-
parv
:-]
-
tyler82
And also one thing might be important. The previous install was also manual but i did it on an other "spare" laptop. which has been died. 😬 So i have got these "new spare" laptop and i have pluged the ssd. and was working. To detect the ntfs and ext4 partitions was no issue at all. The problem is now on the new installation...🤔
-
tyler82
megaTherion: 4th OS i need it for android apks. its PrimeOS. I need that. 😁
-
Demosthenex
anyone have pointers on how i can improve my wifi performance? freebsd 13.2 thinkpad t480, iwm driver. i keep getting stalls. trying to get some debugging data to see what the issue is
-
CrtxReavr
Are you an Android, or an iPhone?
-
CrtxReavr
Demosthenex?
-
CrtxReavr
hmmm
-
CrtxReavr
WTF
-
rtprio
? i didn't see him mention a phone
-
CmdLnKid
${phonehome}
-
CrtxReavr
rtprio, I never said he did.
-
CrtxReavr
Point is, for Androids, there's multiple free & useful tools for troubleshooting wifi.
-
CrtxReavr
For iPhones, not so much. . . not without whipping out a credit card, anyways.
-
CrtxReavr
From my experience, wifi either "works" (for various values of "work") or it doesn't. . .
-
CrtxReavr
And if it "works" poorly, it's generally environmental or WAP config issus.
-
CrtxReavr
And that's universal, no matter what the OS or platform.
-
Demosthenex
CrtxReavr: i do have an android phone i can use for troubleshooting, but its a freebsd server ;]
-
Demosthenex
er, laptop
-
Demosthenex
i have a wifi signal mapper, and it looks below average but tolerable
-
CrtxReavr
Demosthenex, there's an app on Google Play called "Wifi Analyzer."
-
Demosthenex
i feel like the laptop is performing worse than it should for this mediocre connection
-
Demosthenex
part of it is statistics, trying to get signal strength has been hard on freebsd
-
CrtxReavr
It'll give you a good idea of signal strength, channels in use, other SSIDs (parked on the same channels), etc.
-
Demosthenex
that's why i asked about tools
-
CmdLnKid
try disabling any location services and bluetooth.that can play a major part in it
-
CmdLnKid
checksum offloading as well
-
rwp
After the recent 13.2-RELEASE-p2 freebsd-update now is nagging me about my local modifications to /etc/ssh/sshd_config file.
-
rwp
-
VimDiesel
Title: 9XL4
-
megaTherion
isnt a problem
-
rwp
How can I have freebsd-update install the new version of the file so that I can modify it again so that it stops nagging at me for it?
-
megaTherion
its no 'pause' you just press q and continue, it's an information
-
rwp
The only problem is one of user-interface from the utility because it asks that that EACH AND EVERY TIME. I am tired of it. I want to have it done.
-
megaTherion
what user interface?
-
Demosthenex
CrtxReavr: so where do you see signal strength in fbsd?
-
rwp
freebsd-update
-
megaTherion
rwp: you do that a single time?
-
rwp
I do that every day on my desktop system.
-
megaTherion
in a couple of weeks/month, why would you be annoyed by this
-
megaTherion
*uff*
-
megaTherion
no need
-
megaTherion
guess you can cron it
-
rwp
I am not otherwise paying attention to the news and would not otherwise know when updates are available and flowing.
-
rwp
It shows up in the cron output too.
-
CrtxReavr
Demosthenex, been a while. . . but I would suspect in the sysctl tree somewhere.
-
megaTherion
rwp: I think there is a different way overriding sshd config, like /etc/ssh.d ...
-
RhodiumToad
rwp: have you modified freebsd-update.conf at all? I think the default is supposed to do a merge
-
RhodiumToad
or have you modified sshd_config such that it no longer resembles the original at all?
-
rwp
RhodiumToad, I have not modified freebsd-update.conf and it does still say "MergeChanges /etc/ /boot/device.hints" there.
-
RhodiumToad
I'm wondering if the UpdateIfUnmodified is overriding that
-
RhodiumToad
it's not supposed to
-
rwp
I don't recall having seen this behavior until the recent -p2 which I installed when it became available. Pretty sure previously it was simply merged once and then done.
-
rwp
I might have to dig through the freebsd-update script and figure it out. Since I am the one annoyed by it. :-}
-
Demosthenex
CrtxReavr: ifconfig wlan0 list scan
-
megaTherion
rwp: well you are maybe over-annoyed by it, I wouldnt bother at all... sure you can tinker with it, hack yourself thru it... I think the warning itself is a new thing but it's also a good idea as an complete upgrade shouldn't be taken lightly
-
megaTherion
I wonder but if there are no updates, which is often the case - you wont see it or?
-
rwp
I have fully updated several systems and on every system I see the pause in less reviewing the file list including only that file every time it is run. The other files which were locally modified such as /etc/passwd and such were merged and done. But the sshd_config file is paused in less for review each and every time.
-
rwp
I have limited time today. Then I am offline for a week on travel. If it is still a problem two weeks from now I will dig through freebsd-update and figure it out.
-
antranigv
Is there a list of pf features between FreeBSD and OpenBSD?
-
antranigv
like, pf comparison?
-
mason
antranigv: There was a note about FreeBSD being updated to a specific date/version. Looking.
-
meena
antranigv: i feel like kp is probably the best person to ask for an overview
-
mason
antranigv: So, yeah, I found someone's edit of
docs.freebsd.org/en/books/handbook/firewalls that explicated a version, but it's not in the main page.
-
VimDiesel
Title: Chapter 33. Firewalls | FreeBSD Documentation Portal
-
mason
Hm, for now, from
adminbyaccident.com/freebsd/how-to-…onfigure-the-pf-firewall-on-freebsd I see "The code in use as in version 12.0 is still based on the PF version found on OpenBSD 4.5." so you can assume that as a floor. 13 might be newer.
-
VimDiesel
Title: How to configure the PF firewall on FreeBSD - Admin... by accident!
-
costly
mason: PF version has not been updated to my knowledge for version 13.
-
mason
antranigv: ^
-
mason
tyt
-
mason
ty*
-
rtprio
CrtxReavr: oh i get it.
-
rtprio
Demosthenex: i check the logs of the AP, if it's not consumer equipment
-
Demosthenex
rtprio: yeah, its a crap dlink ap. but my phoen says 74 dbm, i was trying to get more data from my laptop
-
Demosthenex
i tried setting ifconfig debug, and w wlandebug flags, but i see no output
-
Demosthenex
or to dmesg or any logs
-
antranigv
mason costly thank you!