[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#721080: RFS: vpcs/0.5b0-1 [ITP]



Tue, 01 Oct 2013 22:47:03 +0100
Daniel Lintott <daniel@serverb.co.uk> kirjoitti:

> Hi Juhani,
> 
> I honestly wasn't aware that version of Debian exited, till you told
> me! I have setup a virtual machine to test the software under
> kFreeBSD, to ensure there are no obvious bugs...
> 
> At the moment I have found a bug and have contacted the upstream
> author for advice, but thought I'd ask here as well in case you know
> the answer.
> 
> At line 163 [1] hv.c calls openpty. This works fine on my main
> computer, but under the kFreeBSD VM it fails with the following error:
> 
> 	Create pseudo-terminal: No child processes

I can confirm this.
While trying to reproduce the bug, I found something rather strange
(affecting Linux and GNU/kFreeBSD): the code wants the user to call it
by the full name of the binary.[1]

# This one doesn’t work
vpcs -H 23456

# This works
$(which vpcs) -H 23456
# or
/usr/bin/vpcs -H 23456

Not sure if this is a bug to report, as I can see upstream is already
working with this in their repository.

> Any ideas what the problem may be?

No, I’m not an actual user or a porter of kFreeBSD. :)

Best regards,
--
Juhani Numminen

https://github.com/dlintott/vpcs/blob/master/src/hv.c#L133


Reply to: