kernel/6631: DDB during boot on Dell Dimension E521

2011-06-09 Thread andrew
Number: 6631 Category: kernel Synopsis: Upgraded to a new snapshot, machine now DDBs during boot Confidential: yes Severity: serious Priority: medium Responsible:bugs State: open Quarter: Keywords: Date-Required: Class: sw-bug

[no subject]

2016-11-30 Thread Andrew
> Synopsis: cannot write to USB connected tape drive >Category: >Environment: System : OpenBSD 6.0 Details : OpenBSD 6.0 (GENERIC.MP) #1171: Tue Jul 26 17:03:19 MDT 2016

Bridging vlan over mpls. OpenBSD6.3

2018-05-18 Thread andrew
I found strange behavior when tried to bridge vlan from OpenBSD box over mpls. It seems like BSD box sends untagged packets received from mpls tunnel instead of adding vlan tag. Is it known bug or am I just missing something? OpenBSD running on a PC with two vlans. vyb-r0# uname -a OpenBSD

Re: Bridging vlan over mpls. OpenBSD6.3

2018-05-24 Thread andrew
MPLS (label 16, exp 0, [S], ttl 254) 12:11:41.581968 e4:6f:13:aa:38:c1 > e4:6f:13:aa:37:c1, ethertype ARP (0x0806), length 60: Reply 10.150.2.40 is-at e4:6f:13:aa:38:c1, length 46 wbr, andrew David Gwynne писал 2018-05-24 05:01: hey andrew, can i see the mpw0 interface according to ifconf

Re: missing dmesg

2018-06-15 Thread Andrew
On 06/15/18 12:34, Andrew wrote: oops ... ;-) OpenBSD 6.3-current (GENERIC.MP) #14: Thu Jun 14 23:55:47 MDT 2018 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 3672432640 (3502MB) es>avail mem = 3518267392 (3355MB) mpath0 at root scsibus0 at mpath0:

missing dmesg

2018-06-15 Thread Andrew
oops ... ;-) OpenBSD 6.3-current (GENERIC.MP) #14: Thu Jun 14 23:55:47 MDT 2018 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 3672432640 (3502MB) avail mem = 3518267392 (3355MB) mpath0 at root scsibus0 at mpath0: 256 targets mainbus0 at root bios0 at

generic.mp#25 amd64 and systq panics

2018-06-17 Thread Andrew
GENERIC.MP #25 amd64 panic: attempt to execute user address 0x0 in supervisor mode Stopped at db_enter+0x12; popq %r11 TID PID UID PRFLAGS PFLAGS CPU COMMAND 25928 84725 74 0x1000120x480 1 pflogd *398570 52393 0 0x14000 0x200 0K

certbot problem on sparc64 (probably python)

2018-07-04 Thread andrew
>Synopsis: Unable to use certbot >Category: very annoying >Environment: System : OpenBSD 6.3 Details : OpenBSD 6.3 (GENERIC.MP) #486: Sat Mar 24 22:37:16 MDT 2018 dera...@sparc64.openbsd.org:/usr/src/sys/arch/sparc64/compile/GENERIC.MP

vmm guest cannot boot from cdrom unless it has exactly two disks

2019-12-17 Thread andrew
; format raw #disk "/opt/vmmtest/opt.img" format raw memory 1G owner andrew } $ vmctl start -c test Connected to /dev/ttyp7 (speed 115200) No bootable device. Retrying in 60 seconds. [EOT]

Re: i386/6442

2011-03-23 Thread Andrew Fresh
The following reply was made to PR i386/6442; it has been noted by GNATS. From: Andrew Fresh and...@afresh1.com To: piro...@cvs.openbsd.org Cc: gn...@cvs.openbsd.org Subject: Re: i386/6442 Date: Wed, 23 Mar 2011 19:19:36 -0700 Wanted to let you know that something between OpenBSD 4.9-beta

DLink Network Card Failure

2011-05-01 Thread andrew Wilson
(and no PHY found) Is there a more recent driver I haven't found? Or is this a bug? Thanks in advance! -Andrew Wilson -- Who then shall I fear?

Re: kernel/6631: DDB during boot on Dell Dimension E521

