Re: pkg_add errors on current

2019-02-18 Thread Jungle Boogie
On Sun 17 Feb 2019 12:25 PM, Stuart Henderson wrote: > On 2019-02-16, Jungle Boogie wrote: > > Hi All, > > > > Running openBSD snapshot on amd64 from today, but I think this has been an > > issue since > > perl 5.28 was added. > > Where did

Re: PPPoE vlan issue 6.4

2019-02-18 Thread Adam Evans
To follow up in case anyone has similar issues in the future I have now got this working. It appears I had several issues. 1) ISP documentation stating to use VLAN2 This appears to be incorrect for my ISP. I had vlan2 set up on my DD-WRT router, when doing a TCP dump on the router I could see

patch for Inseego/Novatel MiFi 8800L as urndis0

2019-02-18 Thread Mark Nipper
Not sure if this is entirely the correct way to go about making this device work, or if this is even the correct place to report this. But adding the following patch to my 6.4-STABLE system got things working correctly (IPv4 and IPv6): --- Index: sys/dev/usb/if_urndis.c

Conexant CX20641/CX20651 audio driver

2019-02-18 Thread Mihai Popescu
Hello, I am trying to see if OpenBSD has support for this audio chipset. Man page does not mention this explicitly, not so much to find on the web. May be that ac97 driver is enough for it? Can anyone tell if this will work or not in OpenBSD, please? Thank you.

Re: How do I enable isochronous transfer in xhci(4)?

2019-02-18 Thread Leonid Bobrov
On Sun, Feb 17, 2019 at 11:44:03PM -, Stuart Henderson wrote: > If you need to ask how to enable it, it really isn't going to be useful > for you, it's pretty obvious in xhci.c. > Oh, ok, I'll check it out. > You can try disabling XHCI / USB 3 in BIOS if you have that option, or > "boot -c"

Is there a fix for stock vi's bug-for-bug compatible ESC-equals-return feature?

2019-02-18 Thread ropers
BACKGROUND: When I use vi on OpenBSD, I use stock vi (which is nvi) instead of installing vim, because: (1), I haven't outgrown plain vanilla vi yet, and (2), while still learning, I'm trying not to pick up vim habits and create a dependency on vim-only features, since stock vi is on every

[no subject]

2019-02-18 Thread Leitinger Elias
subscribe misc

OpenBSD HTTPD and yourls

2019-02-18 Thread R0me0 ***
Hello guys, Please anyone already deployed yourls with OpenBSD HTTPD? I´m having issues with url rewrite. Any direction will be appreciated. Thanks in advance.

Re: ssd drive disappears when booting

2019-02-18 Thread Nick Holland
On 2/17/19 2:57 AM, Jason McIntyre wrote: > On Sun, Feb 17, 2019 at 01:23:44AM +, tfrohw...@fastmail.com wrote: ... >> This sounds like the problem that I (and others) have seen when the hard >> drive is set to RAID in the Bios/firmware. Try setting it to AHCI if your >> bios lets you. >> >

Re: How do I enable isochronous transfer in xhci(4)?

2019-02-18 Thread Stefan Sperling
On Mon, Feb 18, 2019 at 04:56:41PM +0200, Leonid Bobrov wrote: > On Mon, Feb 18, 2019 at 11:59:30AM +0200, Leonid Bobrov wrote: > > On Sun, Feb 17, 2019 at 11:44:03PM -, Stuart Henderson wrote: > > > If you need to ask how to enable it, it really isn't going to be useful > > > for you, it's

Re: How do I enable isochronous transfer in xhci(4)?

2019-02-18 Thread Leonid Bobrov
On Mon, Feb 18, 2019 at 11:59:30AM +0200, Leonid Bobrov wrote: > On Sun, Feb 17, 2019 at 11:44:03PM -, Stuart Henderson wrote: > > If you need to ask how to enable it, it really isn't going to be useful > > for you, it's pretty obvious in xhci.c. > > > > Oh, ok, I'll check it out. >

Re: Turn off athn0

2019-02-18 Thread Stefan Sperling
On Mon, Feb 18, 2019 at 07:23:31PM +, mabi wrote: > Hello, > > I have an Atheros AR9280 miniPCI card acting as a WIFI hotspot on my OpenBSD > firewall and would like to turn it off during a specific time window of the > day. > > To turn it completely off (no waves) would a crontab entry

Turn off athn0

2019-02-18 Thread mabi
Hello, I have an Atheros AR9280 miniPCI card acting as a WIFI hotspot on my OpenBSD firewall and would like to turn it off during a specific time window of the day. To turn it completely off (no waves) would a crontab entry using the following command be enough? ifconfig athn0 down or do I

Re: Turn off athn0

2019-02-18 Thread mabi
‐‐‐ Original Message ‐‐‐ On Monday, February 18, 2019 8:31 PM, Stefan Sperling wrote: > Yes, putting the interface down will disable radio. Thanks Stefan for your answer, always so helpful and efficient ;-)