Re: Recommended (wireless) trackball mouse

2025-07-26 Thread Chris Narkiewicz
Anything on USB, as there is no Bluetooth support in OpenBSD. As far a hardware compatibility is concerned, all those pointer devies are HID class devices and do not require any special software support. So, the good news is that you can focus on ergonomics. Best regards, Chris Narkiewicz

Re: NAT64 Confusion with PLAT

2025-07-21 Thread Chris Jones
earch engine. I guess it’s still early days for web browsers supporting IPv6 transition technologies. -Chris On Jul 20, 2025 at 12:22:28 PM, Peter Hessler wrote: > "quick", quickly fucked you. try re-writing your rules without it. > > Also, think about what IP address ranges yo

NAT64 Confusion with PLAT

2025-07-20 Thread Chris Jones
Good day, I’m wondering if someone familiar with IPv6 and NAT64 can help me understand what I’m missing here as I’m struggling to get NAT64 working with RFC 1918 IPv4-only hosts (including VPN hosts and hairpining to internal hosts) . I appreciate any insight you may be able to provide. I’ve conf

Re: cvs

2025-07-14 Thread Chris Cappuccio
gameoftrees.org of course Gustavo Rios [rios.gust...@gmail.com] wrote: > Hi folks! > > I have a simple question: is cvs still relevant today ? Would you start a > project today using cvs ? > > []s > > -- > I accept bitcoins

Re: does openbsd support file history?

2025-06-26 Thread Chris Narkiewicz
ive FS to OpenBSD. Best regards, Chris Narkiewicz

USB audio clicks under load

2025-06-08 Thread Chris Narkiewicz
icking continues. Why the value is accepted initially only to be reverted when I start playing sound? Best regards, Chris Narkiewicz

Re: 7.7 kernel crash

2025-05-08 Thread Chris Cappuccio
here is the trace. seems like if_ix has to answer some questions here. if_downall() at if_downall+0x29 boot(104) at boot+0xd3 reboot(104) at reboot+0x68 panic(825e4ea8) at panic+0x189 sleep_setup(829ae4d8,20,8258caa6) at sleep_setup+0x18d rw_do_enter_write(829ae4d0,

Re: I need help with pf and smtpd.conf to deal with an ongoing attack on port 25 that is sending out emails.

2025-04-30 Thread Chris Bennett
> Sent: Tuesday, April 29, 2025 at 1:35 AM > From: "Zé Loff" > To: "ed bennett" > Cc: "misc@openbsd.org" > Subject: Re: I need help with pf and smtpd.conf to deal with an ongoing > attack on port 25 that is sending out emails. > > On Mon, Apr 28, 2025 at 12:32:56PM +, ed bennett wrote: >

Re: Any recommendation of light, small Notebook?

2025-04-23 Thread Chris Billington
pend/resume, hotkeys and so on. Performance is fine with firefox etc. Mine is i5 7th gen. There are some Japanese vendors on eBay. -- Chris Billington

Re: Quick question - resizing/shrinking UFS to resize root?

2025-04-17 Thread Chris Bennett
cal/ /evil_data/ /home/ Losing /evil_data is no problem, but losing /home would be a serious problem if you had decided to set /home right after /usr/local. -- Regards, Chris Bennett

Re: [SOLVED] Booting OpenBSD from SD card on Raspberry Pi 4 fails

2025-04-12 Thread Chris Narkiewicz
On Thu, Mar 27, 2025 at 02:45:08AM +, Chris Narkiewicz wrote: > The problem is that I cannot boot it from SD card. Make sure SD card has MBR partitions. Apparently bootloader cannot load u-boot.bin from GPT. Best regards, Chris Narkiewicz

Booting OpenBSD from SD card on Raspberry Pi 4 fails

2025-03-26 Thread Chris Narkiewicz
29.49 USBSTS 18 29.52 PCI0 reset 29.42 + (system hangs here, 7 short flashes of green LED indicates it failed to load kernel). I'd be grateful for any advise how to boot from SD card. Best regards, Chris Narkiewicz

RaspberyPi 4 network boot from TFTP - does it work?

2025-03-24 Thread Chris Narkiewicz
k and could confirm that it works or doesn't work? Best regards, Chris Narkiewicz

pip eduvpn-client usable?

2025-03-20 Thread chris
Greetings misc, I was wondering if anyone got eduvpn-client[0] running on OpenBSD (amd64). I saw that there is a port for the server utilities[1], but no client reference (perhaps I misread?) I tried following the pip install as mentioned in [0]. Although this resulted in many manual pkg_add ins

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

2025-03-11 Thread Chris Bennett
older save. It's pretty convenient and has occasionally saved me from a "serious" problem. -- Regards, Chris Bennett

Re: Unable to upgrade to new version of OpenBSD.

2025-03-07 Thread Chris Bennett
wasn't a particularly common model. I tried various -currents for a few years without success. Hopefully there will be a solution in your case. -- Good Luck, Chris Bennett

Direct Rendering in Wayland

2025-02-16 Thread Chris Waddey
I'm using some terminology incorrectly. I started writing this so I could learn more about graphics on OpenBSD, but I'm still learning. Chris

Re: openBSD on netcup vps

2025-02-09 Thread Chris Narkiewicz
finish and I was able to reach multiuser stage. Best regards, Chris Narkiewicz

Re: openBSD on netcup vps

2025-02-08 Thread Chris Narkiewicz
On Fri, Feb 07, 2025 at 03:52:44PM +0100, Souji Thenria wrote: > I have a OpenBSD server running on a netcup VPS; it works quite well. Out of curiosity: have you tried IPv6? DHCPv4? Best regards, Chris Narkiewicz

Re: openBSD on netcup vps

2025-02-08 Thread Chris Narkiewicz
ed in their Linux rescue system. Read me clear: they won't even take a ticket from you. IPv6 issues are well known and unresoved for several years now. Their pricing is aggressively competitive, but unless you stay with their supported OS, IMO not worth the troubleshooting time. Best regards, Chris Narkiewicz

Re: Connecting to a WireGuard VPN using hostname.if(5)

2025-02-06 Thread Chris Narkiewicz
ask }} inet6 {{ client_ipv6 }} wgkey {{ client_private_key }} wgpeer {{ server_public_key }} wgendpoint {{ server_ipv6 }} {{ server_port }} \ wgaip {{ client_ipv4_network }} \ wgaip {{ client_ipv6_network }} \ wgpka 15 mtu 1400 Best regards, Chris Narkiewicz

