Re: startx fails to enter X Windows System

2025-07-17 Thread Jonathan Gray
On Fri, Jul 18, 2025 at 05:01:06PM +1200, Avon Robertson wrote: > Hello Jonathan and misc@, > > -o Progress to date > - Updated my local CVS repo from rsync://anoncvs.au. ... > - sysupgrade('d) -s this machine > - updated the /usr/{xenocara,src,ports,www} trees on t

Re: startx fails to enter X Windows System

2025-07-16 Thread Jonathan Gray
On Thu, Jul 17, 2025 at 02:08:13PM +1000, Jonathan Gray wrote: > On Thu, Jul 17, 2025 at 03:00:15PM +1200, Avon Robertson wrote: > > This machine was out of service for several weeks. When it re-entered > > service with 2 new spinning disks, OpenBSD was reinstalled from a > &

Re: startx fails to enter X Windows System

2025-07-16 Thread Jonathan Gray
On Thu, Jul 17, 2025 at 03:00:15PM +1200, Avon Robertson wrote: > This machine was out of service for several weeks. When it re-entered > service with 2 new spinning disks, OpenBSD was reinstalled from a > slightly outdated install77.img. It was promptly and > current- new packages were installe

Re: "wdc_atapi_start: not ready, st = 50" Panic While Installing OpenBSD 7.7 amd64 In A VM

2025-05-20 Thread Jonathan Matthew
On Tue, May 13, 2025 at 09:32:26AM -0700, Nicole Findlay wrote: > On 2025-05-13 00:56, Stuart Henderson wrote: > > On 2025-05-12, Nicole Findlay wrote: > > > I am trying to install OpenBSD 7.7 amd64 install77.iso in a VM, but > > > it panics while installing the sets. This is the error message: >

Re: interactive-shell escapes in sysupgrade/autoinstall?

2025-05-11 Thread Jonathan Thornburg
perations. Is there a Fine Manual I should have read which would have told me more explicitly what filesystems are/aren't preserved by sysupgrade? Thanks, ciao, -- -- "Jonathan Thornburg [remove -color to reply]" (he/him; on the west coast of Canada) "There are only tw

interactive-shell escapes in sysupgrade/autoinstall?

2025-05-11 Thread Jonathan Thornburg
gered by special lines in /install.conf)? If such a facility existed, I could have used it to run bioctl and mount /home after the reboot into /bsd.upgrade, allowing the upgrade to proceed. -- -- "Jonathan Thornburg [remove -color to reply]" (he/him; on the west coast of Canada) "He wa

Re: azalia: Noise right after the driver attaches.

2025-05-07 Thread Jonathan Gray
On Fri, May 09, 2025 at 05:40:23AM +0200, Christian Schulte wrote: > Thanks. Does not make a difference here. Maybe the device id is just a > different > one here. Cannot tell. > > Regards, > -- > Christian > > 0:3:0: Intel Core 4G HD Audio > 0x: Vendor ID: 8086, Product ID: 0a0c >

Re: azalia: Noise right after the driver attaches.

2025-05-07 Thread Jonathan Gray
On Fri, May 09, 2025 at 02:08:45AM +0200, Christian Schulte wrote: > Hi @misc, > > when the kernel attaches the audio drivers, there is audible noise in the > headphones immediately. Way before sndiod is started. That noise is permanent. > I thought this is normal due to the audio hardware being c

Re: sdmmc0: can't enable card on D-Link DSA-2208X

2025-04-10 Thread Jonathan Gray
On Thu, Apr 10, 2025 at 04:16:11PM +0300, S V wrote: > Hello, list > > I got my hands on D-Link DSA-2208X and was surprised that this is > basically Intel Atom with pretty meaty motherboard, installed OpenBSD > 7.6 on usb disk, but found that internal storage sdmmc doesn't work, > any suggestion o

Re: Resize BAR/ReBAR/Smart Access Memory on OpenBSD and amdgpu

2025-04-03 Thread Jonathan Gray
On Wed, Apr 02, 2025 at 05:18:48PM +0200, Emiel Kollof wrote: > Hi, > > Is there any reason why the amdgpu firmware/driver won't work with resize > BAR enabled? When I enable ReBAR I get: I think it came down to having to change the pci code and perhaps reprobe devices. Some time ago I did an im

Re: Comment on /etc/myname vs /etc/hostname

2025-03-28 Thread Jonathan Gray
On Fri, Mar 28, 2025 at 04:52:04PM +0100, Ingo Schwarze wrote: > Hello Jonathan, > > Jonathan Gray wrote on Sat, Mar 29, 2025 at 01:56:29AM +1100: > > On Fri, Mar 28, 2025 at 02:55:31PM +0100, Ingo Schwarze wrote: > >> Andrew Daugherity wrote on Thu, Mar 27,

Re: Comment on /etc/myname vs /etc/hostname

2025-03-28 Thread Jonathan Gray
On Fri, Mar 28, 2025 at 02:55:31PM +0100, Ingo Schwarze wrote: > Hello, > > Andrew Daugherity wrote on Thu, Mar 27, 2025 at 06:18:43PM -0500: > > > Because I was curious, and Brian Conway had replied that this dated > > back to the very first commit of OpenBSD in Oct. 1995 > > https://github.com/

