-
jbo
what's the issue with just issuing pw multiple times?
-
jbo
handling lists of arguments always adds complexity
-
jbo
I assume that using pw is something that happens either extremely frequently or with a list of groups that exceeds several elements.
-
kevans
yeah, there's some extra validation if you start allowing lists
-
kevans
e.g. it probably doesn't make sense to change multiple group names at a time
-
kevans
it makes sense for member lists
-
rwp
rockyh, I think it was missed in all of the chatter that groupmod modifies the group but usermod modifies the user. "pw usermod -n rwp -G operator,wheel,staff,guest" just added me to that list of groups no problem.
-
rwp
Note that the user is removed from any groups not specified. It must be a complete list.
-
antranigv
I just connected my FreeBSD router to my iPhone for USB tethering and it just worked
-
antranigv
I cannot believe I have a line that says "nat on ue0"
-
antranigv
in my pf.conf
-
jbo
lw, ping
-
lw
jbo: hi
-
jbo
lw, I read some stuff by now - did mean to check with you whether non-lower case PORTNAME is required
-
jbo
"by now" not meant to sound negative. Let's say "in the meantime" :)
-
lw
jbo: i don't think it's required, but other ports do it like that (net/py-GeoIP2 for example) - is that discouraged?
-
jbo
-
VimDiesel
Title: Python/PortsPolicy - FreeBSD Wiki
-
jbo
> PORTNAME MUST exactly match the registered PyPI package name, including casing.
-
jbo
so I guess that :D
-
lw
that should be now it is now
-
lw
s/now/how
-
jbo
yes indeed - did not mean to complain :)
-
lw
although i think this means audio/sublime-music needs to be renamed to audio/py-sublime-music
-
jbo
I did not check that port yet
-
jbo
but yes, as a committer it's sort of my motivation to point submitters towards the resources necessary to increase the likelyhood of a port submission to be as accurate as possible :)
-
lw
although net-im toot doesn't follow that convention... which imo makes more sense for end-user applications, but the guidelines say explicitly that you can't do that
-
nimaje
in case something is only an end-user application you can drop that py- prefix
-
lw
nimaje: PortsPolicy disagree, it says you can only do that if it's "NOT present in PyPI AND not likely to ever be". maybe it's out of datE?
-
lw
i'm not opposed to including the py-, it just seems like existing package contradict the policy there
-
lw
i guess i will email -python⊙. tomorrow :-)
-
jbo
there are plenty of things in the ports three that does not adhere to guidelines. that is partly because of oversight and partly because guidelines and ports infrastructure evolves over time.
-
Axman6
How do I do the equivalent of parted's "parted /dev/sdX set 1 boot on" on freebsd? I have an image on the disk already I just need to make it bootable
-
SomeRandoUser
How do i change the console (vt) resolution? "vidcontrol -i mode" lists no modes!
-
SomeRandoUser
Axman6: Maybe check "man gpart" to see if there's some flag?
-
Axman6
there's the bootcode command, but I think I just want to set the device to bootable, not change the bootcode... but I'm not sure
-
kevans
Axman6: I think you want `gpart set`
-
kevans
(bootme / bootonce attributes)
-
kevans
or active, I guess, depending on the scheme
-
Axman6
I'll give that a go
-
SomeRandoUser
Is there seriously no libpng package in the base system? I have to install that from ports?
-
SomeRandoUser
Ok, so why does this page not mention portsnap even once?
docs.freebsd.org/en/books/handbook/ports
-
VimDiesel
Title: Chapter 4. Installing Applications: Packages and Ports | FreeBSD Documentation Portal
-
Axman6
ok... I gave in and just used an ubuntu vm. wish me luck!
-
V_PauAmma_V
SomeRandoUser, portsnap is being deprecated.
-
SomeRandoUser
What's the replacement? Just doing a git clone?
-
jbo
yes
-
occ
Does the value of 2000 in the property "dev.cpu.0.freq_levels: 2300/2000 ..." means miliwatt per cpu core ?
-
SomeRandoUser
-
VimDiesel
Title: cpufreq
-
SomeRandoUser
"Values are in units of MHz and milliwatts."
-
occ
so the total power usage of a 4 cores cpu is 2*4=8 Watt, is it right?
-
SomeRandoUser
That's how I'd interpret it.
-
occ
assume all cores's freq_level is 2300/2000
-
lw
that doesn't mean right, since it means my Ryzen 5800X3D would consume 30W at full base clock (3400/3740), actual TDP is >100W. i wonder if this is supposed to be mW but is really a made up number
-
lw
s/mean/seem
-
SomeRandoUser
My mouse (PS/2 touchpad on laptop) isn't working in the console or X. How do I troubleshoot it?
-
alepzi
how do you make unattended bsdinstall set up a password for zfs "Encrypt Disks"?
-
yuripv
SomeRandoUser: is moused running?
-
SomeRandoUser
yes
-
gh00p
elirco: Thanks for the advice earlier regarding "hw.snd.default_unit" . It works! But is there no way to change VLC's output on-the-fly? Is the list of output devices in VLC just for show? :)
-
SomeRandoUser
dmesg shows that the mouse is detected. "psm0: model Elantech Touchpad, device ID 3"
-
SomeRandoUser
and I have a /dev/sysmouse file
-
SomeRandoUser
But the touchpad just does nothing
-
SomeRandoUser
an external USB mouse does work, though.
-
rtprio
SomeRandoUser: you might need a moused for the touchpad as well
-
SomeRandoUser
I do have one running
-
SomeRandoUser
ps -A shows /usr/sbin/moused -p /dev/psm0 -t auto
-
rtprio
hrm
-
rwp
alepzi, Welcome to the main channel! It's good to see you here.
-
rwp
alepzi, Your best option might be to do the install by hand.
wiki.freebsd.org/MasonLoringBliss/ZFSandGELIbyHAND
-
VimDiesel
Title: MasonLoringBliss/ZFSandGELIbyHAND - FreeBSD Wiki
-
rwp
Which I am going to always refer to as RTFM Read The Fine Mason docs. :-)
-
kenrap
parv: regarding the Intel Arc GPU testing with drm-61-kmod, I can't practically do any while using CURRENT atm. By comparison with stable/14, package builds with poudriere have been randomly breaking and getting in my way. I would rather wait for drm-61-kmod to be MFC'd to stable/14 (if that ever happens) :(
-
kenrap
boot environments really saved my ass though
-
parv
kenrap, Alright; no worries.
-
kenrap
Just wanted to update you :)
-
parv
kenrap, As I mentioned earlier I do not have the GPU; may or may not have in future. Appreciate the update in any case
-
alepzi
rwp no that's way too complex. i almost have everything i need in installerconfig. i just need to add encrypted zfs disk pw protection
-
skered
Anyone able to check if ccache -sv is broken on 14 with reporting local storage stats?
-
skered
I get size and file count but nothing for hits/etc...
-
mystic
hello, can I ask if the freebsd packages are signed so that if an attacker modify it, the os refuses its installation ?
-
kenrap
mystic: the default FreeBSD repo's packages are signed. If you take a look in /etc/pkg/FreeBSD.conf, you will see how.
-
adilix
hi all
-
antranigv
hey all, I need to kill a bhyve VM properly. it's booted with wired memory
-
antranigv
and the guest is stuck
-
antranigv
do I kill the bhyve process
-
antranigv
or do bhyvectl destroy?
-
antranigv
any tips are appreciated
-
tercaL
antranigv: Tried this? vm poweroff -f name_of_your_vm
-
tercaL
hi adilix
-
antranigv
tercaL trying now
-
dautor
How do I track progress on bugs I reported? I reported 2 bugs 3 weeks ago, there are patches posted relatively shortly for both bugs on bugs.freebsd.org but nothing else happened since.
-
dautor
(275870 and 275871 are in question)
-
lw
dautor: if there's nothing on the bug then there's probably been no update
-
dautor
lw: so, it is reported back to the tracker once progress is made / bug is fixed?
-
lw
dautor: if the patch is committer, you'll get a comment on the PR, yes
-
lw
committed
-
lw
dautor: if it's your bug, it might be helpful to test the suggested patch and report back
-
lw
if only because this confirms jah@ reproduced the same bug you found
-
dautor
lw: ok; I will try testing the patch that once I set up a build machine.
-
dautor
thanks for info
-
lw
dautor: also, this isn't the case for these bugs, but sometimes a patch will be reviewed on phab (
reviews.freebsd.org) in which case the review URL should be in the URL field and you can check there for updates
-
VimDiesel
Title: FreeBSD Dashboard
-
lw
this is what it looks like when the patch is committed:
bugs.freebsd.org/bugzilla/show_bug.cgi?id=276119 (in this case, it was committed to main, there should be another update later when it lands in stable)
-
VimDiesel
Title: 276119 – mail: typing ^C twice during compose causes SIGBUS
-
dautor
I see. Now things are much clearer. :) thank you, once again!
-
alepzi-
how do you make unattended bsdinstall set up a password for zfs "Encrypt Disks"? or where's it documented how to do it plz?
-
antranigv
I'm getting errno = 37
-
alepzi-
that's a permission denied right?
-
antranigv
when I do the poweroff / bhyvectl --force-poweroff command
-
alepzi-
like if pf is blocking network
-
alepzi-
maybe i'm wrong sorry
-
yuripv
errno(2) says it's EALREADY
-
rockyh
rwp: thank you. For me `pw groupmod' or `pw usermod' are both suitable. But what if you were already belonging to group `wheel' and you just wanted to join also `operator', `staff', `guest'? Would `pw usermod -n rwp -G operator,staff,guest' do this?
-
rockyh
jbo: it's arbitrary, but I find quite boring to issue `pw groupmod' multiple times: it would be more efficient if a single issue could perform all the tasks
-
lw
rockyh: that will remove you from the wheel group. -G overwrites the existing group list
-
rockyh
lw: ok, so even this command doesn't do exactly what I was looking for
-
lw
not that i know of (other than 'for' or whatever)
-
alepzi-
how do you make unattended bsdinstall set up a password for zfs "Encrypt Disks"? or where's it documented how to do it plz?
-
Aedil
Hi guys, a good new year 2024 for all of you.
-
alepzi-
to you too Aedil
-
SomeRandoUser
I just installed freebsd on an old computer with a Radeon 9550xl AGP video card. I installed the drm-kmod package and put kld_list="radeonkms" in /etc/rc.conf. It does boot and give me a high resolution console, but the boot process stalls for at least a minute at "Loading kernel modules:" when I have radeonkms enabled. Any way to find out what's causing it to take so long?
-
lw
SomeRandoUser: boot -v might produce more interesting output, although drm is very chatty anyway so i'm not sure if -v adds much
-
SomeRandoUser
I added kern.msgbuf.show_timestamps=1 to /etc/sysctl.conf, but that doesn't help since it only takes effect after the filesystem and init are started.
-
SomeRandoUser
lw is that the same as selecting the Verbose option from the boot menu?
-
lw
i've never really used the boot menu but probably, yes
-
SomeRandoUser
The verbose option gave me more output, but there's still a very long pause at "Loading kernel modules:" with no output.
-
SomeRandoUser
Is there some way to set a sysctl early in the boot process before the root fs is mounted?
-
SomeRandoUser
ok it turns out I can put kern.msgbuf_show_timestamps=1 into /boot/loader.conf
-
SomeRandoUser
I booted without radeonkms, then ran "kldload radeonkms" manually after logging in, which resulted in a long pause before it finally changed my resolution.
-
SomeRandoUser
Something about loading that module is very slow.
-
SomeRandoUser
oh great... startx results in a blank black screen. I can't even switch out of it with ctrl+a
-
SomeRandoUser
lt+F1
-
SomeRandoUser
best part is that the Xorg process is in the uninterruptible D state, so it's impossible to kill it!
-
bahamat
DOes the freebsd autmated install process have a name? Like RHEL is kickstart, Solaris is jumpstart. Is there anything more specific than just "automated freebsd install"?
-
alepzi-
unattended, headless, or scripted bsdinstall
-
bahamat
Cool, thanks.
-
alepzi-
i'm learning it now too
-
alepzi-
the main file is installerconfig btw. man bsdinstall talks about it
-
SomeRandoUser
it gets even better. Doing "kldunload radeonkms" results in a kernel panic!
-
SomeRandoUser
seems like FreeBSD really hates this GPU, even though Radeon 9550 is listed as "Works".
wiki.freebsd.org/Graphics/AMD-GPU-Matrix
-
VimDiesel
Title: Graphics/AMD-GPU-Matrix - FreeBSD Wiki
-
Remilia
SomeRandoUser: probably regressions since no one uses these any more
-
tercaL
SomeRandoUser: Is it AGP card?
-
SomeRandoUser
yes, it's AGP
-
rwp
SomeRandoUser, You might just need to tolerate the one minute pause at boot time for a while. Might be easier than alternatives. Then debug it over time.
-
lw
i've been meaning to debug why switching the loader to a 4K GOP resolution causes a ~30 second delay in boot, that's kind of annoying
-
SomeRandoUser
Using the "vesa" driver works, but there's no OpenGL acceleration and I'm limited to 1024x768 max resolution
-
SomeRandoUser
Is there any way to "reset" the vt terminal driver?
-
SomeRandoUser
Xorg leaves me with a black screen when it exits, and switching to another tty doesn't fix it. Wondering if there's some way to reset the video card state.
-
SomeRandoUser
I think I'm going to give up on FreeBSD with this computer. Anything that tries to use /dev/drm/0 gets stuck in an uninterruptible state and can't be killed.
-
lw
SomeRandoUser: if it works on linux, you might want to file a bug against the freebsd drm-kmod port, since this code comes from linux mostly unmodified (so it's probably a freebsd issue then)
-
SomeRandoUser
Ok, I will.
-
SomeRandoUser
welp, I just accidentally hosed my ufs partition trying to resize it
-
last1
on FreeBSD, I have a php script that makes use of semaphores and it keeps locking up
-
last1
ipcs -a shows one key with a large negative number, can that be correct ? or is it a sign of an error somewhere ?
-
last1
ex: s 430833667 -2043517800 --rw-rw-rw- www www www www 3 11:12:53 11:12:53
-
meena
SomeRandoUser: exciting! how is it hosed? any chance to fix it?
-
alepzi-
how do you make unattended bsdinstall set up a password for zfs "Encrypt Disks"? or where's it documented how to do it plz?
-
lw
alepzi-: fwiw you might try asking on the freebsd-question@ mailing list, if no one here knows
-
alepzi-
thx! if i don't figure it out in a day or 2 i'll try that. really don't wanna bother ppl if avoidable
-
dh
alepzi-: I don't think you can, unfortunately not everything can be automated with bsdinstall. I've had to dig into bsdinstall shell scripts a bunch of time to find out how to force it to do my bidding without any interactivity, but I've found every time can't be done.
-
alepzi-
dh is there any way to add disk encryption after install manually then?
-
dh
Basically it's like this - if the automation aspect is not described in bsdinstall man page, it's very unlikely that it can't be done
-
alepzi-
dh are you sure it's not covered in man bsdinstall though? ZFSBOOT_GELI_ENCRYPTION and ZFSBOOT_GELI_KEY_FILE are in man bsdinstall and *sound* right, but there's no docs
-
dh
Yes, but you asked about supplying password, which according to man page can't be supplied through environment.
-
dh
Read /usr/libexec/bsdinstall/zfsboot and see if there's undocumented way to give password through environemnt and skip the dialog UI interaction, I doubt there is though
-
alepzi-
part of the problem is i don't know how to say what i want in the right way. using bsdinstall manually, i enable disk encryption for zfs then it prompts me for a pw before committing. then when i reboot, i have to enter pw to boot. i want to configure the same but with unattended bsdinstall
-
alepzi-
so i don't know certainly that i want to give installerconfig a pw, but i know i want disk encryption to ask me for a pw on each boot
-
alepzi-
what i'm hoping is that it's like the pw utility, where i can manually set a user to have a pw hash, that i got from another program where i gave the user's password
-
alepzi-
so i *hope* i can enter my pass into a util, get a hash, add that file to my distribution, and give path to that file in ZFSBOOT_GELI_KEY_FILE
-
rtprio
alepzi-: how many installs are you expecting to automate with the same passphrase?
-
alepzi-
just 1
-
rtprio
this hardly seems like an effective use of time
-
alepzi-
ok well that's your opinion
-
alepzi-
reproducible systems aren't a good idea to small brains
-
rtprio
if i was going to do it, i would script it but not use the bsdinstall at all
-
rtprio
or unravel bsdinstall source to figure out how to make it do what you want
-
rtprio
but the fact that it has to be entered on the terminal should give you a hint that you're out in the weeds with regards to "reproducible systems"
-
alepzi-
unravelling bsdinstall's zfs script is what i probably have to do
-
SomeRandoUser
So I did manage to get X running on this Radeon 9550 card with dri support. Seems like it's a regression in FreeBSD.
-
SomeRandoUser
I managed to get it working on Linux I mean
-
alepzi-
i thought radeon was better supported than nvidia because nvidia is so hostile to FOSS?
-
alepzi-
oh
-
SomeRandoUser
This is an old AGP card from 2004
-
SomeRandoUser
yes, in genera
-
SomeRandoUser
l, nvidia sucks if you're not using windows
-
rwp
I am using a fanless AMD HD 5450 Radeon from like 10+ years ago driving 2x 1920x1200 display and it has been very good for me.
-
lw
used to be the other way around, but since open source radeon drivers, i'd never buy another nvidia card
-
lw
(my desktop has an RX 6800 XT, works absolutely fine in freebsd with wayland)
-
rwp
My other box had a modest nVidia running Linux and I used it with the nouveau driver until about two years ago when the driver maintainers started thrashing the driver, making it unstable, and I suffered frequent graphics freezes and kernel panics. I gave up and pulled the nVidia card out swapping to the AMD and I am never going back to nVidia again.
-
SomeRandoUser
Is the entire freebsd graphics stack basically the same as Linux?
-
lw
yes, it's literally just a copy of the linux drm/kms code with a shim layer to make it load as a freebsd kld
-
lw
+ wayland, X, etc., is identical to linux
-
alepzi-
dirty but i guess it makes sense to shift all the real work to linux
-
lw
nvidia is different, they have a native freebsd driver and X.org module
-
alepzi-
then just piggyback it
-
lw
(although i would assume the closed source part the freebsd nvidia driver is probably identical to the linux one with different shim layer)
-
SomeRandoUser
yeah, I doubt freebsd has the resources to develop something custom
-
rwp
It just makes sense to share the work. No need to be NIH and ignore it.
-
SomeRandoUser
especia
-
SomeRandoUser
lly with hundre
-
SomeRandoUser
ds of gpus out there
-
lw
it kinds of sucks that it's all GPL but no one who does proprietary graphics stuff cares about this, e.g. Sony wrote all custom stuff for PlayStation
-
SomeRandoUser
goddamn enter key
-
rwp
alepzi-, Since you are in the channel, continuing previous discussion, I learned that the AES-NI driver on 13 is no longer needed to be loaded as a module as it is apparently now built in. That's why it was not needed to be loaded as a module anymore and I didn't see a performance problem not having it.
-
alepzi-
rwp yep i found the same, thx!
-
lw
(well, no one really knows what sony does... but the basic OS is freebsd and they clearly can't include any GPL code so they must have written their own drivers, unless perhaps AMD did that)
-
rwp
I avoid hardware that I know does not have good clean free software drivers in the mainline kernel. It's just not worth the hassle hacking around the fringe trying to make shady hardware work.
-
nimaje
pretty sure that graphic driver stuff is under multiple licenses so that you can use it even if you don't want gpl stuff
-
SomeRandoUser
I see claims that the Nintendo Switch runs a variant of FreeBSD. Is that true?
-
lw
nimaje: the Linux DRM code?
-
nimaje
lw: yes, but not sure where I read that
-
lw
hmm interesting
-
lw
you may be right, i've never really looked into this
-
nimaje
SomeRandoUser: no, but it seems like their user space networking stack is derived from freebsds networking stack (the nintendo switch uses a micro kernel architecture and has most drivers in user space)
-
» lw remembers when people spent literally decades claiming that Windows NT used the BSD IP stack, then it turned out... it didn't
-
jbo
lw, another PR committed
-
kenrap
I think there are other OSes that derived their networking stack code from FreeBSD too, like Haiku
-
» lw git fetch
-
lw
jbo: thanks! i haven't got around to fixing sublime-music yet (been working on someone else today) but at least all the dependencies are in now, i'll try to get that done tomorrow
-
lw
uh.. s/someone/something
-
lw
jbo: i think #275962 (multimedia/mediaelch) should be ready to commit too, that one doesn't have any python
-
lw
(no rush, just mentioning it)
-
SomeRandoUser
I think the sockets API that most operating systems (including windows) use came from BSD (not FreeBSD)
-
SomeRandoUser
and that's where the confusion comes from
-
lw
SomeRandoUser: nah, people analysed the Windows NT IP stack and concluded that the actual implementation (not the API) came from BSD. but it turns it it was an unrelated commercial implementation
-
lw
not that loads of people haven't used the various versions of the BSD IP stack of course... MS just isn't one of them
-
SomeRandoUser
Where can I report this GPU driver bug?
-
jbo
unless it's an upstream bug: bugs.freebsd.org
-
SomeRandoUser
Is there any way I can find which driver version I'm using so I can compare it with the Linux one?
-
jbo
pkg info
-
rwp
lw, Since MS-Windows code is proprietary and the BSD license does not require it I might say that the real problem is that we are prevented from being able to know if Windows includes something or not.
-
jbo
why is that? part of the beauty of the BSD license is that a commercial entity can "just use it"
-
kenrap
uh oh, I'm sensing a copyleft vs permissive debate coming...
-
lw
SomeRandoUser: include your drm-kmod pkg version (and drm-XXX-kmod version if any of those are installed) and freebsd version
-
lw
rwp: it was only a problem for the people who spent decades accusing MS of 'stealing code' :-D
-
lw
(even though the license says you can do that, so... who cares?)
-
rwp
kenrap, Nope. I am not going there.
-
kenrap
Thank you :)
-
rwp
lw, They were not stealing it. "Stealing" is the wrong word as that must deprive the owner of the use of it and that isn't the right thing for software. And also the BSD license allows it. Plus the community encourages it. That's a far bit from any illegality.
-
lw
rwp: i didn't say they were stealing it. i said _other people_ said that. i'm well aware of how the BSD license works
-
rwp
And honestly we all thought it was a good thing anyway. Can you imagine how messed up the networking would be if MS had to create it out of nothing from scratch themselves? Everything would be broken and it would be a bad situation for the entire network!
-
lw
basically people were mad that MS used the BSD IP stack without acknowledging that they did. then it turned out they didn't anyway. so the whole thing was extremely silly
-
rwp
kenrap, I would be going to the advantage of a free software operating system. One where we can all see all of the code and know what is in there and how things work and find and fix bugs. I wonder where we might find one of those? :-)
-
rwp
lw, Do we have a reference describing the situation with MS networking code? If we can't look at it then how will we know anything about what they have in it?
-
kenrap
rwp: over there, "A wild permissively-licenced BSD OS appeared" :P
-
rwp
Which is really the main problem and why most of us are avoiding Windows code as much as possible. We can't audit it. We can't fix the problems in it. It's a nuisance!
-
kenrap
rwp: gotta hack'em all :)
-
» kenrap will stop with the silly references
-
kenrap
rwp: on the same note, I would like to spend some time getting familiar with the FreeBSD kernel/KPI (and brushing up on C), so I can solve my own problems when they arise
-
kenrap
Not a high priority for me, but a nice to have
-
rwp
kenrap, +1 and me too on that at about the same level. I need to expand my skill set. But a few other things are in the queue ahead of it.
-
lw
|Backup of ZFS information for all imported pools
-
lw
|
-
lw
|-- End of daily output --
-
lw
i'm confused why daily send me this email when i have info output disabled
-
Inline
cron job ?
-
lw
yes, periodic runs from cron, but i have informational output disabled in periodic.conf
-
Inline
maybe you didn't restart your cron daemon ?
-
Inline
or reloaded it ?
-
lw
you don't need to restart cron after editing periodic.conf, but in any case i haven't changed it for several reboots
-
lw
the message is from 223.backup-zfs, it seems like it sets rc=1 if /var/backups/${poolname}.bak doesn't exist, but that file still doesn't exist after running the script
-
lw
if i run the script by hand it exits 0, hm
-
lw
i guess i'll see if it happens again tomorrow
-
lw
jbo: how do you become a ports committer?
-
lw
i don't think i have any interested in being a src committer but ports might actually be useful
-
rwp
There must be twenty-something control variables that are needed to disable all of the (useless?) things periodic does routinely. I am still trying to understand any utility of some of them.
-
lw
rwp:
-
lw
# wc -l /etc/periodic.conf
-
lw
101 /etc/periodic.conf
-
rwp
How is it helpful to know how many hours the different accounts have spent logged into a system in a month?
-
lw
0 dalmations^Wvariables
-
rtprio
rwp: for a multiuser system, a high amount of cpu usage (i don't think it's hours) could account for someone using an unfair share
-
rtprio
but for a single user system, it's silly
-
lw
i really think periodic should be updated for modern standards, no one wants all this crap emailed to them by default
-
lw
let them turn it on explicitly if they want it
-
lw
but you know if you propose this you'll get a bunch of people saying "i've been using UNIX since PWB and i depend on these emails for my critical infrastructure!"
-
lw
this is a funny user-agent: User-Agent: Mozilla/5.0 (X11; Linux x86_64; FreeBSD amd64) AppleWebKit/537.36 (KHTML, like Gecko) QtWebEngine/6.6.1 Chrome/112.0.5615.213 Safari/537.36
-
lw
it's linux! but it's also freebsd. and it's mozilla, and chrome, and safari
-
rwp
In order to log into chase.com I have to override my User-Agent and lie saying it is Linux (or Windows) or it refuses to allow me access.
-
lw
rwp: i'm suspcicious that having FreeBSD in my UA is why eBay permanently banned me
-
kenrap
it's a bird, no it's a plane, no it's fingerprint-resisting :)