USB IrDA Adapter

2006-09-30 Thread Luchezar Petkov
Hello all,
  I really need your help. I've just brought my first USB IrDA
  adapter to conncect my phone (Sony Ericsson K300i) to my computer.
  It is recognized by FreeBSD (6.2 beta 1) ::
  ugen0: Prolific Technology Inc. USB-Serial Controller, rev
  1.10/3.00, addr 2
  --
  addr 1: OHCI root hub, SiS
 uhub1
   addr 2: USB-Serial Controller, Prolific Technology Inc.
ugen0

   And... What to do now? How to take the pictures from my photo
   camera? How to put files on my phone? I don't know what to do..
   Any ideas?
Thank you.
  -- Luchezar P. Petkov
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Skype?

2006-08-19 Thread Luchezar Petkov
* Boris Samorodov ([EMAIL PROTECTED]) wrote:
 On Wed, 16 Aug 2006 19:16:31 +0300 Luchezar Petkov wrote:
 
  I've installed Skype via ports in the normal way, but it now says this:
 
 What did you mean by normal way?
cd /usr/ports/net/skype  make install clean
 
  $skype_bin
  skype_bin: error while loading shared libraries:
  /usr/local/lib/libdrm.so.2: ELF file OS ABI invalid
 
  Its the same when I run skype instead of skype_bin.
 
  Any ideas?
 
 What OS version do you run?
FreeBSD 6.1
 Are your ports up to date?
Yup :)
 Did you read /usr/ports/UPDATING (20060616: AFFECTS users of
 emulation/linux_base-*)?
Yes. And I solved the problem. It was my LD_LIBRARY_PATH variable. e.g.
before start an linux app: export(setenv) LD_LIBRARY_PATH= 
Thank you, bratushka. 

Regards,
Luchezar P. Petkov
 
 WBR
 -- 
 Boris Samorodov (bsam)
 Research Engineer, http://www.ipt.ru Telephone  Internet SP
 FreeBSD committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Skype?

2006-08-16 Thread Luchezar Petkov
Hi, list.
I've installed Skype via ports in the normal way, but it now says this:
$skype_bin
skype_bin: error while loading shared libraries:
/usr/local/lib/libdrm.so.2: ELF file OS ABI invalid

Its the same when I run skype instead of skype_bin.

Any ideas?

Cheers,
Luchezar P. Petkov
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Skype?

2006-08-16 Thread Luchezar Petkov
* Frank Steinborn ([EMAIL PROTECTED]) wrote:
 Luchezar Petkov wrote:
  Hi, list.
  I've installed Skype via ports in the normal way, but it now says this:
  $skype_bin
  skype_bin: error while loading shared libraries:
  /usr/local/lib/libdrm.so.2: ELF file OS ABI invalid
  
  Its the same when I run skype instead of skype_bin.
  
  Any ideas?
 
 You need to have the linux-module loaded.
 
$kldload linux
 kldload: can't load linux: File exists

Regards.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


libiconv problems

2006-07-21 Thread Luchezar Petkov
Hi, list.

I have installed the latest libiconv (converters/libiconv), but, I can't
compile Zsh and gcc-ooo because of undefined references of it.
See:

.././..//gcc-3.4.1/libiberty/fibheap.c: In function `fibheap_union':
.././..//gcc-3.4.1/libiberty/fibheap.c:166: warning: implicit
declaration of function `free'
.././..//gcc-3.4.1/libiberty/fibheap.c: In function
`fibheap_delete_node':
.././..//gcc-3.4.1/libiberty/fibheap.c:285: error: `LONG_MIN' undeclared
(first use in this function)
 .././..//gcc-3.4.1/libiberty/fibheap.c:285: error: (Each undeclared
identifier is reported only once
 .././..//gcc-3.4.1/libiberty/fibheap.c:285: error: for each function
