* hotplug
@ 2003-11-17 9:28 raja sekhar kottapalli
2004-02-27 11:10 ` Hotplug Philip MacIver
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: raja sekhar kottapalli @ 2003-11-17 9:28 UTC (permalink / raw)
To: linux-hotplug
what are the required rpm's for creating a dynamic
icon on the desktop when an usb is pluged in
________________________________________________________________________
Yahoo! India Mobile: Download the latest polyphonic ringtones.
Go to http://in.mobile.yahoo.com
-------------------------------------------------------
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Hotplug
2003-11-17 9:28 hotplug raja sekhar kottapalli
@ 2004-02-27 11:10 ` Philip MacIver
2004-02-27 16:43 ` Hotplug MALET JL
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Philip MacIver @ 2004-02-27 11:10 UTC (permalink / raw)
To: linux-hotplug
I've just read something that may be causing my
problem with udev, and I would just like to confirm
this before I actually go ahead and do any changes.
Running "/proc/sys/kernel/hotplug" on my system prints
out "/bin/true", I've read that to change this you do
echo "/sbin/hotplug" > /proc/sys/kernel/hotplug.
But what I want to know is, is this the reason that my
linux system won't boot up when I try and use udev
with /dev as the udev_root. The reason that I ask is
because when I tested out udev using /udev as the
udev_root and my system started up, the hotplug demon
started up after the hard disks are mounted. And the
problem was that the /dev/hda device nodes (and
others) were not being created.
Thanks in advanced for any help.
==Philip MacIver
--
e: pmaciver@arishi.com
e: philipmaciver@yahoo.co.uk
___________________________________________________________
Yahoo! Messenger - Communicate instantly..."Ping"
your friends today! Download Messenger Now
http://uk.messenger.yahoo.com/download/index.html
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id\x1356&alloc_id438&op=click
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Hotplug
2003-11-17 9:28 hotplug raja sekhar kottapalli
2004-02-27 11:10 ` Hotplug Philip MacIver
@ 2004-02-27 16:43 ` MALET JL
2004-02-27 16:53 ` Hotplug Philip MacIver
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: MALET JL @ 2004-02-27 16:43 UTC (permalink / raw)
To: linux-hotplug
[-- Attachment #1: Type: text/plain, Size: 1164 bytes --]
Philip MacIver a écrit :
>I've just read something that may be causing my
>problem with udev, and I would just like to confirm
>this before I actually go ahead and do any changes.
>
>Running "/proc/sys/kernel/hotplug" on my system prints
>out "/bin/true", I've read that to change this you do
>echo "/sbin/hotplug" > /proc/sys/kernel/hotplug.
>
>But what I want to know is, is this the reason that my
>linux system won't boot up when I try and use udev
>with /dev as the udev_root. The reason that I ask is
>because when I tested out udev using /udev as the
>udev_root and my system started up, the hotplug demon
>started up after the hard disks are mounted. And the
>problem was that the /dev/hda device nodes (and
>others) were not being created.
>
>Thanks in advanced for any help.
>
>=====
>Philip MacIver
>--
>e: pmaciver@arishi.com
>e: philipmaciver@yahoo.co.uk
>
>
what script do you use to start udev? is this the start_udev one?
when you use /udev : the entries are created? (do an ls don't assume
that they are created because no errors occurs)
are you mounting a /dev in fstab? (i know someone that did that...)
[-- Attachment #2: Type: application/pgp-signature, Size: 250 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Hotplug
2003-11-17 9:28 hotplug raja sekhar kottapalli
2004-02-27 11:10 ` Hotplug Philip MacIver
2004-02-27 16:43 ` Hotplug MALET JL
@ 2004-02-27 16:53 ` Philip MacIver
2004-02-27 17:14 ` Hotplug MALET JL
2004-02-27 17:20 ` Hotplug Philip MacIver
4 siblings, 0 replies; 6+ messages in thread
From: Philip MacIver @ 2004-02-27 16:53 UTC (permalink / raw)
To: linux-hotplug
--- MALET JL <malet.jean-luc@laposte.net> wrote: >
Philip MacIver a écrit :
>
> >I've just read something that may be causing my
> >problem with udev, and I would just like to confirm
> >this before I actually go ahead and do any changes.
>
> >
> >Running "/proc/sys/kernel/hotplug" on my system
> prints
> >out "/bin/true", I've read that to change this you
> do
> >echo "/sbin/hotplug" > /proc/sys/kernel/hotplug.
> >
> >But what I want to know is, is this the reason that
> my
> >linux system won't boot up when I try and use udev
> >with /dev as the udev_root. The reason that I ask
> is
> >because when I tested out udev using /udev as the
> >udev_root and my system started up, the hotplug
> demon
> >started up after the hard disks are mounted. And
> the
> >problem was that the /dev/hda device nodes (and
> >others) were not being created.
> >
> >Thanks in advanced for any help.
> >
> >==> >Philip MacIver
> >--
> >e: pmaciver@arishi.com
> >e: philipmaciver@yahoo.co.uk
> >
> >
> what script do you use to start udev? is this the
> start_udev one?
Yes.
> when you use /udev : the entries are created? (do an
> ls don't assume
> that they are created because no errors occurs)
Yes all the enteries are created, I've learnt never to
assume
> are you mounting a /dev in fstab? (i know someone
> that did that...)
>
Nope I've checked my fstab many times and I don't
mount a dev.
When I do set the udev_root to /dev some devices get
created, like fd0 and a few others that I can't
remember.
But i'm wondering if where i'm starting udev in my
rc.sysinit is the problem. Just for your reference I
start it (and also mount sysfs) right after /proc gets
mounted (and yes I do mmount sysfs before I run
start_udev :) )
==Philip MacIver
--
e: pmaciver@arishi.com
e: philipmaciver@yahoo.co.uk
___________________________________________________________
Yahoo! Messenger - Communicate instantly..."Ping"
your friends today! Download Messenger Now
http://uk.messenger.yahoo.com/download/index.html
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id\x1356&alloc_id438&op=click
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Hotplug
2003-11-17 9:28 hotplug raja sekhar kottapalli
` (2 preceding siblings ...)
2004-02-27 16:53 ` Hotplug Philip MacIver
@ 2004-02-27 17:14 ` MALET JL
2004-02-27 17:20 ` Hotplug Philip MacIver
4 siblings, 0 replies; 6+ messages in thread
From: MALET JL @ 2004-02-27 17:14 UTC (permalink / raw)
To: linux-hotplug
[-- Attachment #1: Type: text/plain, Size: 2891 bytes --]
Philip MacIver a écrit :
> --- MALET JL <malet.jean-luc@laposte.net> wrote: >
>Philip MacIver a écrit :
>
>
>>>I've just read something that may be causing my
>>>problem with udev, and I would just like to confirm
>>>this before I actually go ahead and do any changes.
>>>
>>>
>>>Running "/proc/sys/kernel/hotplug" on my system
>>>
>>>
>>prints
>>
>>
>>>out "/bin/true", I've read that to change this you
>>>
>>>
>>do
>>
>>
>>>echo "/sbin/hotplug" > /proc/sys/kernel/hotplug.
>>>
>>>But what I want to know is, is this the reason that
>>>
>>>
>>my
>>
>>
>>>linux system won't boot up when I try and use udev
>>>with /dev as the udev_root. The reason that I ask
>>>
>>>
>>is
>>
>>
>>>because when I tested out udev using /udev as the
>>>udev_root and my system started up, the hotplug
>>>
>>>
>>demon
>>
>>
>>>started up after the hard disks are mounted. And
>>>
>>>
>>the
>>
>>
>>>problem was that the /dev/hda device nodes (and
>>>others) were not being created.
>>>
>>>Thanks in advanced for any help.
>>>
>>>=====
>>>Philip MacIver
>>>--
>>>e: pmaciver@arishi.com
>>>e: philipmaciver@yahoo.co.uk
>>>
>>>
>>>
>>>
>>what script do you use to start udev? is this the
>>start_udev one?
>>
>>
>
>Yes.
>
>
>
>>when you use /udev : the entries are created? (do an
>>ls don't assume
>>that they are created because no errors occurs)
>>
>>
>
>Yes all the enteries are created, I've learnt never to
>assume
>
>
>>are you mounting a /dev in fstab? (i know someone
>>that did that...)
>>
>>
>>
>
>Nope I've checked my fstab many times and I don't
>mount a dev.
>
>When I do set the udev_root to /dev some devices get
>created, like fd0 and a few others that I can't
>remember.
>
>But i'm wondering if where i'm starting udev in my
>rc.sysinit is the problem. Just for your reference I
>start it (and also mount sysfs) right after /proc gets
>mounted (and yes I do mmount sysfs before I run
>start_udev :) )
>
>
>
>
>=====
>Philip MacIver
>--
>e: pmaciver@arishi.com
>e: philipmaciver@yahoo.co.uk
>
>
>
>
>
>___________________________________________________________
>Yahoo! Messenger - Communicate instantly..."Ping"
>your friends today! Download Messenger Now
>http://uk.messenger.yahoo.com/download/index.html
>
>
I remember having such trouble but this was because the udev script was
run twice...... but I can't remember exactly what was the causes and how
they disapeard.....
what I remember is that : I loged into the box, noticed that /dev wasn't
the right one (a fixed dev tree) so tried to rerun the script and only
get a partial /dev structure.... looking what was mounted told me that
/dev was mounted twice with ramfs..... maybe it can help :/
[-- Attachment #2: Type: application/pgp-signature, Size: 250 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Hotplug
2003-11-17 9:28 hotplug raja sekhar kottapalli
` (3 preceding siblings ...)
2004-02-27 17:14 ` Hotplug MALET JL
@ 2004-02-27 17:20 ` Philip MacIver
4 siblings, 0 replies; 6+ messages in thread
From: Philip MacIver @ 2004-02-27 17:20 UTC (permalink / raw)
To: linux-hotplug
--- MALET JL <malet.jean-luc@laposte.net> wrote: >
> I remember having such trouble but this was because
> the udev script was
> run twice...... but I can't remember exactly what
> was the causes and how
> they disapeard.....
>
> what I remember is that : I loged into the box,
> noticed that /dev wasn't
> the right one (a fixed dev tree) so tried to rerun
> the script and only
> get a partial /dev structure.... looking what was
> mounted told me that
> /dev was mounted twice with ramfs..... maybe it can
> help :/
>
Thanks, I have to explore this possibility more when I
get home (they make me use Wind**s at work) :)
==Philip MacIver
--
e: pmaciver@arishi.com
e: philipmaciver@yahoo.co.uk
___________________________________________________________
Yahoo! Messenger - Communicate instantly..."Ping"
your friends today! Download Messenger Now
http://uk.messenger.yahoo.com/download/index.html
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id\x1356&alloc_id438&op=click
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2004-02-27 17:20 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-17 9:28 hotplug raja sekhar kottapalli
2004-02-27 11:10 ` Hotplug Philip MacIver
2004-02-27 16:43 ` Hotplug MALET JL
2004-02-27 16:53 ` Hotplug Philip MacIver
2004-02-27 17:14 ` Hotplug MALET JL
2004-02-27 17:20 ` Hotplug Philip MacIver
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).