Identifying linux-il messages

Identifying linux-il messages

Moshe Gorohovsky moshe at tkos.co.il
Sun Feb 8 17:21:53 IST 2009


Hi All,

How do I identify linux-il messages?

In full message source, I see only one header that mentions linux-il:
  CC: linux-il <linux-il at cs.huji.ac.il>
No other header mentions linux-il.

Here is a message source example:


Return-Path: <gilad at codefidence.com>
Received: from xenbox.codefidence.com
	by tango.tkos.co.il
	for <moshe at tkos.co.il>; Sun, 8 Feb 2009 16:55:45 +0200
Message-ID: <498EF27A.1020704 at codefidence.com>
Date: Sun, 08 Feb 2009 16:55:54 +0200
From: Gilad Ben-Yossef <gilad at codefidence.com>
Organization: Codefidence Ltd.
User-Agent: Thunderbird 2.0.0.19 (X11/20090105)
MIME-Version: 1.0
To: Moshe Gorohovsky <moshe at tkos.co.il>
CC: linux-il <linux-il at cs.huji.ac.il>
Subject: Re: USB gadget linux connection
References: <498ECC8A.2030600 at tkos.co.il>
<498ED3E2.5050507 at codefidence.com> <498EF111.7010702 at tkos.co.il>
In-Reply-To: <498EF111.7010702 at tkos.co.il>
Content-Type: multipart/alternative;
 boundary="------------050501020800070306020700"
X-Virus-Status: Clean

This is a multi-part message in MIME format.
--------------050501020800070306020700
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Moshe Gorohovsky wrote:

> Hi Gilad,
>
> The hotplug command does not work on the system (it is BusyBox). But the
> kernel prints a message on system console, when I connect USB cable to a
> host. I can use that message.
>
hotplug is not a command, it's a kernel sybsystem (well, there can be a
program called hotplug that serves hotplug events but can also just be a
simple shell script).

Using dmesg messages is fine if you just want to debug stuff but it's
really a very bad solution for anything production. (among other things
it's racy). Learn to use the hotplug sub system. that is what it's for.

...


- Moshe





More information about the Linux-il mailing list