Re: RFS: netdump -- Dump kernel crash information over the network

2004-07-15 Thread Brian Nelson
[EMAIL PROTECTED] (Joe Nahmias) writes:

> Hello Chirag,
>
> On Wed, Jul 14, 2004 at 05:23:14PM +0530, Chirag Kantharia wrote:
>> Hi!
>> 
>> I've uploaded netdump package to mentors.debian.net and am seeking for
>> a sponsor for this package.
>
> I took a look at your package, a few issues:
>
> 0) For some reason you decided to build this as a debian-specific
> package.  You should change this to use the regular method -- with a
> .dsc, .diff.gz, and a .orig.tar.gz.
>
> 1) You don't close the ITP bug in your changelog.
>
> 2) Policy is up to version 3.6.1.1 now, please update your package as
> necessary.

There's no need to update the policy version from 3.6.1 to 3.6.1.1.
Including the 4th component is completely pointless.  See policy 5.6.10.

-- 
You win again, gravity!



Re: RFS: netdump -- Dump kernel crash information over the network

2004-07-15 Thread Brian Nelson
[EMAIL PROTECTED] (Joe Nahmias) writes:

> Hello Chirag,
>
> On Wed, Jul 14, 2004 at 05:23:14PM +0530, Chirag Kantharia wrote:
>> Hi!
>> 
>> I've uploaded netdump package to mentors.debian.net and am seeking for
>> a sponsor for this package.
>
> I took a look at your package, a few issues:
>
> 0) For some reason you decided to build this as a debian-specific
> package.  You should change this to use the regular method -- with a
> .dsc, .diff.gz, and a .orig.tar.gz.
>
> 1) You don't close the ITP bug in your changelog.
>
> 2) Policy is up to version 3.6.1.1 now, please update your package as
> necessary.

There's no need to update the policy version from 3.6.1 to 3.6.1.1.
Including the 4th component is completely pointless.  See policy 5.6.10.

-- 
You win again, gravity!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: RFS: netdump -- Dump kernel crash information over the network

2004-07-14 Thread Joe Nahmias
Hello Chirag,

On Wed, Jul 14, 2004 at 05:23:14PM +0530, Chirag Kantharia wrote:
> Hi!
> 
> I've uploaded netdump package to mentors.debian.net and am seeking for
> a sponsor for this package.

I took a look at your package, a few issues:

0) For some reason you decided to build this as a debian-specific
package.  You should change this to use the regular method -- with a
.dsc, .diff.gz, and a .orig.tar.gz.

1) You don't close the ITP bug in your changelog.

2) Policy is up to version 3.6.1.1 now, please update your package as
necessary.

3) Why do you have separate copies of the manpages and init scripts in
the debian/ directory?

4) Your debian/watch file is broken.

5) I don't think that the ssh key for netdump should be in
/etc/default/.  Is that how RedHat does it?

Get back to me (privately) with -2 and I'll take it from there.

--Joe



Re: RFS: netdump -- Dump kernel crash information over the network

2004-07-14 Thread Joe Nahmias
Hello Chirag,

On Wed, Jul 14, 2004 at 05:23:14PM +0530, Chirag Kantharia wrote:
> Hi!
> 
> I've uploaded netdump package to mentors.debian.net and am seeking for
> a sponsor for this package.

I took a look at your package, a few issues:

0) For some reason you decided to build this as a debian-specific
package.  You should change this to use the regular method -- with a
.dsc, .diff.gz, and a .orig.tar.gz.

1) You don't close the ITP bug in your changelog.

2) Policy is up to version 3.6.1.1 now, please update your package as
necessary.

3) Why do you have separate copies of the manpages and init scripts in
the debian/ directory?

4) Your debian/watch file is broken.

5) I don't think that the ssh key for netdump should be in
/etc/default/.  Is that how RedHat does it?

Get back to me (privately) with -2 and I'll take it from there.

--Joe


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: RFS: netdump -- Dump kernel crash information over the network

2004-07-14 Thread Chirag Kantharia
[Third attempt for seeking a sponsor]

Hi!

I've uploaded netdump package to mentors.debian.net and am seeking for
a sponsor for this package.

The netdump client sets up the kernel to send crash dumps and/or
console messages as syslog packets to a remote system.

The netdump server listens to the network for crashed kernels to
contact it and then writes the oops log and a memory dump to
/var/crash before asking the crashed machine to reboot.

Netdump relies on CONFIG_NETCONSOLE=m set in the kernel configuration,
which is not present in 2.4 series Debian kernels, but is present in
2.6 series Debian kernels. So the package will not work with 2.4
Debian kernels.

More information about netdump can be got from:
http://www.redhat.com/support/wpapers/redhat/netdump/

I have got permission from netdump's current maintainer Jeff Moyer
<[EMAIL PROTECTED]> to include it in the Debian, and who is happy to
see its inclusion.

Regards,

-- 
Chirag Kantharia, [EMAIL PROTECTED]


pgpGEeRc01k0x.pgp
Description: PGP signature


Re: RFS: netdump -- Dump kernel crash information over the network

2004-07-14 Thread Chirag Kantharia
[Third attempt for seeking a sponsor]

Hi!

I've uploaded netdump package to mentors.debian.net and am seeking for
a sponsor for this package.

