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
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
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:
> > Hello,
> > try copying cert.p
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 CApat
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 b
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 playback when run throu
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,
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 address of my desktop m
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 a
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
>> 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 (
https://so
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 h
On Tue, Apr 24, 2018 at 10:11:44PM +0200, Paul de Weerd wrote:
> [...]
> em0 at pci0 dev 25 function 0 "Intel I217-LM" rev 0x04: msi, address
> b8:ca:3a:93:03:e8
IIUC em does not support WOL. Am I right?
Jiri
On Wed, Apr 25, 2018 at 02:27:44AM -0400, Jiri B wrote:
| On Tue, Apr 24, 2018 at 10:11:44PM +0200, Paul de Weerd wrote:
| > [...]
| > em0 at pci0 dev 25 function 0 "Intel I217-LM" rev 0x04: msi, address
b8:ca:3a:93:03:e8
|
| IIUC em does not support WOL. Am I right?
Thanks Jiri, Daniel and one
14 matches
Mail list logo