Re: ls -R bug?

2020-07-04 Thread Brian Brombacher
I’ll be explicit. Did the OP run ls(1) as superuser? See -A flag in man ls We have no idea. > On Jul 4, 2020, at 3:44 PM, Brian Brombacher wrote: > >  > >>> On Jul 4, 2020, at 3:38 PM, Ottavio Caruso >>> wrote: >>> >>> On Sat, 4 Jul

Re: ls -R bug?

2020-07-04 Thread Brian Brombacher
> On Jul 4, 2020, at 3:10 PM, Brian Brombacher wrote: > > Hmm... > > /bin/ls, a utility that has existed since 1960’s. > > This is not a bug. > > https://en.m.wikipedia.org/wiki/Ls > Please disregard this poor advice. Obviously this isn’t the 1960’s and it

Re: Unbound Problems (Reverse Direction)

2020-07-10 Thread Brian Brombacher
Use these directives also in unbound (see the pattern and choose what you need, like 24.172.IN-ADDR.ARPA, to cover your 172.24.* reverse. local-zone: "168.192.IN-ADDR.ARPA" nodefault local-zone: "16.172.IN-ADDR.ARPA" nodefault local-zone: "17.172.IN-ADDR.ARPA" nodefault local-zone: "18.172.IN-AD

Re: Issue with relayd and redirections

2020-07-10 Thread Brian Brombacher
> On Jul 10, 2020, at 9:15 PM, Gabri Tofano wrote: > > Here: > > LAB1-LB1$ relayctl sh sum > Id TypeName Avlblty Status > 1 redirecthttp active > 1 table web_servers:80 active (1 hosts) > 1 ho

Re: sysupgrade failure due to boot.conf

2020-07-10 Thread Brian Brombacher
> On Jul 10, 2020, at 7:31 PM, Alfred Morgan wrote: > >  >> >> You claimed sysupgrade does this. >> sysupgrade does nothing like that. It placed a /bsd.upgrade file, and > that is the end of the story. >> You told boot (via commands in boot.conf) to do something, so it did, > before discover

Re: Issue with relayd and redirections

2020-07-11 Thread Brian Brombacher
andling, etc., all get lost, among other issues. I hope this is the cause of your issues, otherwise you’re going to need to include more information for your setup, or at a minimum some relayd logs. -Brian

Re: Issue with relayd and redirections

2020-07-11 Thread Brian Brombacher
>> On Jul 11, 2020, at 11:20 AM, Gabri Tofano wrote: > On 2020-07-11 06:33, Brian Brombacher wrote: >>>>>>> On Jul 10, 2020, at 11:42 PM, Gabri Tofano wrote: >>>>>  >>>>>> Does http work with redirects? It wasn’t clear if it d

Re: Issue with relayd and redirections

2020-07-13 Thread Brian Brombacher
> On 2020-07-11 12:58, Gabri Tofano wrote: >>>> It isn’t. rdr-to, and by extension redirects, are not natting the source >>>> address. >>>> Clients connecting through relayd and to the backend will have source >>>> addresses >>>> not

Re: sysupgrade failure due to boot.conf

2020-07-16 Thread Brian Brombacher
> On Jul 13, 2020, at 6:58 AM, Alfred Morgan wrote: > >  > Brian wrote: > > (echo boot /bsd.upgrade; echo boot) > /etc/boot.conf > > Brian, that doesn't work. I tried that already before. It seems to stop at > the error not finding bsd.upgrade and won&#

Re: OpenBSD 6.7-current VM on vmd collectd timesync problem

2020-07-30 Thread Brian Brombacher
Are you using: kern.timercounter.hardware=tsc ? I’m on 6.7 release and no issue with collectd. > On Jul 30, 2020, at 4:53 PM, Martin wrote: > > I can test it on 6.7-current only, and I haven't tested collectd on 6.6 - > 6.7 -stable. TSC looks synchronized, ntpd corrects small amount of time s

Re: softraid/bioctl cant find device /dev/bio

2020-08-03 Thread Brian Brombacher
> On Aug 3, 2020, at 11:51 AM, sven falempin wrote: > >  > > >> On Mon, Aug 3, 2020 at 11:38 AM Brian Brombacher >> wrote: >> >> >> > On Aug 3, 2020, at 9:54 AM, sven falempin wrote: >> > >> > Hello >>

Re: softraid/bioctl cant find device /dev/bio

2020-08-03 Thread Brian Brombacher
> On Aug 3, 2020, at 12:22 PM, sven falempin wrote: > > On Mon, Aug 3, 2020 at 12:00 PM Brian Brombacher > wrote: > >> >> >> On Aug 3, 2020, at 11:51 AM, sven falempin >> wrote: >> >>  >> >> >>> On Mon, Aug 3,

Re: can't install some packages on -current

2020-08-04 Thread Brian Brombacher
> On Aug 4, 2020, at 4:33 PM, Sonic wrote: > > On Tue, Aug 4, 2020 at 4:24 PM wrote: >> Update the installed packages first pkg_add -Uu > > It's a fresh install based on -current just downloaded. First attempt > at installing packages, so no packages to upgrade. > Just wait for new packag

Re: Does OpenBSD support Carrier Grade Nat?

2020-08-08 Thread Brian Brombacher
box: Could a crafty setup accomplish a CGN using PF and other base utilities plus crafty scripting/API integration with PF? I can surmise PF rules that cover at least the two final reasons you’ve mentioned but I’m sure there’s more to it that I’m not understanding. Thanks, Brian

Re: Routing and forwarding: directly connected computers

2020-09-03 Thread Brian Brombacher
> On Sep 3, 2020, at 11:02 AM, Ernest Stewart > wrote: > > I forgot to say, in every computer I have /etc/sysctl.conf with > "net.inet.ip.forwarding=1". > > And I insist, what shocks me the most is that tcpdump shows in both computers > the right icmp packets but ping says 100% packets lo

Re: Routing and forwarding: directly connected computers

2020-09-03 Thread Brian Brombacher
> On Sep 3, 2020, at 11:44 AM, Ernest Stewart > wrote: > > On Sep 3, 2020, at 15:07 AM, Brian Brombacher wrote: > > "Your setup ... requires pf \rules and additional routing tables to make this > work." > > And which pf rules and how to establish

Re: Routing and forwarding: directly connected computers

2020-09-03 Thread Brian Brombacher
>> On Sep 3, 2020, at 12:15 PM, Ernest Stewart >> wrote: > Theo de Raadt wrote: > Oh my. Have you considered hiring a consultant? > > Of course. As you have already noticed, I have no idea about how to do what > I'm trying to do. But a consultant is out of my budget. > > Are you guys sayi

Re: Routing and forwarding: directly connected computers

2020-09-03 Thread Brian Brombacher
> On Sep 3, 2020, at 12:38 PM, Brian Brombacher wrote: > >  > >>>> On Sep 3, 2020, at 12:15 PM, Ernest Stewart >>>> wrote: >>> Theo de Raadt wrote: >>> Oh my. Have you considered hiring a consultant? >>> >>> Of

Re: pf.conf parser/lint

2020-09-04 Thread Brian Brombacher
> On Sep 4, 2020, at 10:51 AM, Tommy Nevtelen wrote: > > Hi there misc! > > Is there an external pfctl linter? we have bunch pf firwalls for which we > generate rules but also write some manual ones that get merged. Would be nice > if we could lint the rules before committed to vcs.. (yes

Re: pf.conf parser/lint

2020-09-04 Thread Brian Brombacher
> On Sep 4, 2020, at 11:28 AM, Brian Brombacher wrote: > >  > >> On Sep 4, 2020, at 10:51 AM, Tommy Nevtelen wrote: >> >> Hi there misc! >> >> Is there an external pfctl linter? we have bunch pf firwalls for which we >> generate rules

Re: pf.conf parser/lint

2020-09-04 Thread Brian Brombacher
> On Sep 4, 2020, at 12:03 PM, Tommy Nevtelen wrote: > > On 04/09/2020 17.40, Brian Brombacher wrote: >>>> On Sep 4, 2020, at 11:28 AM, Brian Brombacher wrote: >>> >>> >>>> On Sep 4, 2020, at 10:51 AM, Tommy Nevtelen wrote: >>>&

Re: Assigning the same IP address to multiple interfaces

2020-09-10 Thread Brian Brombacher
> On Sep 10, 2020, at 11:16 AM, Demi M. Obenour wrote: > > How do I assign the same IP and MAC address to multiple interfaces? > This is easy on Linux, but I cannot figure out how to do it on > OpenBSD. The (virtual) machine is assigned a single IP address by > the hypervisor, so changing th

Re: Must disable /usr/libexec/security on backup disks

2020-09-14 Thread Brian Brombacher
> On Sep 14, 2020, at 7:43 AM, Ingo Schwarze wrote: > > Hi Theo, > > Theo de Raadt wrote on Mon, Sep 14, 2020 at 04:06:08AM -0600: >> Ingo Schwarze wrote: > >>> are used for. Some such file systems may permit SUID and/or device >>> files, so not checking them may be a dubious idea. > >>

Re: Must disable /usr/libexec/security on backup disks

2020-09-14 Thread Brian Brombacher
> On Sep 14, 2020, at 8:11 AM, Ingo Schwarze wrote: > > Hi Brian, > > Brian Brombacher wrote on Mon, Sep 14, 2020 at 07:55:11AM -0400: > >> Love the idea; however, the only drawback is if some Bad Person >> is twiddling around and leaves a suid or dev arou

Re: tmux rc script not stopping

2020-10-07 Thread Brian Brombacher
> On Oct 7, 2020, at 2:35 PM, ben wrote: > > Hello, Misc; > > I'm attempting to write an rc script to start a tmux session: > >#!/bin/sh > >daemon="/usr/bin/tmux" >daemon_flags=" new -d -s MAINTMUX -n SHELL" > >. /etc/rc.d/rc.subr > >rc_reload=NO > >rc_stop() { >

Re: South American mirrors?

2020-10-19 Thread Brian Brombacher
is it due to the situation of the >>> pandemic and the closure of the s.am. universities? >>> Does anyone know? >>> Cheers >>> Eike >>> -- >>> Eike Lantzsch ZP6CGE >>> 01726 Asuncion / Paraguay >>> >> >> Hey Eike, https://mirror.planetunix.net/pub/OpenBSD has a local endpoint in São Paulo, Brazil if that is helpful. Everything except packages are stored on the endpoint. If you need greater speed from the node, I can upgrade it for a short period of time. Cheers, Brian

Re: Write to DVD-RAM

2019-07-27 Thread Brian Brombacher
disklabel and mount. Look at the list of ioctl’s supported in the man page. It talks of tracks of data (like audio tracks) and such. -Brian > On Jul 26, 2019, at 8:23 PM, gwes wrote: > > > >> On 7/25/19 7:14 PM, Zhi-Qiang Lei wrote: >>> On Jul 25, 2019, at 10:24 PM,

Re: sysupgrade (Was: Re: Kernel crash in OpenBSD 6.5)

2019-08-01 Thread Brian Brombacher
Use the -n option to sysupgrade to not reboot after files are downloaded and verified. Then delete the unwanted tarballs as mentioned from /home/_sysupgrade/ and reboot. See sysupgrade(8): https://man.openbsd.org/sysupgrade > On Aug 1, 2019, at 7:31 AM, Antal Ispanovity wrote: > > 2019-08-01

Re: Best 1Gbe NIC

2019-08-02 Thread Brian Brombacher
I find cheap PCI-Express and PCI-X em(4) cards suffice for my needs. 990-992 Mbps with tcpbench. > On Aug 2, 2019, at 11:26 AM, Claudio Jeker wrote: > >> On Fri, Aug 02, 2019 at 12:28:58PM +0100, Andy Lemin wrote: >> Ahhh, thank you! >> >> I didn’t realise this had changed and now the driver

Re: IPv6 problems

2019-08-13 Thread Brian Brombacher
You can also add a second line to /etc/mygate if you’re using that. > On Aug 13, 2019, at 1:11 PM, Thomas Bohl wrote: > > Hello, > >> My hostname.vio0 looks like this: >> dhcp >> inet6 alias > provider> 64 >> > > You most likely need to add a route. Add something like this to your hostname >

More than 200 users in a group

2019-09-11 Thread Brian Empson
I ran into a problem where I can only have 200 users per group. I was thinking about changing the static buffer size in the libc code, is there another way to get past the users per group limit? Thank you, Brian

Re: Best Practices for growing disk partitions on a server

2019-11-17 Thread Brian Brombacher
Boot into single user mode. At the boot loader prompt, type boot -s. This will drop you to a root shell. > On Nov 17, 2019, at 3:39 PM, Lev Lazinskiy wrote: > > Hi folks, > > I am new to openBSD, so forgive me if I am missing something obvious. > > I recently installed openBSD on a ser

Re: OpenBSD's extremely poor network/disk performance?

2020-01-07 Thread Brian Brombacher
There might be something wrong with your setup. I routinely get 500+ MB/s disk and full 1 GBit Ethernet. > On Jan 7, 2020, at 9:38 AM, Hamd wrote: > > It's 2020 and it's -still- sad to see OpenBSD -still- has the > lowest/poorest (general/overall) performance ever: > https://www.phoronix.co

Re: VLAN or aliases or? best way to isolate untrustable hosts in a small network

2020-02-05 Thread Brian Brombacher
gathered, you don’t have this level of control. Therefore, you gain nothing by segmenting the networks with VLANs. -Brian > On Feb 5, 2020, at 11:58 AM, Christian Weisgerber wrote: > > On 2020-02-05, Janne Johansson wrote: > >>> # /etc/hostname.vlan101 >>&

Re: mini itx from intel

2015-10-02 Thread Brian Conway
issue, so you may luck out. Brian Conway Software Engineer, Owner RCE Software, LLC On Fri, Oct 2, 2015 at 10:55 AM, frantisek holop wrote: > thanks everyone for the dmesg. > i bought 2 of these with 8G of RAM > and intel SSD drives. > > they will be used as headless servers, >

Re: mini itx from intel

2015-10-03 Thread Brian Conway
ces to booting the OS unless a valid monitor or dummy plug is attached. I can't speak to the kickstarting the video case, unfortunately. Brian

Re: UEFI boot attempt on AM1 platform with logs (9/16 snapshot)

2015-10-05 Thread Brian Conway
(Re-adding misc@ for the thrilling conclusion.) Success! It boots to installer without issue. EFI-enabled dmesg follows. Thanks again for your work. Brian OpenBSD 5.8-current (RAMDISK_CD) #1254: Tue Sep 22 19:46:40 MDT 2015 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile

Re: "dd if=/dev/srandom of=/dev/wd0e bs=1024 count=1" WIPES my wd0 disklabel. Is this intended, bug, how come, how workaround ??? Incl reproduction script+console output+dmesg

2015-10-06 Thread Brian Conway
There were also some excellent diagrams generated the last time this came up for discussion: https://marc.info/?l=openbsd-misc&m=141520160709490&w=2 FWIW. Brian

Re: apu1d as an NTP server

2015-10-23 Thread Brian Conway
How large is your network? Brian Conway On Oct 23, 2015 5:42 PM, "Gene" wrote: > Howdy, > > Has anyone here used the PC Engines apu1d system board as an NTP server? > > I'm looking at setting up some in house stratum-2 servers so I can be a > better

Re: home keys in tmux

2015-12-02 Thread Brian Conway
rm[-256color] use. These are still workarounds, of course. Brian Conway On Wed, Dec 2, 2015 at 10:17 AM, Ted Unangst wrote: > Ax0n wrote: >> Do you have anything in your .tmux.conf? > > No, don't have one. (i don't want one)

Understanding 'disklabel -T' math

2015-12-21 Thread Brian Conway
oard in my template, in case it was some weird unit issue, but no change. Thanks for any insight. Brian Conway OpenBSD 5.8-current (GENERIC.MP) #1757: Sat Dec 19 08:17:18 MST 2015 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 1056899072 (1007MB) avail mem = 102079

Re: Understanding 'disklabel -T' math

2015-12-21 Thread Brian Conway
Great, thanks. I was about to make a diff for the -T template section below that and change "and percentage of disk" to "and percentage of remaining space", but that certainly clarifies it. Brian Conway On Mon, Dec 21, 2015 at 1:43 PM, Otto Moerbeek wrote: > On Mon, Dec

Re: APU2: no boot from internal mSATA storage

2015-12-23 Thread Brian Conway
You probably need to contact the folks at PC Engines for a newer beta bios. I've seen rel-1.8.0-143, -181, and -190, and I recall at least one of them included updated boot support. There may be newer available as well. Brian Conway On Wed, Dec 23, 2015 at 12:32 PM, Kapfhammer, Stefan

Re: APU2: no boot from internal mSATA storage

2015-12-23 Thread Brian Conway
Bios and APU2 flashing tools here (3rd post): http://www.pcengines.info/forums/?page=post&id=44BEA6F6-FC84-4F4B-BCE8-34A00764910B&fid=DF5ACB70-99C4-4C61-AFA6-4C0E0DB05B2A Brian Conway On Wed, Dec 23, 2015 at 2:01 PM, Kapfhammer, Stefan wrote: > Hello Brian, > > thank you for

Re: ddclient won't auto run on OpenBSD 5.8

2015-12-30 Thread Brian McCafferty
On 12/30/15 19:21, Jay Hart wrote: > Recently updated a router from 5.2 to 5.8. I had a working ddclient process > connected to and > fully working with DynDNS. Trying to use same config, may have to tweak just > a bit. > > My main issue right now is trying to get the ddclient process to run u

Re: the location of openbsd.pbr

2015-12-30 Thread Brian McCafferty
On 12/30/15 18:30, 张腾 wrote: > Could anybody please tell me what is the specific location of openbsd.pbr ? > It seems that i can't find it. > > > Are you referring to the file you need to create for dual booting with the windows ntldr? Check the FAQ: http://www.openbsd.org/faq/obsd-faq.txt

Re: bandwidth usage limits with pf, etc.

2015-12-31 Thread Brian Conway
systat will show you most of what pftop does, no package necessary. http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/systat.1?query=systat&sec=1 Brian Conway On Dec 31, 2015 2:30 PM, "Mark Carroll" wrote: > I was wondering recently what the biggest bandwidth hog

Re: xz: (stdin): Cannot allocate memory

2016-01-30 Thread Brian Conway
Have you read the xz man page, specifically on memory requirements? 9-extreme is probably not what you want - it's fairly insane/placebo. Full dmesg with memory information is needed beyond that. Brian Conway On Jan 30, 2016 7:18 AM, "Lampshade" wrote: > Hello > I have

Re: [SOLVED] with pain / was: APU2 WLE200NX ATHN0: Device timeout

2016-01-31 Thread Brian Conway
with 5.8-stable. I spoke with the folks at PC Engines and they believe it to be a hardware issue and are sending me a replacement board. This is with the 190 BIOS, I haven't had a chance to try the newer apu2_160120.zip at http://pcengines.ch/howto.htm#bios . Brian

FOSDEM 2018 - Distributions Devroom Call for Participation

2017-11-03 Thread Brian Exelbierd
license (CC-BY). If you have any questions, feel free to contact the devroom organizers: distributions-devr...@lists.fosdem.org (https://lists.fosdem.org/listinfo/distributions-devroom) Cheers! Brian Exelbierd (twitter: @bexelbie) and Brian Stinson (twitter: @bstinsonmhk) for and on behalf of Th

Re: Chip cheaper than chips

2017-12-03 Thread Brian McCafferty
On 12/03/17 03:23, Rupert Gallagher wrote: > The bug on Atom C2000 was solved in the new C3000 series. It was a minor bug > anyway. > > I have no evidence that the management engine is part of the new chip. It is > an expensive extension that Intel would not include for free. Besides, if > av

Meltdown workaround enabled?

2018-03-11 Thread Brian Camp
mean that the workaround isn't functioning on this machine? Dmesg below. Thanks -Brian OpenBSD 6.2 (GENERIC.MP) #6: Wed Feb 28 21:13:02 CET 2018 r...@syspatch-62-amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 8411357184 (8021MB) avail mem = 8149352448 (77

Re: Meltdown workaround enabled?

2018-03-13 Thread Brian Camp
On Tue, Mar 13, 2018 at 2:29 AM, Mike Larkin wrote: > On Sun, Mar 11, 2018 at 04:33:49PM -0500, Brian Camp wrote: >> I have two systems running 6.2-stable with the meltdown syspatch >> installed. I noticed that while one of them lists "MELTDOWN" in the >> CPU fla

Re: Meltdown workaround enabled?

2018-03-13 Thread Brian Camp
On Tue, Mar 13, 2018 at 4:41 PM, Mike Larkin wrote: > On Tue, Mar 13, 2018 at 02:23:29PM -0700, Mike Larkin wrote: >> On Tue, Mar 13, 2018 at 08:27:49AM -0500, Brian Camp wrote: >> > On Tue, Mar 13, 2018 at 2:29 AM, Mike Larkin wrote: >> > > On Sun, Mar 11, 2018 a

Re: Meltdown workaround enabled?

2018-03-13 Thread Brian Camp
On Tue, Mar 13, 2018 at 7:18 PM, Chris Cappuccio wrote: > Mike Larkin [mlar...@azathoth.net] wrote: >> >> I'm not sure whether or not I believe what your machine is reporting, I was >> under the assumption that new hardware was needed to fix this. Shrug. >> > > There is a public PoC for meltdown a

Re: Meltdown workaround enabled?

2018-03-13 Thread Brian Camp
On Tue, Mar 13, 2018 at 10:39 PM, Theo de Raadt wrote: >> According to some sources, Intel and a handful of others have known about the >> issue since February 2017(!), so perhaps it has already been patched in the >> 08Jan2018 BIOS. I too have doubts that to date any processor has been >> redesig

Re: wg(4) listen on a specific interface / address

2020-10-27 Thread Brian Brombacher
> On Oct 27, 2020, at 5:33 PM, Pierre Emeriaud > wrote: > > Howdy misc@, > > I have a fairly complicated setup with lots of interfaces, a couple of > rdomains etc. > > I'd like wireguard to listen only on an IP address, not all. But if my > understanding of ifconfig(8) is correct, this doe

Re: wg(4) listen on a specific interface / address

2020-10-28 Thread Brian Brombacher
> On Oct 28, 2020, at 5:07 PM, Pierre Emeriaud > wrote: > > Le mar. 27 oct. 2020 à 23:46, j...@snoopy.net.nz a > écrit : >> >> >> >> Hi Pierre, >> >> The error may indicate that port 53 on 127.0.0.1 is already used by another >> service. This appears to be confirmed by your netstat ex

Re: wg(4) listen on a specific interface / address

2020-10-28 Thread Brian Brombacher
> On Oct 28, 2020, at 6:21 PM, Brian Brombacher wrote: > >  > >> On Oct 28, 2020, at 5:07 PM, Pierre Emeriaud >> wrote: >> >> Le mar. 27 oct. 2020 à 23:46, j...@snoopy.net.nz a >> écrit : >>> >>> >>> >&g

Re: wg(4) listen on a specific interface / address

2020-10-29 Thread Brian Brombacher
> On Oct 29, 2020, at 11:21 AM, Pierre Emeriaud > wrote: > > Le jeu. 29 oct. 2020 à 00:09, Brian Brombacher a > écrit : >> >> Scratch that, use the ifconfig wgrtable option to specify separate routing >> domains for the port 53. This lets you initiate

Re: wg(4) listen on a specific interface / address

2020-10-29 Thread Brian Brombacher
> On Oct 29, 2020, at 6:09 PM, Pierre Emeriaud > wrote: > > Le jeu. 29 oct. 2020 à 21:03, Stuart Henderson a > écrit : >> Which DNS server do you have bound on 53? > > unwind > > >>> Is there a reason why wg needs such a large bind? >> Unless/until it gets an option to bind to a specifi

Re: IPsec and MTU / fragmentation

2020-10-30 Thread Brian Brombacher
> On Oct 29, 2020, at 11:56 PM, David Diggles wrote: > > On Mon, Feb 10, 2020 at 05:15:00PM +, Peter M??ller wrote: >> Hello Lucas, >> >> as far as I understood, setting MTU on encN interfaces is not supported >> since it is not mentioned by enc(4) and setting it manually fails: >> >>>

Re: IPsec and MTU / fragmentation

2020-10-30 Thread Brian Brombacher
> On Oct 30, 2020, at 11:44 AM, Brian Brombacher wrote: > >  > >>> On Oct 29, 2020, at 11:56 PM, David Diggles wrote: >>> >>> On Mon, Feb 10, 2020 at 05:15:00PM +, Peter M??ller wrote: >>> Hello Lucas, >>> >>> as fa

Re: Are relayd and httpd my future buddy?

2020-10-31 Thread Brian Brombacher
> On Oct 30, 2020, at 6:32 PM, Lars Bonnesen wrote: > > I have been using a combination of Apache, mod_proxy and letsencrypt to set > up different loadbalancing/https offload solution like this: > > https://URL1[Apache http_1] > ---| > https://

TTY Count

2021-06-18 Thread Brian Empson
What is the proper way to increase the number of TTYs available on the system? I have alot of users logged in on a machine and we run out of TTYs every once in awhile. Thanks, Brian

udp sendto performance

2021-07-05 Thread Brian Empson
hanks to anyone who can point me in the right direction, Brian

Re: TCP FIN hangups in encrypted ESP tunnel

2021-07-08 Thread Brian Brombacher
nterval might be handy. A sysctl also exists to turn TCP keep alive on for all connections by default. Not sure it’ll help. Does your download crawl to a halt, then after a period of time, you get the FIN? (Note: I don’t have any Hetzner hosts and I’m just guessing based on my experience with Azure) -Brian

Re: patch-008 missing in CVS repo

2023-07-13 Thread Brian Conway
elf.c I see similar results when I try pulling from a couple anoncvs mirrors. Perhaps a bug or oops in the CVS update process? Brian Conway Owner RCE Software, LLC

Re: patch-008 missing in CVS repo

2023-07-13 Thread Brian Conway
On Thu, Jul 13, 2023, at 9:13 AM, Stefan Sperling wrote: > On Thu, Jul 13, 2023 at 08:49:06AM -0500, Brian Conway wrote: >> I'm seeing the same. The commit email for 7.3-stable is here: >> >> https://marc.info/?l=openbsd-cvs&m=168919043301821 >> >> But

Re: High ACPI CPU load

2023-07-17 Thread Brian Conway
engineering and unsupported boards. >> >>-ml >> >>> > > [0] > https://www.reddit.com/r/PFSENSE/comments/14vv90w/topton_5105_n6005_owners_any_issues_running_on/ > [1] > https://pan.x86pi.cn/BIOS%E6%9B%B4%E6%96%B0/1.Intel%E8%BF%B7%E4%BD%A0%E4%B8%BB%E6%9C%BA%E7%B3%BB%E5%88%97BIOS/N5105%20V3-V5%20%E5%BE%AE%E7%A0%81%E6%9B%B4%E6%96%B023-04-18 I can confirm that the linked BIOS update resolves the stuck GPE on my board. I ended up using unetbootin to get the ISO in a state that my board was willing to boot and flash. I appear to have lost the ability to redirect the BIOS via serial console with this update, but as noted, you get what you pay for. Thanks all. Brian

Re: Installing openBSD

2023-07-31 Thread Brian Conway
or the installer ramdisk is here: https://github.com/openbsd/src/blob/master/distrib/amd64/ramdisk_cd/Makefile#L19 Maybe you can work backwards from it to see what you're doing wrong. Brian

Re: Communication between hosts on different network interfaces

2024-01-06 Thread Brian Conway
from my less-trusted network to my more-trusted network. With the IP forwarding sysctl set, no routing magic or NAT is required. It works well for both IPv4 and IPv6. Brian

Re: New postfix-3.8.20221007p12 broken TLS for Gmail servers?

2024-02-02 Thread Brian Conway
09.85.167.45] >> ehlo=1 starttls=1 commands=2 >> >> Before updating the package, I had postfix-3.8.20221007p11, and it had no >> such problem. > > Why do you run such an outdated postfix snapshot? That is the latest version that is supported/available in packages-stable: https://cdn.openbsd.org/pub/OpenBSD/7.4/packages-stable/amd64/ Brian Conway Owner RCE Software, LLC

Re: Single partition fs layout

2024-02-13 Thread Brian Conway
openbsd.org/faq/faq4.html#Partitioning Brian Conway Owner RCE Software, LLC

Re: KeyTrap DNS vulnerability

2024-02-14 Thread Brian Conway
gister.com/2024/02/13/dnssec_vulnerability_internet/ -current and both -stable branches have been updated: https://marc.info/?l=openbsd-cvs&w=2&r=1&s=CVE-2023-50387&q=b Brian Conway Owner RCE Software, LLC

Re: New (for me,) dmesg warning during system bootup.

2024-02-25 Thread Brian Conway
r64 libcld: > warning: __mcount: missing endbr64 libcrypto sshd. > > > -- > aer https://marc.info/?t=17088928881 "It is unimportant and temporary." Brian

Re: Request for a check 'relinking in progress' before a reboot

2024-03-23 Thread Brian Conway
6, whatever) that may be locked out of reboot/halt for 3-5 minutes after booting. Brian

Re: Bash instead of ksh

2024-04-02 Thread Brian Conway
On Tue, Apr 2, 2024, at 10:08 PM, Nick Holland wrote: > What is it that you see bash doing so much better than stock pdksh? Multiline command editing. (I don't use bash, but it would be a nice feature.) Brian

Re: ipv6 assistance

2024-04-06 Thread Brian Conway
ates Xfinity uses DHCPv6 for the WAN interface and DHCPv6-PD for internal interfaces. I haven't confirmed any of that, as I'm not a customer. You should be able to translate most Xfinity guides for use with OpenBSD, I would think. Brian Conway Owner RCE Software, LLC

Re: / not in RO after change in fstab

2024-04-12 Thread Brian Conway
c/blob/4365136d4e2a201819da54e3e3bc8e95c1301f8e/etc/rc#L428 If you plan on bypassing that, you're wading into unsupported land. For example, you'll have an unpleasant time with a read-only /dev. Brian Conway Owner RCE Software, LLC

Re: OpenBSD Installation Doesn't Detect NVMe SSD, but Detects My USB Drives

2024-04-15 Thread Brian Conway
Ali Yuruk Sorry to hear of your trouble. I recommend including some actionable information, such as: - make and model of the NVMe drive - OpenBSD installer dmesg with the drive not recognized - FreeBSD or Linux dmesg with the drive working Brian Conway Owner RCE Software, LLC

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

2024-04-23 Thread Brian Conway
> wd0 at pciide0 channel 0 drive 0: That seems... unusual. Do you have an (old) IDE compatibility option turned on in the BIOS? I would have expected it to attach via AHCI: sd0 at scsibus1 targ 2 lun 0: naa.5002538e304456ac Brian Conway

Re: NAT on CARP interface

2024-04-28 Thread Brian Conway
; make? You're just repeating a different word. Lol Brian Conway Owner RCE Software, LLC

Xterm copy-paste not happening on OpenBSD 7.1 i386.

2022-08-04 Thread Brian Durant
I have installed OpenBSD 7.1 i386 on my Lenovo T60 and am experiencing a couple of issues. The first is related to the following addition that I made to my .Xdefaults file, which works with OpenBSD 7.1 amd64 installs, but not with the OpenBSD 7.1 i386 install on my Lenovo T60: XTerm*VT100.Trans

Re: Xterm copy-paste not happening on OpenBSD 7.1 i386.

2022-08-04 Thread Brian Durant
On Thu, 4 Aug 2022, Lucas wrote: > Brian Durant wrote: > > I have installed OpenBSD 7.1 i386 on my Lenovo T60 and am experiencing a > > couple of issues. The first is related to the following addition that I > > made to my .Xdefaults file, which works with OpenB

Re: Xterm copy-paste not happening on OpenBSD 7.1 i386.

2022-08-04 Thread Brian Durant
On Thursday, August 4, 2022, Michael Hekeler wrote: > Am 04.08.22 15:27 schrieb Brian Durant: > > I have installed OpenBSD 7.1 i386 on my Lenovo T60 and am experiencing a > > couple of issues. The first is related to the following addition that I made > > to my .Xdefaults f

Re: Xterm copy-paste not happening on OpenBSD 7.1 i386.

2022-08-04 Thread Brian Durant
On Thu, 4 Aug 2022, Alexander Hall wrote: > > > On August 4, 2022 5:42:13 PM GMT+02:00, Brian Durant > wrote: > > > > > >On Thu, 4 Aug 2022, Lucas wrote: > > > >> Brian Durant wrote: > >> > I have installed OpenBSD 7.1 i386 on my

Re: Xterm copy-paste not happening on OpenBSD 7.1 i386.

2022-08-05 Thread Brian Durant
On Fri, 5 Aug 2022, Alexander Hall wrote: > > > On August 5, 2022 8:32:25 AM GMT+02:00, Brian Durant > wrote: > > > > > >On Thu, 4 Aug 2022, Alexander Hall wrote: > > > >> > >> > >> On August 4, 2022 5:42:13 PM GMT+02:00, Br

Recently acquired Ryzen 5 computer lacks sound with OpenBSD 7.1.

2022-10-26 Thread Brian Durant
The computer has a Ryzen 5 4600G processor, as well as AMD High Def and Realtek audio. I have tried unsuccessfully to get audio through the HDMI connection as well as a Behringer UMC20HD USB sound card. I have looked at the relevant man pages and tried to solve this on Reddit. It has been sugge

Connect MIDI keyboard to SF2 player in LMMS - OpenBSD 7.2.

2022-11-08 Thread Brian Durant
I am trying to connect my MIDI keyboard to the Sf2 Player, in LMMS. sndio MIDI is set under MIDI interface in the MIDI settings section of the LMMS preferences. DMESG gives me the following when I plug my MIDI keyboard into the computer: umidi0 at uhub0 port 5 configuration 1 interface 0 "KORG

Re: Connect MIDI keyboard to SF2 player in LMMS - OpenBSD 7.2.

2022-11-08 Thread Brian Durant
On 11/8/22 17:15, Alexandre Ratchov wrote: If you've multiple MIDI controllers, you could assign a MIDI channel to each (most MIDI controllers have a knob to do so) and then route them all to "midithru/0" so lmms or fluidsynth see them as a single port. For instance: midicat -d -q midi/0 -q midi

Xiaomi Mi Air, Synaptic trackpad and OpenBSD 7.2.

2022-11-12 Thread Brian Durant
I am trying to get the Synaptic trackpad (12C?) on a Xiaomi Mi Air laptop working. I have found several references in the OpenBSD man pages, so I believe something has been worked on, but at what stage the development is currently at, I am  a bit unsure. Usually, if something is included in Ope

Re: Xiaomi Mi Air, Synaptic trackpad and OpenBSD 7.2.

2022-11-12 Thread Brian Durant
On 11/12/22 19:04, Marcus MERIGHI wrote: Hello, cont...@anarchosaxophonist.org (Brian Durant), 2022.11.12 (Sat) 10:49 (CET): I am trying to get the Synaptic trackpad (12C?) on a Xiaomi Mi Air laptop working. I have found several references in the OpenBSD man pages, so I believe something has

Re: CyberPower cp1500PPFCLCD

2022-11-13 Thread Brian Conway
PC It does not. https://www.cyberpowersystems.com/ Brian

Re: OpenBSD File systems , on Flash / SSD CPE (in sites with uncontrolled power (CPE customer sites)

2022-11-28 Thread Brian Conway
cterization is true for your /usr/local mount, I would guess it is probably not for /. Brian

Re: poor routing/nat performance

2022-12-19 Thread Brian Conway
r inexpensive alternatives to the APU2+ platform, and there are plenty in the $100-200 USD range for amd64. Most of my APU2s have been retired to terminal/console server duty. > CPU bored, max. load 25% It sounds like 1 of your 4 cores is maxed, which would not be surprising. Brian Conway

"/bsd: cannot forward" ip6 traffic messages

2022-12-30 Thread Landy, Brian
, and if there is anything I can tune with sysctl or pf to prevent it. I’m on 7.2 with the latest patches. Thanks, Brian

Re: "/bsd: cannot forward" ip6 traffic messages

2022-12-31 Thread Landy, Brian
messages. Thanks, Brian > On Dec 31, 2022, at 5:45 AM, Gábor LENCSE wrote: > > Hi Brian, > > I am not familiar with Apple devices, but I am familiar with IPv6. > > The IPv6 addresses in your log file have the fc00::/7 prefix, that is, they > are from the RFC4193 &quo

OpenBSD 7.2 amd64, MIDI error "midi/0: couldn't open port".

2023-01-06 Thread Brian Durant
t /etc/rc.conf.local pkg_scripts=avahi_daemon messagebus gdm cups_browsed sndiod_flags=-z 128 -f rsnd/1 $ cat /etc/sysctl.conf kern.audio.record=1 sndiod flags are for reduced latency and for audio to work properly on my Huawei MateStation. Brian

Re: OpenBSD 7.2 amd64, MIDI error "midi/0: couldn't open port".

2023-01-06 Thread Brian Durant
On 1/6/23 18:40, Alexandre Ratchov wrote: On Fri, Jan 06, 2023 at 10:18:37AM +0100, Brian Durant wrote: Hi, Completely lost as to the cause for the error. I have read the relevant man pages as well as searching the mail archive. System info: OpenBSD 7.2 amd64, GNOME 42.5, Huawei MateStation S

<    1   2   3   4   5   6   7   8   9   >