snmp protocol error

2022-12-09 Thread Byron Klippert
od seed from bootblocks mpath0 at root scsibus0 at mpath0: 256 targets mainbus0 at root bios0 at mainbus0: SMBIOS rev. 2.4 @ 0xe (60 entries) bios0: vendor Apple Inc. version "99.0.0.0.0" date 06/13/2019 -- Byron Klippert byronklipp...@ml1.net c. 867-334-5179

Re: snmp protocol error

2022-12-09 Thread Byron Klippert
On Fri, Dec 9, 2022, at 12:57, Stuart Henderson wrote: > On 2022-12-09, Byron Klippert wrote: >> Hello, >> >> I get an snmp protocol error response when attempting to `snmp get` certain >> OIDs on various devices. However `tcpdump` shows that the device is actua

Re: snmp protocol error

2022-12-12 Thread Byron Klippert
Thanks for the detailed review Martijn, I'll follow up with the vendors and see if they can address the issue with a firmware update. On Sat, Dec 10, 2022, at 01:42, Martijn van Duren wrote: > On Fri, 2022-12-09 at 13:35 -0700, Byron Klippert wrote: >> On Fri, Dec 9, 2022, at

radeondrm0 lockup during boot

2013-08-17 Thread Byron Klippert
Line Size: 00 0x0010: BAR mem prefetchable 32bit addr: 0xfdffe000/0x1000 0x0014: BAR empty () 0x0018: BAR empty () 0x001c: BAR empty () 0x0020: BAR empty () 0x0024: BAR empty () 0x0028: Car

Re: radeondrm0 lockup during boot

2013-08-17 Thread Byron Klippert
gt; #include "drm_atomic.h" > #include "agp.h" > > +#define DRMDEBUG > + > #define DRM_DEBUGBITS_DEBUG 0x1 > #define DRM_DEBUGBITS_KMS 0x2 > #define DRM_DEBUGBITS_FAILED_IOCTL 0x4 Sorry no free time to compile new kernel... will try later. -- Byron Klippert byronklipp...@ml1.net c. 867-336-1306

Re: radeondrm0 lockup during boot

2013-08-17 Thread Byron Klippert
Sorry for the noise. Should have read the FAQ first... http://www.openbsd.org/faq/current.html#20130812 explains the required firmware. It's working now. On Sat, Aug 17, 2013, at 10:48, Byron Klippert wrote: > On Sat, Aug 17, 2013, at 2:07, Jonathan Gray wrote: > > Did you instal

kernel panic avrdude, usb related?

2013-11-10 Thread Byron Klippert
0 "Chicony Electronics Co., Ltd. Integrated Camera" rev 2.00/5.18 addr 3 video0 at uvideo0 uhub3 at uhub1 port 1 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2 ugen0 at uhub3 port 1 "ATMEL AVRDRAGON" rev 1.10/1.00 addr 3 vscsi0 at root scsibus1 at vscsi0: 256 targets softraid0 at root scsibus2 at softraid0: 256 targets root on sd0a (fce8772d0edba2b9.a) swap on sd0b dump on sd0b WARNING: / was not properly unmounted -- Byron Klippert byronklipp...@ml1.net c. 867-336-1306

Re: kernel panic avrdude, usb related?

2013-11-10 Thread Byron Klippert
Same problem exits on Nov 7 snapshot. On Sat, Nov 9, 2013, at 23:57, Byron Klippert wrote: > Hello, > > > Fresh install of 5.4, pkg_add avr, avrdragon programmer plugged in via > usb, invoked `sudo avrdude -c dragon_isp -p attiny4313 -P usb` causes > the machine to panic. &g

macbook EFI bootloader

2016-12-27 Thread Byron Klippert
dump on wd0b fdisk output: Disk: wd0 geometry: 14593/255/63 [234441648 Sectors] Offset: 0 Signature: 0xAA55     Starting Ending LBA Info: #: id  C   H   S -  C   H   S [   start:    size ] - -- 0: EE  0   0   2 - 25 127  14 [   1:  409639 ] EFI GPT 1: AF 25 127  15 -  14446 116  54 [  409640:   231672712 ] MacOS X HFS+ *2: A6  14462 215  26 -  14593  66   1 [   232345600: 2095104 ] OpenBSD 3: 00  0   0   0 -  0   0   0 [   0:   0 ] unused  -- Byron Klippert    byronklipp...@ml1.net   c. 867-336-1306

BeagleBone Black GPIO