Re: Comment on /etc/myname vs /etc/hostname

2025-03-27 Thread Jonathan Gray
On Thu, Mar 27, 2025 at 06:18:43PM -0500, Andrew Daugherity wrote: > On Mon, Mar 24, 2025 at 5:40 PM Peter N. M. Hansteen wrote: > > The /etc/myname and /etc/mygate have been in OpenBSD for as far back as I > > can > > remember tinkering with the system, and it would not surprise me a whole lot >

Re: Kernel panic but the USB keyboard won't work in ddb

2025-02-27 Thread Jonathan Gray
On Fri, Feb 28, 2025 at 01:22:20AM +, TSS wrote: > Greetings from a noob, > > With my OpenBSD beginner's luck I am able to dependably panic my 7.6 > install if I enable a moderately elaborate tunnelling situation. I would > love to follow the instructions at https://www.openbsd.org/ddb.html to

Re: Kernel Panic connecting to USB dock - on Current

2025-02-24 Thread Jonathan Gray
On Sun, Feb 23, 2025 at 11:40:17AM +1100, Jonathan Gray wrote: > The patch to intel_dp_mst.c has not been committed. committed, will be in future snapshots

Re: Kernel Panic connecting to USB dock - on Current

2025-02-22 Thread Jonathan Gray
The patch to intel_dp_mst.c has not been committed. You need to add the 'intel_connector->base.dev = mgr->dev;' line. On Sat, Feb 22, 2025 at 11:21:29AM -0500, Johnny Epsom wrote: > Thank you Jonathan for the detailed instructions to get src. > I saw the patch was alre

Re: Kernel Panic connecting to USB dock - on Current

2025-02-21 Thread Jonathan Gray
; On Fri, Feb 21, 2025 at 8:39 AM Johnny Epsom wrote: > > > Thank you Jonathan for the quick response with the changes. > > > > But the file intel.dp.c on my machine looks different when I try to plug > > in the patch. > > Can you clarify . I have

Re: Kernel Panic connecting to USB dock - on Current

2025-02-19 Thread Jonathan Gray
On Wed, Feb 19, 2025 at 07:53:15PM -0500, Johnny Epsom wrote: > Hi Team > > I am running current 7.6 on a Thinkpad T14 (Gen1 - Intel) and when I > connect the laptop to my Dell USB-C dock, I am getting a crash. The system > drop into ddb and I need to restart the machine. > > The issue seems to h

Re: Sound not working on Dell Xps 13 9315 (DELL G9FHC2) - Recompiled kernel

2025-02-15 Thread Jonathan Gray
On Sat, Feb 15, 2025 at 10:33:03AM +, dirk coetzee wrote: > Thanks Jonathan,this path seems a bit closer: > > > pcib0 at pci0 dev 31 function 0 vendor "Intel", unknown product 0x5187 rev > 0x01 > azalia0 at pci0 dev 31 function 3 "Intel 600 Series HD Audi

Re: Sound not working on Dell Xps 13 9315 (DELL G9FHC2) - Recompiled kernel

2025-02-15 Thread Jonathan Gray
On Sat, Feb 15, 2025 at 07:02:26AM +, dirk coetzee wrote: > Hi All, > > > I have recompiled the kernel from Stuart's diff, and there is still no sound > being detected. The process i followed was: > > 1. Paste contents of Stuarts diff for azalia.c into a file named > /usr/src/sys/dev/pci/a

Re: Does the ASUS XG-C100C work with OpenBSD?

2025-01-28 Thread Jonathan Matthew
On Wed, Jan 29, 2025 at 12:42:10AM +, Martin wrote: > Hi, > > I can't seem to figure out if the ASUS XG-C100C netcard works with OpenBSD? > > It is this one: > > https://www.asus.com/networking-iot-servers/wired-networking/all-series/xg-c100c/techspec/ This should work with the aq(4) driver

Re: New laptop time

2025-01-05 Thread Jonathan Thornburg
und 2008) at a small-town big-box retailer in a snowstorm the night before I was flying to a foreign country, after my previous laptop died 2 days earlier. After that experience I switched to owning pairs of slightly older/cheaper laptops, so I always have a spare on hand. -- -- "Jonathan T

Re: piano(6)

2024-12-07 Thread Jonathan Gray
ving quite some > fun writing and running various silly programs on it. I figured I would > share one we've been having a lot of fun with, in the hopes that someone > else might get a kick of it too: reminds me of playing nokia ringtones (RTTTL) /* * Copyright (c) 2009-2014 Jonathan

Re: uvm_map.h outdated comment?

2024-11-14 Thread Jonathan Gray
On Fri, Nov 15, 2024 at 03:48:18PM +1300, Avon Robertson wrote: > Greetings misc@ > > This host's /usr/src and packages were updated immediately following a > sysupgrade -s to: > > kern.version=OpenBSD 7.6-current (GENERIC.MP) #418: Sun Nov 10 00:11:36 MST > 2024 > dera...@amd64.openbsd.org

Re: u in uvm*

2024-11-13 Thread Jonathan Gray
On Thu, Nov 14, 2024 at 03:52:34PM +1300, Avon Robertson wrote: > Greetings misc@. > > /usr/www/papers/eurobsdcon2024-hshoexer-confidential-computing.pdf, and > /usr/include/uvm/uvm.h; plus many other documents refer to uvm... . > > To date my seaching with fgrep has failed to find a document tha

Re: Apple Macbook Air (M1) lost bwfm

2024-10-27 Thread Jonathan Gray
On Sun, Oct 27, 2024 at 11:18:31PM +0100, Mark Kettenis wrote: > > Date: Tue, 22 Oct 2024 12:15:18 +0200 > > From: Tobias Heider > > > > On Mon, Oct 21, 2024 at 10:10:44PM GMT, Mark Kettenis wrote: > > > > Date: Mon, 21 Oct 2024 20:40:38 +0200 > > > > From: Tobias Heider > > > > > > > > On Mon,

Re: [patch] typo in 76.html

2024-10-27 Thread Jonathan Gray
On Sun, Oct 27, 2024 at 07:37:43PM +0300, Mikhail Pchelin wrote: > probably this refers to pintables from > https://ftp.openbsd.org/pub/OpenBSD/patches/7.5/common/010_elf.patch.sig > > > diff --git a/76.html b/76.html > index 342348c..9ade133 100644 > --- a/76.html > +++ b/76.html > @@ -163,7 +16

Re: Some USB devices die after suspend in 7.6

2024-10-18 Thread Jonathan Gray
On Fri, Oct 18, 2024 at 08:36:31AM -0300, Ronny Machado wrote: > Hi @misc > > I've got this littla laptop which I use for almost everything, it has > had OpenBSD since 6.8, never had a problem except for the wifi which I > swapped with a compatible one and the trackpad which never worked in > Open

Re: checksums to detect/correct bit-rot

2024-09-17 Thread Jonathan Thornburg
(b) handles "majority voting" among 3 or more checksum databases to automatically identify which backup(s) is/are likely corrupted Thanks again to everyone, ciao, -- -- "Jonathan Thornburg [remove -color to reply]" on the west coast of Canada "The '

checksums to detect/correct bit-rot

2024-09-15 Thread Jonathan Thornburg
ime/), look for differing checksums, and for any differences, majority-vote the checksums to identify which copy or copies is in error. But before I reinvent the wheel, can anyone point me to software which already does this? Bonus points if the software is already in ports. Thanks, -- -- "J

Re: xenodm freezes on current

2024-08-19 Thread Jonathan Gray
On Mon, Aug 19, 2024 at 12:04:58PM +0100, Kevin Chadwick wrote: > 19 Aug 2024 02:29:39 Henry Ford : > > > Have you enabled the intel driver in xorg.conf? > > I had this same issue, and switching back to the default modesetting > > driver fixed it for me. > > I have the same issue on the latest sn

Re: "intel(0): switch to mode 640x400" on Thinkpad T410

2024-07-09 Thread Jonathan Gray
On Tue, Jul 09, 2024 at 10:02:40AM -, Stuart Henderson wrote: > On 2024-07-08, Jan Stary wrote: > > This is current/amd64 on a Thinkpad T410 (full dmesg below). > > Strangely, upon booting, xenodm sets the resolution to 640x480: > > > > [ 974.100] (II) intel(0): Modeline "1440x900"x0.0 96.

Re: openbsd vm with SR-IOV vf nic

2024-03-20 Thread Jonathan Matthew
On Tue, Mar 19, 2024 at 09:54:40PM -0700, Paul B. Henson wrote: > Is it very common for people to be running openbsd boxes under > virtualization and using an SR-IOV vf nic? I'm curious what cards people > are using. > > It looks like the only available driver is iavf, for the Intel 700 > cards? A

Re: Confusion about hw.cpuspeed

2024-03-15 Thread Jonathan Gray
On Fri, Mar 15, 2024 at 08:49:14AM +0100, Christer Solskogen via misc wrote: > On Fri, Mar 15, 2024 at 1:15 AM Jonathan Gray wrote: > > > > > The 1MHz higher is the turbo setting. When speedstep speeds are shown > > in dmesg it is the highest. > > > >

Re: Dell Poweedge 750 Mellanox ConnectX-6 LX with 1G SFP SX

2024-03-14 Thread Jonathan Matthew via misc
On Thu, Mar 14, 2024 at 10:13:52AM +0100, Joerg Streckfuss wrote: > > Hi misc, > > I am trying to connect a 1GE SFP of type 1G SFP SX (Flexoptix S.8512.02.D) > to a Power Edge R750 with a Connect Mellanox ConnectX-6 Lx. > > The mellanox driver supports the corresponding mode. I think it should b

Re: Confusion about hw.cpuspeed

2024-03-14 Thread Jonathan Gray
On Thu, Mar 14, 2024 at 03:07:22PM +0100, Christer Solskogen via misc wrote: > I've got a hold of two iKOOLCORE R2 today and installed OpenBSD(latest > amd64 snapshot) on them, but I can't seem to wrap my head around if > it's running at full speed or not. > > hugs# sysctl hw > hw.machine=amd64 >

Re: Huawei K5161h 4G dongle

