Package: wnpp
Severity: wishlist
Owner: Kartik Mistry
* Package name: ostinato
Version : 0.5.1
Upstream Author : Srivats P.
* URL : https://code.google.com/p/ostinato
* License : GPL3+
Programming Lang: C++
Description : Packet/Traffic Generator and Ana
> Vincent Lefevre writes:
> On 2012-12-02 22:04:52 +0100, Wouter Verhelst wrote:
> On Sun, Dec 02, 2012 at 12:31:00PM +0100, Vincent Lefevre wrote:
[…]
>>> You may want relations between key-value pair. For instance, if
>>> you have a line with a key "foo", then a line with a key
On Sun, Dec 02, 2012 at 11:58:55AM -0800, Russ Allbery wrote:
> >> The FSF is bound by its bylaws.
> > So are most corporations.
> Depending on how much you trust US law (and depending on the state in
> which the non-profit is formed), there is a fairly substantial difference.
> Board members of
On Sun, Dec 02, 2012 at 10:21:43PM +, Jon Dowland wrote:
> On Sun, Dec 02, 2012 at 01:26:50PM +0100, John Paul Adrian Glaubitz wrote:
> > On Wed, Nov 21, 2012 at 11:22:52AM +0100, John Paul Adrian Glaubitz wrote:
> > > I'd therefore like to ask if anyone here would be willing to help me
> > > t
On 2012-12-02 22:04:52 +0100, Wouter Verhelst wrote:
> On Sun, Dec 02, 2012 at 12:31:00PM +0100, Vincent Lefevre wrote:
> > On 2012-12-01 10:16:54 +0100, Wouter Verhelst wrote:
> > > On Fri, Nov 30, 2012 at 02:18:04AM +0100, Vincent Lefevre wrote:
> > > > At least for Perl, I can't see anything rel
On Sun, Dec 02, 2012 at 10:21:43PM +, Jon Dowland wrote:
> On Sun, Dec 02, 2012 at 01:26:50PM +0100, John Paul Adrian Glaubitz wrote:
> > Hey,
> >
> > On Wed, Nov 21, 2012 at 11:22:52AM +0100, John Paul Adrian Glaubitz wrote:
> > > I'd therefore like to ask if anyone here would be willing to h
> start-stop-daemon already supports waiting for processes to exit when
> stopping them. See the --retry option.
Isn't that open to race conditions, as new processes could be spawn with the
same pid in the meanwhile?
> You can't call waitpid on processes that aren't your children.
True sorry,
I feel your pain. I've tried to do much the same thing to diagnose old
kernel bugs. I recommend installing squeeze on a small root partition
entirely separately. (or older than squeeze if necessary)
--
I pledge not to post to any systemd-related thread on -devel until
(at least) 2013.
--
To UN
On Sun, Dec 02, 2012 at 01:26:50PM +0100, John Paul Adrian Glaubitz wrote:
> Hey,
>
> On Wed, Nov 21, 2012 at 11:22:52AM +0100, John Paul Adrian Glaubitz wrote:
> > I'd therefore like to ask if anyone here would be willing to help me
> > to get MATE into Debian for Jessie.
>
> I'd like to ping ba
Salvo Tomaselli writes:
> Just opened a bug[1] about the issue, since many daemons use start-stop-
> daemon, fixing it there would solve many race conditions.
> [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694980
You can't call waitpid on processes that aren't your children.
start-stop
> Those are also race conditions, and bugs. If the stop and start commands
> return control before the action is completed, the results cannot be relied
> on. The 'restart' command is not the only way that an admin may
> programmatically stop and start a service; you might do this with something
On Sun, Dec 02, 2012 at 12:31:00PM +0100, Vincent Lefevre wrote:
> On 2012-12-01 10:16:54 +0100, Wouter Verhelst wrote:
> > On Fri, Nov 30, 2012 at 02:18:04AM +0100, Vincent Lefevre wrote:
> > > At least for Perl, I can't see anything related to validation.
> >
> > That's because validating an ini
On 01.12.2012 21:11, Steve Langasek wrote:
> On Sat, Dec 01, 2012 at 10:39:35PM +0800, Thomas Goirand wrote:
>
>> More over, most of the sleep calls you will find in init scripts (and I
>> believe that is what your grep shows, because that's the case on my own
>> laptop...) are because of:
>
>> c
Wouter Verhelst writes:
> On Sat, Dec 01, 2012 at 10:24:53AM +0100, Tollef Fog Heen wrote:
>> ]] Wouter Verhelst
>>
>> [...]
>>> Personally, I'm not comfortable signing off my copyright to the FSF,
>>> for the very same reason I'm not comfortable signing off copyright to
>>> Canonical: while bo
> Игорь Пашев writes:
> 2012/12/2 Vincent Lefevre :
>> No, that's not sufficient. You may want relations between key-value
>> pair. For instance, if you have a line with a key "foo", then a line
>> with a key "bar" must also exist. Or a line with a key "number" must
>> have a value th
> Hi!
>
> The source code for packages.debian.org is available in this git
> repository:
> http://anonscm.debian.org/gitweb/?p=webwml/packages.git;a=summary
Thanks!
--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@li
❦ 2 décembre 2012 17:27 CET, Игорь Пашев :
> For obvious reasons I cannot find [in the Net] a way how to setup a
> package browser
> similar to one used at http://packages.debian.org or at
> http://packages.ubuntu.com
>
> Could anybody point me in the right direction?
Hi!
The source code for
Hi, all.
For obvious reasons I cannot find [in the Net] a way how to setup a
package browser
similar to one used at http://packages.debian.org or at
http://packages.ubuntu.com
Could anybody point me in the right direction?
Once again: I'd like to have debian package browser on my site.
--
To
Well, we have used gcc 4.4 for the official kernel packages since Linux
2.6.34. So it should work.
Unfortunately, whether I use gcc 4.4 or another version, here is the
error I have when compiling the kernel:
CHK include/linux/version.h
CHK include/generated/utsrelease.h
CALL
2012/12/2 Vincent Lefevre :
> No, that's not sufficient. You may want relations between key-value
> pair. For instance, if you have a line with a key "foo", then a line
> with a key "bar" must also exist. Or a line with a key "number" must
> have a value that is a number (more generally matching so
[Moving this to the debian-kernel list.]
On Sun, 2012-12-02 at 13:00 +0100, dAgeCKo wrote:
> Hello,
>
> I have some kernel regressions with my hardware (usb and network). In
> fact it is the first time I am doing stuffs for the linux kernel team.
>
> The thing is that the last known working ker
Hey,
On Wed, Nov 21, 2012 at 11:22:52AM +0100, John Paul Adrian Glaubitz wrote:
> I'd therefore like to ask if anyone here would be willing to help me
> to get MATE into Debian for Jessie.
I'd like to ping back and see if there's anyone here who'd be
interested in joining me to package MATE for D
Hello,
I have some kernel regressions with my hardware (usb and network). In
fact it is the first time I am doing stuffs for the linux kernel team.
The thing is that the last known working kernel is a 2.6.32-46 and the
last known unworking kernel is a 3.2 (could be prior to this but
unsure)
On 2012-12-01 10:16:54 +0100, Wouter Verhelst wrote:
> On Fri, Nov 30, 2012 at 02:18:04AM +0100, Vincent Lefevre wrote:
> > At least for Perl, I can't see anything related to validation.
>
> That's because validating an ini file is trivially easy:
>
> the line is a comment line, which must start
On Sat, Dec 01, 2012 at 10:24:53AM +0100, Tollef Fog Heen wrote:
> ]] Wouter Verhelst
>
> [...]
>
> > Personally, I'm not comfortable signing off my copyright to the FSF, for
> > the very same reason I'm not comfortable signing off copyright to
> > Canonical: while both are led by a person whom
25 matches
Mail list logo