2011-06-09 Thread Andrew Fresh
The following reply was made to PR kernel/6631; it has been noted by GNATS. From: Andrew Fresh and...@afresh1.com To: Mark Kettenis mark.kette...@xs4all.nl Cc: gn...@openbsd.org Subject: Re: kernel/6631: DDB during boot on Dell Dimension E521 Date: Thu, 9 Jun 2011 12:50:55 -0700 On Thu, Jun 09

Re: kernel/6631: DDB during boot on Dell Dimension E521

2011-06-09 Thread Andrew Fresh
The following reply was made to PR kernel/6631; it has been noted by GNATS. From: Andrew Fresh and...@afresh1.com To: Mark Kettenis mark.kette...@xs4all.nl Cc: gn...@openbsd.org Subject: Re: kernel/6631: DDB during boot on Dell Dimension E521 Date: Thu, 9 Jun 2011 16:33:30 -0700 On Thu, Jun 09

Re: system/6636: x220 does not re-enable the screen after resume

2011-06-16 Thread Andrew Fresh
The following reply was made to PR system/6636; it has been noted by GNATS. From: Andrew Fresh and...@afresh1.com To: gn...@openbsd.org Cc: Subject: Re: system/6636: x220 does not re-enable the screen after resume Date: Thu, 16 Jun 2011 07:41:55 -0700 Seems that the screen is the only thing

Potential int overflow in src/sbin/bioctl/pbkdf2.c

2012-06-28 Thread Andrew Nelless
to this function asalt will be malloc(1)'d and the subsequent memcpy on line 95 will segfault. This has no impact to bioctl but this implementation is linked to from the PBKDF2 Wikipedia article, and may be copied and used by others. Regards, Andrew

ldomctl fails to build configuration

2013-02-12 Thread Andrew Hamilton
Synopsis:ldomctl init-system fails to build configuration Category: sparc64 Environment: System : OpenBSD 5.3 Details : OpenBSD 5.3-beta (GENERIC.MP) #25: Fri Feb 8 01:25:10 MST 2013

Re: ldomctl fails to build configuration

2013-02-12 Thread Andrew Hamilton
ldom.conf: domain puffy { vcpu 12 memory 4G vdisk /home/puffy/vdisk0 vdisk /home/puffy/vdisk1 vnet } the exact command that is failing is: ldomctl init-system ldom.conf Andrew Hamilton On 2/12/2013 5:04 PM, Otto Moerbeek wrote: On Mon, Feb 11, 2013

Re: ldomctl fails to build configuration

2013-02-14 Thread Andrew Hamilton
gzipped tarball is attached. Andrew Hamilton On 02/13/13 11:10, Mark Kettenis wrote: Date: Wed, 13 Feb 2013 07:57:50 +0100 From: Otto Moerbeek o...@drijf.net On Wed, Feb 13, 2013 at 12:52:05AM -0500, Andrew Hamilton wrote: # ldomctl list factory-default [current] 20090116 20090127

Mediatomb on sparc64

2014-10-24 Thread Andrew Grillet
early in the install process - perhaps automatically on finding no graphics card installed. regards Andrew

Re: Mediatomb on sparc64

2014-10-25 Thread Andrew Grillet
any problems with script as the machine is now live on the network. But if this (needless Xbase dependency) is not addressed before I die, I promise to haunt someone ;-} (And you can quote me on that!) Andrew On 24 October 2014 20:47, Stuart Henderson st...@openbsd.org wrote: On 2014/10/24 18

Re: Mediatomb on sparc64

2014-10-26 Thread Andrew Grillet
on servers, but prefer OBSD. I use FBSD, and compile from source on workstations, but have not done it for years on servers. I hate Solaris. regards Andrew On 25 October 2014 12:25, Stuart Henderson st...@openbsd.org wrote: On 2014/10/25 09:30, Andrew Grillet wrote: I understand that having

Re: Thinkpad X220: rebooting, last(1) says crash

2015-08-08 Thread Andrew Fresh
for what little it was doing. bmercer@ suggested blowing dust out of the fan, so I hit it with the air compressor and got a very nice cloud of dust. It hasn't been nearly as warm or rebooted since. l8rZ, -- andrew - http://afresh1.com Computer hackers do it all night long.

Psycho

2015-10-20 Thread Andrew Grillet
running OpenBSD 5.5 OK till a few days ago. I presume it will be impossible to fix this on the machine, as it does not run for long enough, and will reinstall 5.5 unless you advise me that I can do something that will fix it within 24 hours. regards Andrew

