Undeadly interview

2020-01-19 Thread Mihai Popescu
Just in case someone else (like me) missed it: http://undeadly.org/cgi?action=article;sid=20191231214356

Re: running git server with "smart http" protocol

2020-01-19 Thread Kent Watsen
For posterity, the issue was that the `git` command itself needs to be in the jail also. This is not written down anywhere. I only determined it after reading the source code for `git-http-backend`. This is my init script now: # cd /var/www # for c in git git-http-backend

Re: less --no-init and multiline $PS1

2020-01-19 Thread Ingo Schwarze
Hi, Richard Ulmer wrote on Sun, Jan 19, 2020 at 12:44:37PM +0100: > when using a $PS1, which has more than one line, I consider multi-line $PS1 bloat that should not be supported, in particular not when it complicates basic userland programs or requires additions to their user interfaces. On

less --no-init and multiline $PS1

2020-01-19 Thread Richard Ulmer
Hi, when using a $PS1, which has more than one line, `less --no-init` cuts of some lines at the top, when it quits. This is especially annyoing when using `git diff` and `git show`. For example, `echo "foo\nbar" | less --no-init --quit-if-one-screen` with a two-line $PS1 leads to terminal content

Re: Can't locate OpenBSD/Quirks.pm in @INC

2020-01-19 Thread Antoine Jacoutot
On Sun, Jan 19, 2020 at 12:19:31PM +0100, Marc Espie wrote: > On Sat, Jan 18, 2020 at 01:41:20PM +0100, Antoine Jacoutot wrote: > > On Fri, Jan 17, 2020 at 07:46:23PM -0700, myml...@gmx.com wrote: > > > > > > On 1/17/20 7:25 PM, Jordan Geoghegan wrote: > > > > > > > > > > > > On 2020-01-17

Re: Can't locate OpenBSD/Quirks.pm in @INC

2020-01-19 Thread Marc Espie
On Sat, Jan 18, 2020 at 01:41:20PM +0100, Antoine Jacoutot wrote: > On Fri, Jan 17, 2020 at 07:46:23PM -0700, myml...@gmx.com wrote: > > > > On 1/17/20 7:25 PM, Jordan Geoghegan wrote: > > > > > > > > > On 2020-01-17 18:10, myml...@gmx.com wrote: > > > > HI, > > > > > > > > > > > > I

Re: How to set up default permission and group

2020-01-19 Thread Stuart Henderson
On 2020-01-18, Mik J wrote: > Hello, > I want one for one of my user this behavior.Each time he creates a file it > needs to have permission/owner of rw-rw myuser www > This user is executing a php script that creates a file and I want that file > to be read/write access by the user wwwI