Re: diskless(8) clients can't nfs mount shared /usr directory on boot, mount_nfs error 'permission denied'

2025-01-28 Thread Chris Billington
On Mon, 27 Jan 2025 19:29:24 + Chris Billington wrote: > On Mon, 27 Jan 2025 14:02:17 + > Chris Billington wrote: > > > I am setting up net-booting of amd64 clients with an amd64 server > > (HP Z400) running 7.6-release, using the diskless(8) manpage. > > &g

Re: diskless(8) clients can't nfs mount shared /usr directory on boot, mount_nfs error 'permission denied'

2025-01-27 Thread Chris Billington
On Mon, 27 Jan 2025 14:02:17 + Chris Billington wrote: > I am setting up net-booting of amd64 clients with an amd64 server > (HP Z400) running 7.6-release, using the diskless(8) manpage. > > I want to set up a shared /usr nfs mount for the clients as described > in the man

diskless(8) clients can't nfs mount shared /usr directory on boot, mount_nfs error 'permission denied'

2025-01-27 Thread Chris Billington
_open: netif_open() failed However, after this the booting of /bsd continues as normal until the nfs mount hang described above. -- Chris Billington

Re: IPv6 address not reachable in Netcup VPS

2025-01-19 Thread Chris Narkiewicz
to repeal the ususal "we don't support your OS" pushback. Best regards, Chris Narkiewicz

IPv6 address not reachable in Netcup VPS

2025-01-18 Thread Chris Narkiewicz
ce? Best regards, Chris Narkiewicz

route gateway link#0 meaning

2025-01-18 Thread Chris Narkiewicz
relevant part. Best regards, Chris Narkiewicz

Re: smtpd mta action

2025-01-09 Thread Chris Cappuccio
Chris Cappuccio [ch...@nmedia.net] wrote: > > When the DNS record is in place, email to l...@lists.nmedia.net results in > 500 5.4.6 Routing loop detected: Loop detected After screwing with it more I realized the loop was because I had a rule match from src for any action "outb

smtpd mta action

2025-01-09 Thread Chris Cappuccio
I pointed a new subdomain where I want all email to be sent to a particular program. So, I setup that program as an mta. I can't get the smtpd mta action to work in smtpd. Take a look: table listdomains { lists.nmedia.net } action list_mda mda "/usr/local/bin/list-mda %{rcpt}" match from any fo

native kqueue for *BSD in wayland

2025-01-01 Thread Chris Waddey
Posting here, but will post elsewhere if this is not the right place. Is there any desire for using kqueue natively in the wayland libraries instead of epoll-shim? I'm sure epoll-shim is great, but I wanted to learn to use kqueue and figured this was a good project (since I was already working on

Re: Dwc2 driver on raspberry pi

2024-12-22 Thread Chris Cappuccio
Alessandro Pistocchi [yaw...@me.com] wrote: > What I get on openbsd is as follows (on Linux I don???t get these issues): > > 1) if I connect a keyboard to the usb port before boot it does not get > recognised. I have to disconnect it after boot and reconnect it to be > recognised. > > 2) if I d

Re: ECC ram support in OpenBSD

2024-12-22 Thread Chris Cappuccio
Franco Sponga [franco.spo...@gmail.com] wrote: > Hello, > > I have a PC Engines APU2E4 with 4GB ECC RAM. I have upgraded the BIOS, and > ECC support should be enabled. > > Is there a way to verify that ECC support is enabled in OpenBSD? > Additionally, in the case of memory errors, should I exp

Re: vmd alpine vm boots on one openbsd76 system but not the other

2024-12-22 Thread Chris Cappuccio
Divan Santana [di...@santanas.co.za] wrote: > Greetings :) > > So I have two openbsd76 systems. A backup and primary. > > This alpine vm boots on the backup but not the primary. > > I have copied the vm between the two and done an md5 on both sides and > the file is identical. For some reason

Re: Which Thinkpad T14 Gen 5 hardware is better supported?

2024-12-22 Thread Chris Billington
addr 0xfed4/0x5000, device 0x0003104a rev 0x0 Regarding the lack of suspend functionality, I had a similar issue on a machine with a TPM chip identified as "TIS". I was able to make suspend work correctly by disabling tpm* in UKC / boot -c config, and make the change permanent in /etc/bsd.re-config. YMMV of course (this was an S3 machine) but it's easy and quick to test. Chris

Webkit-based browsers like surf and luakit don't render video clips

2024-12-05 Thread Chris Billington
: Kernel has no file descriptor comparison support: Resource temporarily unavailable WARNING: Kernel has no file descriptor comparison support: Operation not supported by device Could not read style file: /home/chris/.surf/styles/default.css Then if a video is played (tested both Youtube and

Cloudflare mirror doesn't work

2024-12-04 Thread Chris Narkiewicz
-0] * [SETUP] destroy 17:30:21.463652 [0-0] * [HTTPS-CONNECT] destroy curl: (35) LibreSSL/4.0.0: error:14004410:SSL routines:CONNECT_CR_SRVR_HELLO:sslv3 alert handshake failure cdn.openbsd.org seems to be ok. Is it just me? Best regards, Chris Narkiewicz

XP-Pen Graphics Tablet with usbtablet(4) - works

2024-11-27 Thread Chris Billington
the pressure scaling but with no result. Maybe it doesn't use Xinput? - Only one of the two 'barrel buttons' on the pen works. The tip is button1, the lower button is button2. Button1 needs to be inactive (pen lifted out of contact with the tablet a little) for button2 to be read. Button3 is absent. This was tested using 'xev -event button'. Perhaps the 70-usbtablet.conf above would be a candidate for inclusion in /etc/examples? Alternatively, a line could be added to the usbtablet(4) Manpage to say that ServerLayout and Screen sections are necessary in the configuration file to make the driver bind. Comments and corrections to the above are welcome. Does anyone have any idea, for example, why the second barrel button does not appear to work, while /dev/wsmouse1 reports 3 buttons? Chris Billington

Re: Folks anyone have success using sec(4) interfaces on Site to Site VPNs between OpenBSD and Fortinet ?

2024-11-22 Thread Chris Jones
Hey Tom, Yes, I have this working right now using static routes, but it wouldn’t be a difficult change to use something like OSPF. This config should get you most of the way there. Please note the sections marked with and replace with yours. In this case the OpenBSD router is acting as the hub

sysutils/dmidecode 'no SMBIOS nor DMI entry point found'

2024-11-04 Thread Chris Billington
Originally, I posted this message to the ports mailing list, but maybe that wasn't the right place, as it quickly got buried in ports-tree editing traffic. Does anyone have any ideas why dmidecode can't find an SMBIOS entry point on this machine? --- I have an odd problem with dmidecode on a

Re: CODE on OpenBSD

2024-11-01 Thread Chris Eidem
I've looked into it in the past, but it seems to be a Linux only solution. I'm quite happy to be proven wrong though... On November 1, 2024 7:18:40 AM CDT, Mark wrote: >Has anyone ever tried to install CODE (Collabora Online Development >Edition) server on OpenBSD and succeeded? > >I've tried, b

sysupgrade from 6.7 to 7.6-current

2024-10-24 Thread Chris Cappuccio
I took the new sysupgrade for a spin on an old laptop running OpenBSD 6.7 The 6.7 sysupgrade has no idea how to get or test new signing keys. No problem, the current sysupgrade knows. So, I grabbed the current sysupgrade script from cvsweb.openbsd.org to my laptop Then, I ran sysupgrade -s It

Re: IPv6 static host address inside dynamic network

2024-10-14 Thread Chris Ross
ou come up with. Thank you. And thank you Florian. I will need to look at that more, and if I want to do something more complicated/intricate, I’ll look into route. (Portability is hard. OpenBSD has “route -n monitor -inet6”, FreeBSD has “route -6 -n monitor”. :-/ ) - Chris

Re: IPv6 static host address inside dynamic network

2024-10-14 Thread Chris Ross
rder, not time-order. - Chris

Temporary Windows10 install to update firmware causes later OpenBSD installer 'failed to install bootblocks'

2024-10-13 Thread Chris Billington
d detection... The attached dmesg includes a boot with the installer ramdisk as well as later boots from sd0. -- Chris Billington dmesg.newinst Description: Binary data

Re: IPv6 static host address inside dynamic network

2024-10-13 Thread Chris Ross
> On Sep 3, 2024, at 16:48, Chris Ross wrote: >> On Sep 3, 2024, at 10:28, Mike Fischer wrote: >> >> There are two parts to this: >> - The IPv6 prefix. >> - The IID. >> >> The changes of the IPv6 prefix are generally triggered from the outside &

Re: Raspberry Pi 5: release notes imply support but install76.img won't boot

2024-10-11 Thread Chris Cappuccio
Stephan Beal [step...@wanderinghorse.net] wrote: > On Thu, Oct 10, 2024 at 5:26???PM hahahahacker2009 > wrote: > > Yeah, and that's driver for some components. It does not mean > > the board is supported. > > Which begs the questions: > > 1) How can those individual components be > supported it

Re: Server inaccessible after upgrade from 7.5 to 7.6

2024-10-10 Thread Chris Bennett
the problem was, but I think I have it in some old support tickets. Have you tried doing a cold reboot? I also got email blacklisted once and I had the exact same experience of it looking like I was logging in but I couldn't. Removing myself from that blacklist and notifying support solved the problem. -- Regards, Chris Bennett

Re: Need some information about fork(2)

2024-09-23 Thread Chris Bennett
So if I run small program A that has some leaks. I don't free a few things as suggested. Then I run program B that happens to use those memory addresses that didn't get freed by program A, what happens then? Are there problems? Or does it just get used properly? -- Regards, Chris Bennett

Re: Emails sent from ISP this server rented from (supposedly bare metal) are not shown in maillog. How can this be?

2024-09-20 Thread Chris Bennett
I made a mistake, sorry for the noise. My distrust of this company has to due with them having a cloned copy of a still bootable but failing hard drive with sensitive information during service. May or may not be relevant. -- Sorry, Chris Bennett

Re: Emails sent from ISP this server rented from (supposedly bare metal) are not shown in maillog. How can this be?

2024-09-20 Thread Chris Bennett
Sorry, I wrote the subject a little bit unclear. I am recieving emails fine and logged, except for the ones the isp is sending to me at this server. Those are just showing up not logged. -- Regards, Chris Bennett

Emails sent from ISP this server rented from (supposedly bare metal) are not shown in maillog. How can this be?

2024-09-20 Thread Chris Bennett
elsewhere. -- Regards, Chris Bennett

Re: Older dmesg's retained after new install. Similar to disklabel retension on disk?

2024-09-17 Thread Chris Bennett
On Tue, Sep 17, 2024 at 11:57:44AM +0200, Claudio Jeker wrote: > On Tue, Sep 17, 2024 at 04:47:13AM -0500, Chris Bennett wrote: > > I had a major problem that required a fresh install from a current to > > 7.5 stable. > > I did find a mention of a "disklabel partitio

Older dmesg's retained after new install. Similar to disklabel retension on disk?

2024-09-17 Thread Chris Bennett
PCIE" rev 0xf1: msi pci4 at ppb3 bus 4 ppb4 at pci0 dev 29 function 2 "Intel 100 Series PCIE" rev 0xf1: msi pci5 at ppb4 bus 5 ppb5 at pci5 dev 0 function 0 "ASPEED Technology AST1150 PCI" rev 0x03 pci6 at ppb5 bus 6 vga1 at pci6 dev 0 function 0 "ASPEED Technology AST2000" rev 0x30 wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation) wsdisplay0: screen 1-5 added (80x25, vt100 emulation) pcib0 at pci0 dev 31 function 0 "Intel C236 LPC" rev 0x31 "Intel 100 Series PMC" rev 0x31 at pci0 dev 31 function 2 not configured ichiic0 at pci0 dev 31 function 4 "Intel 100 Series SMBus" rev 0x31: apic 2 int 16 iic0 at ichiic0 sdtemp0 at iic0 addr 0x19: stts2004 sdtemp1 at iic0 addr 0x1b: stts2004 spdmem0 at iic0 addr 0x51: 16GB DDR4 SDRAM ECC PC4-21300 with thermal sensor spdmem1 at iic0 addr 0x53: 16GB DDR4 SDRAM ECC PC4-21300 with thermal sensor isa0 at pcib0 isadma0 at isa0 pckbc0 at isa0 port 0x60/5 irq 1 irq 12 pcppi0 at isa0 port 0x61 spkr0 at pcppi0 vmm0 at mainbus0: VMX/EPT uhub1 at uhub0 port 6 configuration 1 interface 0 "ATEN International product 0x7000" rev 2.00/0.00 addr 2 uhidev0 at uhub1 port 1 configuration 1 interface 0 "ATEN International product 0x2419" rev 1.10/1.00 addr 3 uhidev0: iclass 3/1 ukbd0 at uhidev0: 8 variable keys, 6 key codes wskbd0 at ukbd0: console keyboard, using wsdisplay0 uhidev1 at uhub1 port 1 configuration 1 interface 1 "ATEN International product 0x2419" rev 1.10/1.00 addr 3 uhidev1: iclass 3/1 ums0 at uhidev1: 3 buttons, Z dir wsmouse0 at ums0 mux 0 vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets root on sd0a (045a33c79b9a2ad9.a) swap on sd0b dump on sd0b -- Regards, Chris Bennett

Re: elf syspatch on 7.5 stable. Unclear if properly installing. I reverted it.

2024-09-16 Thread Chris Bennett
On Mon, Sep 16, 2024 at 11:09:05PM -0400, Allan Streib wrote: > I have installed the latest syspatches on 4 different 7.5stable amd64 > machines and had no issues with relinking. > > On Mon, Sep 16, 2024, at 22:59, Chris Bennett wrote: > > > *** Parse error in /usr/share/rel

elf syspatch on 7.5 stable. Unclear if properly installing. I reverted it.

2024-09-16 Thread Chris Bennett
quot;Intel 100 Series PCIE" rev 0xf1: msi pci4 at ppb3 bus 4 ppb4 at pci0 dev 29 function 2 "Intel 100 Series PCIE" rev 0xf1: msi pci5 at ppb4 bus 5 ppb5 at pci5 dev 0 function 0 "ASPEED Technology AST1150 PCI" rev 0x03 pci6 at ppb5 bus 6 vga1 at pci6 dev 0 function 0 "ASPEED Technology AST2000" rev 0x30 wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation) wsdisplay0: screen 1-5 added (80x25, vt100 emulation) pcib0 at pci0 dev 31 function 0 "Intel C236 LPC" rev 0x31 "Intel 100 Series PMC" rev 0x31 at pci0 dev 31 function 2 not configured ichiic0 at pci0 dev 31 function 4 "Intel 100 Series SMBus" rev 0x31: apic 2 int 16 iic0 at ichiic0 sdtemp0 at iic0 addr 0x19: stts2004 sdtemp1 at iic0 addr 0x1b: stts2004 spdmem0 at iic0 addr 0x51: 16GB DDR4 SDRAM ECC PC4-21300 with thermal sensor spdmem1 at iic0 addr 0x53: 16GB DDR4 SDRAM ECC PC4-21300 with thermal sensor isa0 at pcib0 isadma0 at isa0 pckbc0 at isa0 port 0x60/5 irq 1 irq 12 pcppi0 at isa0 port 0x61 spkr0 at pcppi0 vmm0 at mainbus0: VMX/EPT uhub1 at uhub0 port 6 configuration 1 interface 0 "ATEN International product 0x7000" rev 2.00/0.00 addr 2 uhidev0 at uhub1 port 1 configuration 1 interface 0 "ATEN International product 0x2419" rev 1.10/1.00 addr 3 uhidev0: iclass 3/1 ukbd0 at uhidev0: 8 variable keys, 6 key codes wskbd0 at ukbd0: console keyboard, using wsdisplay0 uhidev1 at uhub1 port 1 configuration 1 interface 1 "ATEN International product 0x2419" rev 1.10/1.00 addr 3 uhidev1: iclass 3/1 ums0 at uhidev1: 3 buttons, Z dir wsmouse0 at ums0 mux 0 vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets root on sd0a (045a33c79b9a2ad9.a) swap on sd0b dump on sd0b -- Regards, Chris Bennett

Re: Alternative mailing lists

2024-09-15 Thread Chris Bennett
with people grabbing onto that and sending a few million spam or even terrorist messages to government agencies. Nope, not important to have good man pages, not at all. -- Regards, Chris Bennett

Re: Debugging S3 Suspend on Panasonic Toughbook CF-C1

2024-09-14 Thread Chris Billington
e fix here in case it helps someone else with similar suspend/resume issues. I never did find out how the display blanking is called on Suspend, though. -- Chris Billington

Debugging S3 Suspend on Panasonic Toughbook CF-C1

2024-09-13 Thread Chris Billington
port. However, I can't find any calls to wsdisplay_suspend in the code in /sys/dev/acpi/* . Can anyone give me some pointers please, as to where the present suspend process is entered, and how to disable the display blanking? -- Chris Billington

Re: IPv6 static host address inside dynamic network

2024-09-03 Thread Chris Ross
the answer to the above question ;-) In theory the frequency of > prefix changes should not make any difference to the overall mechanism. Right. The issue now is that I have no mechansim. Well, static alias add on boot, and the advertised network never changes, so. :-). I need a mechanism that can handle changes. That was my original reason for inquiry. Thanks. - Chris

Re: IPv6 static host address inside dynamic network

2024-09-02 Thread Chris Ross
> On Sep 2, 2024, at 18:30, Mike Fischer wrote: > > To my knowledge there is no mechanism or hook to trigger when the public IPv6 > prefix changes. (It would be nice to have such a mechanism though.) Yeah. I see rtsold has a couple scripts it knows how to run, so that is a place. But havin

IPv6 static host address inside dynamic network

2024-09-02 Thread Chris Ross
. - Chris

Re: Rate limit the httpd web server for signup requests

2024-06-13 Thread Chris Bennett
On Thu, Jun 13, 2024 at 04:30:27AM -0700, Paul Pace wrote: > On 6/12/24 10:32 PM, Chris Bennett wrote: > > It's not perfect, but I have a long list of regexes that I know are spam > > that I have my Perl code that processes the form block. Trying to block > > from a log i

Re: mouse cursor no longer changes over hyperlinks in Firefox on OpenBSD 7.5

2024-06-12 Thread Chris Bennett
On Wed, Jun 12, 2024 at 10:27:15PM -0700, Chris Bennett wrote: > > For fixing problems with tiny pointers in just xterm under fvwm3 I did this: > in .Xresources > XTerm*pointerShape: left_ptr > XTerm*cursorThem: Adwaita Oops XTerm*cursorTheme: Adwaita > Xcursor.size: 32 >

Re: Rate limit the httpd web server for signup requests

2024-06-12 Thread Chris Bennett
Trying to block from a log is not very helpful. It can let through thousands of the same spam attempts before the log catches up to the attempts reaching the log, which is a pretty long time. -- Regards, Chris Bennett "Who controls the past controls the future. Who controls the present controls the past." George Orwell - 1984

Re: mouse cursor no longer changes over hyperlinks in Firefox on OpenBSD 7.5

2024-06-12 Thread Chris Bennett
e pointers in > Gtk based software. > > For fixing problems with tiny pointers in just xterm under fvwm3 I did this: in .Xresources XTerm*pointerShape: left_ptr XTerm*cursorThem: Adwaita Xcursor.size: 32 Xcursor.size can be 64 and also a couple of smaller sizes. There may be other variations on this. I don't know, but this really saved me from a micro pointer. -- Regards, Chris Bennett "Who controls the past controls the future. Who controls the present controls the past." George Orwell - 1984

Re: [OT] Keyboards, a trick I found and advice requested

2024-06-05 Thread Chris Bennett
ke on a laptop), it might take even longer to train > your fingers. And, well, $350. > > I hope you find something that works for you. Wrist pain sucks. > This one looks very interesting. I use the keypad with combos of Shift, Alt, Ctrl, Win for a lot of commands in Fvwm. I will definitely consider this one. Thank you. Chris Bennett

[OT] Keyboards, a trick I found and advice requested

2024-06-01 Thread Chris Bennett
find this trick as much of a lifesaver as I did. I can finally touch type again. I'm really not sure that I want to spend $400 on a keyboard that I can't take for a test drive first. -- Regards, Chris Bennett "Who controls the past controls the future. Who controls the presen

Re: vim editor with TERM

2024-05-31 Thread Chris Bennett
ar commands to the vi editor. -- Regards, Chris Bennett "Who controls the past controls the future. Who controls the present controls the past." George Orwell - 1984

Re: ifconfig autoconf stopped working - how to debug?

2024-05-27 Thread Chris Narkiewicz
On Mon, May 27, 2024 at 03:06:04PM +0100, Zé Loff wrote: > On Mon, May 27, 2024 at 01:51:25PM +0100, Chris Narkiewicz wrote: > dhcpleased now handles this. You can run it with -d and with one or > more "-v"s. You can also use dhcpleasectl to request a new lease. I run dhc

ifconfig autoconf stopped working - how to debug?

2024-05-27 Thread Chris Narkiewicz
vio0 debug doesn't print anything. Best regards, Chris Narkiewicz

Re: What software to debugging and analyzing C?

2024-05-14 Thread Chris Bennett
code from scratch is the only solution. Many years ago I wrote a trivial Perl script wrong. It very slowly grabbed more and more memory until it crashed the server about every two days. After very carefully watching, I figured out it was my script and I fixed a rather silly bug. I'll never forge

Re: What software to debugging and analyzing C?

2024-05-13 Thread Chris Bennett
gt; I also wouldn't mind any other useful tips that might not be software. > > Any help very appreciated. > > Perhaps this fuzzing guide helps a bit getting programs to run better? > https://undeadly.org/cgi?action=article&sid=20150121093259 Thank you and to the others reply

What software to debugging and analyzing C?

2024-05-12 Thread Chris Bennett
, what other software is useful for working with C? I also wouldn't mind any other useful tips that might not be software. Any help very appreciated. -- Regards, Chris Bennett "Who controls the past controls the future. Who controls the present controls the past." George Orwell - 1984

Re: https://twitter.com/openbsd

2024-05-12 Thread Chris Bennett
ts rot... > I saw a news bit yesterday that in one town, all of the school children are buying old fashioned typewriters to break their link to computers and do things the old fashioned way. +1 to them. I prefer real text on paper myself. I learn things much better that way. -- Regards, Chri

Re: Favorite configuration and system replication tools?

2024-05-12 Thread Chris Bennett
onvenient. > I download a lot of files with a hideous mess of characters. I wrote a small script to substitute in acceptable characters. I can enter a regex, select to just use a directory or go down recursively. Also I can select to only change filenames or directories or both. After reading

Re: https://twitter.com/openbsd

2024-05-11 Thread Chris Petrik
Yeap a reason why ML suck Sent from Proton Mail Android Original Message On 5/11/24 7:02 PM, tux2bsd wrote: > On Sunday, May 12th, 2024 at 11:25 AM, Stuart Longland > > since you seem to want evidence that it was announced… > > Learn to read: > > > No post about the

Re: Fwd: RTL8192EU wifi issue

2024-05-10 Thread Chris Petrik
Hello, Posting and re posting isn't going to get you help any quicker if no one has that card there won't be any interest and wifi is badly supported on any BSD. This looks more of a PR issue rather a ML issue Chris Sent from Proton Mail Android Original Message

Re: ATB.com

2024-05-05 Thread Chris Petrik
Hello, Try changing the version to say windows using a extension I've seen a few banking sites that will fail to load if it's not a supported OS or browser they use or recommend luckily navy fed hasn't done anything like that. Chris Sent from Proton Mail Android O

Re: obsd wifi

2024-05-04 Thread Chris Petrik
f software ? This is mostly why I'm starting to move away from OSS and go back to Mac os and Windows as it just works (TM) Chris Sent from Proton Mail Android Original Message On 5/4/24 3:11 PM, Peter N. M. Hansteen wrote: > On Sat, May 04, 2024 at 03:01:54PM

Re: Desktop performance

2024-05-04 Thread Chris Petrik
rd as it can be to install it without any internet ?? Chris Sent from Proton Mail Android Original Message On 5/4/24 4:46 PM, Kirill A. Korinsky wrote: > On Sat, 04 May 2024 22:32:46 +0200, > Chris Bennett wrote: > > > > My luck with web searches is about zer

Re: Desktop performance

2024-05-04 Thread Chris Bennett
wrong. But if there isn't anyone with the time or desire to do it, no problem. -- Regards, Chris Bennett "Who controls the past controls the future. Who controls the present controls the past." George Orwell - 1984

Re: obsd wifi

2024-05-04 Thread Chris Narkiewicz
. I keep RTL dongle around for such situations: https://man.openbsd.org/urtwn.4 You can also buy a USB ethernet dongle. Those are also dirt-cheap. Best regards, Chris Narkiewicz

Re: >10W idle power usage on framework laptop 12th gen 13inch

2024-05-01 Thread Chris Petrik
Hello, Failure to read man pages before posting. Chris Sent from Proton Mail Android Original Message On 5/1/24 5:42 PM, Kirill A. Korinsky wrote: > On Thu, 02 May 2024 00:33:47 +0200, > "Nathaniel Griswold" wrote: > > > > Does apmd ke

Re: fw_update

2024-04-30 Thread Chris Petrik
Hello, Firmwares aren't drivers per say they are required along with the driver Chris Sent from Proton Mail Android Original Message On 4/30/24 5:35 AM, wrote: > How does fw_update install the drivers? > How does it know which driver is missing on the sys

Re: bad first impression of OpenBSD at install time

2024-04-25 Thread Chris Petrik
hrough the current drivers is crucial. I use openbsd for pretty much everything however I tend to buy hw that is found using the approps command and not just any HW. P.S I'm a 90% disabled vet so sorry for typos :( Chris Sent from Proton Mail Android Original Message On

Re: Getting "Boot error" after replacing a disk in softraid [SOLVED]

2024-04-25 Thread Chris Petrik
Hello, Remember softraid isn't the same as hw raid and I will always chose hw over soft this includes zfs. Chris Sent from Proton Mail Android Original Message On 4/25/24 3:14 PM, Martin wrote: > > On Thu, Apr 25, 2024 at 09:12:47AM +0200, Stefan Spe

Booting with secure boot enabled

2024-03-31 Thread Chris Narkiewicz
Is it possible to boot OpenBSD with secure boot enabled? I'd like to try unattended installation over WiFi on ThinkPad X1 and my UEFI firmware supports PXE over WiFi, but it works only in Secure Boot mode. Best regards, Chris Narkiewicz

Re: No coloring with colorls

2024-03-26 Thread Chris Bennett
. I just use alias ls='colorls -Gla'. You can either have other aliases or just type colorls with the same arguments as ls to get other options. -- Regards, Chris Bennett "Who controls the past controls the future. Who controls the present controls the past." George Orwell - 1984

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

2024-03-17 Thread Chris Narkiewicz
Hardware passthrough is not supported by vmd. Best regards, Chris Narkiewicz

Re: Ctrl+A shortcut not working on the browser

2024-03-16 Thread Chris Narkiewicz
On my machine, Ctrl-A moves cursor to the beginning of input field, while Ctrl-E to the end. I think it emulates Emacs input mode. Best regards, Chris Narkiewicz

Re: USB peripherals hang, nothing in messages

2024-03-15 Thread Chris Bennett
or who is working in this kind of fashion? > > -Dan > I used a powered USB hub on a laptop that somehow solved a bunch of connectivity problems to the laptop's USB3 port. I needed a powered hub to run both the wifi dongle and a spinning USB hard drive. No idea why it worked, but it di

Re: MCU recommendations to program on OpenBSD?

2024-03-03 Thread Chris Narkiewicz
On Sun, Mar 03, 2024 at 05:11:17PM +0800, Sadeep Madurange wrote: > Any recommendations for MCUs with C > language SDKs supported by OpenBSD? AVR - 8 bit ARM - 32 bit Especially AVRs are top of the game when it comes to open source toolchain support. Best regards, Chris Narkiewicz

Re: Pre-built images for embeded machines

2024-03-03 Thread Chris Narkiewicz
hallenging to tailor for the general use, as embedded systems are ususally highly specialized. What are perceived issues with approach? Best regards, Chris Narkiewicz

Re: 10gbps pf nat firewall ix to mcx

2024-02-12 Thread Chris Cappuccio
j...@openbsd.org [j...@openbsd.org] wrote: > On Sun, Feb 11, 2024 at 10:42:32AM -0800, Chris Cappuccio wrote: > > huh, after i migrated nat fw from 82599 (ix) with LRO on (default) to > > a CX4121A (mcx) flashed to latest nvidia firmware and now i'm getting > > 900mbp

Re: Installing shellinabox on OpenBSD

2024-02-12 Thread Chris Narkiewicz
On Mon, Feb 12, 2024 at 02:38:25PM -0500, Daniel Ouellet wrote: > I am not sure why people say they can't have a safe ssh client for window... OP mentioned he cannot install software on the machine. This is pretty common issue if machine is managed by somebody else. Best regard

Re: Installing shellinabox on OpenBSD

2024-02-12 Thread Chris Narkiewicz
On Mon, Feb 12, 2024 at 07:12:49PM +, Chris Narkiewicz wrote: > If security is not a problem, you can use telnet. Windows has telnet > client built-in. Also, ttyd is in ports. This could be handy: https://openports.pl/path/www/ttyd Best regards, Chris Narkiewicz

Re: Installing shellinabox on OpenBSD

2024-02-12 Thread Chris Narkiewicz
On Mon, Feb 12, 2024 at 07:01:11PM +0300, Odhiambo Washington wrote: > The VM is NOT exposed to the Internet so I am not worried. If security is not a problem, you can use telnet. Windows has telnet client built-in. Best regards, Chris Narkiewicz

10gbps pf nat firewall ix to mcx

2024-02-11 Thread Chris Cappuccio
huh, after i migrated nat fw from 82599 (ix) with LRO on (default) to a CX4121A (mcx) flashed to latest nvidia firmware and now i'm getting 900mbps on single tcp throughput (endpoints still using lro on em and ix) and very consistently getting close to the full 1gbps thruoghput on single tcp conne

Re: HUNSN routers - N100 I226-V

2024-02-02 Thread Chris Cappuccio
th cards based on the early realtek 2.5gbps chips, despite kevlo's attempts to improve if_rge. I ended up throwing them away before his last round of fixes. My i225 and i226 are consistently good for whatever that's worth. I'd expect i226 to be ok. Chris

Re: socket cores

2024-02-01 Thread Chris Cappuccio
i Gustavo Rios [rios.gust...@gmail.com] wrote: > Hi folks! > > I have a simple question: how many cores does OBSD support ? > There's various hard-coded limits at something like 64-128 cores (depending on architecture) Depending on your application, a useful number of cores is somewhere betwee

  1   2   3   4   5   6   7   8   9   10   >