it appears in.)
.././..//gcc-3.4.1/libiberty/fibheap.c: In function
`fibheap_consolidate':
.././..//gcc-3.4.1/libiberty/fibheap.c:395: warning: implicit
declaration of function `memset'
gmake[1]: *** [fibheap.o] Error 1
gmake[1]: Leaving directory
`/usr/ports/lang/gcc-ooo/work/build/libiberty'
gmake: *** [all-libiberty] Error 2
*** Error code 2

Stop in /usr/ports/lang/gcc-ooo.

---

cc  -s  -o zsh main.o  `cat stamp-modobjs`   -liconv -ltinfo -lm  -lc
/usr/bin/ld: cannot find -liconv
*** Error code 1
Stop in /usr/ports/shells/zsh/work/zsh-4.3.2/Src.
*** Error code 1

Stop in /usr/ports/shells/zsh/work/zsh-4.3.2.
*** Error code 1

Stop in /usr/ports/shells/zsh

--

Any ideas?
Thank you.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Buildworld failes

2006-07-13 Thread Luchezar Petkov
Hi list,
   make buildworld failes to build, the error messages are:

   
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/cryptlib.c:111:3:
   #error Inconsistency between crypto.h and cryptlib.c
   In file included from
   /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/e_rc5.c:66:
   /usr/obj/usr/src/tmp/usr/include/openssl/rc5.h:67:2: #error RC5 is
   disabled.
   In file included from
   /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/m_mdc2.c:65:
   /usr/obj/usr/src/tmp/usr/include/openssl/mdc2.h:69:2: #error MDC2 is
   disabled.
   In file included from
   
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/mdc2/mdc2_one.c:61:
   /usr/obj/usr/src/tmp/usr/include/openssl/mdc2.h:69:2: #error MDC2 is
   disabled.
   In file included from
   
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/mdc2/mdc2dgst.c:63:
   /usr/obj/usr/src/tmp/usr/include/openssl/mdc2.h:69:2: #error MDC2 is
   disabled.
   mkdep: compile failed
   *** Error code 1

   Stop in /usr/src/secure/lib/libcrypto.
   *** Error code 1

   Stop in /usr/src.
   *** Error code 1

   Stop in /usr/src.
   *** Error code 1

   Stop in /usr/src.
   *** Error code 1

   Stop in /usr/src.
--
#uname -a
FreeBSD lilly.evo.bg 6.1-STABLE FreeBSD 6.1-STABLE #0: Sun Jul  9
00:54:55 EEST 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/LILLY
i386

#/usr/bin/openssl version  
OpenSSL 0.9.7e-p1 25 Oct 2004

Latest sources.

Thank you.



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Musicpd problems

2006-07-12 Thread Luchezar Petkov
Hi list,
   I've installed The Music Player Daemon (MPD) from the ports
   (audio/musicpd). I have a nice configuration file [1] in
   /usr/local/etc/mpd.conf, but, when I run:

   /usr/local/etc/rc.d/musipd.sh start [or stop, or restart, whatever]

   its not doing anything. I've copied the config file in ~/.mpdconf and
   then tryed to run mpd --create-db. It created a database, but, when
   I run ncmpc --port 2100 (or any other client) I'm getting:

   error [13]: problems connecting to localhost on port 2100

   Then, I've added mpd_enable=YES in /etc/rc.conf, and rebooted.
   Nothing. 

   Sorry if its someting stupid, but I'm a newbie in UNIX[and Linux].
   Maybe the problem is in my /etc/hosts [2]?
   Or maybe the rc.d script is broken?

   Thank you.
   ---
   FreeBSD lilly.evo.bg 6.1-STABLE FreeBSD 6.1-STABLE #0: Sun Jul  9
   00:54:55 EEST 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/LILLY
   i386

   [1] http://lucho.sagehall.com/files/mpd.conf
   [2] http://lucho.sagehall.com/files/hosts



   



   
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Musicpd problems

2006-07-12 Thread Luchezar Petkov
Works like a charm.
Thank you.

* Simon Olofsson ([EMAIL PROTECTED]) wrote:
 Hi,
 
 try it with WITHOUT_IPV6=yes in /etc/make.conf
 This should work.
 
 On Wed, Jul 12, 2006 at 11:24:41PM +0300, Luchezar Petkov wrote:
 error [13]: problems connecting to localhost on port 2100
 
 -- 
 Mit freundlichem Gruß,
 With best regards,
 
 Simon Olofsson
 http://olofsson.de
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mplayer fails to build

2006-07-08 Thread Luchezar Petkov
* NgD Vulto ([EMAIL PROTECTED]) wrote:
 2006/7/7, Luchezar Petkov [EMAIL PROTECTED]:
 
 * Garrett Cooper ([EMAIL PROTECTED]) wrote:
  On Jul 7, 2006, at 2:24 PM, Luchezar Petkov wrote:
 
  Hey all,
  multimedia/mplayer fails to build with this error message, while
  compilling:
  
  cc  -I. -g codec-cfg.c mp_msg.c -o codec-cfg -DCODECS2HTML -L/usr/
  local/lib -L/usr/local/lib -I/usr/local/include/freetype2 -I/usr/
  local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/
  glib12 -I/usr/local/include -I/usr/X11R6/include
  /var/tmp//ccjt849w.o(.text+0x14): In function `mp_msg_init':
  /usr/ports/multimedia/mplayer/work/MPlayer-1.0pre7try2/mp_msg.c:39:
  undefined reference to `libintl_bindtextdomain'
  /var/tmp//ccjt849w.o(.text+0x24):/usr/ports/multimedia/mplayer/work/
  MPlayer-1.0pre7try2/mp_msg.c:40: undefined reference to
  `libintl_textdomain'
  /var/tmp//ccjt849w.o(.text+0xb1): In function `mp_msg_c':
  /usr/ports/multimedia/mplayer/work/MPlayer-1.0pre7try2/mp_msg.c:68:
  undefined reference to `libintl_gettext'
  gmake: *** [codec-cfg] Error 1
  *** Error code 2
  
  Stop in /usr/ports/multimedia/mplayer.
  
  --
  Any ideas?
  Thank you.
 
  Either libintl or the libintl gettext tie-in isn't compiled/installed
  yet.
  -Garrett
 
 #locate libintl
 /usr/local/include/libintl.h
 /usr/local/lib/libintl.a
 /usr/local/lib/libintl.la
 /usr/local/lib/libintl.so
 /usr/local/lib/libintl.so.6
 
 They are.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 
 
 
 
 
 Did you update your ports lately?
 
Yes, today. The same thing. I've installed Xine temporarly, will wait for the 
1.0pre8 port.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


mplayer fails to build

2006-07-07 Thread Luchezar Petkov
Hey all,
multimedia/mplayer fails to build with this error message, while compilling:

cc  -I. -g codec-cfg.c mp_msg.c -o codec-cfg -DCODECS2HTML -L/usr/local/lib 
-L/usr/local/lib -I/usr/local/include/freetype2 -I/usr/local/include 
-I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include 
-I/usr/X11R6/include 
/var/tmp//ccjt849w.o(.text+0x14): In function `mp_msg_init':
/usr/ports/multimedia/mplayer/work/MPlayer-1.0pre7try2/mp_msg.c:39: undefined 
reference to `libintl_bindtextdomain'
/var/tmp//ccjt849w.o(.text+0x24):/usr/ports/multimedia/mplayer/work/MPlayer-1.0pre7try2/mp_msg.c:40:
 undefined reference to `libintl_textdomain'
