-
epony
the only power you can safe is by reducing weight of the always running on main CPU software realistically
-
epony
"saVe"
-
epony
the rest of devices do manage themselves quite well (own firmware / power saving mode)
-
epony
the new power / efficiency cores in later arm-like laptop CPUs are going to be "helping" with that too
-
concrete_houses
anyone know how to get qbittorrent to support torrent v2 on freebsd? it shows up in archlinux but not here
-
Fudge
well folks, i finally have a desktop working yay
-
Fudge
now if we could get a port of fenrir screenreader that would be awesome
-
V_PauAmma_V
Fudge, is that a GUI screenreader, or a VTY-based one?
-
meena
Fudge: given that it's python, maybe try pipx for installing it
-
meena
-
VimDiesel
Title: FreshPorts -- devel/py-pipx: Install and Run Python Applications in Isolated Environments
-
meena
and then, as normal user, pipx ensurepath
-
meena
and, pipx install fenrir
-
V_PauAmma_V
-
pertho
does anything still need hald_enable="YES" in FreeBSD 13.1?
-
pertho
I heard hald was phased out
-
pertho
wow.. is FreeBSD's built-in sshd broken? It ignores 'PasswordAuthentication no' in /etc/ssh/sshd_config completely and still prompts for passwords
-
pertho
also.. my 13.1 seems stuck on 'FreeBSD 13.1-RELEASE-p3' and freebsd-update fetch seems to think 'No updates needed to update system to 13.1-RELEASE-p5.'. What happened to -p4 and -p5 updates?
-
V_PauAmma_V
pertho, that happens with fixes that only change userland or modules, not the kernel itself. Try "freebsd-version -kru".
-
pertho
V_PauAmma_V: that gives me 2 lines of -p3 and last line -p5
-
V_PauAmma_V
First two lines are installed kernel and running kernel. Last is userland.
-
pertho
ah cool so I'm up to date
-
V_PauAmma_V
Yes. (I agree that's confusing.)
-
xtile
I'm in the habit of using the -kru options every time.
-
pertho
still not sure why sshd -T outputs 'passwordauthentication no' and yet if I connect in with ssh and don't have my ssh key loaded, it prompts for password.
-
pertho
yeah -kru sounds like the way to go :)
-
Kalten
pertho: can you log in, or is ssh just fooling possible atackers?
-
pertho
yeah I can log in with the password when it prompts
-
pertho
like, when it prompts for the ssh key passphrase, I just hit enter.. then it says: (user@host) Password for user@host:
-
pertho
it shouldn't be prompting for Password for user@host at all..
-
V_PauAmma_V
pertho, do you have separate configuration files that the background sshd and the one in "sshd -T" may use? That could happen if you used -f in sshd_flags or set sshd_chroot (both in /etc/rc.conf or one of the other configuration files listed in rc.conf(5)).
-
pertho
V_PauAmma_V: no, just sshd_enable="YES" in /etc/rc.conf
-
pertho
ahh.. maybe I need to set KbdInteractiveAuthentication no as well?
-
pertho
I thought 'PasswordAuthentication no' was enough?
-
pertho
yeah setting KbdInteractiveAuthentication to no fixes it.. but.. that is odd..
-
pertho
so 'PasswordAuthentication no' and 'KbdInteractiveAuthentication yes' means passwords still work :/
-
rtprio
pertho: and you restartd sshd to test this?
-
pertho
yes indeed
-
rtprio
not sure PasswordAuthentication does what you think it does
-
rtprio
since the default _is_ 'no'
-
pertho
on OpenBSD's sshd, PasswordAuthentication no and KbdInteractiveAuthentication yes still refuses all password logins
-
rtprio
well we're not using openbsd are we
-
pertho
I know, I'm just comparing ssh option behaviour
-
V_PauAmma_V
What is UsePAM set to?
-
pertho
I've not got it set so whatever the default is
-
pertho
usepam yes
-
rtprio
then of course it's going to take a password
-
rtprio
to auth with pam, duh
-
pertho
ah ok
-
cracauer
PAM doesn't count as password :-)
-
cracauer
PAM can do many things and all of them are enabled by UsePAM.
-
rtprio
cracauer: so a disabled user, with the right permissions and ssh keys... would still log in with usepam off, wouldn't it
-
rtprio
you'd have to delete the account completely so ssh wouldn't recognize it
-
cracauer
I would have to test. Right now I am getting confused about how ChallengeResponseAuthentication mixes into this.
-
cracauer
Certainly not following the principle of least surprise.
-
rtprio
ChallengeResponseAuthentication is a deprecated alias for KbdInteractiveAuthentication and is just mentioned in my man
-
cracauer
It looks like KbdInteractiveAuthentication is what you really want for disabling password login.
-
pertho
yeah sounds like it
-
pertho
the auth options can be pretty confusing.. just glad I don't use Kerberos :D
-
cracauer
That puts a plug onto anything that asks for a password interactively including PAM.
-
meena
I wonder how hard that would be
-
meena
I should ask mwlucas, or read his book on PAM
-
meena
we have libfido2 now in base
-
debdrup
pertho: OpenBSD, for whatever reason, chose to
-
debdrup
..not implement PAM.
-
debdrup
They use something else that isn't hooked into sshd the same way PAM does on every other Unix-like.
-
debdrup
s/does/is/
-
pertho
I find PAM aggravating to configure and use..
-
pertho
have to deal with it on Loonix at $work so...
-
vortexx
OpenBSD provides login_ldap and login_radius if you need external auth methods
-
uskerine
hi, having read this SO question
stackoverflow.com/questions/4401084…t-is-a-required-dependency-for-cups I am wondering if it would be possible to manually invoke pstops with the PPD definition, then use pstoraster, then rastertospl (in my case I have a Samsung SPL printer) and then just output the command with print to the relevant printer port
-
VimDiesel
Title: printing - Why ghostscript is a required dependency for cups? - Stack Overflow
-
parv
Does "SPL" spell "Samsung printer language"?
-
uskerine
right
-
uskerine
-
VimDiesel
Title: cups - Is it possible to invoke pstops manually from command line? - Stack Overflow
-
uskerine
btw, is CUPS installed by default in FreeBSD?
-
parv
It comes as dependency of other packages; is not part of base install
-
uskerine
I do not recall having had it installed. Why could I have port 515 opened?
-
uskerine
oh that is lpd
-
uskerine
It is the last time I buy a printer without either PS or PCL support
-
wikan
hi. Is it possible to force laptop to charge battery?
-
wikan
I have cable connected to my laptop, apm says it charging, but it is not. It droped to 1%
-
wikan
to charge I have to remove cable, wait a while and connect it again
-
wikan
is it FreeBSD thing?
-
wikan
is it some kind of apm issue?
-
mason
wikan: Sounds more like a bad battery or cable.
-
mason
But you can boot a GNU/Linux stick and see if that matters. That'd rule out the OS as the cause.
-
wikan
well under Devuan charging worked always when cable was plugged
-
mason
hrm
-
mason
Depending on the laptop, you could have (ThinkPad for instance) SMAPI settings that mean "don't charge" and FreeBSD can't (yet) influence those, but that seems unlikely.
-
wikan
maybe I should turn apm off?
-
mason
Dunno. But yeah, vary as many knobs as you can, one at a time, and see what changes.
-
wikan
i quess powerd != apm, right?
-
mason
powerd is CPU frequency - don't think it does other things
-
wikan
disabled, waiting :)
-
pertho
doesn't apm gauge how much battery is left based on usage over time? So if you use more of a power draw in a short period, it drops the time/percentage faster?
-
wikan
ok,will try from bios
-
pertho
have people had good luck setting dev.hwpstate_intel.x.epp=100 on laptops (for each core) for power savings?
-
pertho
I saw other advice that said to set economy_cx_lowest="LOW" and economy_cpu_freq="LOW" in /etc/rc.conf.. as well.. not sure what the different is, but the hwpstate_intel driver seems more finely tuned
-
fireglow
I've got a question for port maintainers: Are these easy-to-do bug reports with accompanying patch (that just bump the version number, update the distinfo) actually welcome? Or is it just a nuisance?
-
cracauer
Certainly welcome reminders not to slack off :-)
-
tuaris
Does ZFS respond well to device name changes? For example If have a virtual device originally with it's members as da6,da7,da8,da9. Then I decide to move the physical connections round so that it's members are now da3,da4,da5,da6
-
Fudge
trying to get Fenrir screenreader working, it wants FCSA which is how it reads the console, is there an alternative. i cannot find a package
-
tuaris
From what I understand, moving the device nodes around should not be a problem as ZFS is using IDs
-
Fudge
lol nice nickname 'eniac'