Re: Django + httpd + relayd

2019-03-31 Thread Родин Максим
Django + httpd is explained here: https://uwsgi.readthedocs.io/en/latest/OpenBSDhttpd.html?highlight=openbsd 30.03.2019 17:22, Michael Joy пишет: Apologies in advance for the noobish question. Does anyone have a tutorial or example of a working configuration for a Django app being served with ht

Re: Troubleshooting FDE with SD Card Reader

2019-03-31 Thread Stefan Sperling
On Sat, Mar 30, 2019 at 04:49:59PM -0600, Theo de Raadt wrote: > Normen Wohner wrote: > > No you do not, > > even the Installer sees my SD reader > > out of the box as a standard umass > > device. > > Since I can setup the FDE with the > > SD during install it should be trivial > > Some BIOS can

Re: openbgpd; strip private ASNs from bgp updates

2019-03-31 Thread Claudio Jeker
On Fri, Mar 29, 2019 at 08:36:26AM +0100, open...@kene.nu wrote: > I forgot to add to my previous email. One thing that could be useful > in this case is to mimic the Cisco option "neighbor x.x.x.x > remove-private-as" which removes any private ASes from the path on any > updates to a peer. Just t

Re: Django + httpd + relayd

2019-03-31 Thread Flipchan
How to create it with socat(not working with httpd): doas -uwww socat UNIX-LISTEN:/var/www/run/listen.sock,reuseadseaddr,fork, TCP:internetaddress:portgoeshere You can check it with curl: curl -v --unix-socket /var/www/run/listen.sock http:/robots.txt This is the fastcgi reverse proxy(pkg_

Re: Troubleshooting FDE with SD Card Reader

2019-03-31 Thread Normen Wohner
> On Mar 31, 2019, at 12:56, Stefan Sperling wrote: > >> On Sat, Mar 30, 2019 at 04:49:59PM -0600, Theo de Raadt wrote: >> Normen Wohner wrote: >>> No you do not, >>> even the Installer sees my SD reader >>> out of the box as a standard umass >>> device. >>> Since I can setup the FDE with the

Re: Touchpad - how to enable two-finger scrolling

2019-03-31 Thread Joel Carnat
Hi, On Sun 31/03 03:56, Brogan wrote: > Hello, > > I recently installed OpenBSD 6.4 on a Dell Latitude 6430u and am trying to > get touchpad two-finger scrolling working in X11. As far as I can tell the > touchpad is being loaded via wsmouse but I'm not sure how or where to > properly configur

how run pkg_check with a trusted kernel (a bit of forensics) and how to check kernel integrity.

2019-03-31 Thread Cord
Hi, I'd like to run pkg_check but from a live usb stick. This because I want to run a trusted kernel. Maybe I just need to mount the root, mount the other slices and chroot /bin/ksh ? Also¹, is there a way to download all the installed pkg and check the signs from them ? Also² , how can I check

ssh-keygen(1) fingerprint hashes

2019-03-31 Thread randy . hartman
ssh-keygen's available hashes are md5, sha1, sha256, sha384, and sha512 (See digest-{openssl,libc}.c). ssh-keygen(1)'s man page shows valid fingerprint hashes as only md5 and sha256. All these hashes[1] were available when the man page declared only the subset as valid. I'm able to use the other

Re: openbgpd; strip private ASNs from bgp updates

2019-03-31 Thread Remi Locherer
On Sun, Mar 31, 2019 at 01:09:06PM +0200, Claudio Jeker wrote: > On Fri, Mar 29, 2019 at 08:36:26AM +0100, open...@kene.nu wrote: > > I forgot to add to my previous email. One thing that could be useful > > in this case is to mimic the Cisco option "neighbor x.x.x.x > > remove-private-as" which rem

Re: pip install (python3) requires some development libraries

2019-03-31 Thread Kent Watsen
[CC-ing Remi, "python2.7" package maintainer] [Stuart, already CC-ed, is maintainer of the "openldap-client" package] The subject line of this email says "python3", but the same issue occurs with python2.7 (this on OpenBSD 6.4). I filed an report for the broken `pip install python-ldap` issue (te

Re: Troubleshooting FDE with SD Card Reader

2019-03-31 Thread Stuart Henderson
On 2019-03-31, Normen Wohner wrote: > > >> On Mar 31, 2019, at 12:56, Stefan Sperling wrote: >> >>> On Sat, Mar 30, 2019 at 04:49:59PM -0600, Theo de Raadt wrote: >>> Normen Wohner wrote: No you do not, even the Installer sees my SD reader out of the box as a standard umass

Re: openbgpd; strip private ASNs from bgp updates

2019-03-31 Thread Stuart Henderson
On 2019-03-31, Remi Locherer wrote: > On Sun, Mar 31, 2019 at 01:09:06PM +0200, Claudio Jeker wrote: >> On Fri, Mar 29, 2019 at 08:36:26AM +0100, open...@kene.nu wrote: >> > I forgot to add to my previous email. One thing that could be useful >> > in this case is to mimic the Cisco option "neighbo

Re: Touchpad - how to enable two-finger scrolling

2019-03-31 Thread Ulf Brosziewski
If two-finger scrolling doesn't work out of the box, it usually means that the hardware is not supported, and no xorg.conf or wsmouse configuration will help (only pointer movement works because the touchpad emulates a PS2 mouse). Could you post the output of the dmesg command here? On 3/31/19 5:

Re: pip install (python3) requires some development libraries

2019-03-31 Thread Stuart Henderson
On 2019/03/31 20:28, Kent Watsen wrote: > [CC-ing Remi, "python2.7" package maintainer] > [Stuart, already CC-ed, is maintainer of the "openldap-client" package] > > The subject line of this email says "python3", but the same issue occurs > with python2.7 (this on OpenBSD 6.4). > > I filed an rep

Re: pip install (python3) requires some development libraries

2019-03-31 Thread Kent Watsen
> You are bypassing [OpenBSD] packages by using pip True, but it's not "me" so much as the open source moinmoin wiki project. I think, perhaps, on purpose, because it's a pure-Python release that uses `virtualenv` (and `tox`, for devs) to maximize portability (it runs on all Unix and Windows).

Re: Touchpad - how to enable two-finger scrolling

2019-03-31 Thread Brogan
Thank you. I attempted creating that file in a similar fashion but it did not change the behavior of the touchpad. However I do appreciate the config file snippet. I have a X260 laying around myself so this would be useful. ‐‐‐ Original Message ‐‐‐ On Sunday, March 31, 2019 8:40 AM, J

Re: Touchpad - how to enable two-finger scrolling

2019-03-31 Thread Brogan
Understood. That would make sense as when I run a wsconsctl I see mouse.type=ps2. Would that be indicative of the hardware being unsupported? I've provided my dmesg below: OpenBSD 6.4 (GENERIC.MP) #364: Thu Oct 11 13:30:23 MDT 2018 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/G

Re: ssh-keygen(1) fingerprint hashes

2019-03-31 Thread Christian Weisgerber
On 2019-03-31, randy.hart...@gmail.com wrote: > ssh-keygen's available hashes are md5, sha1, sha256, sha384, and > sha512 (See digest-{openssl,libc}.c). ssh-keygen(1)'s man page > shows valid fingerprint hashes as only md5 and sha256. All these > hashes[1] were available when the man page decla

PF force egress route to a user

2019-03-31 Thread Riccardo Giuntoli
Hello there, Riccardo Giuntoli writing from Spain, nice to hear from you. In my pf.conf i want to force all outgoing connection from a specific user in egress from a machine take a route different from the default. Something like this (it doesn't work): match out on egress inet proto {tcp udp} fr

Trouble forwarding between mpw's in bridge (6.4)

2019-03-31 Thread lnelson
I am having trouble passing traffic between pseudowires in a bridge in OpenBSD 6.4. This is the network:    Physical A     +-+   |     | +-++