bsd.rd on Sparc64

2015-10-14 Thread Andrew Grillet
.rd. Is there a way to get a copy of bsd.rd that is not corrupt? (if that is the problem). If that is not the problem, what is? Suggested fix/workaround: The FAQ for bug 001 be updated to suggest a viable method of installing. regards Andrew Grillet OpenBSD user on Sparc/Sparc64 since 2.x, and contributor.

httpd (but not nginx) bug

2015-09-06 Thread Andrew Ngo
which Safari worked just fine), my guess is that httpd is somehow truncating some sort of terminating character -- one that Chrome seems able to live without? Hope that's helpful. I'll do more digging when I find a moment. -- Andrew Ngo --

Dell PowerEdge R230 hangs on boot after xhci

2016-02-09 Thread Andrew Daugherity
ing boot and the one with xhci disabled. -Andrew cannot open hd0a:/etc/random.seed: No such file or directory booting hd0a:/5.9/amd64/bsd.rd: 3325768+1407664+2409472+0+569344 [72+371544+242381]=0x7f20f0 entry point at 0x1001000 [7205c766, 3404, 24448b12, 2680a304] Copyright (c) 1982, 19

Re: Perl module OpenBSD::MkTemp. Unexpected behaviour in scalar context.

2016-05-07 Thread Andrew Fresh
On Thu, May 05, 2016 at 07:58:15PM +0200, Francesco Toscan wrote: > >Synopsis:Perl module OpenBSD::MkTemp. Unexpected behaviour in scalar > >context. > --- MkTemp.pm.origThu May 5 18:16:11 2016 > +++ MkTemp.pm Thu May 5 19:06:20 2016 > @@ -17,7 +17,7 @@ > { > my $template =

Re: Perl module OpenBSD::MkTemp. Unexpected behaviour in scalar context.

2016-05-08 Thread Andrew Fresh
On Sun, May 08, 2016 at 09:46:47AM +0200, Francesco Toscan wrote: > On Sat, May 07, 2016 at 08:08:25PM -0700, Andrew Fresh wrote: > > This minor addition to the patch keeps the existing tests working and > > adds tests that scalar context returns a filehandle. > > I'm

Re: Perl module OpenBSD::MkTemp. Unexpected behaviour in scalar context.

2016-05-08 Thread Andrew Fresh
On Sun, May 08, 2016 at 10:07:00AM -0700, Andrew Fresh wrote: > On Sun, May 08, 2016 at 09:46:47AM +0200, Francesco Toscan wrote: > > On Sat, May 07, 2016 at 08:08:25PM -0700, Andrew Fresh wrote: > > > This minor addition to the patch keeps the existing tests working an

Re: perl IO::Socket::IP Argument "1.38_01" isn't numeric in numeric lt ...

2016-08-02 Thread Andrew Fresh
On Tue, Aug 02, 2016 at 10:53:24AM -0400, RD Thrush wrote: > Resending this report since it hasn't appeared on bugs nor marc.info. > Apologies if it emerges from a queue. This was broken (by me) in r1.2 and fixed in r1.3 of this file. Sadly the broken one is tagged OPENBSD_6_0, but I will be

panic probing wdc0 at isa0

2017-09-22 Thread Andrew Daugherity
>Synopsis: panic on boot during probe of wdc0 at isa0 >Category: kernel >Environment: System : OpenBSD 6.2 Details : OpenBSD 6.2-beta (GENERIC) #132: Fri Sep 15 22:31:00 MDT 2017 dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC

Re: panic probing wdc0 at isa0

2017-09-25 Thread Andrew Daugherity
On Fri, Sep 22, 2017 at 4:32 PM, Mike Belopuhov wrote: > Please try the attached diff. > > Yup, that fixed it. Thanks!

Degraded timing performance - QEMU, KVM - OpenBSD 6.2

2017-12-26 Thread Andrew Davis
enBSD. I have access to several machines with this hardware configuration and tested on multiple machines, to rule out a possible one-off hardware issue. Each host displayed the same behavior. Best regards, Andrew

Re: Degraded timing performance - QEMU, KVM - OpenBSD 6.2

2017-12-26 Thread Andrew Davis
kern.timecounter.hardware=acpihpet0 kern.timecounter.choice=i8254(0) acpihpet0(1000) acpitimer0(1000) dummy(-100) Best, Andrew On 12/26/2017 2:36 PM, Mike Larkin wrote: On Tue, Dec 26, 2017 at 12:27:31PM -0500, Andrew Davis wrote: Hello, I'm experiencing some odd timing issues on OpenBSD

Re: slowcgi -u user option does not change socket ownership

2018-08-02 Thread Andrew Daugherity
th a version that accepts "-U user:group" (a la chown), which I think would be preferable to a separate group option. That one is attached (since I can't seem to paste tabs inline). It's obviously preliminary and I'd also add that handing to the -u option, if this is acceptable. -Andrew

slowcgi -u user option does not change socket ownership

2018-07-26 Thread andrew . daugherity
the slowcgi socket (and maybe even slowcgi itself after it drops privileges?). >How-To-Repeat: $ doas slowcgi -u andrew -s /home/andrew/slowcgi.sock $ ls -l /home/andrew/slowcgi.sock srw-rw 1 www www 0 Jul 26 16:07 /home/andrew/slowcgi.sock >Fix: Moving the slowcgi_listen() call to a

Re: slowcgi -u user option does not change socket ownership

2018-07-31 Thread Andrew Daugherity
openSUSE gives nginx its own user, separate from the wwwrun user used by Apache etc. I figured making wwwrun the compile-time default and using '-u nginx' when needed would suffice, but it didn't, as nginx was unable to access the socket. Running it as 'andrew' in this bug report was just a ver

Re: slowcgi -u user option does not change socket ownership

2018-08-10 Thread Andrew Daugherity
attached an updated diff that uses debug for all of these. Thanks, Andrew On Wed, Aug 1, 2018 at 6:09 AM Florian Obser wrote: > > Nice to see it being useful on other systems, too. :) > > Does this work for you? > > [diff adding -U option] Add -U option for socket user. https://ma

Re: slowcgi -u user option does not change socket ownership

2018-08-06 Thread Andrew Daugherity
On Fri, Aug 3, 2018 at 2:34 AM Florian Obser wrote: > > On Thu, Aug 02, 2018 at 04:22:35PM -0500, Andrew Daugherity wrote: > > I'm also playing around with a version that accepts "-U user:group" (a > > la chown), which I think would be preferable to a separate group

Re: certbot problem on sparc64 (probably python)

2018-07-05 Thread Andrew Grillet
Here is the log... Looks just like the other one. I used acme.sh instead of certbot and I am now OK. Not that I have any objection to bugs being fixed - it seems this would have a wider impact than certbot. Andrew On 4 July 2018 at 13:17, Daniel Jakots wrote: > On Tue, 3 Jul 2018 19:29

httpd bug

2018-10-05 Thread Andrew Grillet
path: /virtual-devices@100,0/channel-devices@200,0/disk@0,0 root on sd0a (782ea79256003969.a) swap on sd0b dump on sd0b usbdevs: usbdevs: no USB controllers found cp: /var/db/acpi/*: No such file or directory b64encode: *: No such file or directory pcidump: acpidump: -- Andrew Grillet <http://www.sclog.org>

httpd: location - bug on sparc64

2018-10-15 Thread Andrew Grillet
>Synopsis: httpd "location" does not work as described on Sparc64 >Category: Serious >Environment: System : OpenBSD 6.3 Details : OpenBSD 6.3 (GENERIC.MP) #486: Sat Mar 24 22:37:16 MDT 2018 dera...@sparc64.openbsd.org:

Re: httpd bug

2018-10-07 Thread Andrew Grillet
wwwwww512 Oct 2 13:13 bgplg -rw-r--r-- 1 wwwwww103 Oct 5 10:03 index.html -rw-r--r-- 1 root www103 Oct 5 10:59 test.htm I deleted a small number of files from /var/www for reasons of privacy. Most were shell scripts. regards Andrew On Sat, 6 Oct 2018 at 12:18

sasyncd.conf parser bug - "no shared key specified"

2019-03-19 Thread Andrew Daugherity
>Synopsis: sasyncd.conf parse error - "no shared key specified" >Category: user >Environment: System : OpenBSD 6.4 Details : OpenBSD 6.4 (GENERIC.MP) #7: Thu Feb 28 18:56:25 CET 2019 r...@syspatch-64-amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP

Re: sasyncd.conf parser bug - "no shared key specified"

2019-03-21 Thread Andrew Daugherity
ive mode before I introduced sasyncd into the equation; that's beyond the scope of this bug though... -Andrew

USB mouse not working in 6.5 - "uhidev1: no report descriptor"

2019-05-02 Thread andrew . daugherity
>Synopsis: KVM switch USB mouse not working after 6.5 upgrade - "uhidev1: >no report descriptor" >Category: kernel >Environment: System : OpenBSD 6.5 Details : OpenBSD 6.5 (GENERIC.MP) #3: Sat Apr 13 14:48:43 MDT 2019

Re: USB mouse not working in 6.5 - "uhidev1: no report descriptor"

2019-07-31 Thread Andrew Daugherity
It turns out this is not as consistently reproducible as I thought. The issue happened for at least three consecutive reboots (including one complete power-off) before I sent this bug, but when I later went to test if unplugging/reconnecting the USB device after boot made any difference, I

Re: vmm guest cannot boot from cdrom unless it has exactly two disks

2019-12-17 Thread Andrew Tipton
struct the SeaBIOS 'bootorder' file dynamically. The order that these two functions are called also had to be swapped, but that doesn't appear to have caused any issues. Thoughts? Cheers -- Andrew Tipton Index: fw_cfg.c === RCS file

IPv6 support for UEFI IPv6 booting

2020-01-04 Thread Andrew Forgue
in the relayed DHCPv6 packet instead of the link-local - rad should send an RA when receiving an RS from the unspecified address "::" Thanks for reading! -Andrew

Re: USB drive no longer works in 6.7+

2020-10-06 Thread Andrew Daugherity
he drive after bootup to make sure the messages weren't interleaved with those from the hard drive, etc., but the behavior is the same if it's attached on boot. Thanks, Andrew

USB drive no longer works in 6.7+

2020-09-30 Thread Andrew Daugherity
Device Status: 0x (Bus Powered) It's a cheap drive which could well be non-compliant. Still, it worked fine before (and also works in other OSes)... -Andrew

Kernel Panic on RockPro64 with Intel I350-T2 NIC

2020-09-28 Thread Andrew Laramore
Howdy, I am trying to use the RockPro64 as an OpenBSD router. I installed OpenBSD to an SD Card using the instructions found here: https://github.com/krjdev/rock64_openbsd/ I compiled U-Boot myself on Ubuntu 20.04 for the required u-boot file following the instructions from the linked repo.

Re: RTL8111 won't load on RockPro64 PCI-E slot

2021-09-10 Thread Andrew Laramore
t" error when I tried the Intel I340-T4 so I suspect the two errors are related. I also got the uvm_fault error previously with an I350-T2. That email is archived here: https://marc.info/?l=openbsd-bugs=160132436831854=2 Aug 10, 2021, 07:24 by stu.li...@spacehopper.org: > On 2021-08

RTL8111 won't load on RockPro64 PCI-E slot

2021-08-08 Thread Andrew Laramore
>Synopsis: PCI-E NIC won't load on RockPro64 >Category: arm >Environment: System  : OpenBSD 6.9 Details : OpenBSD 6.9 (GENERIC.MP) #0: Thu May 20 02:29:27 MDT 2021 r...@syspatch-69-arm64.openbsd.org:/usr/src/sys/arch/arm64/compile/GENERIC.MP Architecture: OpenBSD.arm64 Machine : arm64

Re: RTL8111 won't load on RockPro64 PCI-E slot

2021-08-09 Thread Andrew Laramore
ing with typo in bugs@ email address fixed) > > > On 2021-08-08, Andrew Laramore wrote: > >>Synopsis: PCI-E NIC won't load on RockPro64 > >>Category: arm > >>Environment: > >> System  : OpenBSD 6.9 >> Details : OpenBSD 6.9 (GENERIC.MP) #0:

Re: Ldomctl generates defective config after OBSD 6.3 on T1000.

2021-11-01 Thread Andrew Grillet
rsion" option, no version in the man page, and help does not say which version it is. I can't think of any other way to identify the version. I think it is safe to say 6.3 is good, 6.4 is bad, but if you really can't spot the problem, I can test - but not until after 7th November. Andrew On

Re: Ldomctl generates defective config after OBSD 6.3 on T1000.

2021-11-02 Thread Andrew Grillet
Hi, I have found my notes, and OBSD 6.4 ldomctl definitely does not produce a workable config on a T1000. Andrew On Mon, 1 Nov 2021 at 18:39, Andrew Grillet wrote: > HI > > I know for sure 6.5 does not work. I think 6.4 also did not work, because > I thought it was a hard

Re: Ldomctl generates defective config after OBSD 6.3 on T1000.

2021-11-02 Thread Andrew Grillet
I will look at the pdf while I am away. I will not be able to test the diff til I get back next week. On Tue, 2 Nov 2021 at 14:46, Mark Kettenis wrote: > > From: Andrew Grillet > > Date: Tue, 2 Nov 2021 14:14:13 + > > > > These were attached to th

Re: Ldomctl generates defective config after OBSD 6.3 on T1000.

2021-10-27 Thread Andrew Grillet
e them each time I upgrade to a new version of OBSD - have been doing this with different Sparc64 hardware since about OBSD 5.1). (Postgresql WAL logging to V100's). regards Andrew On Wed, 27 Oct 2021 at 15:31, Klemens Nanni wrote: > (moving Cc to bugs@) > > On Wed, Oct 27, 2021 at 0

Re: macppc panic: vref used where vget required

2022-04-12 Thread Andrew Krasavin
. I will transcribe some of them for others devs. If that's the case, I'll do it myself next time, so as not to burden you with redundant work. I'm sorry if I've given unnecessary difficulty. -- Wbr, Andrew Krasavin

Re: macppc panic: vref used where vget required

2022-04-07 Thread Andrew Krasavin
_idle+0x11f sched_idle(80002241cff0) at sched_idle+0x280 ddb{2}> show vnode /f 0xfd834f678210 0xfd834f678210 tag UFS(1) type VREG(1) mount 0x814ea400 typedata 0x0 data 0xfd834f67a0f8 usecount 0 writecount 0 holdcnt 0 numoutput 0 flag 0x0 lflag 0x0 bioflag 0x4 clean bufs: di

Re: macppc panic: vref used where vget required

2022-04-06 Thread Andrew Krasavin
.01 addr 2 vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets softraid0: sd1 was not shutdown properly sd1 at scsibus3 targ 1 lun 0: sd1: 976756MB, 512 bytes/sector, 2000397143 sectors root on sd1a (66a0d4a638e8b477.a) swap on sd1b dump on sd1b WARNING: / was not properly unmounted radeondrm0: ARUBA radeondrm0: 1366x768, 32bpp wsdisplay0 at radeondrm0 mux 1: console (std, vt100 emulation), using wskbd0 wsdisplay0: screen 1-5 added (std, vt100 emulation) radeondrm1: HAINAN -- Wbr, Andrew Krasavin

Re: macppc panic: vref used where vget required

2022-04-07 Thread Andrew Krasavin
On Thu, Apr 07, 2022 at 12:23:11PM +0200, Sebastien Marie wrote: On Thu, Apr 07, 2022 at 12:06:45PM +0300, Andrew Krasavin wrote: On Wed, Apr 06, 2022 at 03:23:55PM +0200, Sebastien Marie wrote: uvn_io: start: 0xfd834f678210, type VREG, use 0, write 0, hold 0, flags (VBIOONFREELIST

Re: macppc panic: vref used where vget required

2022-04-06 Thread Andrew Krasavin
f ((uvn->u_flags & UVM_VNODE_VNISLOCKED) == 0) result = vn_lock(vn, LK_EXCLUSIVE | LK_RECURSEFAIL | lkflags); if (result == 0) { +#ifndef SMALL_KERNEL + if (vn->v_usecount == 0) + vprint("uvn_io: after lock", vn); +#endif + /* NOTE: vnode now locked! */ if (rw == UIO_READ) result = VOP_READ(vn, , 0, curproc->p_ucred); Thank you for your reply! Yes, of course, I will do that soon and post the results here. -- Wbr, Andrew Krasavin

Re: macppc panic: vref used where vget required

2022-04-11 Thread Andrew Krasavin
ry to know the functions to review. the problem could be a race, an unmanaged sleeping-point, or a missing lock inside some function. please report the panic() backtrace with the vprint() output or, if no vprint, ddb "show vnode /f 0xXYZ" Andrew, if you write the output by hand, you could se

Re: macppc panic: vref used where vget required

2022-04-14 Thread Andrew Krasavin
On Wed, Apr 13, 2022 at 02:16:51PM +0200, Sebastien Marie wrote: Andrew, Here a new diff which will record a bit more information. It keep track of the last 10 v_usecount changes with: - pid and ps_comm - usecount value (before and after) - stacktrace We will need: - the vnode_history

Re: macppc panic: vref used where vget required

2022-04-12 Thread Andrew Krasavin
On Tue, Apr 12, 2022 at 06:44:09AM +0200, Sebastien Marie wrote: On Mon, Apr 11, 2022 at 10:35:37PM +0300, Andrew Krasavin wrote: Unfortunately, I didn't have a chance to get to my home computer last week and provide you with the information you need. My apologies. It isn't a problem. but I

please build unbound with --enable-event-api

2022-05-29 Thread Andrew Cagney
Per: --enable-event-api Enable (experimental) pluggable event base libunbound API installed to unbound-event.h

Re: please build unbound with --enable-event-api

2022-05-29 Thread Andrew Cagney
On Sun, 29 May 2022 at 13:44, Stuart Henderson wrote: > > On 2022/05/29 19:08, Florian Obser wrote: > > On 2022-05-29 12:27 -04, Andrew Cagney wrote: > > Are you porting libreswan? Slowly. > > > Per: > > > > > > --enable-event-api

Please add RT_ADVANCE() to net/route.h

2022-05-29 Thread Andrew Cagney
The definition can be found in route.c.

how to use <> to assign entire disk to /+swap

2022-06-10 Thread Andrew Cagney
>Synopsis:how to use <> to assign entire disk to /+swap >Category:system >Environment: System : OpenBSD 7.1 Details : OpenBSD 7.1 (GENERIC.MP) #465: Mon Apr 11 18:03:57 MDT 2022 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP

Re: how to use <> to assign entire disk to /+swap

2022-06-10 Thread Andrew Cagney
On Fri, 10 Jun 2022 at 10:52, Crystal Kolipe wrote: > > On Fri, Jun 10, 2022 at 10:40:47AM -0400, Andrew Cagney wrote: > > I'm trying to use <> to auto partition a disk > > with most of the disk assigned to / but also with some swap. > > Try: > > /

Re: how to use <> to assign entire disk to /+swap

2022-06-10 Thread Andrew Cagney
On Fri, 10 Jun 2022 at 12:21, Claudio Jeker wrote: > > > Try: > > > > > > / 1g-*100% > > > swap1g 0% > > > > That worked: > > > > [root@openbsd root]# disklabel sd0 > > ... > > #size offset fstype [fsize bsize cpg] > > a: 18874240

Re: please build unbound with --enable-event-api

2022-06-03 Thread Andrew Cagney
On Mon, 30 May 2022 at 07:07, Stuart Henderson wrote: > > On 2022/05/29 14:20, Andrew Cagney wrote: > > On Sun, 29 May 2022 at 13:44, Stuart Henderson wrote: > > > > > > On 2022/05/29 19:08, Florian Obser wrote: > > > > On 2022-05-29 12:27 -04, Andrew

is SADB_X_EXT_FLOW_TYPE IPSP_DIRECTION_IN inbound SADB_EXT_ADDRESS_{DST,SRC} reversed?

2022-11-07 Thread Andrew Cagney
PFKEYv2 has the general convention that SRC=from-address and DST=to-address. This means that an incoming packet has SRC==peer-address and DST==local-address. However, in IKED I've noticed: /* local address */ bzero(_local, sizeof(sa_local));

Re: Ldomctl generates defective config after OBSD 6.3 on T1000.

2022-11-11 Thread Andrew Grillet
y not pass the rarp packets from guests to the primary through the vnets. Is this correct? regards Andrew On Tue, 2 Nov 2021 at 14:57, Andrew Grillet wrote: > I will look at the pdf while I am away. I will not be able to test the > diff til I get back next week. > > > > > On

Re: File::Copy bug

2017-11-05 Thread Andrew Hewus Fresh
On Sun, Nov 05, 2017 at 02:07:02PM -0700, Andrew Hewus Fresh wrote: > It probably should. This is the patch I'm going to submit upstream if > you'd like to try it out. As noticed by naddy, my test was faulty and I need this to happen in a BEGIN block because The test needs to use the

Re: File::Copy bug

2017-11-05 Thread Andrew Hewus Fresh
ly matter what time it is as long as its not now. my $time = 10; + $time += 0.1234 if $have_hires_utime; utime( $time, $time, "copy-$$" ); # Recheck the mtime rather than rely on utime in case we're on a -- andrew - http://afresh1.com Adding manpower to a late software project makes it later.

Proxy-arp behavior change between 5.9 and 6.0

2020-07-29 Thread Andrew Hewus Fresh
I am helping some folks with some OpenBSD stuff, including at some point being more proactive about updating, but they currently have an OpenBSD 5.9 machine that has been routing traffic happily for a while. Unfortunately, they can't currently update because the proxy arp configuration that they

Re: pkg_add -u Base64.c: loadable library and perl binaries are mismatched

2021-05-03 Thread Andrew Hewus Fresh
rsion of Base64.so? Can you see if `find /usr/local/libdata -name Base64.so` turns anything up? l8rZ, -- andrew - http://afresh1.com Instructions are just another man's opinion of how to do something. -- Weldboy #DPWisdom

Re: pkg_add -u Base64.c: loadable library and perl binaries are mismatched

2021-05-03 Thread Andrew Hewus Fresh
cal/libdata that don't show up in /var/db/pkg/*/+CONTENTS? l8rZ, -- andrew - http://afresh1.com I wish life had an UNDO function.

Re: pkg_add -u Base64.c: loadable library and perl binaries are mismatched

2021-05-03 Thread Andrew Hewus Fresh
d/MIME/Base64.pm /usr/libdata/perl5/amd64-openbsd/MIME/QuotedPrint.pm /usr/libdata/perl5/amd64-openbsd/auto/MIME/Base64/Base64.so Is it still the same Base64.c error, or did some other module get installed as well? l8rZ, -- andrew - http://afresh1.com Computer analyst to programmer:

Re: df(1)s missing -m and -g options

2021-11-07 Thread Andrew Hewus Fresh
handle the dynamic width of the first column without adding too many characters, but handling the -i flag (or others) is left as an exercise for the reader. $ df | perl -aE 'if ($maxwidth) { $_ /= 2048 for @F[1..3] ; printf "%-${maxwidth}s %9.2f %9.2f %9.2f %6s%s\n", @F } else {

Re: fw_update: firmwares are unregistered if no connection available

2022-02-07 Thread Andrew Hewus Fresh
I believe the below should fix this as well as hiding the duplicate error messages trying to fetch multiple times. I think an empty SHA256.sig is a reasonable signifier that we couldn't fetch it successfully and to only install local files passed on the command-line and error on files we need to

Re: fw_update: firmwares are unregistered if no connection available

2022-02-07 Thread Andrew Hewus Fresh
updated none; kept none; unregistered amdgpu,vmm > > In my case, pf on the gateway was blocking connection. > > Thanks. > -- > Sebastien Marie > -- andrew Life's unfair - but root password helps!

Re: Debugging a 7.2-current segfault that started around #3033

2023-02-20 Thread Andrew Hewus Fresh
stance with egdb, I see the same litany of > uninformative "Segmentation fault" lines that appear to be happening in > python3, but nothing specifically from egdb. I think there's a way to tell gdb to follow into the python process, but off the top of my head I'm not sure what it i

Re: Debugging a 7.2-current segfault that started around #3033

2023-02-20 Thread Andrew Hewus Fresh
On Mon, Feb 20, 2023 at 06:07:33PM -0800, Andrew Hewus Fresh wrote: > On Mon, Feb 20, 2023 at 05:23:15PM -0800, Stephan Somogyi wrote: > > On Mon, Feb 20, 2023 at 1:36 PM Stuart Henderson > > > On 2023/02/20 10:46, Stephan Somogyi wrote: > > > > I've tried building m

Re: Is it possible to use torrent to distribute OpenBSD?

2023-05-22 Thread Andrew Hewus Fresh
On Sun, May 21, 2023 at 11:03:07PM +0800, A A wrote: > Hello,? Some Linux distros use torrent to distribute installers (such as > iso file), it will reduce server's capacity and bandwith, and accelerate > download. Is it possible to use torrent to distribute OpenBSD too?? Looking > forward to your