2024-01-24 Thread Jonathan Gray
On Wed, Jan 24, 2024 at 08:37:18AM +, Alex Frolkin wrote: > On Wed, Jan 24, 2024 at 11:47:53AM +1100, Jonathan Gray wrote: > > umsm(4) does the equivalent in the kernel. DEV_UMASS5 seems most > > likely, but there are other methods to try as well. > > Ah, interesting

Re: Huawei K5161h 4G dongle

2024-01-23 Thread Jonathan Gray
On Tue, Jan 23, 2024 at 11:52:01AM +, Alex Frolkin wrote: > Hi all, > > Has anyone had any success with getting a Huawei (Vodafone-branded) > K5161h 4G dongle working on OpenBSD? > > It looks like it should work with the umb(4) driver, but the problem is > getting it into the right mode. Whe

Re: wsfont .h file generation

2024-01-13 Thread Jonathan Gray
On Sun, Jan 14, 2024 at 05:09:09AM +0300, S V wrote: > Hello misc > > What tools devs are using to generate .h wsfont files from bdf? > > Thanks in advance one way of doing it: pkg_add bdf2psf psftools (converters/bdf2psf sysutils/psftools) bdf2psf --fb file.bdf /usr/local/share/bdf2psf/standa

Re: OnLogic Helix 330

2023-11-27 Thread Jonathan Gray
On Mon, Nov 27, 2023 at 09:10:18PM -0700, Devin Reade wrote: > On Tue, 2023-11-28 at 11:29 +1100, Jonathan Gray wrote: > > > STD_PHYID1  67C9 > > STD_PHYID2  DC00 > > > > /sys/dev/mii/miivar.h > [...] > > Thanks. > > So it looks li

Re: OnLogic Helix 330

2023-11-27 Thread Jonathan Gray
On Mon, Nov 27, 2023 at 11:30:23PM -, Stuart Henderson wrote: > On 2023-11-27, Devin Reade wrote: > > Once running snapshots, I initially configured the network for dwqe0. > > It came up and I was able to ping hosts on the dwqe0 network, but > > I noticed that carrier state seemed unpredictabl

Re: Force Probing Intel GPU

2023-09-28 Thread Jonathan Gray
On Thu, Sep 28, 2023 at 11:23:03AM +, Gökhan Özdemir wrote: > Hello, > > I have an Intel Arc A770 which requires force probe kernel parameter > (i915.force_probe=56a0) on linux 6.1. Since current drm stack on OpenBSD is > 6.1, I am looking for a way to find OpenBSD equivalent of force probe.

Re: Speed: dump/restore vs rsync

2023-09-22 Thread Jonathan Drews
On Fri, Sep 22, 2023 at 09:40:40PM -0600, Jonathan Drews wrote: > > I am getting an average transfer rate of 40527/1024 = 39.577 GB/sec. I > don't think that is bad at all. It's dumping /home to a USB external Awpp math error. It should be 30.577 MB/second. Hey it is late.

Re: Speed: dump/restore vs rsync

2023-09-22 Thread Jonathan Drews
39.577 GB/sec. I don't think that is bad at all. It's dumping /home to a USB external hard drive. The dumped machine is a Lenovo T440 Thinkpad with Softdeps enabled, on an SSD drive. What do you folks think? -- Kind regards, Jonathan

Re: ldap search filter with OID matching rule not working

2023-09-20 Thread Jonathan Matthew
On Wed, Sep 20, 2023 at 12:01:13PM +, Andreas Menge wrote: > Hello, > > I???m trying to get some attributes from our AD ldap. Most stuff works fine, > but it seams that OID matching rules are not handled correctly. > > eg. this works: > > ldap search -D ???myuser" -W -H my_host_up -b "OU=Us

SOLVED: Re: Thinkpad function-key wierdness

2023-09-15 Thread Jonathan Thornburg
ll who replied (both on- and off-list), -- -- "Jonathan Thornburg [remove -color to reply]" currently on the west coast of Canada "Dear everyone who says masks don't work: Please get your next surgery with no one wearing masks. Thank you for your cooperation. -- anon"

Thinkpad function-key wierdness

