Re: System Crash on AMD Ryzen AI 7 350 w/ Radeon 860M

2025-10-11 Thread Stephen Wiley
I think something in Xorg is leaking video memory. I've had similar issues on Linux with mobile Radeon cards that are resolved by turning up the memory split. -- Stephen On Wed, Oct 08, 2025 at 09:58:09PM +0300, Mihai Popescu wrote: > I'm posting in your thread and maybe my problem is related to

Re: ups monitor

2025-09-03 Thread Stephen Wiley
I think you're supposed to use sensord for this rather than a chron job. --Stephen On Mon, Sep 01, 2025 at 06:12:18PM +, otto.cooper wrote: > I am using the attached script to shut down the server when the ups is low. > Since this is not supposed to be anything new, there must be a current b

Re: Apparently my fridge runs OpenBSD, but under what license?

2025-07-11 Thread Stephen Wiley
I used to work for a large publicly traded company on an embedded firmware team and all the way down to (I think even my direct manager) we were strictly told we were never allowed to use GPL software for anything. It's unfortunate, we were actually paying consultants quite a lot of money to conti

Re: Apparently my fridge runs OpenBSD, but under what license?

2025-07-11 Thread Stephen Wiley
I would bet they're running Bind for something, maybe as a local resolver to send .local queries to an MDNS resolver. --Stephen On Fri, Jul 11, 2025 at 08:31:34PM +0800, emu...@disroot.org wrote: > I finally got around to filing away the document pack that came with a > new Bosch refrigerator. Ap

Re: Future of Xenocara

2025-07-03 Thread Stephen Wiley
It sounds like Artix is already packaging it. It's good to see things maintained. -- Stephen On Thu, Jul 03, 2025 at 07:54:34PM +0200, Emiel Kollof wrote: > Stefan Moran schreef op 2025-07-03 01:32: > > emiel@ > > > > > As for the "politics": > > > > > > "It doesn't matter which country you're

Re: OT: Fosstodon

2025-05-12 Thread Stephen Wiley
Wow that looks like an exceptionally well thought out piece of software. I had kind of given up on Mastodon partly because all of the software involved was so heavy and unpleasant. --Stephen On Mon, May 12, 2025 at 03:59:44PM +0200, Emiel Kollof wrote: > Dan schreef op 2025-05-12 13:47: > > Hello

Re: Left with an unusable motherboard after running fw_update and then installing intel-drm

2025-04-02 Thread Stephen Wiley
I was under the impression microcode (and most "firmware" in general) was ephemeral. --Stephen On Thu, Apr 03, 2025 at 09:15:26AM +1100, Aaron Mason wrote: > I've had this happen under Winders - my son's Ryzen 5600G-based PC > started doing space heater impressions after a microcode update > atta

Re: aarch64 assembly "hello world"

2025-03-14 Thread Stephen Wiley
If you do that it will just tell you to link call libc. Which works and is probably a good idea but might not be what he's looking for. --Stephen On Fri, Mar 14, 2025 at 03:06:17PM +, jbra...@dismail.de wrote: > March 14, 2025 at 10:08 AM, "Otto Moerbeek" mailto:o...@drijf.net?to=%22Otto%20

Re: moving from screen to tmux: how to have first start create a set of windows?

2025-03-09 Thread Stephen Wiley
If you use new-session in your tmux.conf you should always just attatch (tmux a) rather than starting a new session (tmux with no arguments.) Otherwise that won't work. That may be part of what Phillip is running into. I used to use tmux this way and looking through my old wm configs that seems to

Re: resizing Debian virtual machine

2025-02-11 Thread Stephen Wiley
There should be a way to boot to just the initramfs (I think it will be called rescue mode in the bootloader in the default install) and you can run fdisk and resize2fs from there. --Stephen On Tue, Feb 11, 2025 at 11:00:38PM +, 04-psyche.tot...@icloud.com wrote: > Hi all, > > I run a Debia

Re: multicast relay?

2024-10-16 Thread Stephen Wiley
I think he wants to relay multicast packets across network boundaries not just answer mdns queries. If he was willing to maintain a zone himself he'd probably be happiest with a bind instance anyway. On Thu, Oct 17, 2024 at 01:52:28AM +0200, Kirill A. Korinsky wrote: > On Thu, 17 Oct 2024 00:41:3

Re: return value of write

2024-10-06 Thread Stephen Wiley
>From what I've seen typically people check if the value is -1 and call perror() if it is and then fail whatever they were doing. --Stephen On Sun, Oct 06, 2024 at 02:48:56PM -0300, Gustavo Rios wrote: > Hi folks! > > I am programming in obsd using the c coding language. I have a doubt > related

Re: Review about this code ?

2024-09-25 Thread Stephen Wiley
On Wed, Sep 25, 2024 at 10:58:44PM +0200, Страхиња Радић wrote: > Дана 24/09/25 08:21PM, bi...@iscarioth.org написа: > > Sorry for the inconvenience, I wanted to know if this > > piece of code seemed to be correct for a OpenBSD developer ? > > Dear Bilal, > > I think that C code review is out of

Re: thinkpad T480s wwlan (mobile internet) module

2024-09-24 Thread Stephen Wiley
On Tue, Sep 24, 2024 at 06:05:16PM +0100, void wrote: > Hello list, > > Has anyone been able to get the wwlan module of the Thinkpad T480s working > on OpenBSD? > > thanks, > -- > Reposting this to the list, sorry, my brain had me reply like it was a text message. I've never tried it on OpenB

Re: ATB.com

2024-05-05 Thread Stephen Wiley
In the past when I've had trouble with online banking I just refused to use it and went in person. I still do this for checks as there's no way to cash them online without a smartphone. Thankfully my local credit union, FSB and Etrade work fine in Firefox for everything else. --Stephen On Sun, Ma

Re: Trying to access /dev/ttyUSB0 device from VM

2024-03-17 Thread Stephen Wiley
Since it's just UART it probably wouldn't be too hard to use openpty to to pass it through over the network. I wouldn't be surprised if someone else already did this. On Sun, Mar 17, 2024 at 02:09:11PM +, Chris Narkiewicz wrote: > Hardware passthrough is not supported by vmd. > > Best regards

Re: Screen rotation support

2024-02-26 Thread Stephen Wiley
Have you tried using Xrandr? On Mon, Feb 26, 2024 at 06:33:02PM +0100, Nowarez Market wrote: > Hello, > > Screen rotation is currently supported? > And what about Xfce? > > Thanks! > > > > N0\/\/@r€Z > > -- > >    /\/\@rk€T >

Re: do all headphone amps work?

2024-02-15 Thread Stephen Wiley
I haven't used a USB sound card but it looks to me like there's a standard device class for them from the USB IF (like CDC, HID, MSC etc.) so I would expect it to work unless they're doing something strange. If they don't have special drivers that are needed to make it on Windows they probably aren

Re: OpenBSD alternative setup to ZFS on Linux or FreeBSD

2023-11-24 Thread Stephen Wiley
I was messing with blueray a couple years ago for archiving. Last I checked it's pretty marginal in terms of cost when compared with SSDs. It's just hard to compete with the progress everyone's been making with semiconductor manufacturing. I don't think the larger capacity disks I bought are all th

Re: Restrict SSH to local network only except for Git users?

2023-07-26 Thread Stephen Wiley
You might consider keeping your repo in an web/http directory for pulling and having your other users submit patches to you via eg email. That way you don't need ssh exposed to the public internet at all. That's how I have my self hosted git repos set up anyway. On Thu, Jul 27, 2023 at 09:24:56A