linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* udev init
@ 2004-01-02 11:00 Peter Christy
  2004-01-02 19:07 ` Panagiotis Issaris
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Peter Christy @ 2004-01-02 11:00 UTC (permalink / raw)
  To: linux-hotplug

I've just been trying to install udev, as I was having naming consistency 
problems with devfs, and udev holds the tantalising promise of sorting this.

Unfortunately, udev-011 seems to be built for systems using SysV style init 
scripts. I'm running Slackware, which uses BSD style init.

"make install" seems to have created an etc/init.d directory containing the 
startup script (?), which presumably I can rename and install in the correct 
place (/etc/rc.d/rc.udev) for Slackware. However, it seems to refer to an /
etc/rc.d/initd/functions script, which doesn't exist in Slackware. Since I 
don't have it, I can't figure out what its meant to be doing to work around 
it.

Sorry if this question has been asked before, but Google has drawn a blank, 
and I don't know where to go next. Any pointers would be appreciated!

-- 
Pete
christy@attglobal.net



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id\x1278&alloc_id371&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] 5+ messages in thread

* Re: udev init
  2004-01-02 11:00 udev init Peter Christy
@ 2004-01-02 19:07 ` Panagiotis Issaris
  2004-01-02 20:26 ` Greg KH
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Panagiotis Issaris @ 2004-01-02 19:07 UTC (permalink / raw)
  To: linux-hotplug

Hi,


> I've just been trying to install udev, as I was having naming
> consistency 
> problems with devfs, and udev holds the tantalising promise of sorting
> this.
> 
> Unfortunately, udev-011 seems to be built for systems using SysV
> style init 
> scripts. I'm running Slackware, which uses BSD style init.
> 
> "make install" seems to have created an etc/init.d directory
> containing the 
> startup script (?), which presumably I can rename and install in
> the correct 
> place (/etc/rc.d/rc.udev) for Slackware. However, it seems to
> refer to an /
> etc/rc.d/initd/functions script, which doesn't exist in
> Slackware. Since I 
> don't have it, I can't figure out what its meant to be doing
> to work around 
> it.
/etc/rc.d/init.d/functions is a RedHat specific script. You can comment
out the line refering to it, and replace the:
action "string" /bin/true
by
echo "string"

With friendly regards,
Takis

-- 
e-mail: takis@lumumba.luc.ac.be
OpenPGP key: http://lumumba.luc.ac.be/takis/takis_public_key.txt
fingerprint: 6571 13A3 33D9 3726 F728  AA98 F643 B12E ECF3 E029
IM: takis@jabber.org, icq(12764288), t4k1s@yahoo.com


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id\x1278&alloc_id371&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] 5+ messages in thread

* Re: udev init
  2004-01-02 11:00 udev init Peter Christy
  2004-01-02 19:07 ` Panagiotis Issaris
@ 2004-01-02 20:26 ` Greg KH
  2004-01-02 21:02 ` Marco d'Itri
  2004-01-02 21:30 ` Dave Dodge
  3 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2004-01-02 20:26 UTC (permalink / raw)
  To: linux-hotplug

On Fri, Jan 02, 2004 at 11:00:00AM +0000, Peter Christy wrote:
> I've just been trying to install udev, as I was having naming consistency 
> problems with devfs, and udev holds the tantalising promise of sorting this.
> 
> Unfortunately, udev-011 seems to be built for systems using SysV style init 
> scripts. I'm running Slackware, which uses BSD style init.

Yes, the udev tarball contains a Red Hat specific init script.  If you
aren't useing Red Hat, then this script will probably not work for you,
sorry.

I have included a Linux From Scratch init script in the tarball, as
someone using that distro provided it.  If anyone has any other distro
specific init script that works for udev, feel free to send it to me and
I'll include it in the tree (I know lots of Debian users are also
running into this problem.)

thanks,

greg k-h


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id\x1278&alloc_id371&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] 5+ messages in thread

* Re: udev init
  2004-01-02 11:00 udev init Peter Christy
  2004-01-02 19:07 ` Panagiotis Issaris
  2004-01-02 20:26 ` Greg KH
@ 2004-01-02 21:02 ` Marco d'Itri
  2004-01-02 21:30 ` Dave Dodge
  3 siblings, 0 replies; 5+ messages in thread
From: Marco d'Itri @ 2004-01-02 21:02 UTC (permalink / raw)
  To: linux-hotplug

On Jan 02, Greg KH <greg@kroah.com> wrote:

 >I'll include it in the tree (I know lots of Debian users are also
 >running into this problem.)
Debian users are supposed to use the debian package, which comes with
its own init script.

-- 
ciao, |
Marco | [3855 im.x4FmHhBmkE]


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id\x1278&alloc_id371&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] 5+ messages in thread

* Re: udev init
  2004-01-02 11:00 udev init Peter Christy
                   ` (2 preceding siblings ...)
  2004-01-02 21:02 ` Marco d'Itri
@ 2004-01-02 21:30 ` Dave Dodge
  3 siblings, 0 replies; 5+ messages in thread
From: Dave Dodge @ 2004-01-02 21:30 UTC (permalink / raw)
  To: linux-hotplug

On Fri, 2 Jan 2004, Peter Christy wrote:
> Unfortunately, udev-011 seems to be built for systems using SysV style init
> scripts. I'm running Slackware, which uses BSD style init.

Just FYI, Slackware sort of supports SysV init scripts if you just go
ahead and create the directories (for example /etc/rc.d/rc3.d/) and
put scripts in them. See the comments in /etc/rc.d/rc.sysvinit for
details.

Note that I'm checking this on a Slackware 8.x system here, so YMMV. I
haven't yet tried putting udev on such a system.

                                                  -Dave Dodge



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id\x1278&alloc_id371&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] 5+ messages in thread

end of thread, other threads:[~2004-01-02 21:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-02 11:00 udev init Peter Christy
2004-01-02 19:07 ` Panagiotis Issaris
2004-01-02 20:26 ` Greg KH
2004-01-02 21:02 ` Marco d'Itri
2004-01-02 21:30 ` Dave Dodge

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).