Re: Help to test em multiqueue on intel i211 APU4

2025-01-16 Thread Stuart Henderson
On 2025-01-15, Aurelien Martin <01aurel...@gmail.com> wrote: > --5782ac062bc69fa8 > Content-Type: text/plain; charset="UTF-8" > > Hi all, > > I'm running OpenBSD 7.6 GENERIC.MP#338 amd64 on APU4D4 > > Following this thread: > https://marc.info/?l=openbsd-tech&m=165642186010149&w=2 > Sub

Re: Help for another wiped out disklabel

2023-04-13 Thread Greg Thomas
Ok, now that 7.3 is up and running fine on sd0 I can re do my sd1 USB SSD. This SSD was set up as a 2nd disk back when I originally installed 6.8 on it so it's hard for me to remember how I would have had it start at 0 rather than 64 as mentioned in the FAQ. Thanks for reading and reminding me Ni

Re: Help for another wiped out disklabel

2023-04-13 Thread Nick Holland
On 4/13/23 16:08, Greg Thomas wrote: Thank you! I gave it one more shot before attempting the script and I'm back in. I figured I'd try 0 for the beginning of the partition. grits# disklabel sd1 # /dev/rsd1c: type: SCSI disk: SCSI disk label: Ext SSD duid: 2eeb6058175bf1f7 flags: bytes/sector:

Re: Help for another wiped out disklabel

2023-04-13 Thread Greg Thomas
Thank you! I gave it one more shot before attempting the script and I'm back in. I figured I'd try 0 for the beginning of the partition. grits# disklabel sd1 # /dev/rsd1c: type: SCSI disk: SCSI disk label: Ext SSD duid: 2eeb6058175bf1f7 flags: bytes/sector: 512 sectors/track: 20 tracks/cylinder:

Re: Help for another wiped out disklabel

2023-04-13 Thread chohag
Greg Thomas writes: > I just ran through a fresh 7.3 install onto sd0 on an old 6.8 laptop and I > have no idea what happened to the disklabel on sd1 (during the install I > only did an automatic disklabel on sd0). This is just a backup of my > current laptop so not the end of the world (unless my

Re: Help with basic pf rule to open port 25

2022-01-06 Thread Crystal Kolipe
On Thu, Jan 06, 2022 at 03:39:00PM -0500, Sean McBride wrote: > I don't actually want to use OpenSMTPD, I was just using it as a way to test > my experimental pf rules. I'l try to find some other way to test them. netcat # man nc

Re: Help with basic pf rule to open port 25

2022-01-06 Thread Sean McBride
On 5 Jan 2022, at 11:40, Crystal Kolipe wrote: > Have you actually changed the default /etc/mail/smtpd.conf to listen for > external connections? No. > By default it only listens on the loopback interface, (and local socket). Ah. That probably explains that then. I don't actually want to use

Re: Help with basic pf rule to open port 25

2022-01-05 Thread Crystal Kolipe
On Wed, Jan 05, 2022 at 11:03:02AM -0500, Sean McBride wrote: > pass in log quick on egress proto tcp to any port smtp > If on the OpenBSD system itself I do `telnet > localhost 25` I see the built-in OpenSTMPD. But if I telnet from another > machine on my LAN, I fail to connect. Shouldn't that

Re: Help with basic pf rule to open port 25

2022-01-05 Thread Tom Smyth
Hi Sean, Happy new year to you, do a netstat and make sure that your software is listening on an address other than loopback or all addresses (0.0.0.0) run the following command netstat -an If you want to check active rules in pf run the following command pfctl -sr if you ever want to check

Re: help debug NFS

2021-04-12 Thread Родин Максим
Hi, James Thank you for the link. Since the problem really exists, the only option is to use a periodical querying the mount point like you recommend or like I did using while-loop. 11.04.2021 21:11, James Stark пишет: Hi Maxim, I ran into the problem with the nfs mounts on linux hanging a few

Re: help debug NFS

2021-04-11 Thread James Stark
Hi Maxim, I ran into the problem with the nfs mounts on linux hanging a few months ago, when the Linux distro that I'm running (Void) on the NFS client dropped UDP NFS mounts. At the time I found this post that explains the situation: http://openbsd-archive.7691.n7.nabble.com/nfsd-hangs-Linux-tc

Re: help debug NFS

2021-04-11 Thread Ed Gray
Hi Maxim, I cannot help you fix this as I don't have a similar set-up but I can tell you this isn't normal behaviour for NFS. You should not need to tweak anything to get a stable mount at least in my experience. It sounds like a bug somewhere to me. You could try using the gnu watch command or

Re: Help with ssh(1) between OpenBSD and iSH/Alpine on iOS

2021-02-08 Thread Stefan Hagen
Erling Westenvik wrote: > On Sun, Feb 07, 2021 at 11:18:31AM +0100, Stefan Hagen wrote: >> Christian Weisgerber wrote: >>> Erling Westenvik: I can ssh FROM any OpenBSD box INTO iSH on my iPhone, and once authenticated I can ssh back from there to the OpenBSD box or to any other OpenB

Re: Help with ssh(1) between OpenBSD and iSH/Alpine on iOS

2021-02-08 Thread Erling Westenvik
On Sun, Feb 07, 2021 at 11:18:31AM +0100, Stefan Hagen wrote: > Christian Weisgerber wrote: > > Erling Westenvik: > >> I can ssh FROM any OpenBSD box INTO iSH on my iPhone, and once > >> authenticated I can ssh back from there to the OpenBSD box or to any > >> other OpenBSD or Linux box, but! -- Fr

Re: Help with ssh(1) between OpenBSD and iSH/Alpine on iOS

2021-02-07 Thread Stefan Hagen
Christian Weisgerber wrote: > Erling Westenvik: >> I can ssh FROM any OpenBSD box INTO iSH on my iPhone, and once >> authenticated I can ssh back from there to the OpenBSD box or to any >> other OpenBSD or Linux box, but! -- From iSH itself (ie. "directly" from >> my iPhone) I can only successfully

Re: Help with ssh(1) between OpenBSD and iSH/Alpine on iOS

2021-02-06 Thread Predrag Punosevac
Erling Westenvik wrote: > Hi, > Last year I discovered the iSH app, "The Linux shell for iOS" > (https:/ish.app), "a project to get a Linux shell environment running > locally on your iOS device, using a usermode x86 emulator". It's an > Alpine Linux distribution with the Almquist shell (ash) as

Re: Help with ssh(1) between OpenBSD and iSH/Alpine on iOS

2021-02-06 Thread Christian Weisgerber
Erling Westenvik: > I can ssh FROM any OpenBSD box INTO iSH on my iPhone, and once > authenticated I can ssh back from there to the OpenBSD box or to any > other OpenBSD or Linux box, but! -- From iSH itself (ie. "directly" from > my iPhone) I can only successfully ssh to Linux boxes; if I ssh fro

Re: help needed with httpd.conf and rewrite directive

2021-01-07 Thread John McGuigan
Yeah, or that... I realized that after but didn't want to double post. I emailed Kevin off-list to mention that the "/" character isn't special so it doesn't need to be escaped so Edgar's example can be modified to: location match "^/sendy/l/([%w/]+)$" { request rewrite "/sendy/l.php?i=$

Re: help needed with httpd.conf and rewrite directive

2021-01-07 Thread Christian Weisgerber
On 2021-01-07, John McGuigan wrote: > httpd's regex is based on Lua's, the following site will help you figure it > out: Or, you know, the patterns(7) man page. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: help needed with httpd.conf and rewrite directive

2021-01-06 Thread John McGuigan
httpd's regex is based on Lua's, the following site will help you figure it out: https://riptutorial.com/lua/example/20315/lua-pattern-matching Keep in mind that this list isn't really tolerant of those who just want pre-packaged solutions, you'll have to put in some elbow work. On Wed, Jan 6,

Re: help needed with httpd.conf and rewrite directive

2021-01-06 Thread Kevin
Thanks Edgar, Unfortunately, still no dice. Maybe there's a bona fide expert who can chime in and pull my ass from the fire here. :-) Kevin On Wed, Jan 6, 2021 at 3:46 PM Edgar Pettijohn wrote: > On Wed, Jan 06, 2021 at 02:12:40PM -0800, Kevin wrote: > > Hey gang, > > > > I'm trying to setup

Re: help needed with httpd.conf and rewrite directive

2021-01-06 Thread Edgar Pettijohn
On Wed, Jan 06, 2021 at 02:12:40PM -0800, Kevin wrote: > Hey gang, > > I'm trying to setup some rewrites in httpd that are needed to make some > software we just purchased work. > > The vendor's official docs only support nginx and apache, and I'm having a > helluva time understanding how to make

Re: help me to create hostname.wg

2020-10-30 Thread Sonic
On Fri, Oct 30, 2020 at 12:07 PM kasak wrote: > $ wg showconf wg0 > [Interface] > ListenPort = 9022 > > why the keys is not configured? You're not root.

Re: help me to create hostname.wg

2020-10-30 Thread kasak
30.10.2020 19:18, Josh Grosse пишет: On Fri, Oct 30, 2020 at 07:05:51PM +0300, kasak wrote: hello misc. I'm trying to create wg interface, but have no luck. Here is my /etc/hostname.wg0: $ cat /etc/hostname.wg0 inet 10.0.0.1/24 wgkey wgpeer wgaip 10.0.0.2 after running doas sh /etc/netsta

Re: Help, i want to ask if my Asus Vivobook Ryzen 3 , Vega 3 can run openbsd

2020-05-25 Thread Raymond, David
I run Vega 3 graphics on desktops. There are a few quirks, the most important being to turn off the hardware cursor. If I read the upgrade notice for 6.7 correctly, the cursor problem may be fixed in that version. Don't know about wireless. You may have to get a usb wireless dongle. I had terr

Re: Help, i want to ask if my Asus Vivobook Ryzen 3 , Vega 3 can run openbsd

2020-05-25 Thread David McMackins
I've seen other reports that the new Vega graphics don't work with the amdgpu driver. I'd be curious to know your results. Can't hurt to try anyway. Regards, David E. McMackins II www.mcmackins.org www.delwink.com On 5/25/20 12:12 PM, Charlie Burnett wrote: > Ryzen 3 Vega is based on the Raven

Re: Help, i want to ask if my Asus Vivobook Ryzen 3 , Vega 3 can run openbsd

2020-05-25 Thread Charlie Burnett
Ryzen 3 Vega is based on the Raven architecture, which has worked for me on machines before so I'm not sure you'd have much issue with it, I'd imagine it'd just work "out of the box". Wireless is up in the air, since the card didn't seem to be listed on the specifications online. On Mon, May 25, 2

Re: Help, i want to ask if my Asus Vivobook Ryzen 3 , Vega 3 can run openbsd

2020-05-25 Thread flint pyrite
You probably should check for wifi compatibility. On Sun, May 24, 2020 at 9:50 PM Digital Crow wrote: > Help, i want to ask if my Asus Vivobook Ryzen 3 , Vega 3 can run openbsd > I have problems with freebsd i can't run xorg it has a problem with efi > framebuffer and amdgpu driver. > It seems

Re: Help, i want to ask if my Asus Vivobook Ryzen 3 , Vega 3 can run openbsd

2020-05-24 Thread Aaron Mason
On Mon, May 25, 2020 at 1:49 PM Digital Crow wrote: > > Help, i want to ask if my Asus Vivobook Ryzen 3 , Vega 3 can run openbsd > I have problems with freebsd i can't run xorg it has a problem with efi > framebuffer and amdgpu driver. > It seems that this laptop can boot only efi partitions ther

Re: Help debugging slow nfs (40kB/s); linux client

2020-04-18 Thread Nathan Clement
Wow! Lowering rsize helped a lot! I can get about 4-5MB/s now. I had tried increasing rsize before, but I didn't imagine lowering it would help. Thank you! I'll mess around with some of the other parameters now to optimize: * rsize set in client mount command * nconnect set in client mount command

Re: Help debugging slow nfs (40kB/s); linux client

2020-04-18 Thread Alessandro De Laurenzis
Hello Nathan, On 17/04/2020 - 19:31, Nathan Clement wrote: [...] I am mounting this from my laptop which runs on arch linux at the moment. On the linux client machine, this is the relevant line from mount: 192.168.1.4:/home/nathan/shared on /home/nathan/mnt type nfs (rw,relatime,vers=3,rsize=6

Re: Help debugging slow nfs (40kB/s); linux client

2020-04-17 Thread Родин Максим
Hello, Try these options: sudo mount.nfs -o wsize=8192,rsize=8192 IPADDRESS:/shara /home/myuser/shara/ Play with wsize and rsize to achieve better speed. These are mines. 18.04.2020 02:31, Nathan Clement пишет: Hello, I am trying to get an Intel atom mini itx board running as an OpenBSD 6.6 N

Re: Help: System hang/Lockup using snapshots on Intel i5 NUC?

2020-03-17 Thread Why 42? The lists account.
On Thu, Mar 05, 2020 at 11:45:30PM +0100, Why 42? wrote: > ... > When this happens the mouse is frozen, the capslock LED on the (USB) > keyboard doesn't light up and the system doesn't respond to ssh. To > recover I have to hold down the power switch to shutoff the system, then > turn it on again,

Re: Help: System hang/Lockup using snapshots on Intel i5 NUC?

2020-03-07 Thread Raul Miller
You might also try testing that memory on that machine is not faulty. (I've been struggling with an ongoing onslaught of machines with faulty memory.) FYI, -- Raul On Fri, Mar 6, 2020 at 6:19 PM Raymond, David wrote: > > You might try an alternate desktop/window manager such as lxqt or > icew

Re: Help: System hang/Lockup using snapshots on Intel i5 NUC?

2020-03-06 Thread Raymond, David
You might try an alternate desktop/window manager such as lxqt or icewm and see if the problem persists. When I tried XFCE on my X1 carbon laptop, XFCE was not so nice, though I can't remember the details at this point. Dave Raymond On 3/5/20, Why 42? The lists account. wrote: > > Hi All, > > W

Re: Help: System hang/Lockup using snapshots on Intel i5 NUC?

2020-03-06 Thread Andrew Daugherity
On Thu, Mar 5, 2020 at 4:48 PM Why 42? The lists account. wrote: > The OpenBSD kernel tells me that there is a serial port / UART (com0 at > isa0 port 0x3f8/8 irq 4: ns16550 ...) but I've taken the NUC to pieces > and I cannot see anything on the board that looks like a serial port > header. I fo

Re: Help: System hang/Lockup using snapshots on Intel i5 NUC?

2020-03-06 Thread Bruno d'Arcangeli
Le Thursday 05 Mar 2020 à 23:45:30 (+0100), Why 42? The lists account. a écrit: > > Hi All, > > We've been running OpenBSD on a server for several years now and its been > reliable with minimal issues, so I thought I would also like to try it as > a desktop system. > > Thus I've been experimenti

Re: help understanding cua/tty EBUSY behaviour?

2019-08-07 Thread Theo de Raadt
Adam Thompson wrote: > On 2019-08-03 18:14, Theo de Raadt wrote: > > Adam Thompson wrote: > > > >> Summary: I open cua0 with cu(1), quit cu(1), try to re-open with > >> cu(1) but now it immediately fails with EBUSY. *Usually* doesn't > >> happen with USB-to-serial (cuaU[0-9]) but have still se

Re: help understanding cua/tty EBUSY behaviour?

2019-08-07 Thread Adam Thompson
On 2019-08-03 18:14, Theo de Raadt wrote: Adam Thompson wrote: Summary: I open cua0 with cu(1), quit cu(1), try to re-open with cu(1) but now it immediately fails with EBUSY. *Usually* doesn't happen with USB-to-serial (cuaU[0-9]) but have still seen it once or twice. [...] You are observi

Re: help understanding cua/tty EBUSY behaviour?

2019-08-03 Thread Theo de Raadt
Adam Thompson wrote: > Summary: I open cua0 with cu(1), quit cu(1), try to re-open with > cu(1) but now it immediately fails with EBUSY. *Usually* doesn't > happen with USB-to-serial (cuaU[0-9]) but have still seen it once or > twice. > > I've seen this behaviour on OpenBSD 6.4, OpenBSD 6.5, a

Re: help with understanding __BSD_VISIBLE

2019-07-21 Thread Theo de Raadt
>Philip Guenther writes: > >> There are four options here: >> 1) change the software to not use the name 'bcrypt' for a non-static >> function. OpenBSD has only been using it for 15 years... > >Agree, but for now I'm trying to keep changes to a minimum as I work out >larger issues. This is in an

Re: help with understanding __BSD_VISIBLE

2019-07-15 Thread Allan Streib
Philip Guenther writes: > There are four options here: > 1) change the software to not use the name 'bcrypt' for a non-static > function. OpenBSD has only been using it for 15 years... Agree, but for now I'm trying to keep changes to a minimum as I work out larger issues. This is in an erlang w

Re: help with understanding __BSD_VISIBLE

2019-07-13 Thread Philip Guenther
On Fri, Jul 12, 2019 at 10:39 AM Allan Streib wrote: > Probably an elementary question stemming from my lack of C expertise. > > I am trying to complile some C code that includes its own "bcrypt" > function. This is conflicting with the declaration in pwd.h. > > error: conflicting types for '

Re: help with understanding __BSD_VISIBLE

2019-07-12 Thread Otto Moerbeek
On Fri, Jul 12, 2019 at 03:35:54PM -0400, Allan Streib wrote: > Probably an elementary question stemming from my lack of C expertise. > > I am trying to complile some C code that includes its own "bcrypt" > function. This is conflicting with the declaration in pwd.h. > > error: conflicting t

Re: Help with LibreSSL manpages

2018-11-28 Thread Joel Sing
On Sunday 25 November 2018 17:36:16 Ingo Schwarze wrote: > Stephen Gregoratto wrote on Mon, Nov 26, 2018 at 12:26:21AM +1100: > > > > Would I need to fully grok the code before I could write the docs? > > Absolutely not. You could spend an infinite amount of time to > understand the code if you t

Re: Help with LibreSSL manpages

2018-11-26 Thread Ingo Schwarze
Hi Stephen, Stephen Gregoratto wrote on Mon, Nov 26, 2018 at 09:24:25PM +1100: > Thanks for your response Ingo. I think I'll start with the missing > functions and go through them by order of length. Not saying "by order of length" is impossible, but keep in mind that * There are few section

Re: Help with LibreSSL manpages

2018-11-26 Thread Stephen Gregoratto
Thanks for your response Ingo. I think I'll start with the missing functions and go through them by order of length. I'll try and peruse through the ports and check for any examples. Speaking of functions: I'm trying to generate a list of each function, the source file it's defined in and the c

Re: Help with LibreSSL manpages

2018-11-25 Thread Ingo Schwarze
Hi Stephen, Stephen Gregoratto wrote on Mon, Nov 26, 2018 at 12:26:21AM +1100: > I've recently been getting into (re)writing my manpages using mdoc(7), > and came across Ingo's talk about mandoc/LibreSSL [1]. In it he > mentioned that there are still some functions to document and many > pages

Re: Help setting up email with opensmtp.

2018-02-24 Thread mazocomp
On Fri, Feb 23, 2018 at 08:06:23PM +, Stuart Henderson wrote: > On 2018-02-23, ed...@pettijohn-web.com wrote: > > > > On Feb 22, 2018 9:44 PM, mazocomp wrote: > >> > >> On Thu, Feb 22, 2018 at 08:36:49PM -0600, Edgar Pettijohn wrote: > >> > However, with this setup you should be able to just

Re: Help setting up email with opensmtp.

2018-02-23 Thread leroy jordan
Awesome, thanks! very informative thank you very much. thanks Leroy Jordan On Feb 23, 2018 3:50 PM, "Stuart Henderson" wrote: On 2018/02/23 15:32, leroy jordan wrote: > can you be more pacific on the fdm what does it stand for. so when I go to pkg_add I can then > read the Man page please. $

Re: Help setting up email with opensmtp.

2018-02-23 Thread Stuart Henderson
On 2018/02/23 15:32, leroy jordan wrote: >  can you be more pacific on the fdm what does it stand for. so when I go to > pkg_add I can then > read the Man page please. $ pkg_info fdm Information for inst:fdm-1.9p0 Comment: fetch, filter and deliver mail Description: fdm is a simple, lightweight

Re: Help setting up email with opensmtp.

2018-02-23 Thread Stuart Henderson
On 2018-02-23, ed...@pettijohn-web.com wrote: > > On Feb 22, 2018 9:44 PM, mazocomp wrote: >> >> On Thu, Feb 22, 2018 at 08:36:49PM -0600, Edgar Pettijohn wrote: >> > However, with this setup you should be able to just use sendbug(1). >> > >> > sendbug will envoke sendmail aka smtpctl and then s

Re: Help questions

2018-02-23 Thread edgar
On Feb 23, 2018 5:48 AM, Fabio Almeida wrote: > > Hi Leroy, > > I recommend you to read and study at least: > - https://www.openbsd.org/faq/ - Everything, from top to bottom. > - DNS & Bind - To get a good understanding of Internet and how things work > in general. > - Some network and TCP/IP spe

Re: Help questions

2018-02-23 Thread Fabio Almeida
Hi Leroy, I recommend you to read and study at least: - https://www.openbsd.org/faq/ - Everything, from top to bottom. - DNS & Bind - To get a good understanding of Internet and how things work in general. - Some network and TCP/IP specific books** - Absolute OpenBSD - The Book of PF **For me tha

Re: Help questions

2018-02-23 Thread leroy jordan
This is great, thank you so much! I have read all of those books but thank you for the information. thanks Leroy Jordan On Feb 23, 2018 6:48 AM, "Fabio Almeida" wrote: > Hi Leroy, > > I recommend you to read and study at least: > - https://www.openbsd.org/faq/ - Everything, from top to bottom.

Re: Help setting up email with opensmtp.

2018-02-23 Thread edgar
On Feb 22, 2018 9:44 PM, mazocomp wrote: > > On Thu, Feb 22, 2018 at 08:36:49PM -0600, Edgar Pettijohn wrote: > > However, with this setup you should be able to just use sendbug(1). > > > > sendbug will envoke sendmail aka smtpctl and then submit it your local smtpd > > who will then relay it vi

Re: Help setting up email with opensmtp.

2018-02-22 Thread mazocomp
On Thu, Feb 22, 2018 at 08:36:49PM -0600, Edgar Pettijohn wrote: > However, with this setup you should be able to just use sendbug(1). > > sendbug will envoke sendmail aka smtpctl and then submit it your local smtpd > who will then relay it via gmail. Hi! Excuse me for ignorant question below. I

Re: Help setting up email with opensmtp.

2018-02-22 Thread Carson Chittom
leroy jordan writes: > Thanks! I will let you know the results thanks. One more question, is > there a man page for the secrets. The secrets are documented in smtpd.conf(5), if I'm understanding your question correctly. Take a look at the EXAMPLES section.

Re: Help setting up email with opensmtp.

2018-02-22 Thread leroy jordan
Thanks! I will let you know the results thanks. One more question, is there a man page for the secrets. Leroy Jordan On Feb 22, 2018 9:37 PM, "Edgar Pettijohn" wrote: > > > On 02/22/18 19:44, leroy jordan wrote: > > Sure, here it is. > > listen on lo0 > listen on egress port 25 tls pki mail.ex

Re: Help setting up email with opensmtp.

2018-02-22 Thread Edgar Pettijohn
On 02/22/18 19:44, leroy jordan wrote: Sure, here it is. listen on lo0 listen on egress port 25 tls pki mail.example.com listen on egress port 587 tls-require pki mail.example.com auth accept for local alias deliver to mbox accept from

Re: Help setting up email with opensmtp.

2018-02-22 Thread leroy jordan
Sure, here it is. listen on lo0 listen on egress port 25 tls pki mail.example.com listen on egress port 587 tls-require pki mail.example.com auth accept for local alias deliver to mbox accept from local for any relay pki mail.example.com.crt certificate "/etc/ssl/mail.example.com.crt" pki mail

Re: Help setting up email with opensmtp.

2018-02-22 Thread edgar
Please provide your smtpd.conf. On Feb 22, 2018 6:51 PM, leroy jordan wrote: > > hello all, > > I'm trying to set up my email.conf. So I can send my Dmessage + log files. > I don't know the way to attach the log files so I can send via my Gmail > account. I've used this as  https://www.opensmtpd.o

Re: Help questions

2018-02-22 Thread Base Pr1me
No flame from here, but, you did receive a very valuable reply from Michael Hekeler regarding your emails. The history of the reply is located here: https://marc.info/?l=openbsd-misc&m=151575921608315&w=2 On Thu, Feb 22, 2018 at 2:36 PM, leroy jordan wrote: > I'm new to oBSD. However, I do wont

Re: Help moving OpenBSD installation to new machine

2018-01-18 Thread Randall Gellens
The vendor suggested that I disable the COM port and use the HDMI connector on the box, saying that there had been reports of a problem with the OpenBSD serial support. That does seem to be the issue. Using HDMI instead of COM allows amd64 6.2 to install and boot. At 4:35 PM -0800 1/18/18,

Re: Help moving OpenBSD installation to new machine

2018-01-18 Thread Randall Gellens
Thank you for your help, Stuart. I've tried booting 6.2 in the amd64, but that won't boot either, it just hangs: Using drive 0, partition 3. Loading.. probing: pc0 com0 mem[6

Re: Help moving OpenBSD installation to new machine

2018-01-18 Thread Stuart Henderson
On 2018/01/17 16:52, Randall Gellens wrote: > At 6:44 PM -0800 1/16/18, Randall Gellens wrote: > > I have a new box, a Protectli with a dual core Intel Celeron 3865U. > > Following the advice to do a clean install onto the new box, I did so, with > OpenBSD 6.2. The install seemed to go smoothly,

Re: Help moving OpenBSD installation to new machine

2018-01-17 Thread Randall Gellens
To clarify, the box is a Protectli Firewall Micro Appliance, 6x Gigabit Intel LAN, AES-NI, Barebones. I've installed a Crucial BX300 120GB SATA 2.5 Inch Internal Solid State Drive and two Crucial 4GB DDR4 2133 MT/s (PC4-17000) SR x8 SODIMM 260-Pin memory sticks into it. During boot, it displa

Re: Help moving OpenBSD installation to new machine

2018-01-17 Thread Todd
Have you tried doing a clean installation, then coping over the configs? If your goal is to update to a supported version, you will eventually have to deal with any incompatible changes. My advise is to deal with any trouble spots now, before migration. On Tue, Jan 16, 2018 at 8:44 PM, Randall Ge

Re: Help moving OpenBSD installation to new machine

2018-01-17 Thread x9p
On Wed, January 17, 2018 12:44 am, Randall Gellens wrote: > I have a pretty old OpenBSD that's been running on a Soekris Net5501, > an AMD Geode LX single chip processor with CS5536 companion chip, > classified as a "586 class processor". > > I have a new box, a Protectli with a dual core Intel Ce

Re: Help moving OpenBSD installation to new machine

2018-01-17 Thread Stuart Henderson
On 2018-01-17, Randall Gellens wrote: > I have a pretty old OpenBSD that's been running on a Soekris Net5501, > an AMD Geode LX single chip processor with CS5536 companion chip, > classified as a "586 class processor". > > I have a new box, a Protectli with a dual core Intel Celeron 3865U. > > I

Re: help understanding ikectl error messages

2018-01-15 Thread Andreas Thulin
Thanks Stuart for replies! I can confirm that I could proceed without issues on 6.2-current. :-) BR, Andreas mån 15 jan. 2018 kl. 10:31 skrev Stuart Henderson : > On 2018/01/15 06:35, Andreas Thulin wrote: > > Sorry, my bad! > > > > 6.2-stable. And after sending my e-mail, I found a post about th

Re: help understanding ikectl error messages

2018-01-15 Thread Stuart Henderson
On 2018/01/15 06:35, Andreas Thulin wrote: > Sorry, my bad! > > 6.2-stable. And after sending my e-mail, I found a post about this issue, > that ended up in > ikeca.c (?) having been patched on 8 November last year to resolve the same > issue, I believe. I > have installed 6.2-current on another

Re: help understanding ikectl error messages

2018-01-14 Thread Andreas Thulin
Sorry, my bad! 6.2-stable. And after sending my e-mail, I found a post about this issue, that ended up in ikeca.c (?) having been patched on 8 November last year to resolve the same issue, I believe. I have installed 6.2-current on another machine to figure out if that solves the problem. BR, And

Re: help understanding ikectl error messages

2018-01-14 Thread Stuart Henderson
On 2018-01-09, Andreas Thulin wrote: > Hi! > > Following the example on https://man.openbsd.org/ikectl, I > > # ikectl ca test create > ...and then > # ikectl ca test certificate sub.domain.com create > ...filled out "the form", but after that... > Using configuration from /etc/ssl/test/sub.domain

Re: help updating EHCI driver

2017-12-07 Thread Paul B. Henson
> From: Martin Pieuchot > Sent: Thursday, December 7, 2017 3:18 AM > > Which issue are you having? Sorry, there was more context in an earlier thread. Basically, I have a pc engines APU3 board which has AMD Hudson-2 EHCI USB ports on it. If devices are plugged in when the system boots and the p

Re: help updating EHCI driver

2017-12-07 Thread Martin Pieuchot
On 05/12/17(Tue) 18:48, Paul B. Henson wrote: > I'm trying to port some quirks for AMD USB chipsets from other operating > systems to OpenBSD to hopefully resolve issues I am having with the pc > engines APU3 EHCI ports, as they seem to work fine on those systems. Which issue are you having? What

Re: HELP! My HTTPD website keeps breaking because the custom directory/user permissions are being reverting for some reason!

2017-05-30 Thread Stuart Henderson
On 2017-05-29, tec...@protonmail.com wrote: > I have set the root to be /var/www/htdocs > Whilst others may think that is a bit pointless, it's fine for me. The issue > here is not the chroot, or the location I like to put my web content, it's > permissions and I can't see the relevance in the p

Re: HELP! My HTTPD website keeps breaking because the custom directory/user permissions are being reverting for some reason!

2017-05-29 Thread alf
tec...@protonmail.com writes: > Hi there, > > I have been using httpd for quite a while now, but after a new > project/website having to have read/write/execute permissions (unsafe, > I do realise..) I decided to: > > 1. add root to the www group, > 2. chown -R www:www /var/www/htdocs > 3. chmod -

Re: HELP! My HTTPD website keeps breaking because the custom directory/user permissions are being reverting for some reason!

2017-05-29 Thread Sebastian Benoit
tec...@protonmail.com(tec...@protonmail.com) on 2017.05.28 19:57:41 -0400: > Hi there, > > I have been using httpd for quite a while now, but after a new > project/website having to have read/write/execute permissions (unsafe, I do > realise..) I decided to: > > 1. add root to the www group, >

Re: HELP! My HTTPD website keeps breaking because the custom directory/user permissions are being reverting for some reason!

2017-05-28 Thread Martijn van Duren
On 05/29/17 01:57, tec...@protonmail.com wrote: > Hi there, > > I have been using httpd for quite a while now, but after a new > project/website having to have read/write/execute permissions (unsafe, I do > realise..) I decided to: > > 1. add root to the www group, > 2. chown -R www:www /var/ww

Re: HELP! My HTTPD website keeps breaking because the custom directory/user permissions are being reverting for some reason!

2017-05-28 Thread Edgar Pettijohn
the man page for 'security'. > >Thanks for your input though. > > Original Message >Subject: Re: HELP! My HTTPD website keeps breaking because the custom >directory/user permissions are being reverting for some reason! >Local Time: May 29, 2017 2:49 AM &

Re: HELP! My HTTPD website keeps breaking because the custom directory/user permissions are being reverting for some reason!

2017-05-28 Thread techay
figured out the issue, and for anyone else who might be interested, then check out the man page for 'security'. Thanks for your input though. Original Message ---- Subject: Re: HELP! My HTTPD website keeps breaking because the custom directory/user permissions are being reverti

Re: HELP! My HTTPD website keeps breaking because the custom directory/user permissions are being reverting for some reason!

2017-05-28 Thread Erling Westenvik
On Sun, May 28, 2017 at 08:13:13PM -0400, tec...@protonmail.com wrote: > I need to use the regular /var/www/htdocs for my site > > Such a strange issue I think that "need" of yours is the strangest issue here. It is /var/www that becomes the root directory when httpd/nginx/apache is chroot'ed, not

Re: HELP! My HTTPD website keeps breaking because the custom directory/user permissions are being reverting for some reason!

2017-05-28 Thread techay
Oops, forgot to say that it is 6.1 - Release with all patches applied with syspatch. I need to use the regular /var/www/htdocs for my site Such a strange issue Probably (not sure because you didn't care to say which version you're running) because you upgraded to a newer snapshots. Use another

Re: HELP! My HTTPD website keeps breaking because the custom directory/user permissions are being reverting for some reason!

2017-05-28 Thread Daniel Jakots
On Sun, 28 May 2017 19:57:41 -0400, tec...@protonmail.com wrote: > Hi there, > > I have been using httpd for quite a while now, but after a new > project/website having to have read/write/execute permissions > (unsafe, I do realise..) I decided to: > > 1. add root to the www group, > 2. chown -R

Re: Help with authpf(8)

2017-04-30 Thread Stuart Henderson
On 2017-04-30, Michael Graves wrote: > So my question, is there a way to setup authenticate users against > authpf(8) without needing their accounts local or in YP? No. But depending on your environment, maybe it would work to periodically pull from ldap and generate local accounts with the log

Re: help with pf filtering on enc

2017-03-24 Thread Frank Groeneveld
On Tue, Mar 21, 2017, at 16:56, Marko Cupać wrote: > ... > > What exactly I should pass on enc interface so that the above packet > passes? > > Thank you in advance. Hi, You probably need to allow ipencap protocol packets. I also need l2tp packets, but that depends on whether you use it. -- Fran

Re: Help with server not accepting new connections but is still accessible through ONE existing open ssh-session

2017-02-09 Thread lilit-aibolit
On 02/01/2017 03:41 PM, Erling Westenvik wrote: I have an OpenBSD 5.9 server at a colocation. It stopped accepting new connections (ping, ssh, http, whatever) yesterday night but fortunately I had one ssh session open from my workstation from which I can still access it. Did you think about cre

Re: Help with server not accepting new connections but is still accessible through ONE existing open ssh-session

2017-02-01 Thread Erling Westenvik
On Wed, Feb 01, 2017 at 05:09:43PM +0200, Lars Noodén wrote: > On 02/01/2017 05:06 PM, Erling Westenvik wrote: > > On Wed, Feb 01, 2017 at 03:58:51PM +0100, Manuel Giraud wrote: > >> Erling Westenvik writes: > >> > >>> However, I got inspired and when I disabled pf (pfctl -d) I got full > >>> cont

Re: Help with server not accepting new connections but is still accessible through ONE existing open ssh-session

2017-02-01 Thread Erling Westenvik
On Wed, Feb 01, 2017 at 03:58:51PM +0100, Manuel Giraud wrote: > Erling Westenvik writes: > > > However, I got inspired and when I disabled pf (pfctl -d) I got full > > contact! (But -- when I turned pf back on (pfctl -e) I lost the one > > connection I had... Now I have to wait 48 minutes for the

Re: Help with server not accepting new connections but is still accessible through ONE existing open ssh-session

2017-02-01 Thread Manuel Giraud
Erling Westenvik writes: > However, I got inspired and when I disabled pf (pfctl -d) I got full > contact! (But -- when I turned pf back on (pfctl -e) I lost the one > connection I had... Now I have to wait 48 minutes for the server to > reboot. Not much more to do now except for crossing my fing

Re: Help with server not accepting new connections but is still accessible through ONE existing open ssh-session

2017-02-01 Thread Erling Westenvik
On Wed, Feb 01, 2017 at 04:26:15PM +0200, lilit-aibolit wrote: > On 02/01/2017 03:41 PM, Erling Westenvik wrote: > > I have an OpenBSD 5.9 server at a colocation. It stopped accepting new > > connections (ping, ssh, http, whatever) yesterday night but fortunately > > I had one ssh session open from

Re: help with pf queueing in ipsec over gre

2016-12-02 Thread Marko Cupać
On Fri, 2 Dec 2016 12:14:56 + (UTC) Stuart Henderson wrote: > On 2016-11-25, Marko Cupać wrote: > > Hi, > > > > I'd like to do limit bandwidth on gre tunnel protected with ipsec in > > transport mode. > I haven't tried this exact scenario. But I understand the general way > things work and

Re: help with pf queueing in ipsec over gre

2016-12-02 Thread Stuart Henderson
On 2016-11-25, Marko Cupać wrote: > Hi, > > I'd like to do limit bandwidth on gre tunnel protected with ipsec in > transport mode. > > I've set single default queue on gre interface, matched everything > that goes out to that queue, and finally passed everything out that > interface: > > # SNIP >

Re: help

2016-11-16 Thread Delan Azabani
On 17 November 2016 at 11:25, steve kolars wrote: > The 4 lines in between the comments are straight out of several documents, > but when I run "pfctl -nf f-n" these lines are flaged as syntax errors. Any > assistance would be appreciated. “proto tcp” needs to go after the “on [interface]” parame

Re: help: wireless mouse detected but not working

2016-07-20 Thread Stefan Sperling
On Wed, Jul 20, 2016 at 03:14:10PM -0300, Michel Behr wrote: > Hi all! I'm trying to use a Logitech wireless mouse - it gets detected > (dmesg attached) but it doesn't work. The laptop has trackpad and it is > working OK. A regular USB mouse works simply plugging, but not a wireless > one. > > It'

Re: help with kshrc

2016-04-18 Thread Andreas Kusalananda Kähäri
On Mon, Apr 18, 2016 at 04:42:56PM +0200, Marko Cupa? wrote: > Hi, > > in tcsh on FreeBSD, I use the following line in .tcshrc in order to > start xfce when looging on ttyv3: > > if ($tty == ttyv3) then > startxfce4 --with-ck-launch > logout > endif > > How can I achieve the same with OpenBSD'

Re: help with kshrc

2016-04-18 Thread Sean Kamath
> On Apr 18, 2016, at 10:03 PM, dan mclaughlin wrote: > > On Mon, 18 Apr 2016 16:42:56 +0200 Marko =?ISO-8859-1?Q?Cupa=3F?= wrote: >> if ($tty == ttyv3) then >> startxfce4 --with-ck-launch >> logout >> endif >> >> How can I achieve the same with OpenBSD's default ksh and .kshrc? > > it's been

Re: help with kshrc

2016-04-18 Thread dan mclaughlin
On Mon, 18 Apr 2016 16:42:56 +0200 Marko =?ISO-8859-1?Q?Cupa=3F?= wrote: > Hi, > > in tcsh on FreeBSD, I use the following line in .tcshrc in order to > start xfce when looging on ttyv3: > > if ($tty == ttyv3) then > startxfce4 --with-ck-launch > logout > endif > > How can I achieve the s

Re: Help with IPsec multiple transform policy

2016-04-16 Thread Vijay Sankar
Quoting Sly Midnight : > I got it to work exactly as you suggested using isakmpd.conf. > > It took me quite a bit of searching to find the correct sort of syntax > for that file to achieve what I wanted but it now allows me to connect. > > But I've run into another issue that I cannot resolve my

  1   2   3   4   5   6   7   8   >