Re: PERC 6/i existence of Virtual Drives hangs boot

2018-04-24 Thread Base Pr1me
Thanks for the input! I greatly appreciate your time. However, in a last ditch effort -- as you were typing and sending your email --, I solved the problem. I was completely barking up the wrong tree ... sigh. The issue was an old BIOS in the server. Once I updated the server BIOS, the softraid

Re: PERC 6/i existence of Virtual Drives hangs boot

2018-04-24 Thread IL Ka
>> Or, is there a gdb method of booting the kernel? Short answer: http://openbsd-archive.7691.n7.nabble.com/on-line-kernel-debugging-td335833.html Long answer: /dev/kmem (kmem(4)) could be used to access kernel memory. gdb has special target (kvm) that uses it to debug bsd kernels (

Re: Beg for Atheros wifi driver

2018-04-24 Thread Manuel Solis
Hello Misc, Just to close this topic, I have just received my new usb wifi adapter, the one that Mr. Pettijohn recommended (i orderer 4 of them just in case) and it works. Thank you again for your kind support. https://www.amazon.com/Edimax-EW-7811Un-150Mbps-Raspberry-Su pports/dp/B003MTTJOY

Re: PERC 6/i existence of Virtual Drives hangs boot

2018-04-24 Thread Base Pr1me
Well I was able to get SR_DEBUG working with the attached diff. I have tracked the hang down to the open device call on line 1038 `error = VOP_OPEN(vn, FREAD, NOCRED, curproc);` in the sr_meta_native_bootprobe function of /usr/src/sys/dev/softraid.c. Now that I'm completely out of my depth, can

Re: Wake-on-LAN from suspended state

2018-04-24 Thread Daniel Melameth
On Tue, Apr 24, 2018 at 2:11 PM, Paul de Weerd wrote: > I've been playing with WoL recently and found that my desktop machine > (a Dell Optiplex 9020) can be woken up from another OpenBSD machine on > the same network with `doas arp -W ${MAC} em1` (where ${MAC} is the > mac

Wake-on-LAN from suspended state

2018-04-24 Thread Paul de Weerd
Hi all, I've been playing with WoL recently and found that my desktop machine (a Dell Optiplex 9020) can be woken up from another OpenBSD machine on the same network with `doas arp -W ${MAC} em1` (where ${MAC} is the mac address of my desktop machine). As I'm using softraid full disk encryption,

Re: Audio stuttering on media playback with sndiod

2018-04-24 Thread Alexandre Ratchov
On Sat, Apr 14, 2018 at 11:55:23AM +0200, Alexandre Ratchov wrote: > On Tue, Apr 10, 2018 at 03:20:33PM +0200, Robert Klein wrote: > > Hi Daniel, > > > > On Wed, 4 Apr 2018 03:22:04 -0300 > > Daniel Bolgheroni wrote: > > > > > Hi, > > > > > > audio is stuttering on media

OpenBSD 6.3 mount_smbfs missing ?!

2018-04-24 Thread Daniel Santos
Hello, I could not find mount_smbfs in the base OS anymore, no packages like it? What is currently the recommended samba share mount tool for OpenBSD? I have tried usmb, it works but slow: time dd bs=1M count=1000 if=/dev/zero of=/mnt/smb/big 1000+0 records in 1000+0 records out 1048576000

Re: Errors with Php and curl under OpenBSD 6.3

2018-04-24 Thread Mario Theodoridis
On 04/24/2018 08:23 AM, C. L. Martinez wrote: Hi all, Since this morning my OpenBSD 6.3 host (with tt-rss installed) returns the following error when I try to add some feeds: Couldn't download the specified URL: ; 77 error setting certificate verify locations: CAfile: /etc/ssl/cert.pem

Re: Errors with Php and curl under OpenBSD 6.3

2018-04-24 Thread C. L. Martinez
Works!! ... Many thanks Manolis. On Tue, Apr 24, 2018 at 9:10 AM, Manolis Tzanidakis wrote: > Oops, forgot a sub-directory. Try this, instead: > > # mkdir -p /var/www/etc/ssl; cp /etc/ssl/cert.pem /var/www/etc/ssl > > On Tue (24/04/18), Manolis Tzanidakis wrote: > >

Re: Errors with Php and curl under OpenBSD 6.3

2018-04-24 Thread Manolis Tzanidakis
Oops, forgot a sub-directory. Try this, instead: # mkdir -p /var/www/etc/ssl; cp /etc/ssl/cert.pem /var/www/etc/ssl On Tue (24/04/18), Manolis Tzanidakis wrote: > Hello, > try copying cert.pem to the www chroot: > > # mkdir -p /var/www/etc; cp /etc/ssl/cert.pem /var/www/etc/ssl > > and restart

Re: Errors with Php and curl under OpenBSD 6.3

2018-04-24 Thread Manolis Tzanidakis
Hello, try copying cert.pem to the www chroot: # mkdir -p /var/www/etc; cp /etc/ssl/cert.pem /var/www/etc/ssl and restart php-fpm. On Tue (24/04/18), C. L. Martinez wrote: > Hi all, > > Since this morning my OpenBSD 6.3 host (with tt-rss installed) returns > the following error when I try to

Errors with Php and curl under OpenBSD 6.3

2018-04-24 Thread C. L. Martinez
Hi all, Since this morning my OpenBSD 6.3 host (with tt-rss installed) returns the following error when I try to add some feeds: Couldn't download the specified URL: ; 77 error setting certificate verify locations: CAfile: /etc/ssl/cert.pem CApath: none It seems some type of problem with