2017-04-22 Thread Byron Klippert
5V to the ICs, the master will auto-poll and the value will be made available through sysctl(8)? Perhaps I'm missing a step before going to securemode? Any advice? Thanks in advance, -- Byron Klippert byronklipp...@ml1.net c. 867-336-1306

Re: OpenBSD support for Lenovo ThinkPad X230?

2012-11-22 Thread Byron Klippert
marendra Godbole wrote: > I am planning to get this one with a normal HDD, and Intel wireless > interface (Intel Centrino Advanced-N 6205 AGN) -- a rough check > indicated this would be a supported configuration on OpenBSD. However, > wanted to check with the group if anyone is actually using OpenBSD on > the ThinkPad X230, and any lack of support, before I place my order. > Thanks. > > -Amarendra > -- Byron Klippert byronklipp...@ml1.net c. 867-336-1306

label-like output for pf table stats

2013-02-06 Thread Byron Klippert
] Out/Pass: [ Packets: 107323 Bytes: 116053001 ] I assume this can be worked from pf ioctl's (man 4 pf) but for someone lacking C programming skills this would be a nice out-of-the box feature. Or is this request out-of-scope for pfctl's design?

httpd slowcgi permission advice

2016-03-25 Thread Byron Klippert
iprocessor) mtrr: K6-family MTRR support (2 registers) pci0 at mainbus0 bus 0: configuration mode 1 (bios) pchb0 at pci0 dev 1 function 0 "AMD Geode LX" rev 0x33 glxsb0 at pci0 dev 1 function 2 "AMD Geode LX Crypto" rev 0x00: RNG AES ...snip Any help is appreciated. Regards, -- Byron Klippert byronklipp...@ml1.net c. 867-336-1306

Re: httpd slowcgi permission advice

2016-03-25 Thread Byron Klippert
That's it, thanks Tim. For the record I've got `permit nopass www as root cmd /sbin/pfctl' in doas.conf and the script calls `printf "`doas /sbin/pfctl -sr`"'. Seems to work. On Fri, Mar 25, 2016, at 12:31, Tim van der Molen wrote: > Byron Klippert (2016-0

NFS/Samba Alternative

2013-12-14 Thread Byron Klippert
drive using Samba without interfering with the existing domain system? The LAN I'm running the OpenBSD server on is a different subnet and accessed over WiFi. The Windows7 clients access the domain over Ethernet. Thanks, -- Byron Klippert byronklipp...@ml1.net c. 867-336-1306

Re: NFS/Samba Alternative

2013-12-15 Thread Byron Klippert
On Sun, Dec 15, 2013, at 5:01, Marcus MERIGHI wrote: > Hello Byron, > > the answer to all your questions of course is THE CLOUD :) I prefer to solve problems on THE GROUND :) > Am 12/15/13 07:56, schrieb Byron Klippert: > > I'm looking at options for sharing machin

PC Engines apu.1b system board dmesg

2013-12-16 Thread Byron Klippert
00 pchb5 at pci0 dev 24 function 4 "AMD AMD64 14h CPU Power" rev 0x00 pchb6 at pci0 dev 24 function 5 "AMD AMD64 14h Reserved" rev 0x00 pchb7 at pci0 dev 24 function 6 "AMD AMD64 14h NB Power" rev 0x00 pchb8 at pci0 dev 24 function 7 "AMD AMD64 14h Reserved" rev 0x00 isa0 at mainbus0 com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo com0: console softraid0 at root scsibus0 at softraid0: 256 targets root on rd0a swap on rd0b dump on rd0b erase ^?, werase ^W, kill ^U, intr ^C, status ^T Welcome to the OpenBSD/amd64 5.4 installation program. (I)nstall, (U)pgrade, (A)utoinstall or (S)hell? -- Byron Klippert byronklipp...@ml1.net c. 867-336-1306

Re: PC Engines apu.1b system board dmesg

2013-12-17 Thread Byron Klippert
> On 16 Dec 2013, at 22:19, Byron Klippert wrote: > > > http://pcengines.ch/apu.htm > > > > > > Introduction: Thank you for taking the time to test our first round > > prototypes of the new apu system board. Since this is a prototype, there > > are a f

Re: PC Engines apu.1b system board dmesg