/var/tmp//ccjt849w.o(.text+0xb1): In function `mp_msg_c':
/usr/ports/multimedia/mplayer/work/MPlayer-1.0pre7try2/mp_msg.c:68: undefined 
reference to `libintl_gettext'
gmake: *** [codec-cfg] Error 1
*** Error code 2

Stop in /usr/ports/multimedia/mplayer.

--
Any ideas?
Thank you.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mplayer fails to build

2006-07-07 Thread Luchezar Petkov
* Garrett Cooper ([EMAIL PROTECTED]) wrote:
 On Jul 7, 2006, at 2:24 PM, Luchezar Petkov wrote:
 
 Hey all,
 multimedia/mplayer fails to build with this error message, while  
 compilling:
 
 cc  -I. -g codec-cfg.c mp_msg.c -o codec-cfg -DCODECS2HTML -L/usr/ 
 local/lib -L/usr/local/lib -I/usr/local/include/freetype2 -I/usr/ 
 local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/ 
 glib12 -I/usr/local/include -I/usr/X11R6/include
 /var/tmp//ccjt849w.o(.text+0x14): In function `mp_msg_init':
 /usr/ports/multimedia/mplayer/work/MPlayer-1.0pre7try2/mp_msg.c:39:  
 undefined reference to `libintl_bindtextdomain'
 /var/tmp//ccjt849w.o(.text+0x24):/usr/ports/multimedia/mplayer/work/ 
 MPlayer-1.0pre7try2/mp_msg.c:40: undefined reference to  
 `libintl_textdomain'
 /var/tmp//ccjt849w.o(.text+0xb1): In function `mp_msg_c':
 /usr/ports/multimedia/mplayer/work/MPlayer-1.0pre7try2/mp_msg.c:68:  
 undefined reference to `libintl_gettext'
 gmake: *** [codec-cfg] Error 1
 *** Error code 2
 
 Stop in /usr/ports/multimedia/mplayer.
 
 --
 Any ideas?
 Thank you.
 
 Either libintl or the libintl gettext tie-in isn't compiled/installed  
 yet.
 -Garrett

#locate libintl
/usr/local/include/libintl.h
/usr/local/lib/libintl.a
/usr/local/lib/libintl.la
/usr/local/lib/libintl.so
/usr/local/lib/libintl.so.6

They are.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Etk compilation problem

2006-07-02 Thread Luchezar Petkov
Hi list,
I'm trying to compile Etk (Enlightenment ToolKit, e17 library) from source 
(cvs).
Everything is fine, just that:

../../src/lib/.libs/libetk.so: undefined reference to `libintl_bindtextdomain'
../../src/lib/.libs/libetk.so: undefined reference to `libintl_gettext'
../../src/lib/.libs/libetk.so: undefined reference to `libintl_textdomain'
gmake[3]: *** [etk_test] Error 1


