Re: framebuffer console on old ATI

2024-05-31 Thread Rhialto
On Thu 30 May 2024 at 10:44:10 -0400, Michael wrote: > Does Xorg run with a radeon driver on any OS at all? If so, could you > send me the xorg.0.log from such a thing? That should give at least a > hint on what we get wrong. With NetBSD 9 I used to run my amd64 machine with Driver "radeon" and

Re: Fontconfig and variable fonts

2024-05-28 Thread Rhialto
count. Maybe the variations can be specified in the xml fontconfig file in a way similar to the features... > -uwe -Olaf. -- ___ Olaf 'Rhialto' Seibert \X/ There is no AI. There is just someone else's work. --I. Rose signature.asc Description: PGP signature

Fontconfig and variable fonts

2024-05-26 Thread Rhialto
fontconfig-user.html certainly doesn't mention it. Did anyone manage to find out, perhaps by accident or so? -Olaf. -- ___ Olaf 'Rhialto' Seibert \X/ There is no AI. There is just someone else's work. --I. Rose signature.asc Description: PGP signature

Re: View / test *-ttf fonts

2024-05-26 Thread Rhialto
used (Monospace is some sort of alias or shortcut). -Olaf. -- ___ Olaf 'Rhialto' Seibert \X/ There is no AI. There is just someone else's work. --I. Rose signature.asc Description: PGP signature

Re: getconf LONG_BIT in NetBSD

2024-05-21 Thread Rhialto
he right types for typedefs or something like that, then you could change it to use int32_t and int64_t unconditionally. In both cases I would call this bugs and would report upstream. Even if you only determine that one of these scenarios is what's happening, and you don't manage to fix it. -

Re: netbsd crashes when using fat filesys

2024-05-03 Thread Rhialto
s, I thought that maybe the change would not necessarily be in the executable. I tried with a chroot (I have one around for testing X) and indeed, I now see the same as you. -Olaf. -- ___ Olaf 'Rhialto' Seibert \X/ There is no AI. There is just someone else's work.

Re: netbsd crashes when using fat filesys

2024-05-02 Thread Rhialto
On Thu 02 May 2024 at 20:10:10 -, Michael van Elst wrote: > rhia...@falu.nl (Rhialto) writes: > > >I had something similar recently when doing a rename of a file on a FAT > >file system (in this case my /efi file system). Fortunately I had it > >mounted with -o

Re: netbsd crashes when using fat filesys

2024-05-02 Thread Rhialto
does, upload the image somewhere and send > the URL. I had something similar recently when doing a rename of a file on a FAT file system (in this case my /efi file system). Fortunately I had it mounted with -o rump, because it was 100% repeatable. I filed http://gnats.netbsd.org/58146 for it. &

Re: OAUTH TOTP

2024-04-29 Thread Rhialto
totally insecure) (but in go, so add overhead of go compiler if you didn't have it installed yet). -Olaf. -- ___ Olaf 'Rhialto' Seibert \X/ There is no AI. There is just someone else's work. --I. Rose signature.asc Description: PGP signature

Re: Mail delivery from Postfix to remote IMAP

2024-04-22 Thread Rhialto
can't think of a way to change an email message to make it DKIM-compliant. Mailing lists can get away with changing the From: header to something like "l...@example.org (Rhialto via Example-List)" (and that's already an ugly thing to do) but that's not an option for individual mails

Re: Mail delivery from Postfix to remote IMAP

2024-04-22 Thread Rhialto
On Mon 22 Apr 2024 at 19:29:13 +0200, Hauke Fath (SPG) wrote: > On 2024-04-22 18:27, Rhialto wrote: > > Since mails can be transferred from one IMAP server to another, > > ... by an IMAP client, or server? Client. Even dovecot (which I already use) has something like that a

Mail delivery from Postfix to remote IMAP

2024-04-22 Thread Rhialto
-at-isp:password Update with postmap /etc/postfix/to-isp-password You can even have different users at the same ISP, by using different transports for them, each with their own password file. -Olaf. -- ___ Olaf 'Rhialto' Seibert \X/ There is no AI. There is just someone

Re: Official cloud/live images ?

2024-03-26 Thread Rhialto
/embedded/files/ec2_init -Olaf. -- ___ Olaf 'Rhialto' Seibert \X/ There is no AI. There is just someone else's work. --I. Rose signature.asc Description: PGP signature

Re: NetBSD vs. smartphones?

2024-03-21 Thread Rhialto
=76644 or the google app store, to which I have added the "TC Wifi Transfer" and "TotalCmd sftp" (client) plugins. With both you can get files into and out from the phone. -Olaf. -- ___ Olaf 'Rhialto' Seibert \X/ There is no AI. There is just someone else's

Re: Raspberry Pi Zero W almost useless

2024-02-07 Thread Rhialto
___ Olaf 'Rhialto' Seibert \X/ There is no AI. There is just someone else's work. --I. Rose signature.asc Description: PGP signature

Re: Xorg garbage mouse pointer in window edges and corners (NetBSD 10.0_RC3)

2024-02-04 Thread Rhialto
Driver "ws" Option "Protocol" "wsmouse" Option "Device" "/dev/wsmouse" Option "ZAxisMapping" "4 5 6 7" EndSection -Olaf. -- ___ Olaf 'Rhialto' Seibert \X/ There is no AI. There is just someone else's work. --I. Rose signature.asc Description: PGP signature

Re: Reverse of promoting to root: downgrade root to unprivileged

2024-01-30 Thread Rhialto
be done with sudo (or su), just with the sudo calls placed in different locations. That is what the sudo -u parameter is for. As long as the granularity is on process level, su (or sudo) could do it. -Olaf. -- ___ Olaf 'Rhialto' Seibert \X/ There is no AI. There is

Re: xterm -fa weirdness (9.3 and 10.0 RC_1)

2024-01-05 Thread Rhialto
On Fri 05 Jan 2024 at 08:23:33 +, RVP wrote: > On Thu, 4 Jan 2024, Rhialto wrote: > > > I do have in my ~/.Xresources: > > > > xterm.vt100.faceName: Lucida Console Semi-Condensed > > xterm.vt100.faceSize: 9 > > X

xterm -fa weirdness (9.3 and 10.0 RC_1)

2024-01-04 Thread Rhialto
ource matching? Something in our import of xterm? Some bug in upstream? (I tried compiling xterm-388, which is the pkgsrc version,with plain configure / make, and that showed the same phenomenon) -Olaf. -- ___ Olaf 'Rhialto' Seibert \X/ There is no AI. There is just someone else's work. --I. Rose signature.asc Description: PGP signature

NetBSD 10.0RC1, Thinkpad T470s and suspend / unsuspend

2023-12-25 Thread Rhialto
So I got myself a "new for me" Thinkpad T470s, and I installed NetBSD 10.RC1. It works great; unlike with my very old laptop, the Intel graphics work accelleratedly and the touchpad also works. Suspend and resume *almost* works. It suspends fine with just sysctl -w hw.acpi.sleep.states=3. When

Re: NetBSD-10.0RC

2023-12-12 Thread Rhialto
0K1.0K 0B 100% /kern ptyfs 1.0K1.0K 0B 100% /dev/pts procfs4.0K4.0K 0B 100% /proc tmpfs 3.2G295M2.9G 9% /var/shm -Olaf. -- ___ Olaf 'Rhialto' Seibert \X/ There is no AI. There is just someone else's work.

Re: X on 10.0 RC1 is unusable on my laptop

2023-11-23 Thread Rhialto
master/drivers/gpu/drm/i915/i915_pci.c whco does show some differences in the GEN4_FEATURES macro. The first thing I checked was however some completely new field, so that would probably be irrelevant. Still, there may be hope... -Olaf. -- ___ Olaf 'Rhialto' Seibert

Re: X on 10.0 RC1 is unusable on my laptop

2023-11-18 Thread Rhialto
fference though. > Thierry Laronde -Olaf. -- ___ Olaf 'Rhialto' Seibert \X/ There is no AI. There is just someone else's work. --I. Rose signature.asc Description: PGP signature

Re: X on 10.0 RC1 is unusable on my laptop

2023-11-16 Thread Rhialto
On Thu 16 Nov 2023 at 16:44:30 +1030, Brett Lymn wrote: > On Wed, Nov 15, 2023 at 10:46:13PM +0100, Rhialto wrote: > > > > That resulted in both undefined and double defined symbols... > > so I tried the more oldfashioned way of editing a copy of GENERIC and > > rem

Re: X on 10.0 RC1 is unusable on my laptop

