Re: Python flask socket with httpd problems

2018-08-12 Thread edgar
What are the permissions on the socket? Can user www read and write to it? On Aug 12, 2018 11:40 AM, Tony Boston wrote: > > On 12.08.18 03:25, flipchan wrote: > > Hello all, > > > > im trying to run a python flask application with httpd > > as a reverse proxy and im not getting it to work. > >

Re: OpenBSD as a DHCPv6 client

2018-08-12 Thread Stuart Henderson
On 2018-08-12, Klemens Nanni wrote: > On Sun, Aug 12, 2018 at 10:10:18PM +0200, z...@aaathats3as.com wrote: >> Is there still no native way to do this? > There is no DHCPv6 client in base, I recommend net/dhcpcd. > > btw: dhcpcd will normally store its generated duid in /var/db/dhcpcd/duid

Re: OpenBSD as a DHCPv6 client

2018-08-12 Thread Klemens Nanni
On Sun, Aug 12, 2018 at 10:10:18PM +0200, z...@aaathats3as.com wrote: > Is there still no native way to do this? There is no DHCPv6 client in base, I recommend net/dhcpcd.

OpenBSD as a DHCPv6 client

2018-08-12 Thread zzz
Hi everyone, I'm looking to set up my OpenBSD router as an DHCPv6 client. My ISP provides me with a IPv6 block, say "abcd:1234::/56". They want me to input my router's DUID so they can assign it to me I found the following post: http://daemonforums.org/showthread.php?t=7769 Is there still no

Re: Python flask socket with httpd problems

2018-08-12 Thread Tony Boston
On 12.08.18 03:25, flipchan wrote: > Hello all, > > im trying to run a python flask application with httpd > as a reverse proxy and im not getting it to work. > > According to the python flask's online documentation, > i should be able to just create a fast-cgi socket that > should work with

Console screen size is not right on OpenBSD 6.4-Beta

2018-08-12 Thread Christophe Prévotaux
Hello, I tried OpenBSD 6.4-Beta (see screen photo on the link below) https://twitter.com/4mig4/status/1028560675151392768 I just found a strange problem with 6.4-beta OpenBSD/i386 console is confined to the area shown on screenshot max is 106x30 chars. How tofix this ? chipset is i915 As you

Re: The Ultimate OpenBSD Media Server

2018-08-12 Thread Robert
On Sun, 12 Aug 2018 13:48:23 + flipchan wrote: > Awesome !! Plex feels like an blob of unknown black magic that you execute on > your system, I will check out this new one out, thanks Well, good luck with that. Serviio is closed source (Java binaries), and also has a "pro" version that you

Python flask socket with httpd problems

2018-08-12 Thread flipchan
Hello all, im trying to run a python flask application with httpd as a reverse proxy and im not getting it to work. According to the python flask's online documentation, i should be able to just create a fast-cgi socket that should work with httpd, however i am only getting 500 errors when i

Re: The Ultimate OpenBSD Media Server

2018-08-12 Thread flipchan
Awesome !! Plex feels like an blob of unknown black magic that you execute on your system, I will check out this new one out, thanks On August 12, 2018 4:55:15 AM UTC, Jordan Geoghegan wrote: >Hi Folks, > >I found a viable Plex alternative that runs perfectly on OpenBSD called > >'Serviio'. It

Re: The Ultimate OpenBSD Media Server

2018-08-12 Thread Jordan Geoghegan
On 08/12/18 01:42, Stuart Henderson wrote: On 2018-08-12, John Long wrote: I don't get why anybody would want transcoding in 2018. They don't usually *want* transcoding but are forced to do it by poor codec support on client devices. Exactly. The only reason I use Serviio is for the on the

Re: vmctl / vmd

2018-08-12 Thread Stuart Henderson
On 2018-08-11, Mike Larkin wrote: > On Fri, Aug 10, 2018 at 04:14:28PM -0400, sven falempin wrote: >> Dear readers, >> >> I just installed / syspatch a fresh 6.3 and i was not able to get the >> network working >> inside the alpine-virt-3.8.0-x86_64.iso kernel . >> >> I tried -L ( witch create

Re: The Ultimate OpenBSD Media Server

2018-08-12 Thread Stuart Henderson
On 2018-08-12, John Long wrote: > I don't get why anybody would want transcoding in 2018. They don't usually *want* transcoding but are forced to do it by poor codec support on client devices.

Re: httpd write file out from within cgi script

2018-08-12 Thread Toru Okada
Hi Hiltjo: Your solution with open(my $fh, ">", "/foo/out"); works. Many thanks. Am 12.08.2018 um 00:58 schrieb Hiltjo Posthuma: > On Sat, Aug 11, 2018 at 11:45:14PM +0200, Toru Okada wrote: >> Now: >> >> #!/usr/bin/perl >> >> print("Content-Type: text/html; charset=ascii\r\n\r\n"); >>

Re: The Ultimate OpenBSD Media Server

2018-08-12 Thread John Long
On Sat, 2018-08-11 at 21:55 -0700, Jordan Geoghegan wrote: > Hi Folks, > > I found a viable Plex alternative that runs perfectly on OpenBSD > called > 'Serviio'. It does DLNA with on the fly media transcoding / remuxing > and > also has an HTML5 media player. Thanks for the info. I have been