On Sun, Aug 15, 2021 at 09:52:57PM +0200, Martijn van Duren wrote:
> On Sat, 2021-08-14 at 20:20 +0200, Andreas Kusalananda Kähäri wrote:
> > On Fri, Aug 13, 2021 at 11:19:16PM +0800, Philippe Meunier wrote:
> > > Hello,
> > >
> > > While porting a shell script from Linux to OpenBSD I came across
On Sat, 2021-08-14 at 20:20 +0200, Andreas Kusalananda Kähäri wrote:
> On Fri, Aug 13, 2021 at 11:19:16PM +0800, Philippe Meunier wrote:
> > Hello,
> >
> > While porting a shell script from Linux to OpenBSD I came across the
> > following:
> [cut]
> > 2) Out of curiosity, is there an OpenBSD equi
On Sun, Aug 15, 2021 at 07:23:53PM +0200, Claus Assmann wrote:
> On Sun, Aug 15, 2021, Andreas Kusalananda Khri wrote:
>
> > wait returns 127 if the process is not a child of the current shell.
> > Is it a child process of the current shell? If so, does it install a
>
> Yes, indirectly via 2-3 s
On Sun, Aug 15, 2021, Andreas Kusalananda Khri wrote:
> wait returns 127 if the process is not a child of the current shell.
> Is it a child process of the current shell? If so, does it install a
Yes, indirectly via 2-3 sh scripts.
> signal handler for the HUP signal?
Yes, the "usual" one for
On Sun, Aug 15 2021, Claus Assmann wrote:
> I must misunderstand something about wait (sh command), but I'm not
> sure what: why does wait return 127 for an existing process?
>
> $ PM=31309;kill -HUP $PM; echo $?; ps -p $PM; wait $PM; echo $?; ps -p $PM
> 0
> PID TT STATTIME COMMAND
>
On Sun, Aug 15, 2021 at 10:57:33AM +0200, Claus Assmann wrote:
> I must misunderstand something about wait (sh command), but I'm not
> sure what: why does wait return 127 for an existing process?
>
> $ PM=31309;kill -HUP $PM; echo $?; ps -p $PM; wait $PM; echo $?; ps -p $PM
> 0
> PID TT STAT
I must misunderstand something about wait (sh command), but I'm not
sure what: why does wait return 127 for an existing process?
$ PM=31309;kill -HUP $PM; echo $?; ps -p $PM; wait $PM; echo $?; ps -p $PM
0
PID TT STATTIME COMMAND
31309 p0 S0:00.03 ../libpmilter/t-pmilter-1 -r
On 2021-08-14, Björn Gohla wrote:
> hi all,
>
> i'm trying to use openmdns to find my network printer. it shows up
> (sporadically) when i run
>
> $ mdnsctl browse -r
>
> and i can obtain the address using
>
> $ mdnsctl lookup EPSON892A3E.local
>
> but how do i integrate the mdns daemon into resol
8 matches
Mail list logo