2023-11-15 Thread Rhialto
, 1993 [ 1.00] The Regents of the University of California. All rights reserved. [ 1.00] NetBSD 10.0_RC1 (GENERIC) #0: Wed Nov 8 21:58:37 CET 2023 [ 1.00] rhia...@vargaz.falu.nl:/home/rhialto/NetBSD-10/usr/src/sys/arch/amd64/compile/GENERIC [ 1.00]

Re: X on 10.0 RC1 is unusable on my laptop

2023-11-14 Thread Rhialto
o check the log file at "/var/log/Xorg.0.log" for additional information. [31.280] (EE) and similar with Driver "modesetting". > Thierry Laronde -Olaf. -- ___ Olaf 'Rhialto' Seibert \X/ There is no AI. There is just someone else's work. --I. Rose signature.asc Description: PGP signature

Re: X on 10.0 RC1 is unusable on my laptop

2023-11-14 Thread Rhialto
On Tue 14 Nov 2023 at 09:22:04 +, Patrick Welche wrote: > On Mon, Nov 13, 2023 at 09:53:09PM +0100, Rhialto wrote: > > My old laptop (Compaq Pressario CQ71)), which always had a working X, > > doesn't like the X in 10.0 RC1 at all. > > > Nov 13 21:39:39 varga

X on 10.0 RC1 is unusable on my laptop

2023-11-13 Thread Rhialto
error: error: Failed to reset chip -Olaf. -- ___ Olaf 'Rhialto' Seibert \X/ There is no AI. There is just someone else's work. --I. Rose signature.asc Description: PGP signature

Not a blocker for 10.0: synaptics touchpad lies about coordinates

2023-11-11 Thread Rhialto
s_edge_bottom <= synaptics_actual_edge_bottom) { synaptics_vert_pct = 0; synaptics_edge_bottom = synaptics_actual_edge_bottom; } else { -Olaf. -- ___ Olaf 'Rhialto' Seibert \X/ There is no AI. There is just someone else's work.

Re: vdpau setup

2023-09-25 Thread Rhialto
si export VDPAU_DRIVER_PATH=/usr/pkg/lib/vdpau/ but I commented it out again, so I gather it wasn't worth the trouble. > -RVP -Olaf. -- ___ Olaf 'Rhialto' Seibert \X/ There is no AI. There is just someone else's work. --I. Rose signature.asc Description: PGP signature

Re: sysupgrade issues - missing netbsd-ARU_MBOX_OWNER

2023-09-11 Thread Rhialto
f an environment variable named KERNEL. -Olaf. -- ___ Olaf 'Rhialto' Seibert \X/ There is no AI. There is just someone else's work. --I. Rose signature.asc Description: PGP signature

Re: segfault in libterminfo with ncurses with nethack

2023-09-05 Thread Rhialto
ause apparently as soon as you start a build, some makefile fragment is written in there (.wrapper_makevars.mk) and that overrides (some of the) changes you might make to the package Makefile for testing... > -RVP -Olaf. -- ___ Olaf 'Rhialto' Seibert \X/ There is no AI.

Re: segfault in libterminfo with ncurses with nethack

2023-09-05 Thread Rhialto
ram which is too simple to show the problem is included. -Olaf. -- ___ Olaf 'Rhialto' Seibert \X/ There is no AI. There is just someone else's work. --I. Rose signature.asc Description: PGP signature

Re: segfault in libterminfo with ncurses with nethack

2023-09-02 Thread Rhialto
by defanging the line "USE_NCURSES=yes". So far I haven't been able to create a smaller test case. > kre -Olaf. -- ___ Olaf 'Rhialto' Seibert \X/ There is no AI. There is just someone else's work. --I. Rose signature.asc Description: PGP signature

Re: segfault in libterminfo with ncurses with nethack

2023-09-02 Thread Rhialto
to commit games/nethack* some time today. I intend to make it easy to switch between the two curses versions (but not a formal option). > Brett Lymn -Olaf. -- ___ Olaf 'Rhialto' Seibert \X/ There is no AI. There is just someone else's work. --I. Rose signature.asc Description: PGP signature

Re: segfault in libterminfo with ncurses with nethack

2023-09-01 Thread Rhialto
lib/libtermcap.so@ -> libterminfo.so That's probably how it got linked, and not removed... I didn't look much further for now, since omitting termcap / terminfo indeed results in a working nethack. > -RVP -Olaf. -- ___ Olaf 'Rhialto' Seibert \X/ There is no AI. There

Re: segfault in libterminfo with ncurses with nethack

2023-09-01 Thread Rhialto
On Thu 31 Aug 2023 at 21:45:32 +, RVP wrote: > On Thu, 31 Aug 2023, Rhialto wrote: > > > So I'm trying ncurses. > > > > However at startup it crashes in NetBSD's libterminfo. > > > > If you use ncurses, then you _shouldn't_ be linking in the system lib

segfault in libterminfo with ncurses with nethack

2023-08-31 Thread Rhialto
status("color", SET_IN_FILE); 169 iflags.wc2_guicolor = FALSE; 170 set_wc2_option_mod_status(WC2_GUICOLOR, SET_IN_FILE); 171 } Any libterminfo experts? _nuserdefs and filedes look fishy at least... -Olaf. -- ___ Olaf 'Rhialto' Seibert \X/ There is no AI. There is just someone else's work. --I. Rose signature.asc Description: PGP signature

Re: modern desktop update recommendations?

2023-07-19 Thread Rhialto
card as well, because it worked better than other things I tried... -Olaf. -- ___ Olaf 'Rhialto' Seibert \X/ There is no AI. There is just someone else's work. --I. Rose signature.asc Description: PGP signature

Re: ctwm focus on new window?

2023-06-06 Thread Rhialto
s take the focus away from wherever it is: what if you're in the middle of typing a password?) it could be merged upstream. -Olaf. -- ___ Olaf 'Rhialto' Seibert \X/ There is no AI. There is just someone else's work. --I. Rose signature.asc Description: PGP signature

Re: Prob watching DVDs

2023-06-05 Thread Rhialto
even trying if it worked a while ago. If it doesn't work right for you either, it is probably not worth the trouble; just use another player. Personally I like mpv. It has no GUI and maybe you need to get used to the keyboard commands, but it can play pretty much anything. -Olaf. -- ___ Olaf 'Rhia

Re: Base system is missing lzma.pc file

2023-04-16 Thread Rhialto
On Sun 16 Apr 2023 at 22:14:28 +0200, Rhialto wrote: > If only a liblzma.pc was installed in the base system, this would likely > be much better. It seems that in a -current I built a couple of months ago, the file is indeed present. I suppose it's also available in 10.0 then.

Base system is missing lzma.pc file

2023-04-16 Thread Rhialto
Cflags: -I${includedir} Libs: -Wl,-R${libdir} -L${libdir} -llzma Libs.private: -pthread -Olaf. -- ___ "Buying carbon credits is a bit like a serial killer paying someone else to \X/ have kids to make his activity cost neutral." -The BOFHfalu.nl@rhialto signature.asc Description: PGP signature

Re: TOTP apps, and WebAuthn recommended devices?

2023-03-24 Thread Rhialto
aying someone else to \X/ have kids to make his activity cost neutral." -The BOFHfalu.nl@rhialto signature.asc Description: PGP signature

Re: sending/receiving UTF-8 characters from terminal to program

2023-01-19 Thread Rhialto
; -The BOFHfalu.nl@rhialto signature.asc Description: PGP signature

Re: Raid and UEFI

2022-11-30 Thread Rhialto
erial killer paying someone else to \X/ have kids to make his activity cost neutral." -The BOFHfalu.nl@rhialto signature.asc Description: PGP signature

Re: Possible causes for "Resource temporarily unavailable"?

2022-11-30 Thread Rhialto
P8192" options MAXLWP=8192 options MAXUPRC=2048 -Olaf. -- ___ "Buying carbon credits is a bit like a serial killer paying someone else to \X/ have kids to make his activity cost neutral." -The BOFHfalu.nl@rhialto signature.asc Description: PGP signature

Re: black xlogin input fields

2022-09-11 Thread Rhialto
/etc/X11/xdm/. I have a vague recollection that that was needed at some point. > -is -Olaf. -- ___ "Buying carbon credits is a bit like a serial killer paying someone else to \X/ have kids to make his activity cost neutral." -The BOFHfalu.nl@rhialto signature.asc Description: PGP signature

Re: LAST THING: making mwm resources work

2022-07-07 Thread Rhialto
in the resource database. But a script like /etc/X11/xinit/xinitrc or /etc/X11/xdm/Xsession actually should have done this already. But maybe you log in with some other display manager which does not do that. -Olaf. -- ___ "Buying carbon credits is a bit like a serial killer paying someone