Some information about my system:
---
$uname -a
FreeBSD lilly.evo.bg 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May  7 04:32:43 
UTC 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386
---
$export | grep CFLAGS
CFLAGS= -g -L/usr/X11R6/lib -L/usr/local/lib -I/usr/local/include 
-I/usr/X11R6/include
---
$locate libintl
/usr/local/include/libintl.h
/usr/local/lib/libintl.a
/usr/local/lib/libintl.la
/usr/local/lib/libintl.so
/usr/local/lib/libintl.so.6

Using Bash (it failed with Zsh..).

Thank you.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Autotools problems

2006-06-19 Thread Luchezar Petkov

From: Luchezar Petkov [EMAIL PROTECTED]
To: FreeBSD-Questions freebsd-questions@freebsd.org
Cc:
Bcc:
Subject: Autotools problems.
Reply-To:

Hi, list.
I'm trying to install Enlightenment DR17 from CVS, but I have some problems.
I've tryed with the Configgen utility (devel/configgen) but I still
have problems. The strange is, that some of the libraries are
compilling fine, and some aren't.
And no, the code is NOT broken. Be sure. Here is some output.

EVAS (using Configgen):

~/src/e/e17/libs/evas ] configgen.sh
=== Running aclocal...
/usr/local/gnu-autotools/share/aclocal/audiofile.m4:12: warning:
underquoted definition of AM_PATH_AUDIOFILE
  run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/local/gnu-autotools/share/aclocal/ao.m4:9: warning:
underquoted definition of XIPH_PATH_AO
/usr/local/share/aclocal/speex.m4:10: warning: underquoted
definition of XIPH_PATH_SPEEX
/usr/local/share/aclocal/linc.m4:1: warning: underquoted
definition of AM_PATH_LINC
/usr/local/share/aclocal/libmikmod.m4:11: warning: underquoted
definition of AM_PATH_LIBMIKMOD
/usr/local/share/aclocal/libfame.m4:6: warning: underquoted
definition of AM_PATH_LIBFAME
/usr/local/share/aclocal/glib.m4:8: warning: underquoted
definition of AM_PATH_GLIB
/usr/local/share/aclocal/audiofile.m4:12: warning: underquoted
definition of AM_PATH_AUDIOFILE
/usr/local/share/aclocal/ao.m4:9: warning: underquoted definition of
XIPH_PATH_AO
/usr/local/share/aclocal/aalib.m4:12: warning: underquoted definition
of AM_PATH_AALIB
/usr/X11R6/share/aclocal/xmms.m4:17: warning: underquoted definition
of XMMS_TEST_VERSION
/usr/X11R6/share/aclocal/xmms.m4:62: warning: underquoted definition
of AM_PATH_XMMS
/usr/X11R6/share/aclocal/gtk.m4:7: warning: underquoted definition of
AM_PATH_GTK
=== Running autoheader...
=== Running libtoolize...
=== Running automake...
=== Running autoconf...
configure.in:118: error: possibly undefined macro: AC_PATH_GENERIC
 If this token and others are legitimate, please use m4_pattern_allow.
   See the Autoconf documentation.
   configure.in:120: error: possibly undefined macro: AC_MSG_ERROR
