All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bluez-devel] dund needs pppd
@ 2006-01-28 22:22 Jean-Claude Repetto
  2006-02-07 11:18 ` Marcel Holtmann
  0 siblings, 1 reply; 3+ messages in thread
From: Jean-Claude Repetto @ 2006-01-28 22:22 UTC (permalink / raw)
  To: bluez-devel

May be it is an evidence for a bluetooth developper, but, as a beginner in
the bluetooth area,  I spend a lot of time trying to establish a
connection with a bluetooth device before I looked at the source code of
dund and realized it needed pppd installed on the computer.

dund reports no error message !

I think it should be nice for future users to add an error message like
that :

diff -ru bluez-utils-2.19.orig/dund/dun.c bluez-utils-2.19/dund/dun.c
--- bluez-utils-2.19.orig/dund/dun.c    2006-01-28 22:33:47.000000000 +0100
+++ bluez-utils-2.19/dund/dun.c 2006-01-28 22:31:10.000000000 +0100
@@ -175,6 +175,7 @@
                close(fd);

        execvp(prog, args);
+        syslog(LOG_INFO, "Error while executing %s\n", prog);
        exit(1);
 }

Thanks,

Jean-Claude






-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-02-07 11:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-28 22:22 [Bluez-devel] dund needs pppd Jean-Claude Repetto
2006-02-07 11:18 ` Marcel Holtmann
2006-02-07 11:47   ` Jean-Claude Repetto

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.