Re: how to turn off devices that monitor sensors

2022-06-12 Thread Rhialto
for gmail... smtp-ipv4 unix - - y - 2 smtp -o inet_protocols=ipv4 -Olaf. -- ___ "Buying carbon credits is a bit like a serial killer paying someone else to \X/ have kids to make his activity cost neutral." -The BOFHfalu.nl@rhialto signature.a

Re: help with "SMTP error: 454 4.7.1 : Relay access denied"

2022-05-22 Thread Rhialto
ostfix)? In my case I'm doing it differently. I'm passing the mails to procmail as the local delivery agent: defaults to "rhialto@localhost" mda "procmail -Y -f %F -d rhialto" If you don't use procmail, I think there are several other local delivery agents tha

Re: Network Oddities

2022-05-07 Thread Rhialto
stall -current (maybe in a VM?), and try to reproduce it there. -Olaf. -- ___ "Buying carbon credits is a bit like a serial killer paying someone else to \X/ have kids to make his activity cost neutral." -The BOFHfalu.nl@rhialto signature.asc Description: PGP signature

Re: Network Oddities

2022-05-05 Thread Rhialto
ne else to \X/ have kids to make his activity cost neutral." -The BOFHfalu.nl@rhialto signature.asc Description: PGP signature

Re: Trying to install?

2022-04-02 Thread Rhialto
this every time you boot. Fortunately once you have a running system it's easy to edit /boot.cfg and add one or more lines. The installer should have a shell option, in e: Utility menu -> a: Run /bin/sh. -Olaf. -- ___ "Buying carbon credits is a bit like a serial killer paying someone e

Re: Trying to install?

2022-04-02 Thread Rhialto
lse to \X/ have kids to make his activity cost neutral." -The BOFHfalu.nl@rhialto signature.asc Description: PGP signature

Re: bash: /usr/pkg/bin/mame: Cannot allocate memory

2022-02-20 Thread Rhialto
On Sun 20 Feb 2022 at 15:41:59 -, Michael van Elst wrote: > rhia...@falu.nl (Rhialto) writes: > > >$ /usr/pkg/bin/mame=20 > >bash: /usr/pkg/bin/mame: Cannot allocate memory > > >$ size /usr/pkg/bin/mame > > textdata bss dec hex fil

bash: /usr/pkg/bin/mame: Cannot allocate memory

2022-02-20 Thread Rhialto
akes a while, I made the compiled packages available at http://www.falu.nl/~rhialto/mame-0.240.tgz and .../mame-0.238nb1.tgz . -Olaf. -- ___ "Buying carbon credits is a bit like a serial killer paying someone else to \X/ have kids to make his activity cost neutral." -The BOFHfalu.nl@rhialto signature.asc Description: PGP signature

Re: libusb-1.0 and ugen and other devices