=== Configure script created successfully

~/src/e/e17/libs/evas ] ./configure
[... normal ./configure-ing ...]
[...and.. BANG!]
checking for working alloca.h... no
checking for alloca... yes
./configure.lineno: 22121: Syntax error: word unexpected (expecting ))
-
EVAS (Using ./autogen.sh)
It's fine! But... why isn't it working with Configgen?
It worked as a charm a month ago!
-
ETK. Using Configgen.

~/src/e/e17/proto/etk ] configgen.sh
=== Running aclocal...
/usr/local/gnu-autotools/share/aclocal/audiofile.m4:12: warning:
underquoted definition of AM_PATH_AUDIOFILE
 run info '(automake)Extending aclocal'
   or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
   /usr/local/gnu-autotools/share/aclocal/ao.m4:9: warning:
underquoted definition of XIPH_PATH_AO
   /usr/local/share/aclocal/speex.m4:10: warning: underquoted
definition of XIPH_PATH_SPEEX
   /usr/local/share/aclocal/linc.m4:1: warning: underquoted
definition of AM_PATH_LINC
   /usr/local/share/aclocal/libmikmod.m4:11: warning: underquoted
definition of AM_PATH_LIBMIKMOD
   /usr/local/share/aclocal/libfame.m4:6: warning: underquoted
definition of AM_PATH_LIBFAME
   /usr/local/share/aclocal/glib.m4:8: warning: underquoted
definition of AM_PATH_GLIB
   /usr/local/share/aclocal/audiofile.m4:12: warning: underquoted
definition of AM_PATH_AUDIOFILE
   /usr/local/share/aclocal/ao.m4:9: warning: underquoted definition
of XIPH_PATH_AO
/usr/local/share/aclocal/aalib.m4:12: warning: underquoted definition
of AM_PATH_AALIB
/usr/X11R6/share/aclocal/xmms.m4:17: warning: underquoted definition
of XMMS_TEST_VERSION
/usr/X11R6/share/aclocal/xmms.m4:62: warning: underquoted definition
of AM_PATH_XMMS
/usr/X11R6/share/aclocal/gtk.m4:7: warning: underquoted definition of
AM_PATH_GTK
=== Running autoheader...
=== Running libtoolize...
=== Running automake...
Makefile.am:3: `intl' should not be in SUBDIRS when
AM_GNU_GETTEXT([external]) is used
=== Running autoconf...
configure.in:114: error: possibly undefined macro: AC_PATH_GENERIC
 If this token and others are legitimate, please use m4_pattern_allow.
  See the Autoconf documentation.
configure.in:128: error: possibly undefined macro: AC_MSG_ERROR
=== Configure script created successfully

~/src/e/e17/proto/etk ] ./configure
[normal ./configure-ing]
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
function: not found
./configure.lineno: arithmetic expression: syntax error:   * 100  
--
WHAT THE HELL?!

ETK. Using ./autogen.sh

~/src/e/e17/proto/etk ] ./autogen.sh
Running aclocal...
/usr/local/gnu-autotools/share/aclocal/audiofile.m4:12: warning:
underquoted

Glib 2.6.6 : eval: 1: Syntax error: | unexpected

2005-08-21 Thread Luchezar Petkov
Hello.
I'm trying to compile Glib 2.6.6 and get this error:
eval: 1: Syntax error: | unexpected
gmake[4]: *** [libglib-2.0.la] Error 2
gmake[4]: Leaving directory `/usr/ports/devel/glib20/work/glib-2.6.6/glib'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/usr/ports/devel/glib20/work/glib-2.6.6/glib'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/usr/ports/devel/glib20/work/glib-2.6.6/glib'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/devel/glib20/work/glib-2.6.6'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/devel/glib20.
--
My /etc/make.conf :

CFLAGS=-march=i386 -mtune=i386 -O3 -pipe -fomit-frame-pointer -funroll-loops
CXXFLAGS=$CFLAGS

CHOST=i686-unknown-freebsd5.4

FETCHCOMMAND='/usr/bin/fetch -o ${DISTDIR}/${FILE} ${URI}'
FEATURES=-sandbox buildpkg noauto

Thank you.
Regads.
Luchezar Petkov
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]