New applet...

Dan Karmgard karmgard at ix.netcom.com
Wed Aug 27 17:03:02 CEST 2003


Hi Paul,
	Nope, not what I was after. It looks like the plugin didn't install
after you compiled 
  "paul is not in the sudoers file.  This incident will be reported."
So the plugin which was running wasn't dumping the messages to the
terminal. (You can add yourself to the sudoers file by editing
/etc/sudoers -- as root. It provides a framework similar to su -c
<command>, but you use your own password. Very handy).
	In any case, I've attached an example of what the messages look like on
an xterm (but using eth0 since I'm at work) under several
configurations.

On Tue, 2003-08-26 at 19:03, Paul Ladouceur wrote:
> Hi Dan,
> 
> OK, I had errors when applying the patch:
> 
> =========================================
> bash-2.05b$ patch -p0 <ppp-watch.patch
> patching file pppdevice.c
> Reversed (or previously applied) patch detected!  Assume -R? [n] y
> Hunk #2 FAILED at 107.
> Hunk #3 FAILED at 156.
> Hunk #4 FAILED at 181.
> 3 out of 4 hunks FAILED -- saving rejects to file pppdevice.c.rej
> patching file pppwatch.c
> Reversed (or previously applied) patch detected!  Assume -R? [n] y
> bash-2.05b$
> =========================================
> 
> NB: I applied the new patch over the last patch you gave me... Which 
> didn't gave any errors like this one... (???)
> 
> And in attachments, the two files containing the output of make and 
> applet-running...
> 
> It seems that the panel-messages doesn't contain much informations... Is 
> it supposed to show the ICON change? (LEDS vs Phone?)
> 
> Regards,
> Ti-Paul.
> 
> 
> Dan Karmgard wrote:
> 
> >Hi Paul,
> >	OK. Well, strike 2 I guess. I've attached another patch. This one will
> >undo the previous patch, so if patch complains about previously applied
> >patches, give it a "y" to the question 
> >
> >	Reversed (or previously applied) patch detected!  Assume -R? [n]
> >
> >It will also fix the "pass device to scripts bug" as well as a bug in
> >the rate calculation.
> >	As for the main problem. I'm at a loss. So I'd ask that you do the
> >following, at the bottom of the file global.h there's a #define for the
> >variable DEBUG. Set it to TRUE then compile and install as usual but
> >route the output to a file, 
> >
> >	$make >make-messages 2>&1;sudo make install >>make-messages 2>&1
> >
> >from the top level directory. Then start the panel from a terminal,
> >again routing the output to a file, e.g.;
> >
> >	xfce4-panel > panel-messages 2>&1
> >
> >Then send me the output files. This way I'll at least know where to look
> >for the trouble.
> >
> >  
> >
> 
> ----
> 

> make  all-recursive
> make[1]: Entering directory `/home/paul/temp/xfce4-pppwatch-plugin-0.1.2'
> Making all in po
> make[2]: Entering directory `/home/paul/temp/xfce4-pppwatch-plugin-0.1.2/po'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/home/paul/temp/xfce4-pppwatch-plugin-0.1.2/po'
> Making all in panel-plugin
> make[2]: Entering directory `/home/paul/temp/xfce4-pppwatch-plugin-0.1.2/panel-plugin'
> source='pppwatch.c' object='libpppwatch_la-pppwatch.lo' libtool=yes \
> depfile='.deps/libpppwatch_la-pppwatch.Plo' tmpdepfile='.deps/libpppwatch_la-pppwatch.TPlo' \
> depmode=gcc3 /bin/sh ../depcomp \
> /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..    -I../intl -I../intl -I/usr/include/xfce4 -I/usr/X11R6/include -I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/X11R6/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0   -I/usr/include/libgtop-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALEDIR="\"/usr/share/locale\"" -g -O2 -c -o libpppwatch_la-pppwatch.lo `test -f 'pppwatch.c' || echo './'`pppwatch.c
> rm -f .libs/libpppwatch_la-pppwatch.lo
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../intl -I/usr/include/xfce4 -I/usr/X11R6/include -I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/X11R6/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/include/libgtop-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -c pppwatch.c -MT libpppwatch_la-pppwatch.lo -MD -MP -MF .deps/libpppwatch_la-pppwatch.TPlo  -fPIC -DPIC -o .libs/libpppwatch_la-pppwatch.lo
> In file included from pppwatch.c:10:
> global.h:13:1: warning: "HAVE_BIND_TEXTDOMAIN_CODESET" redefined
> In file included from global.h:5,
>                  from pppwatch.c:10:
> ../config.h:76:1: warning: this is the location of the previous definition
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../intl -I/usr/include/xfce4 -I/usr/X11R6/include -I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/X11R6/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/include/libgtop-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -c pppwatch.c -MT libpppwatch_la-pppwatch.lo -MD -MP -MF .deps/libpppwatch_la-pppwatch.TPlo -o libpppwatch_la-pppwatch.o >/dev/null 2>&1
> mv -f .libs/libpppwatch_la-pppwatch.lo libpppwatch_la-pppwatch.lo
> source='control.c' object='libpppwatch_la-control.lo' libtool=yes \
> depfile='.deps/libpppwatch_la-control.Plo' tmpdepfile='.deps/libpppwatch_la-control.TPlo' \
> depmode=gcc3 /bin/sh ../depcomp \
> /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..    -I../intl -I../intl -I/usr/include/xfce4 -I/usr/X11R6/include -I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/X11R6/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0   -I/usr/include/libgtop-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALEDIR="\"/usr/share/locale\"" -g -O2 -c -o libpppwatch_la-control.lo `test -f 'control.c' || echo './'`control.c
> rm -f .libs/libpppwatch_la-control.lo
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../intl -I/usr/include/xfce4 -I/usr/X11R6/include -I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/X11R6/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/include/libgtop-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -c control.c -MT libpppwatch_la-control.lo -MD -MP -MF .deps/libpppwatch_la-control.TPlo  -fPIC -DPIC -o .libs/libpppwatch_la-control.lo
> In file included from control.c:1:
> global.h:13:1: warning: "HAVE_BIND_TEXTDOMAIN_CODESET" redefined
> In file included from /usr/include/xfce4/libxfcegui4/xinerama.h:21,
>                  from /usr/include/xfce4/libxfcegui4/libxfcegui4.h:20,
>                  from /usr/include/xfce4/panel/global.h:25,
>                  from /usr/include/xfce4/panel/xfce.h:23,
>                  from global.h:9,
>                  from control.c:1:
> ../config.h:76:1: warning: this is the location of the previous definition
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../intl -I/usr/include/xfce4 -I/usr/X11R6/include -I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/X11R6/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/include/libgtop-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -c control.c -MT libpppwatch_la-control.lo -MD -MP -MF .deps/libpppwatch_la-control.TPlo -o libpppwatch_la-control.o >/dev/null 2>&1
> mv -f .libs/libpppwatch_la-control.lo libpppwatch_la-control.lo
> source='optionbox.c' object='libpppwatch_la-optionbox.lo' libtool=yes \
> depfile='.deps/libpppwatch_la-optionbox.Plo' tmpdepfile='.deps/libpppwatch_la-optionbox.TPlo' \
> depmode=gcc3 /bin/sh ../depcomp \
> /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..    -I../intl -I../intl -I/usr/include/xfce4 -I/usr/X11R6/include -I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/X11R6/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0   -I/usr/include/libgtop-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALEDIR="\"/usr/share/locale\"" -g -O2 -c -o libpppwatch_la-optionbox.lo `test -f 'optionbox.c' || echo './'`optionbox.c
> rm -f .libs/libpppwatch_la-optionbox.lo
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../intl -I/usr/include/xfce4 -I/usr/X11R6/include -I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/X11R6/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/include/libgtop-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -c optionbox.c -MT libpppwatch_la-optionbox.lo -MD -MP -MF .deps/libpppwatch_la-optionbox.TPlo  -fPIC -DPIC -o .libs/libpppwatch_la-optionbox.lo
> In file included from optionbox.c:1:
> global.h:13:1: warning: "HAVE_BIND_TEXTDOMAIN_CODESET" redefined
> In file included from /usr/include/xfce4/libxfcegui4/xinerama.h:21,
>                  from /usr/include/xfce4/libxfcegui4/libxfcegui4.h:20,
>                  from /usr/include/xfce4/panel/global.h:25,
>                  from /usr/include/xfce4/panel/xfce.h:23,
>                  from global.h:9,
>                  from optionbox.c:1:
> ../config.h:76:1: warning: this is the location of the previous definition
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../intl -I/usr/include/xfce4 -I/usr/X11R6/include -I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/X11R6/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/include/libgtop-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -c optionbox.c -MT libpppwatch_la-optionbox.lo -MD -MP -MF .deps/libpppwatch_la-optionbox.TPlo -o libpppwatch_la-optionbox.o >/dev/null 2>&1
> mv -f .libs/libpppwatch_la-optionbox.lo libpppwatch_la-optionbox.lo
> source='pppdevice.c' object='libpppwatch_la-pppdevice.lo' libtool=yes \
> depfile='.deps/libpppwatch_la-pppdevice.Plo' tmpdepfile='.deps/libpppwatch_la-pppdevice.TPlo' \
> depmode=gcc3 /bin/sh ../depcomp \
> /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..    -I../intl -I../intl -I/usr/include/xfce4 -I/usr/X11R6/include -I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/X11R6/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0   -I/usr/include/libgtop-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALEDIR="\"/usr/share/locale\"" -g -O2 -c -o libpppwatch_la-pppdevice.lo `test -f 'pppdevice.c' || echo './'`pppdevice.c
> rm -f .libs/libpppwatch_la-pppdevice.lo
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../intl -I/usr/include/xfce4 -I/usr/X11R6/include -I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/X11R6/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/include/libgtop-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -c pppdevice.c -MT libpppwatch_la-pppdevice.lo -MD -MP -MF .deps/libpppwatch_la-pppdevice.TPlo  -fPIC -DPIC -o .libs/libpppwatch_la-pppdevice.lo
> In file included from pppdevice.c:1:
> global.h:13:1: warning: "HAVE_BIND_TEXTDOMAIN_CODESET" redefined
> In file included from /usr/include/xfce4/libxfcegui4/xinerama.h:21,
>                  from /usr/include/xfce4/libxfcegui4/libxfcegui4.h:20,
>                  from /usr/include/xfce4/panel/global.h:25,
>                  from /usr/include/xfce4/panel/xfce.h:23,
>                  from global.h:9,
>                  from pppdevice.c:1:
> ../config.h:76:1: warning: this is the location of the previous definition
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../intl -I/usr/include/xfce4 -I/usr/X11R6/include -I/usr/include/libxml2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/X11R6/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/atk-1.0 -I/usr/include/libgtop-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -c pppdevice.c -MT libpppwatch_la-pppdevice.lo -MD -MP -MF .deps/libpppwatch_la-pppdevice.TPlo -o libpppwatch_la-pppdevice.o >/dev/null 2>&1
> mv -f .libs/libpppwatch_la-pppdevice.lo libpppwatch_la-pppdevice.lo
> /bin/sh ../libtool --mode=link gcc  -g -O2   -o libpppwatch.la -rpath /usr/lib/xfce4/panel-plugins -avoid-version -export-dynamic -module libpppwatch_la-pppwatch.lo libpppwatch_la-control.lo libpppwatch_la-optionbox.lo libpppwatch_la-pppdevice.lo @EXTRA_LIBS@ -Wl,--export-dynamic -L/usr/X11R6/lib -lxfcegui4 -lxml2 -lpthread -lz -lgtk-x11-2.0 -lxfce4util -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -liconv   -lgnome-2 -L/usr/lib -lgtop-2.0 -lgtop_sysdeps-2.0 -lgtop_common-2.0 -lglib-2.0 -liconv    
> rm -fr .libs/libpppwatch.la .libs/libpppwatch.* .libs/libpppwatch.*
> gcc -shared  libpppwatch_la-pppwatch.lo libpppwatch_la-control.lo libpppwatch_la-optionbox.lo libpppwatch_la-pppdevice.lo  -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib  -L/usr/local/lib -L/usr/lib -L/usr/X11R6/lib /usr/lib/libxfcegui4.so /usr/lib/libxml2.so -lpthread -lz /usr/lib/libgtk-x11-2.0.so /usr/local/lib/libxfce4util.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libgdk_pixbuf-2.0.so -lm /usr/lib/libpangoxft-1.0.so /usr/lib/libpangox-1.0.so /usr/lib/libpango-1.0.so /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libgnome-2.so /usr/lib/libgtop-2.0.so /usr/lib/libgtop_sysdeps-2.0.so /usr/lib/libgtop_common-2.0.so /usr/lib/libglib-2.0.so /usr/lib/libiconv.so  -Wl,--export-dynamic -Wl,-soname -Wl,libpppwatch.so -o .libs/libpppwatch.so
> ar cru .libs/libpppwatch.a  libpppwatch_la-pppwatch.o libpppwatch_la-control.o libpppwatch_la-optionbox.o libpppwatch_la-pppdevice.o 
> ranlib .libs/libpppwatch.a
> creating libpppwatch.la
> (cd .libs && rm -f libpppwatch.la && ln -s ../libpppwatch.la libpppwatch.la)
> make[2]: Leaving directory `/home/paul/temp/xfce4-pppwatch-plugin-0.1.2/panel-plugin'
> make[2]: Entering directory `/home/paul/temp/xfce4-pppwatch-plugin-0.1.2'
> make[2]: Leaving directory `/home/paul/temp/xfce4-pppwatch-plugin-0.1.2'
> make[1]: Leaving directory `/home/paul/temp/xfce4-pppwatch-plugin-0.1.2'
> paul is not in the sudoers file.  This incident will be reported.
> ----
> 

> ** Message: xfce4-panel: Running without session manager
> ** Message: xfce4-panel: module pppwatch successfully loaded
> ** Message: xfce4-panel: module eyes successfully loaded
> ** Message: xfce4-panel: module systembuttons successfully loaded
> ** Message: xfce4-panel: module tl successfully loaded
> ** Message: xfce4-panel: module switcher successfully loaded
> ** Message: xfce4-panel: module mixer successfully loaded
> ** Message: xfce4-panel: module system load successfully loaded
> ** Message: xfce4-panel: module clock successfully loaded
> ** Message: xfce4-panel: module separator successfully loaded
> ** Message: xfce4-panel: module systray successfully loaded
> ** Message: xfce4-panel: module mailcheck successfully loaded
> ** Message: xfce4-panel: module pager successfully loaded
> Serial connection established.
> using channel 2
> Using interface ppp0
> Connect: ppp0 <--> /dev/modem
> rcvd [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x2100151f> <pcomp> <accomp>]
> sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xab514078> <pcomp> <accomp>]
> sent [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0x2100151f> <pcomp> <accomp>]
> rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0xab514078> <pcomp> <accomp>]
> sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <compress VJ 0f 01>]
> sent [CCP ConfReq id=0x1 <deflate 15> <deflate(old#) 15> <bsd v1 15>]
> rcvd [IPCP ConfReq id=0x1 <compress VJ 0f 00> <addr 209.148.64.73>]
> sent [IPCP ConfAck id=0x1 <compress VJ 0f 00> <addr 209.148.64.73>]
> rcvd [IPCP ConfNak id=0x1 <addr 209.148.71.64>]
> sent [IPCP ConfReq id=0x2 <addr 209.148.71.64> <compress VJ 0f 01>]
> rcvd [LCP ProtRej id=0x2 80 fd 01 01 00 0f 1a 04 78 00 18 04 78 00 15 03 2f]
> rcvd [IPCP ConfAck id=0x2 <addr 209.148.71.64> <compress VJ 0f 01>]
> local  IP address 209.148.71.64
> remote IP address 209.148.64.73
> Script /etc/ppp/ip-up started (pid 3052)
> Script /etc/ppp/ip-up finished (pid 3052), status = 0x0
> Terminating on signal 2.
> Script /etc/ppp/ip-down started (pid 3065)
> sent [LCP TermReq id=0x2 "User request"]
> Script /etc/ppp/ip-down finished (pid 3065), status = 0x0
> rm: cannot unlink `/var/lock/LCK..modem': Operation not permitted
> rm: cannot unlink `/var/run/ppp0.pid': Permission denied
> Device modem is locked by pid 3042
> sent [LCP TermReq id=0x3 "User request"]
> Connection terminated.
> Connect time 0.3 minutes.
> Sent 63 bytes, received 42 bytes.
> ----
> 

> _______________________________________________
> Xfce mailing list
> Xfce at xfce.org
> http://moongroup.com/mailman/listinfo/xfce

-------------- next part --------------
karmgard panel-plugin> xfce4-panel           <---------------------- Panel loaded without mailmonitor. 

** Message: xfce4-panel: Running without session manager
** Message: xfce4-panel: module clock successfully loaded
** Message: xfce4-panel: module mailcheck successfully loaded
** Message: xfce4-panel: module pager successfully loaded
** Message: xfce4-panel: module separator successfully loaded
** Message: xfce4-panel: module switcher successfully loaded
** Message: xfce4-panel: module MailMon successfully loaded
** Message: xfce4-panel: module systembuttons successfully loaded
** Message: xfce4-panel: module mixer successfully loaded
** Message: xfce4-panel: module systray successfully loaded
** Message: xfce4-panel: module eyes successfully loaded
** Message: xfce4-panel: module SysInfo successfully loaded
** Message: xfce4-panel: module pppwatch successfully loaded
Fontconfig error: Cannot load default config file
New control                                  <---------------------- mailmonitor plugin added
Initializing control
Saving control
Adding timer
No active device found. Setting slow timeout.
Reorienting control to Horizontal.
Resizing control to 45.
Rethemeing control.
Building option box                          <---------------------- Properties dialog popped up
Searching for device eth0...Found device eth0.Done. <--------------- Plugin noticed new device is active, icon changed to LEDS
Found current timeout. Removing.
Found active device. Setting fast timeout.
Writing configuration
Writing configuration
Building option box
Writing configuration
Writing configuration
Freeing control                              <---------------------- panel killed


karmgard panel-plugin> xfce4-panel           <---------------------- Panel started with mailmonitor plugin, eth0 active
** Message: xfce4-panel: Running without session manager
** Message: xfce4-panel: module clock successfully loaded
** Message: xfce4-panel: module mailcheck successfully loaded
** Message: xfce4-panel: module pager successfully loaded
** Message: xfce4-panel: module separator successfully loaded
** Message: xfce4-panel: module switcher successfully loaded
** Message: xfce4-panel: module MailMon successfully loaded
** Message: xfce4-panel: module systembuttons successfully loaded
** Message: xfce4-panel: module mixer successfully loaded
** Message: xfce4-panel: module systray successfully loaded
** Message: xfce4-panel: module eyes successfully loaded
** Message: xfce4-panel: module SysInfo successfully loaded
** Message: xfce4-panel: module pppwatch successfully loaded
New control                                  <---------------------- mailmonitor plugin loading
Initializing control
Saving control
Adding timer
No active device found. Setting slow timeout.
Reorienting control to Horizontal.
Resizing control to 45.
Rethemeing control.
Reading configuration                        <---------------------- Reading configuration parameters
Got connect = /sbin/ifup
Got disconnect = /sbin/ifdown
Got devicename = eth0
Got passdevice = FALSE
Searching for device eth0...Found device eth0.Done. <--------------- Found the device active, icon changed to LEDS
Forcing timer reset
Found current timeout. Removing.
Found active device. Setting fast timeout.
Fontconfig error: Cannot load default config file
Writing configuration
Freeing control                              <---------------------- panel killed


karmgard panel-plugin> xfce4-panel           <---------------------- Panel started with mailmonitor plugin, eth0 inactive
** Message: xfce4-panel: Running without session manager
** Message: xfce4-panel: module clock successfully loaded
** Message: xfce4-panel: module mailcheck successfully loaded
** Message: xfce4-panel: module pager successfully loaded
** Message: xfce4-panel: module separator successfully loaded
** Message: xfce4-panel: module switcher successfully loaded
** Message: xfce4-panel: module MailMon successfully loaded
** Message: xfce4-panel: module systembuttons successfully loaded
** Message: xfce4-panel: module mixer successfully loaded
** Message: xfce4-panel: module systray successfully loaded
** Message: xfce4-panel: module eyes successfully loaded
** Message: xfce4-panel: module SysInfo successfully loaded
** Message: xfce4-panel: module pppwatch successfully loaded
New control                                  <---------------------- mailmonitor plugin loading
Initializing control
Saving control
Adding timer
No active device found. Setting slow timeout.
Reorienting control to Horizontal.
Resizing control to 45.
Rethemeing control.
Reading configuration                        <---------------------- Reading configuration parameters
Got connect = /sbin/ifup
Got disconnect = /sbin/ifdown
Got devicename = eth0
Got passdevice = FALSE
Searching for device eth0...Device not active. <-------------------- eth0 is down
Done.
Forcing timer reset
Usage: ifup <device name>                    <---------------------- DOH! Forgot to set pass device to TRUE
Command /sbin/ifup Failed!
Building option box                          <---------------------- Selected "properties" from menu
Writing configuration                        <---------------------- Selected "close" on properties box
Determining IP information for eth0...done.  <---------------------- Hit button, eth0 coming up
Searching for device eth0...Found device eth0.Done. <--------------- Plugin noticed that eth0 is active, icon changed
Found current timeout. Removing.
Found active device. Setting fast timeout.
Writing configuration
Freeing control                              <---------------------- panel killed
karmgard panel-plugin> 


More information about the Xfce mailing list