2022-01-28 Thread Rhialto
I forgot a part of the sentence here: On Fri 28 Jan 2022 at 21:11:00 +0100, Rhialto wrote: > Another idea would be to allow usb ioctls (at the very least > USB_GET_DEVICEINFO) on /dev/sd* devices *if* they are actually usb devices (or attached to them, depending on how you want to view

Re: libusb-1.0 and ugen and other devices

2022-01-28 Thread Rhialto
credits is a bit like a serial killer paying someone else to \X/ have kids to make his activity cost neutral." -The BOFHfalu.nl@rhialto signature.asc Description: PGP signature

Re: gphoto2 and/or libusb1 issues?

2022-01-23 Thread Rhialto
tion to default to, native or compat. # -Olaf. -- ___ "Buying carbon credits is a bit like a serial killer paying someone else to \X/ have kids to make his activity cost neutral." -The BOFHfalu.nl@rhialto signature.asc Description: PGP signature

Re: libusb-1.0, does it even work?

2022-01-23 Thread Rhialto
gh the complicated rules for the XML schema in an epub file. -Olaf. -- ___ "Buying carbon credits is a bit like a serial killer paying someone else to \X/ have kids to make his activity cost neutral." -The BOFHfalu.nl@rhialto signature.asc Description: PGP signature

Re: libusb-1.0, does it even work?

2022-01-23 Thread Rhialto
eroconf ("smart_device_app") (I haven't tested either of those). -Olaf. -- ___ "Buying carbon credits is a bit like a serial killer paying someone else to \X/ have kids to make his activity cost neutral." -The BOFHfalu.nl@rhialto signature.asc Description: PGP signature

Re: libusb-1.0, does it even work?

2022-01-23 Thread Rhialto
make his activity cost neutral." -The BOFHfalu.nl@rhialto signature.asc Description: PGP signature

Re: libusb-1.0, does it even work?

2022-01-23 Thread Rhialto
h NetBSD doesn't do... to code around that, I would probably need to find some way to get from umass device to sd device, and mount it. > Martin -Olaf. -- ___ "Buying carbon credits is a bit like a serial killer paying someone else to \X/ have kids to make his activity cost neutral.&qu

libusb-1.0, does it even work?

2022-01-23 Thread Rhialto
s(); return 0; } -Olaf. -- ___ "Buying carbon credits is a bit like a serial killer paying someone else to \X/ have kids to make his activity cost neutral." -The BOFHfalu.nl@rhialto signature.asc Description: PGP signature

Re: my self-training regimen : good enough?

2021-11-30 Thread Rhialto
nel. And it's about an ancestor of NetBSD. McKusic made an updated version about FreeBSD too. -Olaf. -- ___ "Buying carbon credits is a bit like a serial killer paying someone else to \X/ have kids to make his activity cost neutral." -The BOFHfalu.nl@rhialto signature.asc Description: PGP signature

Re: Some bug in libc/gen/fstab.c

2021-10-16 Thread Rhialto
else to \X/ have kids to make his activity cost neutral." -The BOFHfalu.nl@rhialto signature.asc Description: PGP signature

Re: Some bug in libc/gen/fstab.c

2021-10-16 Thread Rhialto
On Fri 15 Oct 2021 at 21:39:43 +, RVP wrote: > On Fri, 15 Oct 2021, Rhialto wrote: > > > Searching in some plausible packages, I find > > glib-2.68.4/gio/gunixmounts.c which used getfsent() but is a maze of > > #ifdefs. But at first sight I see nothing obviously wr

Re: Some bug in libc/gen/fstab.c

2021-10-15 Thread Rhialto
catch it in the act again... > David -Olaf. -- ___ "Buying carbon credits is a bit like a serial killer paying someone else to \X/ have kids to make his activity cost neutral." -The BOFHfalu.nl@rhialto signature.asc Description: PGP signature

Re: Some bug in libc/gen/fstab.c

2021-10-13 Thread Rhialto
On Wed 13 Oct 2021 at 21:44:37 +0200, Rhialto wrote: > soffice.bin: /etc/fstab, 9: Missing fields Strangely enough, the following simple test program has no complaints about my fstab file and prints a long list of integers... #include #include int main(int argc, char **argv) { str

Some bug in libc/gen/fstab.c

2021-10-13 Thread Rhialto
s is a bit like a serial killer paying someone else to \X/ have kids to make his activity cost neutral." -The BOFHfalu.nl@rhialto signature.asc Description: PGP signature

Re: OT - I have a NUC

2021-10-11 Thread Rhialto
On Sun 10 Oct 2021 at 17:07:03 -0400, Bob Bernstein wrote: > On Sun, 10 Oct 2021, Rhialto wrote: > > > > ahcisata0 port 0: PHY offline > > > This seems to be the point where things start failing. > > Am I being told that the two tiny little connectors from t

Re: OT - I have a NUC

2021-10-10 Thread Rhialto
X/ have kids to make his activity cost neutral." -The BOFHfalu.nl@rhialto signature.asc Description: PGP signature

Re: FreeRADIUS instability

2021-09-29 Thread Rhialto
On Wed 29 Sep 2021 at 20:49:20 +0300, Dima Veselov wrote: > Greetings! > > On 29.09.2021 20:18, Rhialto wrote: > > On Wed 29 Sep 2021 at 09:09:06 -0700, Pawel S. Veselov wrote: > > > Our next step is to recompile libc with debugging symbols and start > > >

Re: FreeRADIUS instability

2021-09-29 Thread Rhialto
bc.so.*.debug -Olaf. -- ___ "Buying carbon credits is a bit like a serial killer paying someone else to \X/ have kids to make his activity cost neutral." -The BOFHfalu.nl@rhialto signature.asc Description: PGP signature

Re: MPV results

2021-07-25 Thread Rhialto
Maybe the thought was to make it unplayable on software players, but if so, the attempt failed, at least for mpv. -Olaf. -- ___ "Buying carbon credits is a bit like a serial killer paying someone else to \X/ have kids to make his activity cost neutral." -The BOFH falu.nl@rhialto

Re: VLC strangeness

2021-07-21 Thread Rhialto
ain about that; you may be the first one I see. (I haven't even tried recently, I've basically given up on vlc) -Olaf. -- ___ "Buying carbon credits is a bit like a serial killer paying someone else to \X/ have kids to make his activity cost neutral." -The BOFHfalu.nl@rhialto

Re: mpv and estd and --vo=xv

2021-07-18 Thread Rhialto
evc: No support for codec hevc profile 2." > -RVP -Olaf. -- ___ "Buying carbon credits is a bit like a serial killer paying someone else to \X/ have kids to make his activity cost neutral." -The BOFHfalu.nl@rhialto signature.asc Description: PGP signature

Re: mpv and estd and --vo=xv

2021-07-15 Thread Rhialto
"Buying carbon credits is a bit like a serial killer paying someone else to \X/ have kids to make his activity cost neutral." -The BOFHfalu.nl@rhialto signature.asc Description: PGP signature

Re: mpv and estd and --vo=xv

2021-07-14 Thread Rhialto
r similar yet. But from this one would think that it can both increase and decrease frequency and power. > -RVP -Olaf. -- ___ "Buying carbon credits is a bit like a serial killer paying someone else to \X/ have kids to make his activity cost neutral." -The BOFHfalu.nl@rhialto signature.asc Description: PGP signature

Re: mpv and estd and --vo=xv

2021-07-14 Thread Rhialto
set up it is hard to tell precisely :) > -RVP -Olaf. -- ___ "Buying carbon credits is a bit like a serial killer paying someone else to \X/ have kids to make his activity cost neutral." -The BOFHfalu.nl@rhialto signature.asc Description: PGP signature