2013-12-27 Thread Byron Klippert
0 dev 24 function 1 "AMD AMD64 14h Address Map" rev 0x00 pchb3 at pci0 dev 24 function 2 "AMD AMD64 14h DRAM Cfg" rev 0x00 pchb4 at pci0 dev 24 function 3 "AMD AMD64 14h Misc Cfg" rev 0x00 pchb5 at pci0 dev 24 function 4 "AMD AMD64 14h CPU Power" rev 0x00

DTMF tones over IP

2014-03-25 Thread Byron Klippert
rate DTMF. Any pointers? -- Byron Klippert byronklipp...@ml1.net c. 867-336-1306

usb device causes system crash (ucomstart: null oxfer)

2011-11-27 Thread Byron Klippert
I wrote a C program to talk to a I2C usb master device. On the surface this program seems to work consistently. It wasn't until I wrapped the C program in shell code and looped it, when a problem was exposed ultimately crashing the system. I do not know whether my program is causing the crash or if

Re: usb device causes system crash (ucomstart: null oxfer)

2011-11-29 Thread Byron Klippert
interest does > it still hang if you whip out the usb quickly rather than casually? > > Is this a joke? Byron Klippert byronklipp...@ml1.net (867) 332-4184

Re: usb device causes system crash (ucomstart: null oxfer)

2011-11-29 Thread Byron Klippert
panic message: uvm_fault(0xd0a2c8c0, 0x1000, 0, 1) -> e kernel: page fault trap, code=0 Stopped at usb_allocmem+0x14f: cmpl%ebx,0(%eax) On Tuesday, November 29, 2011 7:14 PM, "Byron Klippert" wrote: > I managed to capture trace and ps output from ddb> > >

Re: usb device causes system crash (ucomstart: null oxfer)

2011-12-03 Thread Byron Klippert
CIE95x aren't supported > by > the current puc(4) driver (it's fairly easy to get them partially working > but > the port speeds will be wrong and you won't get access to certain > speeds). > > Byron Klippert byronklipp...@ml1.net (867) 332-4184

Re: ethernet-to-serial support

2012-02-26 Thread Byron Klippert
they can > whip such devices up out of el cheapo microcomputer cards, but after you > add up all the connectors and cabling and especially design time to get > it > *right*, it's usally worth the investment to just buy a commercial box > with > cables. Figure roughly $50/port with cabling, and you'll be in the right > price range. > > These are *invaluable* when testing kernel configurations. > > Byron Klippert byronklipp...@ml1.net (867) 332-4184

default action on corrupt udp packets

2012-03-11 Thread Byron Klippert
F_PASS;" within pf.c. Thanks Byron Klippert byronklipp...@ml1.net (867) 332-4184

Re: Which high end multichannel audio interfaces work?

2012-03-15 Thread Byron Klippert
I use the Delta 1010LT for multichannel playback and (limited) recording without issue. I use it with a set of M-Audio BX8a monitors and SBX10 woofer. A very nice setup on a very nice platform. - Byron On Thu, Mar 15, 2012, at 02:20 PM, Alexandre Ratchov wrote: > On Thu, Mar 15, 2012 at 06:32:29A

OpenBSD Captive Portal

2012-08-20 Thread Byron Klippert
;/dev/null 2>&1; then break fi sleep 3 done # Remove key from key list NEW_KEY_LIST=$(sed -e "/$KEY/d" "$KEY_LIST"); echo "$NEW_KEY_LIST" | tr ' ' '\n' > "$KEY_LIST" # Remove lockfile rmdir "$LOCKFILE_KEY_LIST" # Create lockfile or wait while true; do if mkdir "$LOCKFILE_AUTH_LOG" >/dev/null 2>&1; then break fi sleep 3 done # Remove key from auth list NEW_AUTH_LOG=$(sed -e "/$KEY/d" "$AUTH_LOG"); echo "$NEW_AUTH_LOG" | tr ' ' '\n' > "$AUTH_LOG" # Remove lockfile rmdir "$LOCKFILE_AUTH_LOG" done done # Complete the usage log entry with the total bytes used up for the access key echo "$TOTAL" >> "$LIMIT_LOG" fi fi done Byron Klippert byronklipp...@ml1.net http://byronklippert.ca Tel 867-332-4184

Re: OpenBSD Captive Portal

2012-08-21 Thread Byron Klippert
to maintain. Now it works for > OpenBSD 5.x. The behavior is really simple, but maybe need a good install > script. > > On Tue, Aug 21, 2012 at 10:10 AM, Stuart Henderson > wrote: > > > On 2012-08-21, David Diggles wrote: > > > On Mon, Aug 20, 2012 at 12:42:16PM -0700, By