2023-09-11 Thread Jonathan Thornburg
ample, on the T530 "F1" invokes the raise-window keybinding, while "Fn/F8" and "Fn/F9" decrease and increase the screen brightness.) The twm and ctwm binaries have identical checksums between the T530 and T580, as do ~/.ctwmrc and ~/.twmrc % cksum `which ctwm` `wh

Re: Printing Via Wifi

2023-09-04 Thread Jonathan Drews
r, /usr/local/bin/lprm, /usr/local/bin/lpq and /usr/local/bin/lp to print with CUPS. -- Kind regards, Jonathan

Re: suspend/resume issue on T440p w/ Libreboot

2023-08-26 Thread Jonathan Drews
On Sat, Aug 26, 2023 at 01:47:06PM +0200, Robert Alessi wrote: > On Sat, Aug 26, 2023 at 04:19:23AM -0600, Jonathan Drews wrote: > > I don't have an /etc/apm directory. Howvere I have this in my > > /etc/rc.conf.local > > > > apmd_flags=-A > > My apmd flags

Re: suspend/resume issue on T440p w/ Libreboot

2023-08-26 Thread Jonathan Drews
c/apm directory. Howvere I have this in my /etc/rc.conf.local apmd_flags=-A -- Kind regards, Jonathan

Re: Intel E823-L Ethernet interfaces not detected

2023-08-19 Thread Jonathan Matthew
On Sat, Aug 19, 2023 at 03:36:13PM -0700, Andrew Lester wrote: > Hi @misc, > > I just installed OpenBSD 7.3-release on a new amd64 system to replace > an old one that had been on OpenBSD 5.5 (it was set it and forget it > till the CPU fried!). > > I've found that some of the Ethernet interfaces a

Re: Any experiences with OpenBSD and Dell HBA355i (and/or Dell R350)

2023-07-29 Thread Jonathan Matthew
On Fri, Jul 28, 2023 at 05:56:21PM +0200, Rachel Roch wrote: > As per subject really, does anyone on-list have experience with the Dell > HBA355i controller and/or Dell350 ? > > I might have the chance to get my hands on an R350 which ideally I'd like to > use with OpenBSD and so wanted to reach

Re: amd microcode

2023-07-24 Thread Jonathan Gray
On Mon, Jul 24, 2023 at 03:17:26PM -0700, Courtney wrote: > $ pkg_info | grep amd > amd-firmware-20230719 microcode update binaries for AMD CPUs It by no means covers all zen 2 models. See /etc/firmware/amd/README Family=0x17 Model=0x31 Stepping=0x00: Patch=0x0830107a Length=3200 bytes Family

Re: ATI Mobility Radeon 7500: radeon: Invalid PCI ID.

2023-07-22 Thread Jonathan Gray
On Sun, Jul 23, 2023 at 12:10:54AM +0200, Benjamin Stürz wrote: > Hi misc@, > > I just got an old Thinkpad T40 with an ATI Mobility Radeon 7500 (32MB) > and installed OpenBSD 7.3-release on it. > > Unfortunately GPU acceleration doesn't work, > neofetch tells me that my GPU is llvmpipe. > > When

Re: recommendations for web hosting in Canada?

2023-07-10 Thread Jonathan Thornburg
hose interface and "management console" don't require a proprietory Windows/Mac/Android client. Any recommendations? I'm sorry for confusing people with my original sloppily-worded query. thanks, ciao, -- -- "Jonathan Thornburg [remove -color to reply]" curre

Re: Intel DRM error on T 440

2023-07-09 Thread Jonathan Drews
king as they should, Nick: Thanks! In all other respects OpenBSD 7.3 is working flawlessly. I Googled and this problem also occurs on Linux computers too. -- Kind regards, Jonathan

Re: Self-hosting OpenBSD server, any documentation?

2023-07-08 Thread Jonathan Drews
On Sat, Jul 8, 2023, at 01:42, Jonas Borchelt wrote: > The book "Absolute OpenBSD" is an excellent choice to expand your knowledge > of the OpenBSD operating system. It was written by Michael W. Lucas and is > regarded as a comprehensive resource for beginners and advanced users alike. > It c

recommendations for web hosting in Canada?

2023-07-06 Thread Jonathan Thornburg
I'm looking for a web hosting provider based in Canada. Performance isn't critical (the websites will be relatively small, static, and low-traffic), but I'd like a firm whose customer support doesn't core-dump if I mention Perl or OpenBSD. Any recommendations? Thanks, -- --

Intel DRM error on T 440

2023-07-05 Thread Jonathan Drews
occur in OpenBSD 7.2. -- Kind regards, Jonathan

Re: Dell R350 PERC H355

2023-07-03 Thread Jonathan Matthew
On Mon, Jul 03, 2023 at 03:29:41PM +0300, Kapetanakis Giannis wrote: > Hi, > > I'm trying to install current on a Dell R350 with PERC H355 and does not > detect the virtual disk (raid 1). > > Is it not supported yet? You may be able to get it to work by just adding the device id to the mfii_de

LibreOffice JRE Error

2023-05-14 Thread Jonathan Drews
x this would be greatly appreciated. My computer is a Lenovo T440. I ran a hardware diagnostics test on the laptop and it passed all tests. -- Kind regards, Jonathan

Re: dhcpleased losing route

2023-05-10 Thread Jonathan Matthew
On Wed, May 10, 2023 at 04:38:25PM +0200, Florian Obser wrote: > ( this is a good dhcp state diagram to follow along at home: > https://commons.wikimedia.org/wiki/File:DHCP_Client_State_Diagram_-_en.png ) > > On 2023-05-10 23:07 +10, David Diggles wrote: > > I probably should have done numeric t

SOLVED Re: PC Engines APU2 infinite loop rebooting immediate after kernel loads

2023-04-23 Thread Jonathan Thornburg
(both here & by private email) for reminding me about boot.conf -- I knew about that but had brain-parity-error overlooked it. ciao, -- -- "Jonathan Thornburg [remove -color to reply]" on the west coast of Canada "Now back when I worked in banking, if someone went to Barclay

SOLVED Re: any way to "redo" a botched upgrade?

2023-04-21 Thread Jonathan Thornburg
e Term::ReadPassword;/) is gone. I did another full 'pkg_add -uvv' to be on the safe side, which found a few 'file already exists', but after overwriting those everything seems to be working now. Thanks again to everyone who helped! ciao, -- -- "Jonathan Thornburg [remo

Re: any way to "redo" a botched upgrade?

2023-04-20 Thread Jonathan Thornburg
cursive directory listings and/or file contents of the perl @INC directories between the working and broken systems would be informative. I'll try that. Thanks to both of you for your suggestions! ciao, -- -- "Jonathan Thornburg [remove -color to reply]" on the west coast

any way to "redo" a botched upgrade?

2023-04-19 Thread Jonathan Thornburg
LES USE_LOCALE USE_LOCALE_CTYPE USE_LOCALE_TIME USE_PERLIO USE_PERL_ATOF Built under openbsd @INC: /usr/local/libdata/perl5/site_perl/amd64-openbsd /usr/local/libdata/perl5/site_perl /usr/libdata/perl5/amd64-openbsd /usr/libdata/perl5 # I presume that I someh

PC Engines APU2 infinite loop rebooting immediate after kernel loads

2023-04-17 Thread Jonathan Thornburg
swapping power supplies, with no change in the outcome. Has anyone seen this sort of problem (infinite reboot loop, rebooting immediately after kernel entry point address is printed) before? Should I be looking at reflashing the BIOS with a newer (or older) version? Thanks for any insights, -- -- &q

Re: dns priority from different network connections - or disabling?

2023-04-10 Thread Jonathan Gray
On Mon, Apr 10, 2023 at 11:26:22AM +0100, Kaya Saman wrote: > Hi, > > > I'll ask the second question first as it might be easier to implement... > > > Currently I have found that the dns servers specified in the resolv.conf > file are not being used. Instead my machine is prioritizing the ISP o

Re: Disabling .core file generation

2023-02-21 Thread Jonathan Thornburg
Another "low-tech" way of disabling .core file generation is to create the core file yourself, as a symlink to /dev/null: % ls -lFgd $HOME/*.core lrwxr-xr-x 1 jonathan jonathan 9 Feb 16 2022 /home/jonathan/WebKitWebProcess.core@ -> /dev/null lrwxr-xr-x 1 jonathan jonathan 9

Re: Cannot use Intel Tearfree on Lenovo V15 G2 laptop

2023-02-07 Thread Jonathan Gray
On Tue, Feb 07, 2023 at 03:53:56PM +0800, Digua Dong wrote: > Hello > > I'm running OpenBSD 7.2 on Lenovo V15 G2 82KB, > with i5-1135G7 and Xe Graphics > > Scroll tearing is really bad in Firefox and even SinpleTerminal, > so I tried to use Tearfree option in intel(4), and boom! > X crashed > >

Re: MacBook Pro 15,2 (2019) nvme not available during 7.2-current install

2023-02-06 Thread Jonathan Gray
On Mon, Feb 06, 2023 at 10:04:10AM -0800, Logan Ellis wrote: > Hi Jonathan, > > Wanted to provide update: I was able to build a release image from source > using another amd64 VM and I incorporated your changes. The disk is now > detected by the installer using `sysctl hw.diskna