Re: mpv and estd and --vo=xv

2021-07-11 Thread Rhialto
> -RVP -Olaf. -- ___ "Buying carbon credits is a bit like a serial killer paying someone else to \X/ have kids to make his activity cost neutral." -The BOFHfalu.nl@rhialto signature.asc Description: PGP signature

Re: mpv and estd and --vo=xv

2021-07-11 Thread Rhialto
his activity cost neutral." -The BOFHfalu.nl@rhialto signature.asc Description: PGP signature

mpv and estd and --vo=xv

2021-07-11 Thread Rhialto
lse to \X/ have kids to make his activity cost neutral." -The BOFHfalu.nl@rhialto signature.asc Description: PGP signature

Re: IPF rules

2021-07-02 Thread Rhialto
ing someone \X/ else to have kids to make his activity cost neutral."-The BOFH rhialtoat..falu...dot...nl signature.asc Description: PGP signature

Re: ImageMagick Strangeness

2021-06-19 Thread Rhialto
check what's in /tmp/tester.out. -Olaf. -- ___ Q: "What's an anagram of Banach-Tarski?" -- Olaf "Rhialto" Seibert \X/ A: "Banach-Tarski Banach-Tarski." -- rhialto at falu dot nl signature.asc Description: PGP signature

Re: OpenOffice exists?

2021-06-17 Thread Rhialto
reoffice that's in pkgsrc, which is likely better. -Olaf. -- ___ Q: "What's an anagram of Banach-Tarski?" -- Olaf "Rhialto" Seibert \X/ A: "Banach-Tarski Banach-Tarski." -- rhialto at falu dot nl signature.asc Description: PGP signature

Re: web-camera

