public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: "Rob Taft" <rtaft@sensis.com>
To: <bluez-users@lists.sourceforge.net>
Subject: Re: [Bluez-users] DHCPD and Bluetooth
Date: Thu, 13 May 2004 08:24:15 -0400	[thread overview]
Message-ID: <004501c438e5$380cdd90$fd03a8c0@Perigee.Perigeellc.com> (raw)
In-Reply-To: 200405122347.25823.ach@mpe.mpg.de

TY, up and running!

----- Original Message ----- 
From: "Achim Bohnet" <ach@mpe.mpg.de>
To: <bluez-users@lists.sourceforge.net>
Sent: Wednesday, May 12, 2004 5:47 PM
Subject: Re: [Bluez-users] DHCPD and Bluetooth


> On Wednesday 12 May 2004 23:27, Rob Taft wrote:
> > I think I'm almost there.
> > I noticed that it is not HW based after I posted.  I saw in
> > /var/log/messages a message that occurred ever connection:
> >
> > May 12 17:01:20 SMED /etc/hotplug/net.agent: invoke ifup bnep0
> >
> > So I went into the net.agent file and found this line that matched the
> > output:
> >
> > debug_mesg invoke ifup $INTERFACE
> >
> > I added more lines to that so now it looks like this:
> >
> > if [ -x /sbin/ifup ]; then
> >     debug_mesg invoke ifup $INTERFACE
> >     debug_mesg LALALALALALALALALALA #ADDED THIS
> >     exec /sbin/ifup $INTERFACE
>       ^^^^ remove this exec!
>
> >     debug_message Attempting to restart dhcpd.    #ADDED THIS
> >     exec /etc/init.d/dhcpd restart  #ADDED THIS
> > else
> >      mesg "how do I bring interfaces up on this distro?"
> > fi
> >
> > I then restarted my entire system....and the 2nd 2 lines were never
reached.
> > I added the LALALA line after and that appears in the logs...so I'm
guessing
> > that "exec /sbin/ifup $INTERFACE" is causing the script to exit
>
> see man bash-builtins
>
> Achim
> >
> >
> >
> >
> >
> > ----- Original Message ----- 
> > From: "Pavel Ruzicka" <pavouk@pavouk.org>
> > To: <bluez-users@lists.sourceforge.net>
> > Cc: "Rob Taft" <rtaft@sensis.com>
> > Sent: Wednesday, May 12, 2004 4:57 PM
> > Subject: Re: [Bluez-users] DHCPD and Bluetooth
> >
> >
> > > Hello,
> > >
> > > > restart it.  I don't think hotplug is what I am looking for since it
is
> > > > hardware connection based.
> > >
> > > This is not only hardware connection based. When you try setup network
> > from
> > > remote device, that kernel call /sbin/hotplug with NET action.
> > > You can edit script "/etc/hotplug.d/default/default.hotplug" or other
in
> > your
> > > distribution and uncomment line "DEBUG=yes export DEBUG".
> > > Later you can look in to log file for interesting messages ;-)
> > > In this case will be probably interesting script
/etc/hotplug/net.agent.
> > >
> > > Best regards,
> > >
> > > Pavel Ruzicka
> > >
> > >
> > > -------------------------------------------------------
> > > This SF.Net email is sponsored by Sleepycat Software
> > > Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to
> > deliver
> > > higher performing products faster, at low TCO.
> > > http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
> > > _______________________________________________
> > > Bluez-users mailing list
> > > Bluez-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/bluez-users
> > >
> >
> >
> >
> > -------------------------------------------------------
> > This SF.Net email is sponsored by Sleepycat Software
> > Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to
deliver
> > higher performing products faster, at low TCO.
> > http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
> > _______________________________________________
> > Bluez-users mailing list
> > Bluez-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/bluez-users
> >
> >
> >
>
> -- 
>   To me vi is Zen.  To use vi is to practice zen. Every command is
>   a koan. Profound to the user, unintelligible to the uninitiated.
>   You discover truth everytime you use it.
>                                       -- reddy@lion.austin.ibm.com
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by Sleepycat Software
> Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to
deliver
> higher performing products faster, at low TCO.
> http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>



-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

      reply	other threads:[~2004-05-13 12:24 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-12 16:07 [Bluez-users] DHCPD and Bluetooth Rob Taft
2004-05-12 16:44 ` Mykel
2004-05-12 17:55   ` Rob Taft
2004-05-12 19:03     ` Michal Semler
2004-05-12 20:23       ` Rob Taft
2004-05-12 20:57         ` Pavel Ruzicka
2004-05-12 21:27           ` Rob Taft
2004-05-12 21:47             ` Achim Bohnet
2004-05-13 12:24               ` Rob Taft [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='004501c438e5$380cdd90$fd03a8c0@Perigee.Perigeellc.com' \
    --to=rtaft@sensis.com \
    --cc=bluez-users@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox