Re: SIP ALG and VoIP

2022-01-10 Thread Chris Cappuccio
Atticus [grobe...@gmail.com] wrote: > It isn't just SIP. You will need to set up NAT traversal and make sure RTP > traffic can pass as well. Setting up a STUN server and configuring the > clients to use it should aid in the NAT portion. The RTP traffic should be > fine as long as pf is being

Re: Documentation error in pci_mapreg_probe(9)

2022-01-10 Thread Ted Bullock
On 2022-01-10 3:53 a.m., Jonathan Gray wrote: > On Mon, Jan 10, 2022 at 09:17:25PM +1100, Jonathan Gray wrote: >> On Mon, Jan 10, 2022 at 02:24:05AM -0700, Ted Bullock wrote: >>> >>> On 2022-01-10 2:18 a.m., Jonathan Gray wrote: On Sat, Jan 08, 2022 at 01:43:32PM -0700, Ted Bullock wrote:

Re: Install latest package without prompts on OpenBSD 7.0

2022-01-10 Thread Crystal Kolipe
On Tue, Jan 11, 2022 at 01:13:27AM -, Stuart Henderson wrote: > On 2022-01-10, Ian Darwin wrote: > > On Mon, Jan 10, 2022 at 06:28:38PM -0300, Crystal Kolipe wrote: > >> On Mon, Jan 10, 2022 at 07:15:25PM +0100, Andreas Kusalananda Khri wrote: > >> > Which one is the "latest" here? > >> > >

Re: Install latest package without prompts on OpenBSD 7.0

2022-01-10 Thread Stuart Henderson
On 2022-01-10, Ian Darwin wrote: > On Mon, Jan 10, 2022 at 06:28:38PM -0300, Crystal Kolipe wrote: >> On Mon, Jan 10, 2022 at 07:15:25PM +0100, Andreas Kusalananda Khri wrote: >> > Which one is the "latest" here? >> > >> >$ doas pkg_add bogofilter >> >doas (kk@box) password: >> >

Re: Install latest package without prompts on OpenBSD 7.0

2022-01-10 Thread Stuart Henderson
On 2022-01-10, Andreas Kusalananda Kähäri wrote: > Which one is the "latest" here? > > $ doas pkg_add bogofilter > doas (kk@box) password: > quirks-4.92 signed on 2022-01-07T13:45:06Z > Ambiguous: choose package for bogofilter > a 0: > 1:

Nagios check_by_ssh

2022-01-10 Thread F Bax
nagios install creates user _nagios with login = /sbin/nologin I have some OpenBSD systems not configured to send email to external addresses; there is one system (host0) that is configured to send email outside. I wish to use nagios on host0 to monitor the other systems and send notifications to

Re: Install latest package without prompts on OpenBSD 7.0

2022-01-10 Thread Marc Espie
On Mon, Jan 10, 2022 at 10:54:22AM -0500, Ian Darwin wrote: > > > > I am working on OpenBSD 7.0, x86_64. I'm trying to script an install > > > > of developer tools I use, like GCC and Git. When I attempt to install > > > > GCC I am prompted: > > > > > > > > $ sudo pkg_add gcc g++ > > > >

Re: Install latest package without prompts on OpenBSD 7.0

2022-01-10 Thread Ian Darwin
On Mon, Jan 10, 2022 at 06:28:38PM -0300, Crystal Kolipe wrote: > On Mon, Jan 10, 2022 at 07:15:25PM +0100, Andreas Kusalananda Khri wrote: > > Which one is the "latest" here? > > > > $ doas pkg_add bogofilter > > doas (kk@box) password: > > quirks-4.92 signed on 2022-01-07T13:45:06Z

Re: Install latest package without prompts on OpenBSD 7.0

2022-01-10 Thread Crystal Kolipe
On Mon, Jan 10, 2022 at 07:15:25PM +0100, Andreas Kusalananda Khri wrote: > Which one is the "latest" here? > > $ doas pkg_add bogofilter > doas (kk@box) password: > quirks-4.92 signed on 2022-01-07T13:45:06Z > Ambiguous: choose package for bogofilter > a 0: >

SIP ALG and VoIP

2022-01-10 Thread Atticus
It isn't just SIP. You will need to set up NAT traversal and make sure RTP traffic can pass as well. Setting up a STUN server and configuring the clients to use it should aid in the NAT portion. The RTP traffic should be fine as long as pf is being stateful. If the phones register over SIP fine,

Re: Documentation error in pci_mapreg_probe(9)

2022-01-10 Thread Ted Bullock
On 2022-01-10 3:53 a.m., Jonathan Gray wrote: > On Mon, Jan 10, 2022 at 09:17:25PM +1100, Jonathan Gray wrote: >> On Mon, Jan 10, 2022 at 02:24:05AM -0700, Ted Bullock wrote: >>> >>> On 2022-01-10 2:18 a.m., Jonathan Gray wrote: On Sat, Jan 08, 2022 at 01:43:32PM -0700, Ted Bullock wrote:

Re: SIP ALG and VoIP

2022-01-10 Thread Cand Tec
Happy New Year to everyone! I currently run openBSD FW v7.0 with vpn setups at a few client sites. Fantastic...no issues. One client recently changed office location (this week exactly) and had Bell install a voip system using softphones. The phones worked last week. However, now that the rest of

Re: dd and mbr

2022-01-10 Thread Roderick
I see, thanks! :) Rod. On Mon, 10 Jan 2022, Otto Moerbeek wrote: On Mon, Jan 10, 2022 at 07:35:51PM +, Roderick wrote: I thought dd if=/dev/zero of=/dev/rwd1 bs=1m would delete the mbr. But I still see the partition table with fdisk. Any explanation? Rod. You just created a

Re: dd and mbr

2022-01-10 Thread Otto Moerbeek
On Mon, Jan 10, 2022 at 07:35:51PM +, Roderick wrote: > > I thought > > dd if=/dev/zero of=/dev/rwd1 bs=1m > > would delete the mbr. But I still see the partition table > with fdisk. > > Any explanation? > > Rod. > You just created a file in /dev named rwd1. There is no device called

dd and mbr

2022-01-10 Thread Roderick
I thought dd if=/dev/zero of=/dev/rwd1 bs=1m would delete the mbr. But I still see the partition table with fdisk. Any explanation? Rod.

Re: Install latest package without prompts on OpenBSD 7.0

2022-01-10 Thread Andreas Kusalananda Kähäri
On Mon, Jan 10, 2022 at 10:54:22AM -0500, Ian Darwin wrote: > > > > I am working on OpenBSD 7.0, x86_64. I'm trying to script an install > > > > of developer tools I use, like GCC and Git. When I attempt to install > > > > GCC I am prompted: > > > > > > > > $ sudo pkg_add gcc g++ > > > >

Re: HP Probook audio only playing on left speaker

2022-01-10 Thread Nick Holland
On 1/9/22 8:51 PM, Jordan Geoghegan wrote: Hello, I have an HP Probook (dmesg below) that is only playing audio from the left headphone speaker. No matter how I try I cannot get any audio to play over the right side speaker. I have very little experience debugging audio issues on OpenBSD as

Re: Install latest package without prompts on OpenBSD 7.0

2022-01-10 Thread Ian Darwin
> > > I am working on OpenBSD 7.0, x86_64. I'm trying to script an install > > > of developer tools I use, like GCC and Git. When I attempt to install > > > GCC I am prompted: > > > > > > $ sudo pkg_add gcc g++ > > > quirks-4.54 signed on 2022-01-09T19:08:35Z > > > Ambiguous: choose

Re: Interrupts hover above 40% when idle on Dell Latitude E7450

2022-01-10 Thread Stuart Henderson
On 2022-01-09, Ryan Kavanagh wrote: > Hi Stuart, > > On Sun, Jan 09, 2022 at 03:12:06PM -, Stuart Henderson wrote: >> That's shown after the dmesg, though "vmstat -i" would probably be >> better as it has the totals as well. > > vmstat -i under GENERIC before rebooting into GENERIC.MP: > >

Re: Documentation error in pci_mapreg_probe(9)

2022-01-10 Thread Jonathan Gray
On Mon, Jan 10, 2022 at 09:17:25PM +1100, Jonathan Gray wrote: > On Mon, Jan 10, 2022 at 02:24:05AM -0700, Ted Bullock wrote: > > > > On 2022-01-10 2:18 a.m., Jonathan Gray wrote: > > > On Sat, Jan 08, 2022 at 01:43:32PM -0700, Ted Bullock wrote: > > > > The manpage incorrectly describes the

Re: Install latest package without prompts on OpenBSD 7.0

2022-01-10 Thread Marc Espie
[forgot to Cc the list] On Mon, Jan 10, 2022 at 11:36:04AM +0100, Marc Espie wrote: > On Sun, Jan 09, 2022 at 10:03:01PM -0500, Jeffrey Walton wrote: > > Hi Everyone, > > > > I am working on OpenBSD 7.0, x86_64. I'm trying to script an install > > of developer tools I use, like GCC and Git. When

Re: Documentation error in pci_mapreg_probe(9)

2022-01-10 Thread Jonathan Gray
On Mon, Jan 10, 2022 at 02:24:05AM -0700, Ted Bullock wrote: > > On 2022-01-10 2:18 a.m., Jonathan Gray wrote: > > On Sat, Jan 08, 2022 at 01:43:32PM -0700, Ted Bullock wrote: > > > The manpage incorrectly describes the behaviour and usage of > > > pci_mapreg_probe(9). This function does not

Re: Documentation error in pci_mapreg_probe(9)

2022-01-10 Thread Ted Bullock
On 2022-01-10 2:18 a.m., Jonathan Gray wrote: On Sat, Jan 08, 2022 at 01:43:32PM -0700, Ted Bullock wrote: The manpage incorrectly describes the behaviour and usage of pci_mapreg_probe(9). This function does not return 0 for success and !0 for failure as described in the manual, see the diff

Re: Documentation error in pci_mapreg_probe(9)

2022-01-10 Thread Jonathan Gray
On Sat, Jan 08, 2022 at 01:43:32PM -0700, Ted Bullock wrote: > The manpage incorrectly describes the behaviour and usage of > pci_mapreg_probe(9). This function does not return 0 for success and !0 > for failure as described in the manual, see the diff below for a > possible re-wording and

Re: Install latest package without prompts on OpenBSD 7.0

2022-01-10 Thread Daniel Gracia
El lun, 10 ene 2022 a las 4:10, Jeffrey Walton () escribió: > Hi Everyone, > > I am working on OpenBSD 7.0, x86_64. I'm trying to script an install > of developer tools I use, like GCC and Git. When I attempt to install > GCC I am prompted: > > $ sudo pkg_add gcc g++ > quirks-4.54 signed

Re: Install latest package without prompts on OpenBSD 7.0

2022-01-10 Thread Daniel Gracia
El lun, 10 ene 2022 a las 4:10, Jeffrey Walton () escribió: > > Hi Everyone, > > I am working on OpenBSD 7.0, x86_64. I'm trying to script an install > of developer tools I use, like GCC and Git. When I attempt to install > GCC I am prompted: > > $ sudo pkg_add gcc g++ > quirks-4.54 signed