Re: [RFC] LKML Archive in Maildir Format

2019-03-06 Thread Eric Wong
Bjorn Helgaas wrote: > On Tue, Mar 5, 2019 at 5:26 PM Eric Wong wrote: > > Bjorn Helgaas wrote: > > > > Any pointers? I guess there's no mutt backend that can read a > > > public-inbox archive directly? > > > > There's mutt patches to support reading over NNTP, so that > > works: > > > >

Re: [RFC] LKML Archive in Maildir Format

2019-03-06 Thread Bjorn Helgaas
On Tue, Mar 5, 2019 at 5:26 PM Eric Wong wrote: > Bjorn Helgaas wrote: > > Any pointers? I guess there's no mutt backend that can read a > > public-inbox archive directly? > > There's mutt patches to support reading over NNTP, so that > works: > > mutt -f

exit-code of 251

2019-03-06 Thread prashantkumar dhotre
Hi, Could you please let me know if any system call can exit with 251 ? I am trying to find out who exited with 251 ? Thanks On Mon, Mar 4, 2019 at 9:09 PM Norbert Kalmar wrote: > Hi Prashant, > > Depending on your version, exit codes are static variables in ExitCode.java > But we do not use

Re: undefined reference to `ioctl_tty'

2019-03-06 Thread Jeffrey Walton
On Wed, Mar 6, 2019 at 3:36 AM wrote: > > On Wed, 06 Mar 2019 01:58:41 -0500, Jeffrey Walton said: > > >TIOCEXCL void > > Put the terminal into exclusive mode. No further open(2) > > operations on the terminal are permitted. (They fail with > >

Re: undefined reference to `ioctl_tty'

2019-03-06 Thread valdis . kletnieks
On Wed, 06 Mar 2019 01:58:41 -0500, Jeffrey Walton said: >TIOCEXCL void > Put the terminal into exclusive mode. No further open(2) > operations on the terminal are permitted. (They fail with > EBUSY, except for a process with the CAP_SYS_ADMIN