Re: MacBook Pro 15,2 (2019) nvme not available during 7.2-current install

2023-02-01 Thread Jonathan Gray
On Wed, Feb 01, 2023 at 09:47:53PM -0800, Logan Ellis wrote: > Hi all, > > Attempting to do single-os install of OpenBSD on my 2019 13” Intel MacBook > Pro, but the nvme drive is not detected during installation. The usb drive > containing the installer is detected without issue. `machine diskin

how to get per-IP traffic statistics?

2022-12-24 Thread Jonathan Thornburg
spfflow.html but it's from 2006. Thanks, -- -- "Jonathan Thornburg [remove -color to reply]" currently on the west coast of Canada "Now back when I worked in banking, if someone went to Barclays, pretended to be me, borrowed UKP10,000 and legged it, that was `i

Re: make pppoe not update /etc/resolv.conf

2022-12-12 Thread Jonathan Gray
On Tue, Dec 13, 2022 at 01:32:53AM +, void wrote: > Hi misc@ > > I'd like to have it so a pppoe FTTP connection doesn't automatically > obtain and apply the ISP's nameservers to /etc/resolv.conf. The machine > already runs unbound, so resolv.conf has loopback for ipv4 and ipv6 in > it. pppoe a

Re: rtl8192ee currently supported?

2022-12-02 Thread Jonathan Matthew
On Fri, Dec 02, 2022 at 10:05:12AM -, Stuart Henderson wrote: > On 2022-12-02, Heppler, J. Scott wrote: > > I'm shopping for a faster (300mbps +) PCIe wireless card. Although I'm > > leaning intel, realtek's base firmware is an advantage. > > V2 of the TP-LINK TL-WN881ND uses rtl8192ee chipse

Re: Lenovo ThinkPad X1 Carbon G10

2022-11-15 Thread Jonathan Gray
On Tue, Nov 15, 2022 at 01:07:04PM +0100, Rafael Sadowski wrote: > On Sat Nov 12, 2022 at 09:01:58AM +0100, Rafael Sadowski wrote: > > Hi misc@ > > > > Can anyone recommend the "Lenovo ThinkPad X1 Carbon G10 21CB00B9GE" with > > OpenBSD and has experience with it? Would appreciate any reports of >

