From: Merciadri Luca on
Hi,

When my Lenny (w. k. 2.6.26-2-686-bigmem) encounters a kernel error, a
box pops, and I am asked if I want to report the (de)bug information.

1. Why can't I specify somewhere that I always want to report this info?
Such boxes are annoying
2. If I am not connected to the Internet, the (de)bug info is marked as
`sent' after having chosen a button which allows the reporting tool to
send data over the Internet. Why?

Thanks.

--
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
I use PGP. If there is an incompatibility problem with your mail
client, please contact me.


The teacher has not taught, until the student has learned.

From: Camaleón on
On Sat, 24 Apr 2010 09:44:46 +0200, Merciadri Luca wrote:

> When my Lenny (w. k. 2.6.26-2-686-bigmem) encounters a kernel error, a
> box pops, and I am asked if I want to report the (de)bug information.

Yes, that's "kerneloops" daemon :-)

> 1. Why can't I specify somewhere that I always want to report this info?
> Such boxes are annoying

Yes, you can.

/etc/kerneloops.conf

# Set the following variable to "yes" if you want to automatically
# submit your oopses to the database for use by your distribution or the
# Linux kernel developers

allow-submit = ask

Set that to "yes".

> 2. If I am not connected to the Internet, the (de)bug info is marked as
> `sent' after having chosen a button which allows the reporting tool to
> send data over the Internet. Why?

My guess is that kerneloops daemon just says "sent" when you click in
"yes" submit button but cannot address if the user is online or not.

I dunno what method uses kerneloops to send the data (e-mail?). If sends
the info by e-mail, you could check Exim's queue by being root and
issuing "mailq" command.

Greetings,

--
Camaleón


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/pan.2010.04.24.09.11.48(a)gmail.com
From: Merciadri Luca on
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Camaleón <noelamac(a)gmail.com> writes:

> On Sat, 24 Apr 2010 09:44:46 +0200, Merciadri Luca wrote:
>
>> When my Lenny (w. k. 2.6.26-2-686-bigmem) encounters a kernel error, a
>> box pops, and I am asked if I want to report the (de)bug information.
>
> Yes, that's "kerneloops" daemon :-)
Thanks. :-)

>> 1. Why can't I specify somewhere that I always want to report this info?
>> Such boxes are annoying
>
> Yes, you can.
>
> /etc/kerneloops.conf
>
> # Set the following variable to "yes" if you want to automatically
> # submit your oopses to the database for use by your distribution or the
> # Linux kernel developers
>
> allow-submit = ask
>
> Set that to "yes".
Thanks.

>> 2. If I am not connected to the Internet, the (de)bug info is marked as
>> `sent' after having chosen a button which allows the reporting tool to
>> send data over the Internet. Why?
>
> My guess is that kerneloops daemon just says "sent" when you click in
> "yes" submit button but cannot address if the user is online or not.
That's my guess too.

> I dunno what method uses kerneloops to send the data (e-mail?). If sends
> the info by e-mail, you could check Exim's queue by being root and
> issuing "mailq" command.
Actually, mailq seems to give nothing.

- --
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
- --

Laugh and the world laughs with you ... Cry and you will find no one
with tears.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>

iEYEARECAAYFAkvTWfsACgkQM0LLzLt8MhzZ9gCggIhUV6XQDDyR0hb2mP+FkzLd
l8sAoIgXQs90XM8aj+gqS5aBk6NtqewZ
=Nyy3
-----END PGP SIGNATURE-----


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/87633gines.fsf(a)merciadriluca-eee.WORKGROUP
From: Merciadri Luca on
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

This looks like kerneloops sends the oopses through a simple
URL. Strange. It seems not to even ping a reference IP to see if the
connexion is still alive. Weird.

submit-url = http://submit.kerneloops.org/submitoops.php is appended
at the end of my kerneloops.conf.



- --
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
- --

Life is like a box of chocolate, you never know what you're gonna
get.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>

iEYEARECAAYFAkvTWzcACgkQM0LLzLt8MhxAoACZASVLasaNe6DqtRtgOoJdFitI
STkAnjwRxYotNvUF6ZXSON6Y1fKWy3E7
=UuAd
-----END PGP SIGNATURE-----


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/87r5m4d0w8.fsf(a)merciadriluca-eee.WORKGROUP
From: Camaleón on
On Sat, 24 Apr 2010 22:52:11 +0200, Merciadri Luca wrote:

> Camaleón writes:

(...)

>> I dunno what method uses kerneloops to send the data (e-mail?). If
>> sends the info by e-mail, you could check Exim's queue by being root
>> and issuing "mailq" command.
>
> Actually, mailq seems to give nothing.

I digged a bit about how the kerneloops daemon works and I guess it does
not use e-mail but some kind of mix between dbus system to gather
information about the crash and then it sends the report to the URL
defined in "kerneloops.conf" file:

http://submit.kerneloops.org/submitoops.php

If you directly load that page, it says:

***
200 thank you for submitting the kernel oops information RemoteIP: [...]
***

Although nothing was send :-P

Greetings,

--
Camaleón


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/pan.2010.04.25.10.26.12(a)gmail.com