The netdump client sets up the kernel to send crash dumps and/or
console messages as syslog packets to a remote system.

The netdump server listens to the network for crashed kernels to
contact it and then writes the oops log and a memory dump to
/var/crash before asking the crashed machine to reboot.

Netdump relies on CONFIG_NETCONSOLE=m set in the kernel configuration,
which is not present in 2.4 series Debian kernels, but is present in
2.6 series Debian kernels. So the package will not work with 2.4
Debian kernels.

More information about netdump can be got from:
http://www.redhat.com/support/wpapers/redhat/netdump/

I have got permission from netdump's current maintainer Jeff Moyer
<[EMAIL PROTECTED]> to include it in the Debian, and who is happy to
see its inclusion.

Regards,

-- 
Chirag Kantharia, [EMAIL PROTECTED]


pgpT9BSTGcZdn.pgp
Description: PGP signature


RFS: netdump -- Dump kernel crash information over the network

2004-06-28 Thread Chirag Kantharia
[Second attempt for seeking a sponsor]

Hi!

I've uploaded netdump package to mentors.debian.net and am seeking for
a sponsor for this package.

The netdump client sets up the kernel to send crash dumps and/or
console messages as syslog packets to a remote system.

The netdump server listens to the network for crashed kernels to
contact it and then writes the oops log and a memory dump to
/var/crash before asking the crashed machine to reboot.

Netdump relies on CONFIG_NETCONSOLE=m set in the kernel configuration,
which is not present in 2.4 series Debian kernels, but is present in
2.6 series Debian kernels. So the package will not work with 2.4
Debian kernels.

More information about netdump can be got from:
http://www.redhat.com/support/wpapers/redhat/netdump/

I have got permission from netdump's current maintainer Jeff Moyer
<[EMAIL PROTECTED]> to include it in the Debian, and who is happy to
see its inclusion.

Regards,

-- 
Chirag Kantharia, [EMAIL PROTECTED]


pgpJz9nDR7JCk.pgp
Description: PGP signature


RFS: netdump -- Dump kernel crash information over the network

2004-06-28 Thread Chirag Kantharia
[Second attempt for seeking a sponsor]

Hi!

I've uploaded netdump package to mentors.debian.net and am seeking for
a sponsor for this package.

The netdump client sets up the kernel to send crash dumps and/or
console messages as syslog packets to a remote system.

The netdump server listens to the network for crashed kernels to
contact it and then writes the oops log and a memory dump to
/var/crash before asking the crashed machine to reboot.

Netdump relies on CONFIG_NETCONSOLE=m set in the kernel configuration,
which is not present in 2.4 series Debian kernels, but is present in
2.6 series Debian kernels. So the package will not work with 2.4
Debian kernels.

More information about netdump can be got from:
http://www.redhat.com/support/wpapers/redhat/netdump/

I have got permission from netdump's current maintainer Jeff Moyer
<[EMAIL PROTECTED]> to include it in the Debian, and who is happy to
see its inclusion.

Regards,

-- 
Chirag Kantharia, [EMAIL PROTECTED]


pgpJUpmDvn5ea.pgp
Description: PGP signature


RFS: netdump -- Dump kernel crash information over the network

2004-06-08 Thread Chirag Kantharia
Hi!

I've just uploaded netdump package to mentors.debian.net and now am
seeking for a sponsor for this package.

The netdump client sets up the kernel to send crash dumps and/or
console messages as syslog packets to a remote system.

The netdump server listens to the network for crashed kernels to
contact it and then writes the oops log and a memory dump to
/var/crash before asking the crashed machine to reboot.

Netdump relies on CONFIG_NETCONSOLE=m set in the kernel configuration,
which is not present in 2.4 series Debian kernels, but is present in
2.6 series Debian kernels. So the package will not work with 2.4
Debian kernels.

Netdump was developed at RedHat, and so, the source code is available
only in form of an .srpm. How does one go about the debian/watch file,
in such cases?

More information about netdump can be got from:
http://www.redhat.com/support/wpapers/redhat/netdump/

Regards,

-- 
Chirag Kantharia, [EMAIL PROTECTED]


pgpuhqHWKUNsR.pgp
Description: PGP signature


RFS: netdump -- Dump kernel crash information over the network

2004-06-08 Thread Chirag Kantharia
Hi!

I've just uploaded netdump package to mentors.debian.net and now am
seeking for a sponsor for this package.

The netdump client sets up the kernel to send crash dumps and/or
console messages as syslog packets to a remote system.

The netdump server listens to the network for crashed kernels to
contact it and then writes the oops log and a memory dump to
/var/crash before asking the crashed machine to reboot.

Netdump relies on CONFIG_NETCONSOLE=m set in the kernel configuration,
which is not present in 2.4 series Debian kernels, but is present in
2.6 series Debian kernels. So the package will not work with 2.4
Debian kernels.

Netdump was developed at RedHat, and so, the source code is available
only in form of an .srpm. How does one go about the debian/watch file,
in such cases?

More information about netdump can be got from:
http://www.redhat.com/support/wpapers/redhat/netdump/

Regards,

-- 
Chirag Kantharia, [EMAIL PROTECTED]


pgpiFJXlneCf4.pgp
Description: PGP signature