Re: Thinkpad T14 AMD Gen 3

2022-11-11 Thread Jonathan Gray
On Fri, Nov 11, 2022 at 12:53:29AM -0500, Philippe Meunier wrote: > Jonathan Gray wrote: > >Glad to hear amdgpu works on Rembrandt/Yellow Carp. > > On a related note, I noticed I get the following kernel message when > shutting down the X server: > > [drm] *ERROR* Err

Re: 7.2: unbound(timeout) on startup

2022-11-09 Thread Jonathan Thornburg
the actual unbound binary? ciao, -- -- "Jonathan Thornburg [remove -color to reply]" on the west coast of Canada "Now back when I worked in banking, if someone went to Barclays, pretended to be me, borrowed UKP10,000 and legged it, that was `impersonation', and i

Re: 7.2: unbound(timeout) on startup

2022-11-09 Thread Jonathan Thornburg
# ... hostname after the '#' is not a comment, it is used for TLS checks forward-addr: 1.1.1.1@853#cloudflare-dns.com forward-tls-upstream: yes forward-first: no # don't fallback to insecure DNS --- end /var/unbound/etc/unbound.c

Re: Thinkpad T14 AMD Gen 3

2022-11-08 Thread Jonathan Gray
On Tue, Nov 08, 2022 at 03:36:12AM -0700, Theo de Raadt wrote: > Jonathan Gray wrote: > > > > More importantly the wifi card (Qualcomm QCNFA765) is not recognized. Is > > > there any chance that it might become supported in the reasonable future > > > or >

Re: Thinkpad T14 AMD Gen 3

2022-11-08 Thread Jonathan Gray
On Tue, Nov 08, 2022 at 12:45:42AM -0500, Philippe Meunier wrote: > Hi, > > I have a new Thinkpad T14 AMD Gen 3. I tried OpenBSD 7.2-current and the > install went smoothly (from USB thumb drive to USB thumb drive, for now). > The machine booted, X11 seems to work fine, and so does the Ethernet

Re: 2FA VPNs

2022-11-01 Thread Jonathan Matthew
On Wed, Nov 02, 2022 at 02:05:48AM -, Stuart Henderson wrote: > If anyone's got any good suggestions on how to do VPNs with 2FA > on an OpenBSD gateway for non-technical users to access (iOS, Android, > Windows clients) I'd love to hear them. > > I could bodge something together with openvpn a

Re: VMware Tools driver to advertise OS as 'FreeBSD 64-bit' OS, not 32-bit version

2022-10-27 Thread Jonathan Matthew
On Thu, Oct 27, 2022 at 11:02:06AM -0700, Mike Larkin wrote: > On Wed, Oct 26, 2022 at 07:39:03PM +0200, Kalabic S. wrote: > > Hello @misc, > > > > I do not see a reason not to update OS version that vmt (kernel level > > implementation of VMware Tools) is advertising to VMware hypervisor from 32 >

Thanls to developers for 7.2

2022-10-21 Thread Jonathan Drews
The MariaDB works In gratitude for such a great system I donated $75.00 USD. -- Kind regards, Jonathan

Re: Problems with LDAP authorization against OpenLDAP server

2022-10-14 Thread Jonathan Matthew
On Fri, Oct 14, 2022 at 12:48:05PM +0200, Željko Puškarić wrote: > Hi everyone, > > I am a seasoned Linux admin and my first forray into the world of > OpenBSD confronted me with a problem. > What I am trying to achieve is enabling authorization to OpenBSD > machine against existing OpenLDAP serve

Re: php-gd-8.1.10 broken on OpenBSD 7.1?

2022-09-24 Thread Jonathan Gray
On Sun, Sep 25, 2022 at 03:34:55PM +1000, Stuart Longland wrote: > Hi all… > > I'm just in the process of setting up a Wordpress site for development > purposes on a VPS running OpenBSD 7.1, and I'm seeing this when I try > to install the `gd` extension: > > vk4msl-bne# pkg_add php-gd-8.1.10

Re: Old Unix manuals (was: Re: A minimal browser in base)

2022-09-14 Thread Jonathan Gray
On Wed, Sep 14, 2022 at 07:00:56AM +0100, Jason McIntyre wrote: > On Tue, Sep 13, 2022 at 06:54:40PM -0400, luna wrote: > > On Tue, Sep 13, 2022 at 07:04:55 +0100, Jason McIntyre wrote: > > > hi. > > > > > > we stopped installing them because many of them were falling out of date > > > and there w

Re: Dual external monitors not working since drm 5.10.47 upgrade

2022-09-08 Thread Jonathan Gray
On Thu, Sep 08, 2022 at 10:48:26AM +0200, Paul Kelly wrote: > On 9/8/22 03:07, Jonathan Gray wrote: > > Index: sys/dev/pci/drm/i915/i915_drv.c > > === > > RCS file: /cvs/src/sys/dev/pci/drm/i915/i915_drv.c,v &g

Re: Dual external monitors not working since drm 5.10.47 upgrade

2022-09-07 Thread Jonathan Gray
On Wed, Sep 07, 2022 at 05:29:14PM +0200, Paul Kelly wrote: > On 9/7/22 13:05, Jonathan Gray wrote: > > If you add "option DRMDEBUG" to your kernel config > > there may be some hints in the (large amount of) dmesg output > > > > Also build with this to add s

Re: Dual external monitors not working since drm 5.10.47 upgrade

2022-09-07 Thread Jonathan Gray
On Wed, Sep 07, 2022 at 10:04:03AM +0200, Paul Kelly wrote: > Hey Julian, > > On 9/4/22 18:18, Julian Huhn wrote: > > Moin! > > > > I can reproduce with my X270. With -current it does not work and with > > 6.9 both external monitors run without problems. > > > > Same problem as I had already men

Re: iMac11,2: internal display only works when DisplayPort is connected

2022-08-29 Thread Jonathan Gray
On Mon, Aug 29, 2022 at 10:03:34AM +0100, Hashim Mahmoud wrote: > On Mon, 29 Aug 2022 17:19:16 +1000 > Jonathan Gray wrote: > > > On Mon, Aug 29, 2022 at 07:56:40AM +0100, Hashim Mahmoud wrote: > > > This iMac's screen works fine, but always turns off when the rade

Re: iMac11,2: internal display only works when DisplayPort is connected

2022-08-29 Thread Jonathan Gray
On Mon, Aug 29, 2022 at 07:56:40AM +0100, Hashim Mahmoud wrote: > This iMac's screen works fine, but always turns off when the radeon GPU > driver is loaded on any UNIX (tried Linux Mint and NomadBSD as well). I > had to install OpenBSD on another machine since I was installing to an > SD card, as

Re: SOLVED: Re: how to use OpenBSD firewall (pf) to protect Ooma Telo VOIP phone system

2022-08-18 Thread Jonathan Thornburg
> local computers, and to do secure DNS-over-TCP to an upstream DNSSEC > provider. (That way I don't need to trust the ISP box's DNS service.) Oops, /dev/brain parity error there -- that should have been "DNS-over-TLS". Sorry for any confusion, -- -- "Jonathan Thor

SOLVED: Re: how to use OpenBSD firewall (pf) to protect Ooma Telo VOIP phone system

2022-08-15 Thread Jonathan Thornburg
\ proto udp \ to $subnet_voip\ port 49000:5 pass out $MAYBE_LOG_VOIP quick on $if_outside inet \ from $subnet_voip to !$subnet_internal

Re: X11 hangs on StarLabs Mk IV - snapshot 18-06-2022 - more fun

2022-06-27 Thread Jonathan Gray
On Tue, Jun 28, 2022 at 02:56:51AM +0100, Chris Narkiewicz wrote: > On Thu, Jun 23, 2022 at 07:59:04AM +1000, Jonathan Gray wrote: > > I can't think of anything to try but am interested to hear > > how the AMI firmware goes. > > I managed to hang it in similar way withou

how to completely reset all networking configuration without rebooting?

2022-06-24 Thread Jonathan Thornburg
ng media options/MTU/rdomain/VLAN > configuration, etc. So, is there a way to to completely reset all networking configuration without rebooting? -- -- "Jonathan Thornburg [remove -color to reply]" Dept of Astronomy & IUCSS, Indiana University, Bloomington, Indiana, USA cur

Re: Gemini Lake HD Audio (azalia?) not working on StarLabs StarLite MK IV

2022-06-03 Thread Jonathan Gray
On Fri, Jun 03, 2022 at 05:33:15PM +0100, Chris Narkiewicz wrote: > > Your device is subclass audio not subclass hd audio. Try this: > > I can confirm that the patch works. Also, headphones are correctly > detected when plugged. > > Many thanks for the help. thanks, committed

Re: Gemini Lake HD Audio (azalia?) not working on StarLabs StarLite MK IV

2022-05-31 Thread Jonathan Gray
On Wed, Jun 01, 2022 at 03:03:44AM +0100, Chris Narkiewicz wrote: > Hi, > > I have a StarLabs StarLite mk iv laptop with Gemini Lake CPU and audio > device is "not configured". > > Relevant pcidump -vv output: > 0:14:0: Intel Gemini Lake HD Audio > 0x: Vendor ID: 8086, Product ID: 31

Re: 7.1/amd64 DejaVuSansMono fonts are much larger than 7.0/amd64

2022-05-01 Thread Jonathan Thornburg
On Sun, May 01, 2022 at 07:07:36PM -0700, Jonathan Thornburg wrote: > On a freshly installed 7.1/amd64 (Lenovo Thinkpad T530 laptop), the > DejaVuSansMono fonts are much larger (i.e., each character occupies > more screen pixels in both x and y) than on 7.0 and earlier. This is > t

Re: 7.1/amd64 DejaVuSansMono fonts are much larger than 7.0/amd64

2022-05-01 Thread Jonathan Gray
On Sun, May 01, 2022 at 07:07:36PM -0700, Jonathan Thornburg wrote: > On a freshly installed 7.1/amd64 (Lenovo Thinkpad T530 laptop), the > DejaVuSansMono fonts are much larger (i.e., each character occupies > more screen pixels in both x and y) than on 7.0 and earlier. This is > t

  1   2   3   4   5   6   7   8   9   10   >