2021-06-14 Thread Rhialto
d from a thread (and unloaded from another). (start of thread: http://mail-index.netbsd.org/current-users/2020/06/28/msg038993.html ; it took a few iterations to pinpoint the relevant factors in the issue) -Olaf. -- ___ Q: "What's an anagram of Banach-Tarski?" -- Olaf "Rhialto&

Re: procfs difference between NetBSD and Linux

2021-06-05 Thread Rhialto
__ Q: "What's an anagram of Banach-Tarski?" -- Olaf "Rhialto" Seibert \X/ A: "Banach-Tarski Banach-Tarski." -- rhialto at falu dot nl signature.asc Description: PGP signature

Re: procfs difference between NetBSD and Linux

2021-06-03 Thread Rhialto
int -> EEXIST. I guess the question for the short term is: will it work as intended when the O_CREAT flag is omitted from the call (since it is redundant in this case anyway)? -Olaf. -- ___ Q: "What's an anagram of Banach-Tarski?" -- Olaf "Rhialto" Seibert \X/ A: "Banach-Tarski B

Re: reboot hangs at "uhid2 at uhidev9 report id 7 ..."

2021-05-05 Thread Rhialto
present themselves as multiple devices to the computer. The high number (9) may be explained by something like that. > Henry -Olaf. -- ___ Q: "What's an anagram of Banach-Tarski?" -- Olaf "Rhialto" Seibert \X/ A: "Banach-Tarski Banach-Tarski." -- rhialto at falu dot nl signature.asc Description: PGP signature

Re: nVidia woes

2021-04-28 Thread Rhialto
On Sun 25 Apr 2021 at 21:52:54 +0200, Tobias Nygren wrote: > On Sun, 25 Apr 2021 20:50:47 +0200 > Rhialto wrote: > > > My solution is probably going to be: get a Radeon HD-5450 card. You can > > still get them, amazingly enough, although they seem to cost twice wh

Re: xhci "device problem, disabling port 5"

2021-04-26 Thread Rhialto
On Sun 25 Apr 2021 at 21:32:27 +0200, Rhialto wrote: > $ egrep 'uhub|usb|xhci' /var/run/dmesg.boot > xhci0 at pci0 dev 20 function 0: Intel 300 Series USB 3.1 xHCI (rev. 0x10) > xhci0: 64-bit DMA > xhci0: interrupting at msi1 vec 0 > xhci0: xHCI version 1.10 > usb0 at xhci0

Re: nvmm doesn't work on "Intel(R) Core(TM) i5-9600K CPU @ 3.70GHz"?

2021-04-26 Thread Rhialto
h-Tarski?" -- Olaf "Rhialto" Seibert \X/ A: "Banach-Tarski Banach-Tarski." -- rhialto at falu dot nl signature.asc Description: PGP signature

Re: xhci "device problem, disabling port 5"

2021-04-25 Thread Rhialto
On Sun 25 Apr 2021 at 20:39:10 -, Michael van Elst wrote: > rhia...@falu.nl (Rhialto) writes: > > >hexander$ sudo drvctl -r uhub1 > >drvctl: DRVRESCANBUS: Invalid argument > > A bus can have the notion of an "interface attribute" that you must > pass. u

Re: xhci "device problem, disabling port 5"

2021-04-25 Thread Rhialto
ince this works: hexander$ sudo drvctl -tl uhub1 uhidev0 ukbd0 wskbd0 uhidev1 uhidev2 ums0 wsmouse0 uhid0 -Olaf. -- ___ Q: "What's an anagram of Banach-Tarski?" -- Olaf "Rhialto" Seibert \X/ A: "Banach-Tarski Banach-Tarski." -- rhialto at falu dot nl signature.asc Description: PGP signature

xhci "device problem, disabling port 5"

2021-04-25 Thread Rhialto
ng port 6 Any ideas? This isn't workable... -Olaf. -- ___ Q: "What's an anagram of Banach-Tarski?" -- Olaf "Rhialto" Seibert \X/ A: "Banach-Tarski Banach-Tarski." -- rhialto at falu dot nl signature.asc Description: PGP signature

Re: nVidia woes

2021-04-25 Thread Rhialto
On Sun 25 Apr 2021 at 18:18:36 +0200, Rhialto wrote: > X recognizes the card and also mostly works. At least, until it doesn't. > After a while the graphics just freeze. You can still move the mouse > (that's probably a sprite) and login via the network. Note this error during autoconf

Re: nVidia woes

2021-04-25 Thread Rhialto
Here are the dmesg and the Xorg log file. [ 1.00] Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, [ 1.00] 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, [ 1.00] 2018, 2019, 2020 The NetBSD Foundation, Inc. All

nVidia woes

2021-04-25 Thread Rhialto
il it doesn't. After a while the graphics just freeze. You can still move the mouse (that's probably a sprite) and login via the network. It's tantalizingly close to actually working like this... -Olaf. -- ___ Q: "What's an anagram of Banach-Tarski?" -- Olaf "Rhialto" Sei

  1   2   3   >