Re: xscreensaver locking disabled

2018-09-20 Thread Philip Guenther
On Thu, Sep 20, 2018 at 4:41 PM Ken M wrote: > I am following -current and use openbox if it matters for my window > manager. > xscreensaver is started by openbox, anyway when I try to lock, well this > is what > I see: > > $ xscreensaver-command -lock > xscreensaver-command: locking not

xscreensaver locking disabled

2018-09-20 Thread Ken M
I am following -current and use openbox if it matters for my window manager. xscreensaver is started by openbox, anyway when I try to lock, well this is what I see: $ xscreensaver-command -lock xscreensaver-command: locking not enabled. >From what I understand form the xscreensaver document that

Re: relayd as transparent proxy

2018-09-20 Thread Thuban
my bad, I still don't have the real source IP in my logs (just the local ip address of my server). Any advice for a **real** transparent proxy ?

Re: relayd as transparent proxy

2018-09-20 Thread Thuban
I think I found something working, I leave it here for others. Any advice is still welcome. By the way, I'm confused about the "transparent forward" directive in relayd.conf. It doesn't seems to work at all and setting a transparent proxy is not using this keyword. /etc/relayd.conf :

groups new

2018-09-20 Thread Jan Prunk
0 C Slovenia P SI T Ljubljana F irregular O BSD User Group Slovenia I M b...@groups.io U https://bsdug.wordpress.com N *BSD

Re: Include all Perl inside httpd chroot, use mtree and pull out unused for security

2018-09-20 Thread Chris Bennett
On Thu, Sep 20, 2018 at 06:54:07PM +0300, Lars Noodén wrote: > On 9/20/18, Chris Bennett wrote: > > I started manually to include Perl files one at a time to learn how > > things work at home on -current. Then I copied everything in. > > But why risk security for unused Perl? > > httpd(8)

Re: Include all Perl inside httpd chroot, use mtree and pull out unused for security

2018-09-20 Thread Lars Noodén
On 9/20/18, Chris Bennett wrote: > I started manually to include Perl files one at a time to learn how > things work at home on -current. Then I copied everything in. > But why risk security for unused Perl? httpd(8) supports fastcgi so you can run outside the chroot and communicate via a

Include all Perl inside httpd chroot, use mtree and pull out unused for security

2018-09-20 Thread Chris Bennett
I started manually to include Perl files one at a time to learn how things work at home on -current. Then I copied everything in. But why risk security for unused Perl? I would like to eliminate the unused files and then use mtree to watch and use that to inform me of any in particular that need

Re: opening fifo locks process in D state

2018-09-20 Thread michal . lyszczek
On 2018-09-20 09:13:42, Alexandre Ratchov wrote: > On Wed, Sep 19, 2018 at 11:32:40PM +0200, michal.lyszc...@bofc.pl wrote: > > Hello, > > > > I've stumbled upon a weird problem. Long story short, I try to open > > fifo two times, once O_WRONLY and once O_RDONLY, both in separate > > threads - but

Re: opening fifo locks process in D state

2018-09-20 Thread Alexandre Ratchov
On Wed, Sep 19, 2018 at 11:32:40PM +0200, michal.lyszc...@bofc.pl wrote: > Hello, > > I've stumbled upon a weird problem. Long story short, I try to open > fifo two times, once O_WRONLY and once O_RDONLY, both in separate > threads - but on process. Unfortunately both threads are locked in >